药水效果/治愈
外观
Potion of Curing
类型
药水效果
所属模组
Potion Core1.9_for_1.12.2
适用版本
诸神匠心 1.6.13(Minecraft 1.12.2)
状态
整合包内有直接使用证据
来源
potioncore:curePotion of Curing是诸神匠心 1.6.13(Minecraft 1.12.2)中记录的状态效果。缺失字段保持未确认,不根据名称推测机制。
基本信息
- 缓存 ID:
cure - 完整注册名:
potioncore:cure - 中文名:资料未确认
- 英文名:Potion of Curing
- 来源模组:Potion Core1.9_for_1.12.2
- 类型:资料未确认
- 性质:负面
游戏内说明
当前数据源未提供可验证说明。
实际效果
- 立即移除目标身上的所有负面状态。
使用与获取证据
| 证据类型 | 作用对象 | 来源 | 摘录 |
|---|---|---|---|
| 脚本检测 | 状态效果 | scripts/contenttweaker/armor.zs:277
|
if (!player.isPotionActive(<potion:potioncore:cure>)){ |
| 脚本施加 | 状态效果 | scripts/contenttweaker/armor.zs:278
|
player.addPotionEffect(<potion:potioncore:cure>.makePotionEffect(40, 0, false, false)); |
| 脚本检测 | 状态效果 | scripts/contenttweaker/armor.zs:478
|
if (!player.isPotionActive(<potion:potioncore:cure>)){ |
| 脚本检测 | 状态效果 | scripts/contenttweaker/armor.zs:737
|
if (!player.isPotionActive(<potion:potioncore:cure>)){ |
| 脚本检测 | 状态效果 | scripts/contenttweaker/armor.zs:1341
|
}else if(player.isPotionActive(<potion:potioncore:cure>)){ |
| 脚本施加 | 状态效果 | scripts/contenttweaker/armor.zs:1430
|
player.addPotionEffect(<potion:potioncore:cure>.makePotionEffect(600, 0, false, false)); |
| 脚本检测 | 状态效果 | scripts/contenttweaker/tools.zs:1818
|
}else if(player.isPotionActive(<potion:potioncore:cure>)){ |
数据来源
- 来源解析状态:unique-language-source
- 来源文件:
mods/[前置][药水核心]PotionCore-1.9_for_1.12.2.jar - 图标资源:
mods/[前置][药水核心]PotionCore-1.9_for_1.12.2.jar!/assets/potioncore/textures/gui/potion/cure.png - 实现审计状态:language-only
- 实现审计可信度:high
- 审计说明:只移除被实现标记为负面的状态。
- 当前导出没有可展示的实现来源路径。
待确认信息
- 当前数据源未提供中文名
- 瞬时或持续类型尚未确认