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

42 lines
1.2 KiB
JSON

{
"ID": 2011209,
"Events": {
"OnStart": {
"Actions": [
// {
// "$type": "Share.CConfigPerform",
// "PerformID" : 10008
// },
{
"$type":"Share.CConfigEmpty"
},
{
//这里已经出去了
"$type": "Share.CConfigTriggerBattle",
"BattleID": "specials(BattleID)",
"OnSuccess": "OnEnd",
"EndHollow": true
}
// {
// "$type": "Share.CConfigFinishHollow"
// }
]
},
"OnEnd": {
"Actions": [
{
"$type":"Share.CConfigSetConditionProgress",
"ConditionID":1020060005,
"Progress":1,
"ModifyType":"Add"
},
{
"$type": "Share.CConfigFinishHollow"
}
]
}
},
"Specials": {
"BattleID": 10102041
}
}