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

84 lines
2.5 KiB
JSON

//结束事件
{
"ID": 2020502,
"Specials": {
"Count": 7
},
"Events": {
"OnCreate": {
"Actions": [
{
"$type": "Share.CConfigCameraMove",
"Type": "TriggerPosition",
"CanControl": false
},
{
"$type": "Share.CConfigShowTip",
"TipID": 201050201,
"Delay": 0
},
{
"$type": "Share.CConfigWaitSeconds",
"Time": 0.5
},
{
"$type": "Share.CConfigCameraMove",
"Type": "Player",
"CanControl": true
},
{
"$type": "Share.CConfigFinishEvent"
}
]
},
"OnStart": {
"Actions": [
{
"$type": "Share.CConfigFinishHollow"
}
]
},
"OnTurn": {
"Actions": [
{
"$type": "Share.CConfigSetSpecial",
"SpecialName": "Count",
"SpecialValue": "specials(Count)-1"
},
{
"$type": "Share.CConfigIf",
"OnSuccess": "PatrolSpeed",
"OnFailure": "OnEnd",
"Conditions": [
{
"$type": "Share.CConfigEventBySpecials",
"ParamName": "Count",
"Param": 0,
"CompareType": "Equal"
}
]
}
]
},
"PatrolSpeed": {
"Actions": [
//设置变量
{
"$type": "Share.CConfigSetHollowVariable",
"Key": "Speed.1000",
"Value": 1
},
{
"$type": "Share.CConfigFinishEvent"
}
]
},
"OnEnd": {
"Actions": [
{
"$type": "Share.CConfigFinishEvent"
}
]
}
}
}