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

136 lines
5.6 KiB
JSON

//Z ---3006020
{
"ID": 9991278,
"Specials": {
"RandomCard_1": 0,
"RandomCard_2": 0,
"RandomCard_3": 0
},
"Events": {
"OnStart": {
"Actions": [
{
"$type": "Share.CConfigOpenDialog"
},
{
//对话框内容
"$type": "Share.CConfigLogText",
"Messages": [
// "小队找到了一处以太物质富集区域,可惜异变程度过重,无法用作资源加工了。",
"Event_9991278_Log_1",
// "仔细搜索后,小队找到了可以利用的骸章。"
"Event_9991278_Log_2"
]
},
// {
// "$type": "Share.CConfigSetConditionProgress",
// "ConditionID": 30060009,
// "Progress": 1,
// "ModifyType": "Add"
// },
{
"$type": "Share.CConfigRandomDropID",
"Type": "Card",
"Rare": [
3,
4
],
"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"
}
]
}
}
}