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

39 lines
1.1 KiB
JSON

{
"ID": 9991109,
"Events": {
//起始执行的事件
"OnStart": {
"Actions": [
{
"$type": "Share.CConfigOpenDialog"
},
{
//对话框内容
"$type": "Share.CConfigLogText",
"Messages": [
"JsonText_1255" // 这是一个致命的陷阱!随机使一名角色死亡!
]
},
{
"$type": "Share.CConfigChangePlayerState",
"Target": "Random",
"State": "Death"
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"OnEnd": {
"Actions": [
{
"$type": "Share.CConfigCloseDialog"
},
{
"$type": "Share.CConfigFinishEvent"
}
]
}
}
}