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

221 lines
9 KiB
JSON

{
"ID": 1012009,
"Events": {
"OnStart": {
"Actions": [
{
"$type": "Share.CConfigOpenDialog"
},
{
"$type": "Share.CConfigLogText",
"Messages": [
"Event_1012009_Log_1_1"
]
},
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Description": "Event_1012009_Des_1",
"Choices": [
{
"OptionText": "Event_1012009_op_1",
"OptionText2": "Event_1012009_op_1_split",
"OptionContents": [
{
"Actions": [
{
//50金币
"$type": "Share.CConfigAddItem",
"ItemID": 1,
"Count": "specials(op_gold)"
}
]
},
{
"Weight": "specials(op_weight)",
"WeightGroup": 2,
"Actions": [
{
//获得1张随机诅咒
"$type": "Share.CConfigDropPool",
"Type": "Curse",
"Num": 1
},
{
"$type": "Share.CConfigJump",
"Jump": "Op_1_Over_1"
}
]
},
{
"Weight": "100-specials(op_weight)",
"WeightGroup": 2,
"Actions": [
{
//失败跳转
"$type": "Share.CConfigJump",
"Jump": "Op_1_Over_2",
"Weight": 2
}
]
}
]
},
{
"OptionText": "Event_1012009_op_2",
"OptionText2": "Event_1012009_op_2_split",
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "Op_2_Over_1"
}
]
}
]
}
]
}
]
},
"OnNext": {
"Actions": [
{
"$type": "Share.CConfigSetSpecial",
"SpecialName": "op_gold",
"SpecialValue": "specials(op_gold)+specials(op_gold_ex)"
},
{
"$type": "Share.CConfigSetSpecial",
"SpecialName": "op_weight",
"SpecialValue": "specials(op_weight)+specials(op_weight_ex)"
},
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Description": "Event_1012009_Des_1",
"Choices": [
{
"OptionText": "Event_1012009_op_1",
"OptionText2": "Event_1012009_op_1_split",
"OptionContents": [
{
"Actions": [
{
//50金币
"$type": "Share.CConfigAddItem",
"ItemID": 1,
"Count": "specials(op_gold)"
}
]
},
{
"Weight": "specials(op_weight)",
"WeightGroup": 2,
"Actions": [
{
//获得1张随机诅咒
"$type": "Share.CConfigDropPool",
"Type": "Curse",
"Num": 1
},
{
"$type": "Share.CConfigJump",
"Jump": "Op_1_Over_1"
}
]
},
{
"Weight": "100-specials(op_weight)",
"WeightGroup": 2,
"Actions": [
{
//失败跳转
"$type": "Share.CConfigJump",
"Jump": "Op_1_Over_2",
"Weight": 2
}
]
}
]
},
{
"OptionText": "Event_1012009_op_2",
"OptionText2": "Event_1012009_op_2_split",
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "Op_2_Over_1"
}
]
}
]
}
]
}
]
},
"Op_1_Over_1": {
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": [
"Event_1012009_op_1_over_1"
]
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"Op_1_Over_2": {
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": [
"Event_1012009_op_1_over_2"
]
},
{
"$type": "Share.CConfigJump",
"Jump": "OnNext"
}
]
},
"Op_2_Over_1": {
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": [
"Event_1012009_op_2_over_1"
]
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"OnEnd": {
"Actions": [
{
"$type": "Share.CConfigCloseDialog"
},
{
"$type": "Share.CConfigFinishEvent"
}
]
}
},
"Specials": {
//表格参数
"op_gold": 50,
"op_gold_ex": 50,
"op_weight": 20,
"op_weight_ex": 20
}
}