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

150 lines
5.3 KiB
JSON

{
"ID": 1012006,
"Events": {
"OnStart": {
"Actions": [
{
"$type": "Share.CConfigOpenDialog"
},
{
"$type": "Share.CConfigLogText",
"Messages": [
"Event_1012006_Log_1_1",
"Event_1012006_Log_1_2"
]
},
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Description": "Event_1012006_Des_1",
"Choices": [
{
"OptionText": "Event_1012006_op_1",
"OptionText2": "Event_1012006_op_1_split",
"OptionContents": [
{
"Weight": "specials(op_1_0)",
"Actions": [
{
//获得1张随机卡牌
"$type": "Share.CConfigDropPool",
"Type": "Card",
"Num": 1,
"Rare": [
2,
3
]
},
{
"$type": "Share.CConfigJump",
"Jump": "Op_1_Over_1"
}
]
},
{
"Weight": "specials(op_1_1)",
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "Op_1_Over_2"
}
]
}
]
},
{
"OptionText": "Event_1012006_op_2",
"OptionText2": "Event_1012006_op_2_split",
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "Op_2_Over_1"
}
]
}
]
}
]
}
]
},
"Op_1_Over_1": {
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": [
"Event_1012006_op_1_over_1"
]
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"Op_1_Over_2": {
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": [
"Event_1012006_op_1_over_2"
]
},
{
"$type": "Share.CConfigTriggerBattle",
"BattleID": "specials(BattleID)",
"OnSuccess": "OnDropCard",
"OnFailure": "OnEnd"
}
]
},
"Op_2_Over_1": {
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": [
"Event_1012006_op_2_over_1"
]
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"OnDropCard": {
"Actions": [
{
"$type": "Share.CConfigDropPool",
"Type": "Card",
"Num": 1,
"Rare": [
2,
3
]
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"OnEnd": {
"Actions": [
{
"$type": "Share.CConfigCloseDialog"
},
{
"$type": "Share.CConfigFinishEvent"
}
]
}
},
"Specials": {
"op_1_0": 25,
"op_1_1": 75,
"BattleID": 21001
}
}