新道具栏

This commit is contained in:
草莓 2025-03-08 12:58:06 +08:00
parent 03e5576c16
commit 2c4887899c
3 changed files with 427 additions and 481 deletions

View File

@ -116,6 +116,14 @@ var comment_c456ea59_6018_45ef_8bcc_211a24c627dc = {
"_lint": true,
"_docs": "能否使用或装备",
"_data": "当前能否使用或装备该道具仅对cls不为items有效。null表示始终不可使用但可装备"
},
"canBatchUse": {
"_leaf": true,
"_type": "textarea",
"_string": true,
"_lint": true,
"_docs": "能否批量使用",
"_data": "该道具是否允许批量使用仅对cls为tools或constants有效true表示可批量使用。建议同时勾选【回放不绘制道具栏】"
}
}
},

View File

@ -310,13 +310,15 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
"itemEffectTip": ",防御+100护盾+100"
},
"superPotion": {
"cls": "items",
"cls": "tools",
"name": "圣水",
"itemEffect": "core.status.hero.hp *= 2",
"itemEffectTip": ",生命值翻倍",
"useItemEffect": "core.status.hero.hp *= 2;core.playSound('回血');",
"canUseItemEffect": "true",
"text": "生命值翻倍"
"text": "生命值翻倍",
"canBatchUse": "true",
"hideInReplay": true
},
"book": {
"cls": "constants",

File diff suppressed because it is too large Load Diff