药水效果/凋零(minecraft:wither)
外观
凋零
类型
药水效果
所属模组
Minecraft1.12.2
适用版本
诸神匠心 1.6.13(Minecraft 1.12.2)
状态
整合包内有直接使用证据
来源
minecraft:wither凋零是诸神匠心 1.6.13(Minecraft 1.12.2)中记录的状态效果。缺失字段保持未确认,不根据名称推测机制。
基本信息
- 缓存 ID:
minecraft:wither - 完整注册名:
minecraft:wither - 中文名:凋零
- 英文名:资料未确认
- 来源模组:Minecraft1.12.2
- 类型:持续
- 性质:负面
游戏内说明
持续损失生命值,可致死。
实际效果
- 周期性造成 1 点凋零伤害,可以致死。
- 等级越高,伤害触发间隔越短。
使用与获取证据
| 证据类型 | 作用对象 | 来源 | 摘录 |
|---|---|---|---|
| 脚本检测 | 状态效果 | scripts/contenttweaker/armor.zs:834
|
if (player.isPotionActive(<potion:minecraft:wither>)){ |
| 脚本施加 | 状态效果 | scripts/contenttweaker/tools.zs:275
|
target.addPotionEffect(<potion:minecraft:wither>.makePotionEffect(90, 1, false, false)); |
| 脚本施加 | 状态效果 | scripts/contenttweaker/tools.zs:583
|
target.addPotionEffect(<potion:minecraft:wither>.makePotionEffect(30, 1, false, false)); |
| 脚本施加 | 状态效果 | scripts/contenttweaker/tools.zs:1673
|
player.addPotionEffect(<potion:minecraft:wither>.makePotionEffect(80, 2, false, false));} |
| 脚本施加 | 状态效果 | scripts/contenttweaker/tools.zs:2125
|
target.addPotionEffect(<potion:minecraft:wither>.makePotionEffect(20, 0, false, false)); |
| 脚本施加 | 状态效果 | scripts/geininxiayaole.zs:187
|
player.addPotionEffect(<potion:minecraft:wither>.makePotionEffect(20, 0, false, false)); |
数据来源
- 来源解析状态:builtin-runtime-export
- 来源文件:
potion-effects - 图标资源:资料未确认
- 实现审计状态:language-only
- 实现审计可信度:high
- 当前导出没有可展示的实现来源路径。
待确认信息
- 当前数据源未提供英文名