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

40 lines
1.1 KiB
JSON

{
"ID": 2011306,
"EventTypeTag": [
"CameraMoveToCenter",
"Battle"
],
"Events": {
"OnStart": {
"Actions": [
{
"$type":"Share.CConfigEmpty"
},
// {
// "$type": "Share.CConfigPerform",
// "PerformID" : 10008
// },
{
"$type":"Share.CConfigRandomBattleID",
"Type":["LevelFin"],
"Tags":["Normal"],
"SpecialName":"BattleID"
},
{
//这里已经出去了
"$type": "Share.CConfigTriggerBattle",
"BattleID": "specials(BattleID)",
"OnSuccess": "OnEnd",
"EndHollow": true
}
]
},
"OnEnd": {
"Actions": [
{
"$type": "Share.CConfigFinishHollow"
}
]
}
}
}