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

67 lines
2 KiB
JSON

{
"ID": 718,
"Events": {
"OnStart": {
"Actions": [
{
"$type": "Share.CConfigOpenDialog"
},
{
"$type": "Share.CConfigSwitchServer",
"Switch": [
{
"Weight": 50,
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "OnTest1"
}
]
},
{
"Weight": 50,
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "OnTest2"
}
]
}
]
}
]
},
"OnTest1": {
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": [
"JsonText_1055" // 测试1
]
},
{
"$type": "Share.CConfigCloseDialog"
},
{
"$type": "Share.CConfigFinishEvent"
}
]
},
"OnTest2": {
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": [
"JsonText_1056" // 测试2
]
},
{
"$type": "Share.CConfigCloseDialog"
},
{
"$type": "Share.CConfigFinishEvent"
}
]
}
}
}