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

178 lines
6.9 KiB
JSON

{
"ID": 2020535,
"EventTypeTag": [
"InteractEventWithAnim",
"Empty"
],
"Events": {
"OnStart":{
"Actions":[
{
"$type": "Share.CConfigOpenDialog"
},
{
"$type": "Share.CConfigJump",
"Jump": "OnChoose"
}
]
},
"OnChoose": {
"Actions": [
//随机消除一列
//降低难度
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Title":"Event2020535_Title", //木头人不许动
"Description": "Event2020535_1", // 你们发现了一个信号中继点,似乎是反叛军临时搭设的。
"QuestionDescription": "Event2020535_2", // 或许能利用一下……
"Choices": [
{
"OptionText": "Event2020535_3", // 激活数据信息
"OptionText2": "Event2020535_4", // 查看区域地图
"OptionIcon1":112,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "ShowMap"
}
]
}
]
},
{
"OptionText": "Event2020535_5",
"OptionText2": "Event2020535_6", //减缓行动速度
"OptionIcon1":113,
"OptionContents": [
{
"Actions": [
//------观测任务-----
{
"$type":"Share.CConfigSetConditionProgress",
"ConditionID":30060122,
"Progress":1,
"ModifyType":"Add"
},
//-----------------
{
"$type": "Share.CConfigJump",
"Jump": "OP_1"
}
]
}
]
},
{
"OptionText": "Event2020535_7",
"OptionText2": "Event2020535_8", //降低战斗难度
"OptionIcon1":113,
"OptionContents": [
{
"Actions": [
//------观测任务-----
{
"$type":"Share.CConfigSetConditionProgress",
"ConditionID":30060123,
"Progress":1,
"ModifyType":"Add"
},
//-----------------
{
"$type": "Share.CConfigJump",
"Jump": "OP_2"
}
]
}
]
}
]
},
{
"$type": "Share.CConfigFinishEvent"
}
]
},
"ShowMap": {
"Actions":
[
//关闭对话框
{
"$type": "Share.CConfigCloseDialog"
},
//查看全图
{
"$type": "Share.CConfigCameraMove",
"StretchKey": "Far",
"Type": "Player",
"CanControl": false
},
//停顿一秒
{
"$type": "Share.CConfigWaitSeconds",
"Time": 1
},
//恢复玩家位置,打开对话框
{
"$type": "Share.CConfigCameraMove",
"StretchKey": "Back",
"Type": "Player",
"CanControl": true
},
{
"$type": "Share.CConfigOpenDialog"
},
//返回选项
{
"$type": "Share.CConfigJump",
"Jump": "OnChoose"
}
]
},
"OP_1": {
"Actions": [
{
"$type": "Share.CConfigSetHollowVariable",
"Key": "Patrol_2020530",
"Value": 2
},
{
"$type": "Share.CConfigLogText",
"Messages": [
"Event2020535_9" // 扰乱信号有效,周遭的敌人暂时不会被卷入了
]
},
{
"$type": "Share.CConfigCloseDialog"
},
{
"$type": "Share.CConfigFinishEvent"
}
]
},
"OP_2": {
"Actions": [
{
"$type": "Share.CConfigSetHollowVariable",
"Key": "Difficult_2020530",
"Value": 1
},
{
"$type": "Share.CConfigLogText",
"Messages": [
"Event2020535_10" // 扰乱信号有效,周遭的敌人暂时不会被卷入了
]
},
{
"$type": "Share.CConfigCloseDialog"
},
{
"$type": "Share.CConfigFinishEvent"
}
]
}
}
}