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

41 lines
1.1 KiB
JSON

{
"ID": 745,
"EventTypeTag": [
"EndBattle"
],
"Events": {
"OnStart": {
"Actions": [
//打开dialog
{
"$type":"Share.CConfigOpenDialog"
},
{
"$type": "Share.CConfigLogText",
"Messages": [
"JsonText_1112" // 点击后进入战斗,然后退出当前棋盘
]
},
//选择要看哪种相机
{
"$type":"Share.CConfigTriggerBattle",
"BattleID":2010134,
"EndHollow":true,
"OnSuccess":"End"
}
]
},
"End":{
"Actions":[
//关闭Dialog
{
"$type": "Share.CConfigCloseDialog"
},
//关闭事件
{
"$type": "Share.CConfigFinishEvent"
}
]
}
}
}