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

34 lines
972 B
JSON

{
"ID": 9991101,
"Events": {
//起始执行的事件
"OnStart": {
"Actions": [
{
"$type": "Share.CConfigOpenDialog"
},
{
//对话框内容
"$type": "Share.CConfigLogText",
"Messages": [
"JsonText_1254" // 这可真是一场辛苦的战斗!我们回万事屋吧!
]
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"OnEnd": {
"Actions": [
{
"$type": "Share.CConfigCloseDialog"
},
{
"$type": "Share.CConfigFinishHollow"
}
]
}
}
}