{ //绝望-BOSS战 - 切层 "ID": 2010915, "EventTypeTag": [ "CameraMoveToCenter_ban", "Battle" ], "Events": { "OnStart": { "Actions": [ { "$type":"Share.CConfigEmpty" }, { "$type":"Share.CConfigDropBattleID", "Type":[22], "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.CConfigJump", "Jump": "OnCondition" } ] }, "OnCondition":{ "Actions":[ //找到深层的道路 { "$type":"Share.CConfigSetConditionProgress", "ConditionID":30060084, "Progress":1, "ModifyType":"Add" }, // //清理全部战斗格 // { // "$type": "Share.CConfigJump", // "Jump": "OnEnd", // "Predicates":[ // { // "$type":"Share.CConfigEventByEventState", // "X":2, // "Y":3, // "Position":"Absolute", // "VisibleState":["Visible"], // //"State":["ShowEvent"], // "Count":1, // "CompareType":"GreaterEqual", // "Radius":3, // "EventID":[2007] //战斗 // } // ] // }, // { // "$type":"Share.CConfigSetConditionProgress", // "ConditionID":30060073, // "Progress":1, // "ModifyType":"Add" // }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] }, "OnEnd": { "Actions": [ { "$type": "Share.CConfigGotoNextHollow" } ] } }, "Specials": { "BattleID": 0, "EPCharge": 60, "HollowItem": 0 } }