From cb745b6acc8954c26d1997b7f6fba8534968fc6c Mon Sep 17 00:00:00 2001 From: ShakeFlower Date: Mon, 23 Feb 2026 10:29:46 +0800 Subject: [PATCH] =?UTF-8?q?(chore/experiment):=E5=BE=AE=E8=B0=83=E5=9C=A3?= =?UTF-8?q?=E6=B0=B4=E7=9A=84=E5=AE=9E=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/items.js | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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",