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

101 lines
No EOL
3.6 KiB
JSON

{
"ID" : 2020807,
"Events": {
"OnStart": {
"Actions": [
{
"$type": "Share.CConfigOpenDialog"
},
{
"$type": "Share.CConfigJump",
"Jump": "OnChoose"
}
]
},
"OnChoose":{
"Actions":[
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Title":"传送门", //「铁轨结」
"Description": "Event1010705_2", //前方的铁轨以夸张的角度扭曲在一起,像是被打了个结。它们冰冷而沉重,用扭曲的姿态警示着前方以太空间的不稳定。
"QuestionDescription":"Event1010705_3", //继续前进或许会到达意料之外的地方。
"Choices": [
{
"OptionText": "Event1010705_4", //除了前进别无他法。
"OptionIcon1": 100,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "OnTeleport"
}
]
}
]
},
{
"OptionText": "Event1010705_5", //等等,先观望一下。
"OptionIcon1": 106,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd2"
}
]
}
]
}
]
}
]
},
"OnTeleport": {
"Actions": [
{
"$type": "Share.CConfigCloseDialog"
},
{
"$type": "Share.CConfigTransfer",
// "X": 7,
// "Y": 7,
"Random":true
},
{
"$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"
}
]
}
}
}