{ //BOSS战 - 终点 "ID": 2021012, "EventTypeTag": [ "Battle" ], "Events": { "OnHollowCreated":{ "Actions":[ { "$type": "Share.CConfigEventModification", "ModificationNum":5, "ModificationType":1, "TargetCoreNode":0, "TargetEventType":1, "TargetEventState":["Locked"], "TargetVisibleState":["Visible"], "EventID":[ 1003 ], "EventState":"Locked", "VisibleState":"VisibleByTriggerEvent", "Position":"Absolute", "X": "getpos(X,2)", "Y": "getpos(Y,2)", "Radius": 1 } ] }, "OnStart": { "Actions": [ { "$type":"Share.CConfigEmpty" }, { //战斗计数器+1 "$type": "Share.CConfigSetHollowVariable", "Key": "CommonController_Event", "Value":2021017 }, { //战斗计数器+1 "$type": "Share.CConfigSetHollowVariable", "Key": "CommonController_Run", "Value":1 }, { "$type":"Share.CConfigApplyAbility", "AbilityName":"HollowRunEvent" }, //1020060001 { "$type":"Share.CConfigSetConditionProgress", "ConditionID":1020060001, "Progress":1, "ModifyType":"Add", "Predicates":[ { "$type": "Share.CConfigEventBySpecials", "ParamName": "challenge_high", "Param":"itemtype(31)", "CompareType":"LessEqual" } ] }, //1020060002 { "$type":"Share.CConfigSetConditionProgress", "ConditionID":1020060002, "Progress":1, "ModifyType":"Add", "Predicates":[ { "$type": "Share.CConfigEventBySpecials", "ParamName": "challenge_low", "Param":"itemtype(31)", "CompareType":"GreaterEqual" } ] }, { "$type": "Share.CConfigFinishEvent" } // { // "$type":"Share.CConfigDropBattleID", // "Type":[93], // "SpecialName":"BattleID" // }, // { // //这里已经出去了 // "$type": "Share.CConfigTriggerBattle", // "BattleID": "specials(BattleID)", // "OnSuccess": "OnEnd", // "EndHollow": true // } ] }, "OnEnd": { "Actions": [ { "$type": "Share.CConfigFinishHollow" } ] } }, "Specials": { "BattleID": 30132034, "challenge_high":14, "challenge_low":8 } }