{ //BOSS战 - 切层 "ID": 2015, "EventTypeTag": [ "CameraMoveToCenter_ban", "Battle" ], "Events": { "OnStart": { "Actions": [ { "$type":"Share.CConfigEmpty" }, { "$type":"Share.CConfigDropBattleID", "Type":["specials(difficult)"], "SpecialName":"BattleID" }, { "$type": "Share.CConfigTriggerBattle", "BattleID": "specials(BattleID)", "OnSuccess": "OnCurse", "GotoNextHollow" : true } ] }, "OnCurse":{ "Actions": [ { "$type":"Share.CConfigPrepareNextHollow", "ShowOther":[ { "$type":"Share.CConfigEventByCurse", "CompareType":"Greater", "Count":0 } ] }, { "$type":"Share.CConfigModifySceneProperty", "Property":"Stamina", "Count":"-sceneproperty(Stamina)", "Predicates":[ { "$type":"Share.CConfigEventByCurse", "CompareType":"Equal", "Count":0 } ] }, { "$type":"Share.CConfigRemoveCurse", "RemoveType":"Initiative", "Count":1, "Predicates":[ { "$type":"Share.CConfigEventByCurse", "CompareType":"Greater", "Count":0 } ] }, { "$type":"Share.CConfigSetHollowItem", "EPCharge":"specials(EPCharge)", "Predicates":[ { "$type":"Share.CConfigEventBySpecials", "ParamName":"HollowItem", "Param":"hollowitem()", "CompareType":"NotEqual" } ] }, { "$type": "Share.CConfigGotoNextHollow" } ] } }, "Specials": { "BattleID": 0, "difficult":40, "EPCharge": 60, "HollowItem": 0 } }