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

229 lines
9.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"ID": 2020202,
"Events": {
"OnStart": {
"Actions": [
{
"$type": "Share.CConfigOpenDialog"
},
{
"$type": "Share.CConfigLogText",
"Messages": [
"JsonText_1005" // “!@^$&宝...箱!哪...#$..个?\n又一次收到了奇怪的信号这次似乎能听懂了一些
]
},
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Description": "JsonText_1001", // 该怎么做
"Choices": [
{
"OptionText": "JsonText_1006", // #@金...色¥&……
"OptionText2": "JsonText_1007", // 金色的宝箱?
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "Op_1_Over_1"
}
]
}
]
},
{
"OptionText": "JsonText_1008", // #@银...色¥&……
"OptionText2": "JsonText_1009", // 银色的宝箱?
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "Op_2_Over_1"
}
]
}
]
},
{
"OptionText": "JsonText_1010", // #@木...制¥&……
"OptionText2": "JsonText_1011", // 木制的宝箱?
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "Op_3_Over_1"
}
]
}
]
}
]
}
]
},
"Op_1_Over_1": {
"Actions": [
{
"$type": "Share.CConfigSetSpecial",
"SpecialName": "Rare",
"SpecialValue": "2"
},
{
"$type": "Share.CConfigJump",
"Jump": "OnChoose"
}
]
},
"Op_2_Over_1": {
"Actions": [
{
"$type": "Share.CConfigSetSpecial",
"SpecialName": "Rare",
"SpecialValue": "3"
},
{
"$type": "Share.CConfigJump",
"Jump": "OnChoose"
}
]
},
"Op_3_Over_1": {
"Actions": [
{
"$type": "Share.CConfigSetSpecial",
"SpecialName": "Rare",
"SpecialValue": "4"
},
{
"$type": "Share.CConfigJump",
"Jump": "OnChoose"
}
]
},
"OnChoose": {
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": [
"“!@^$&*$^#...”",
"“$^#...”",
"JsonText_1012" // “...”\n一段奇怪的信号逐渐减弱正当大家感到疑惑之时一个骸章反应出现在了附近
]
},
{
"$type": "Share.CConfigRandomDropID",
"Type": "Card",
"Rare": [
"specials(Rare)"
],
"SpecialName": [
"RandomCard_1",
"RandomCard_2",
"RandomCard_3"
]
},
{
"$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": {
//表格参数
"op_1_0": 600,
"Rare":3,
"RandomCard_1": 0,
"RandomCard_2": 0,
"RandomCard_3": 0
}
}