(chore/experiment):微调圣水的实现

This commit is contained in:
ShakeFlower 2026-02-23 10:29:46 +08:00
parent 5359d045a3
commit cb745b6acc

View File

@ -345,11 +345,17 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
"superPotion": { "superPotion": {
"cls": "items", "cls": "items",
"name": "圣水", "name": "圣水",
"itemEffect": "core.status.hero.hp *= 2", "itemEffect": null,
"itemEffectTip": ",生命值翻倍", "itemEffectTip": ",生命值翻倍",
"useItemEffect": "core.status.hero.hp *= 2;core.playSound('回血');", "useItemEffect": "core.status.hero.hp *= 2;core.playSound('回血');",
"canUseItemEffect": "true", "canUseItemEffect": "true",
"text": "生命值翻倍" "text": "生命值翻倍",
"itemEffectEvent": {
"sound": "recovery.mp3",
"value": {
"hp": "core.status.hero.hp"
}
}
}, },
"book": { "book": {
"cls": "constants", "cls": "constants",