跳转到内容

药水效果/急迫(minecraft:haste):修订间差异

来自诸神匠心 Wiki
Import verified TiCTHD data
 
Synchronize verified TiCTHD data
第1行: 第1行:
<!-- THDWIKI-DATA {"schema":1,"kind":"potion","key":"minecraft:haste","bodySha256":"c2ec233abb706446301546907602ffc7805404acf126f2c160b03d01de853e12"} -->
<!-- THDWIKI-DATA {"schema":1,"kind":"potion","key":"minecraft:haste","bodySha256":"b67f899f086e2dccdbb39a43b080c40e34b7aeca05c55f9902f1c88196fef403"} -->
{{资料信息框
{{资料信息框
|名称=急迫
|名称=急迫
第7行: 第7行:
|适用版本=诸神匠心 1.6.13(Minecraft 1.12.2)
|适用版本=诸神匠心 1.6.13(Minecraft 1.12.2)
|作者=
|作者=
|状态=整合包内有直接使用证据
|状态=整合包状态效果
|来源=<code>minecraft:haste</code>
}}
}}


'''急迫'''是诸神匠心 1.6.13(Minecraft 1.12.2)中记录的状态效果。缺失字段保持未确认,不根据名称推测机制。
'''急迫'''是诸神匠心 1.6.13(Minecraft 1.12.2)中记录的状态效果。


== 基本信息 ==
== 基本信息 ==
第27行: 第26行:
== 实际效果 ==
== 实际效果 ==
* 提高攻击速度和挖掘速度;当前挖掘速度每级额外提高 20%。
* 提高攻击速度和挖掘速度;当前挖掘速度每级额外提高 20%。
== 使用与获取证据 ==
{| class="wikitable"
! 证据类型 !! 作用对象 !! 来源 !! 摘录
|-
| 脚本施加
| 状态效果
| <code>scripts/contenttweaker/armor.zs:1088</code>
| player.addPotionEffect(&lt;potion:minecraft:haste&gt;.makePotionEffect(80, 1, false, false));
|-
| 脚本施加
| 状态效果
| <code>scripts/contenttweaker/armor.zs:1390</code>
| player.addPotionEffect(&lt;potion:minecraft:haste&gt;.makePotionEffect(20, a, false, false));
|-
| 脚本施加
| 状态效果
| <code>scripts/contenttweaker/armor.zs:1408</code>
| player.addPotionEffect(&lt;potion:minecraft:haste&gt;.makePotionEffect(20, a, false, false));
|-
| 脚本检测
| 状态效果
| <code>scripts/contenttweaker/tools.zs:323</code>
| if (!player.isPotionActive(&lt;potion:minecraft:haste&gt;))&#123;
|-
| 脚本施加
| 状态效果
| <code>scripts/contenttweaker/tools.zs:324</code>
| player.addPotionEffect(&lt;potion:minecraft:haste&gt;.makePotionEffect(40, 0, false, false));
|-
| 脚本施加
| 状态效果
| <code>scripts/contenttweaker/tools.zs:407</code>
| player.addPotionEffect(&lt;potion:minecraft:haste&gt;.makePotionEffect(30, 1, false, false));
|-
| 脚本施加
| 状态效果
| <code>scripts/contenttweaker/tools.zs:737</code>
| player.addPotionEffect(&lt;potion:minecraft:haste&gt;.makePotionEffect(60, 1, false, false));
|-
| 脚本施加
| 状态效果
| <code>scripts/contenttweaker/tools.zs:753</code>
| player.addPotionEffect(&lt;potion:minecraft:haste&gt;.makePotionEffect(30, 1, false, false));
|-
| 脚本施加
| 状态效果
| <code>scripts/contenttweaker/tools.zs:1130</code>
| player.addPotionEffect(&lt;potion:minecraft:haste&gt;.makePotionEffect(20, 0, false, false));
|-
| 脚本施加
| 状态效果
| <code>scripts/contenttweaker/tools.zs:1179</code>
| player.addPotionEffect(&lt;potion:minecraft:haste&gt;.makePotionEffect(20, 0, false, false));
|-
| 脚本施加
| 状态效果
| <code>scripts/contenttweaker/tools.zs:1299</code>
| player.addPotionEffect(&lt;potion:minecraft:haste&gt;.makePotionEffect(40, 0, false, false));
|-
| 脚本施加
| 状态效果
| <code>scripts/contenttweaker/tools.zs:1321</code>
| player.addPotionEffect(&lt;potion:minecraft:haste&gt;.makePotionEffect(40, 0, false, false));
|-
| 脚本施加
| 状态效果
| <code>scripts/contenttweaker/tools.zs:1386</code>
| player.addPotionEffect(&lt;potion:minecraft:haste&gt;.makePotionEffect(30, 1, false, false));
|-
| 脚本施加
| 状态效果
| <code>scripts/contenttweaker/tools.zs:1596</code>
| player.addPotionEffect(&lt;potion:minecraft:haste&gt;.makePotionEffect(15, 2, false, false));
|-
| 脚本施加
| 状态效果
| <code>scripts/contenttweaker/tools.zs:1886</code>
| player.addPotionEffect(&lt;potion:minecraft:haste&gt;.makePotionEffect(20, a, false, false));
|-
| 脚本施加
| 状态效果
| <code>scripts/contenttweaker/tools.zs:1929</code>
| player.addPotionEffect(&lt;potion:minecraft:haste&gt;.makePotionEffect(20, a, false, false));
|}
== 数据来源 ==
* 来源解析状态:builtin-runtime-export
* 来源文件:<code>potion-effects</code>
* 图标资源:资料未确认
* 实现审计状态:language-only
* 实现审计可信度:high
* 当前导出没有可展示的实现来源路径。


== 待确认信息 ==
== 待确认信息 ==

2026年7月17日 (五) 17:08的版本

急迫
类型
药水效果


所属模组
Minecraft1.12.2
适用版本
诸神匠心 1.6.13(Minecraft 1.12.2)
状态
整合包状态效果

急迫是诸神匠心 1.6.13(Minecraft 1.12.2)中记录的状态效果。

基本信息

  • 缓存 ID:minecraft:haste
  • 完整注册名:minecraft:haste
  • 中文名:急迫
  • 英文名:资料未确认
  • 来源模组:Minecraft1.12.2
  • 类型:持续
  • 性质:正面

游戏内说明

提高挖掘速度和攻击速度。

实际效果

  • 提高攻击速度和挖掘速度;当前挖掘速度每级额外提高 20%。

待确认信息

  • 当前数据源未提供英文名