(chore/experiment):微调圣水的实现
This commit is contained in:
parent
5359d045a3
commit
cb745b6acc
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user