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

61 lines
2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"ID": 9991145,
"Events": {
"OnCreate": {
"Actions": [
{
"$type": "Share.CConfigOpenDialog"
},
{
"$type": "Share.CConfigLogText",
"Messages": [
"JsonText_1339", // 名单上的孩子们都已找到,幸好都还没有出现侵蚀反应。
"JsonText_1340" // 赶快把他们带出空洞吧。
]
},
{
"$type": "Share.CConfigCloseDialog"
}
]
},
"OnStart": {
"Actions": [
{
"$type": "Share.CConfigOpenDialog"
},
{
//对话框内容
"$type": "Share.CConfigLogText",
"Messages": [
"高威胁警报:\n侦测到异常以太活动威胁级别提升至最高。请全力应对"
]
},
{
"$type":"Share.CConfigDropBattleID",
"Type":[61,62],
"SpecialName":"BattleID"
},
{
//这里已经出去了
"$type": "Share.CConfigTriggerBattle",
"BattleID": "specials(BattleID)",
"OnSuccess": "OnEnd"
// "EndHollow": true
},
{
"$type": "Share.CConfigFinishHollow"
}
]
},
"OnEnd": {
"Actions": [
// {
// "$type": "Share.CConfigCloseDialog"
// },
{
"$type": "Share.CConfigFinishHollow"
}
]
}
}
}