{ "ID": 1010713, "Events": { "OnStart": { "Actions": [ { "$type":"Share.CConfigEmpty" }, //等于0第一次触发后,可琳入队 { "$type": "Share.CConfigJump", "Jump": "OnColin", "Predicates": [ { "$type": "Share.CConfigEventByHollowVariable", "Key": "ColinState.1010716", "CompareType": "Equal", "Count": 0 } ] }, { "$type": "Share.CConfigJump", "Jump": "OnEnd", "Predicates": [ { "$type": "Share.CConfigEventByHollowVariable", "Key": "ColinState.1010716", "CompareType": "NotEqual", "Count": 0 } ] } ] }, "OnColin":{ "Actions":[ { "$type": "Share.CConfigSetHollowVariable", "Key": "ColinState.1010713", "Value": 1 }, { "$type": "Share.CConfigPerform", "PerformID" : 10125 }, { "$type": "Share.CConfigWaitSeconds", "Time": 0.2 }, { "$type": "Share.CConfigAddCharacter", "Predicates": [ { "$type": "Share.CConfigEventByNot", "Predicates": //队伍里有可琳,则不走该分支 [ { "$type": "Share.CConfigEventByAvatarID", "AvatarID": 1061 } ] } ], "AddTo": [1001010702] //可琳 }, //Condition进度 { "$type":"Share.CConfigSetConditionProgress", "ConditionID":30060047, "Progress": 1, "ModifyType":"Add" }, { "$type": "Share.CConfigJump", "Jump": "OnEnd" } ] }, "OnEnd": { "Actions": [ //改另外一个 { "$type": "Share.CConfigEventModification", "ModificationNum":1, "ModificationType":1, "X":7, "Y":6, "Radius":1, "Position":"Absolute", "TargetEventID": [ 1010716 ], "TargetEventType":1, "EventID":[ 1003 ], "EventState":"Locked", "VisibleState":"Visible" }, { "$type": "Share.CConfigFinishEvent" } ] } } }