药水效果/缓慢
外观
缓慢
类型
药水效果
所属模组
Minecraft1.12.2
适用版本
诸神匠心 1.6.13(Minecraft 1.12.2)
状态
整合包内有直接使用证据
来源
minecraft:slowness缓慢是诸神匠心 1.6.13(Minecraft 1.12.2)中记录的状态效果。缺失字段保持未确认,不根据名称推测机制。
基本信息
- 缓存 ID:
minecraft:slowness - 完整注册名:
minecraft:slowness - 中文名:缓慢
- 英文名:资料未确认
- 来源模组:Minecraft1.12.2
- 类型:持续
- 性质:负面
游戏内说明
降低移动速度。
实际效果
- 降低移动速度,每级约降低 15%。
使用与获取证据
| 证据类型 | 作用对象 | 来源 | 摘录 |
|---|---|---|---|
| 脚本施加 | 状态效果 | scripts/contenttweaker/armor.zs:107
|
player.addPotionEffect(<potion:minecraft:slowness>.makePotionEffect(5, 0, false, false)); |
| 脚本施加 | 状态效果 | scripts/contenttweaker/armor.zs:121
|
player.addPotionEffect(<potion:minecraft:slowness>.makePotionEffect(5, 0, false, false)); |
| 脚本检测 | 状态效果 | scripts/contenttweaker/armor.zs:1073
|
if (!player.isPotionActive(<potion:minecraft:slowness>)){ |
| 脚本施加 | 状态效果 | scripts/contenttweaker/armor.zs:1074
|
player.addPotionEffect(<potion:minecraft:slowness>.makePotionEffect(80, 1, false, false)); |
| 脚本施加 | 状态效果 | scripts/contenttweaker/armor.zs:1169
|
target.addPotionEffect(<potion:minecraft:slowness>.makePotionEffect(100, 1, false, false)); |
| 脚本移除 | 状态效果 | scripts/contenttweaker/armor.zs:1206
|
player.removePotionEffect(<potion:minecraft:slowness>); |
| 脚本施加 | 状态效果 | scripts/contenttweaker/tools.zs:335
|
target.addPotionEffect(<potion:minecraft:slowness>.makePotionEffect(90, 1, false, false)); |
| 脚本施加 | 状态效果 | scripts/contenttweaker/tools.zs:483
|
target.addPotionEffect(<potion:minecraft:slowness>.makePotionEffect(90, 1, false, false)); |
| 脚本施加 | 状态效果 | scripts/contenttweaker/tools.zs:1308
|
target.addPotionEffect(<potion:minecraft:slowness>.makePotionEffect(10, 2, false, false)); |
| 脚本施加 | 状态效果 | scripts/contenttweaker/tools.zs:1568
|
target.addPotionEffect(<potion:minecraft:slowness>.makePotionEffect(100, 1, false, false)); |
| 脚本施加 | 状态效果 | scripts/contenttweaker/tools.zs:2131
|
target.addPotionEffect(<potion:minecraft:slowness>.makePotionEffect(20, 0, false, false)); |
数据来源
- 来源解析状态:builtin-runtime-export
- 来源文件:
potion-effects - 图标资源:资料未确认
- 实现审计状态:language-only
- 实现审计可信度:high
- 当前导出没有可展示的实现来源路径。
待确认信息
- 当前数据源未提供英文名