新道具栏
This commit is contained in:
parent
03e5576c16
commit
2c4887899c
@ -116,6 +116,14 @@ var comment_c456ea59_6018_45ef_8bcc_211a24c627dc = {
|
|||||||
"_lint": true,
|
"_lint": true,
|
||||||
"_docs": "能否使用或装备",
|
"_docs": "能否使用或装备",
|
||||||
"_data": "当前能否使用或装备该道具,仅对cls不为items有效。null表示始终不可使用但可装备"
|
"_data": "当前能否使用或装备该道具,仅对cls不为items有效。null表示始终不可使用但可装备"
|
||||||
|
},
|
||||||
|
"canBatchUse": {
|
||||||
|
"_leaf": true,
|
||||||
|
"_type": "textarea",
|
||||||
|
"_string": true,
|
||||||
|
"_lint": true,
|
||||||
|
"_docs": "能否批量使用",
|
||||||
|
"_data": "该道具是否允许批量使用,仅对cls为tools或constants有效,true表示可批量使用。建议同时勾选【回放不绘制道具栏】"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -310,13 +310,15 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
|
|||||||
"itemEffectTip": ",防御+100,护盾+100"
|
"itemEffectTip": ",防御+100,护盾+100"
|
||||||
},
|
},
|
||||||
"superPotion": {
|
"superPotion": {
|
||||||
"cls": "items",
|
"cls": "tools",
|
||||||
"name": "圣水",
|
"name": "圣水",
|
||||||
"itemEffect": "core.status.hero.hp *= 2",
|
"itemEffect": "core.status.hero.hp *= 2",
|
||||||
"itemEffectTip": ",生命值翻倍",
|
"itemEffectTip": ",生命值翻倍",
|
||||||
"useItemEffect": "core.status.hero.hp *= 2;core.playSound('回血');",
|
"useItemEffect": "core.status.hero.hp *= 2;core.playSound('回血');",
|
||||||
"canUseItemEffect": "true",
|
"canUseItemEffect": "true",
|
||||||
"text": "生命值翻倍"
|
"text": "生命值翻倍",
|
||||||
|
"canBatchUse": "true",
|
||||||
|
"hideInReplay": true
|
||||||
},
|
},
|
||||||
"book": {
|
"book": {
|
||||||
"cls": "constants",
|
"cls": "constants",
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user