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

43 lines
1.2 KiB
JSON

//终点
{
"ID": 2011307,
"EventTypeTag": [
"CameraMoveToCenter",
"Battle"
],
"Specials":{
"BattleID":10102033
},
"Events": {
"OnStart": {
"Actions": [
{
"$type":"Share.CConfigEmpty"
},
// {
// "$type": "Share.CConfigPerform",
// "PerformID" : 10008
// },
{
"$type":"Share.CConfigSetBattleType",
"BattleID":"specials(BattleID)",
"Type":"LevelFin"
},
{
//这里已经出去了
"$type": "Share.CConfigTriggerBattle",
"BattleID": "specials(BattleID)",
"OnSuccess": "OnEnd",
"EndHollow": true
}
]
},
"OnEnd": {
"Actions": [
{
"$type": "Share.CConfigFinishHollow"
}
]
}
}
}