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

192 lines
8 KiB
JSON

{
"ID": 9991141,
"Events": {
//起始执行的事件
"OnStart": {
"Actions": [
{
"$type": "Share.CConfigOpenDialog"
},
{
//对话框内容
"$type": "Share.CConfigLogText",
"Messages": [
"JsonText_1312" // 你发现了一批由调查协会投入的补给物资
]
},
{
//根据选项模式选择选项
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Description": "JsonText_1313", // 异变还在发生,时间有限,想想该拿些什么吧
"Choices": [
{
"OptionText": "JsonText_1314", // 镇静剂
"OptionText2": "JsonText_1315", // 清空当前压力
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigModifySceneProperty",
"Property": "Stamina",
"Count": "-sceneproperty(Stamina)"
},
{
"$type": "Share.CConfigJump",
"Jump": "Op_1_Over_1"
}
]
}
]
},
{
"OptionText": "JsonText_1316", // 装备箱
"OptionText2": "JsonText_1317", // 选择一张骸章
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "Op_2_Over_1"
}
]
}
]
}
]
}
]
},
"Op_1_Over_1": {
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": [
"JsonText_1318" // 紧绷的情绪稍微舒缓了一些
]
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"Op_2_Over_1": {
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": [
"JsonText_1319" // 一切能利用的都该用上
]
},
{
//定义掉落卡牌
"$type": "Share.CConfigRandomDropID",
"Type": "Card",
"Rare": [
4
],
"SpecialName": [
"RandomCard_1",
"RandomCard_3",
"RandomCard_2"
]
},
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"ShowMode": "Card",
"Choices": [
{
"OptionText": "Event_Common_Choose", // 选择
"OptionItemID1": "specials(RandomCard_1)",
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigDropPool",
"Type": "Card",
"ItemID": "specials(RandomCard_1)",
"Num": 1
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
}
]
},
{
"OptionText": "Event_Common_Choose", // 选择
"OptionItemID1": "specials(RandomCard_2)",
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigDropPool",
"Type": "Card",
"ItemID": "specials(RandomCard_2)",
"Num": 1
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
}
]
},
{
"OptionText": "Event_Common_Choose", // 选择
"OptionItemID1": "specials(RandomCard_3)",
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigDropPool",
"Type": "Card",
"ItemID": "specials(RandomCard_3)",
"Num": 1
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
}
]
}
]
// "ExtraChoice": {
// "OptionContents": [
// {
// "Actions": [
// {
// "$type": "Share.CConfigJump",
// "Jump": "OnEnd"
// }
// ]
// }
// ]
// }
}
]
},
"OnEnd": {
"Actions": [
{
"$type": "Share.CConfigCloseDialog"
},
{
"$type": "Share.CConfigFinishEvent"
}
]
}
},
"Specials": {
"RandomCard_1": 0,
"RandomCard_2": 0,
"RandomCard_3": 0
}
}