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