HollowPS_TV_experiments/extras/zzz-0.1-jsons/Event1010716.json

107 lines
3.7 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"ID": 1010716,
"Events": {
"OnStart": {
"Actions": [
{
"$type":"Share.CConfigEmpty"
},
//等于0第一次触发后可琳入队
{
"$type": "Share.CConfigJump",
"Jump": "OnColin",
"Predicates": [
{
"$type": "Share.CConfigEventByHollowVariable",
"Key": "ColinState.1010713",
"CompareType": "Equal",
"Count": 0
}
]
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd",
"Predicates": [
{
"$type": "Share.CConfigEventByHollowVariable",
"Key": "ColinState.1010713",
"CompareType": "NotEqual",
"Count": 0
}
]
}
]
},
"OnColin":{
"Actions":[
{
"$type": "Share.CConfigSetHollowVariable",
"Key": "ColinState.1010716",
"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":6,
"Y":7,
"Radius":1,
"Position":"Absolute",
"TargetEventID": [
1010713
],
"TargetEventType":1,
"EventID":[
1003
],
"EventState":"Locked",
"VisibleState":"Visible"
},
{
"$type": "Share.CConfigFinishEvent"
}
]
}
}
}