药水效果/急迫(minecraft:haste)
外观
急迫
类型
药水效果
所属模组
Minecraft1.12.2
适用版本
诸神匠心 1.6.13(Minecraft 1.12.2)
状态
整合包内有直接使用证据
来源
minecraft:haste急迫是诸神匠心 1.6.13(Minecraft 1.12.2)中记录的状态效果。缺失字段保持未确认,不根据名称推测机制。
基本信息
- 缓存 ID:
minecraft:haste - 完整注册名:
minecraft:haste - 中文名:急迫
- 英文名:资料未确认
- 来源模组:Minecraft1.12.2
- 类型:持续
- 性质:正面
游戏内说明
提高挖掘速度和攻击速度。
实际效果
- 提高攻击速度和挖掘速度;当前挖掘速度每级额外提高 20%。
使用与获取证据
| 证据类型 | 作用对象 | 来源 | 摘录 |
|---|---|---|---|
| 脚本施加 | 状态效果 | scripts/contenttweaker/armor.zs:1088
|
player.addPotionEffect(<potion:minecraft:haste>.makePotionEffect(80, 1, false, false)); |
| 脚本施加 | 状态效果 | scripts/contenttweaker/armor.zs:1390
|
player.addPotionEffect(<potion:minecraft:haste>.makePotionEffect(20, a, false, false)); |
| 脚本施加 | 状态效果 | scripts/contenttweaker/armor.zs:1408
|
player.addPotionEffect(<potion:minecraft:haste>.makePotionEffect(20, a, false, false)); |
| 脚本检测 | 状态效果 | scripts/contenttweaker/tools.zs:323
|
if (!player.isPotionActive(<potion:minecraft:haste>)){ |
| 脚本施加 | 状态效果 | scripts/contenttweaker/tools.zs:324
|
player.addPotionEffect(<potion:minecraft:haste>.makePotionEffect(40, 0, false, false)); |
| 脚本施加 | 状态效果 | scripts/contenttweaker/tools.zs:407
|
player.addPotionEffect(<potion:minecraft:haste>.makePotionEffect(30, 1, false, false)); |
| 脚本施加 | 状态效果 | scripts/contenttweaker/tools.zs:737
|
player.addPotionEffect(<potion:minecraft:haste>.makePotionEffect(60, 1, false, false)); |
| 脚本施加 | 状态效果 | scripts/contenttweaker/tools.zs:753
|
player.addPotionEffect(<potion:minecraft:haste>.makePotionEffect(30, 1, false, false)); |
| 脚本施加 | 状态效果 | scripts/contenttweaker/tools.zs:1130
|
player.addPotionEffect(<potion:minecraft:haste>.makePotionEffect(20, 0, false, false)); |
| 脚本施加 | 状态效果 | scripts/contenttweaker/tools.zs:1179
|
player.addPotionEffect(<potion:minecraft:haste>.makePotionEffect(20, 0, false, false)); |
| 脚本施加 | 状态效果 | scripts/contenttweaker/tools.zs:1299
|
player.addPotionEffect(<potion:minecraft:haste>.makePotionEffect(40, 0, false, false)); |
| 脚本施加 | 状态效果 | scripts/contenttweaker/tools.zs:1321
|
player.addPotionEffect(<potion:minecraft:haste>.makePotionEffect(40, 0, false, false)); |
| 脚本施加 | 状态效果 | scripts/contenttweaker/tools.zs:1386
|
player.addPotionEffect(<potion:minecraft:haste>.makePotionEffect(30, 1, false, false)); |
| 脚本施加 | 状态效果 | scripts/contenttweaker/tools.zs:1596
|
player.addPotionEffect(<potion:minecraft:haste>.makePotionEffect(15, 2, false, false)); |
| 脚本施加 | 状态效果 | scripts/contenttweaker/tools.zs:1886
|
player.addPotionEffect(<potion:minecraft:haste>.makePotionEffect(20, a, false, false)); |
| 脚本施加 | 状态效果 | scripts/contenttweaker/tools.zs:1929
|
player.addPotionEffect(<potion:minecraft:haste>.makePotionEffect(20, a, false, false)); |
数据来源
- 来源解析状态:builtin-runtime-export
- 来源文件:
potion-effects - 图标资源:资料未确认
- 实现审计状态:language-only
- 实现审计可信度:high
- 当前导出没有可展示的实现来源路径。
待确认信息
- 当前数据源未提供英文名