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

102 lines
3.4 KiB
JSON

//全局事件
{
"ID": 3010202,
"Events": {
"OnStart": {
"Actions": [
{
"$type": "Share.CConfigOpenDialog"
},
{
"$type": "Share.CConfigJump",
"Jump": "OnChoose"
}
]
},
"OnChoose":{
"Actions":[
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Title":"Event3010202_1",
"Description": "Event3010202_2",
"QuestionDescription":"Event3010202_3",
"Choices": [
{
"OptionText": "Event3010202_4",
"OptionIcon1": 113,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "OnTeleport"
}
]
}
]
},
{
"OptionText": "Event3010202_5",
"OptionIcon1": 106,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd2"
}
]
}
]
}
]
}
]
},
"OnTeleport": {
"Actions": [
{
"$type": "Share.CConfigCloseDialog"
},
{
"$type": "Share.CConfigTransfer",
"X": 6,
"Y": 3,
"Random":false
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"OnEnd": {
"Actions": [
{
"$type": "Share.CConfigCameraMove",
"StretchKey": "Back",
"Type": "Player"
},
{
"$type": "Share.CConfigWaitSeconds",
"Time": 0.8
},
{
"$type": "Share.CConfigFinishEvent",
"CanTriggerAgain": false
}
]
},
"OnEnd2": {
"Actions": [
{
"$type": "Share.CConfigCloseDialog"
},
{
"$type": "Share.CConfigFinishEvent"
}
]
}
}
}