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

307 lines
11 KiB
JSON

{
//道德选择:一对戒指
"ID": 1011011,
"Events": {
"OnStart": {
"Actions": [
{
"$type": "Share.CConfigOpenDialog"
},
{
"$type": "Share.CConfigLogText",
"Messages": [
"Event_1011011_Log_1_1"
]
},
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Description": "Event_1011011_Des_1",
"Choices": [
//士兵被救
{
"OptionText": "Event_1011011_op_1",
"OptionText2": "Event_1011011_op_1_split",
"Predicates": [
{
"$type": "Share.CConfigEventByHollowVariable",
"Key": "SoldierStatus.1011010",
"Count": 1,
"CompareType": "Equal"
}
],
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "Op_1_Over_1"
}
]
}
]
},
//士兵紫砂
{
"OptionText": "Event_1011011_op_2",
"OptionText2": "Event_1011011_op_2_split",
"Predicates": [
{
"$type": "Share.CConfigEventByHollowVariable",
"Key": "SoldierStatus.1011010",
"Count": 2,
"CompareType": "Equal"
}
],
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "Op_2_Over_1"
}
]
}
]
},
//士兵没状态
{
"OptionText": "Event_1011011_op_3",
"OptionText2": "Event_1011011_op_3_split",
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "Op_3_Over_1"
}
]
}
]
},
//润了润了
{
"OptionText": "Event_1011011_op_4",
"OptionText2": "Event_1011011_op_4_split",
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "Op_4_Over_1"
}
]
}
]
}
]
}
]
},
"Op_1_Over_1": //打一架
{
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": [
"Event_1011011_op_1_over_1"
]
},
{
"$type": "Share.CConfigTriggerBattle",
"BattleID": "specials(BattleID)",
"OnSuccess": "Op_1_Over_1_End",
"OnFailure": "OnEnd"
}
]
},
"Op_1_Over_1_End": //士兵死了 打完获得祝福 有情人终成眷属 1105031
{
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": [
"Event_1011011_op_1_over_2",
"Event_1011011_op_1_over_3"
]
},
{
"$type": "Share.CConfigSetHollowVariable",
"Key": "SoldierStatus.1011010",
"Value": 3
},
{
//-压力值
"$type" : "Share.CConfigModifySceneProperty",
"Property" : "Stamina",
"Count" : "-specials(op_stamina_1)"
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"Op_2_Over_1": {
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": [
"Event_1011011_op_2_over_1"
]
},
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Description": "Event_1011011_Des_1",
"Choices": [
//战斗后获得祝福
{
"OptionText": "Event_1011011_op_2_1",
"OptionText2": "Event_1011011_op_2_1_split",
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "Op_2_Over_1_1"
}
]
}
]
},
//润了
{
"OptionText": "Event_1011011_op_2_2",
"OptionText2": "Event_1011011_op_2_2_split",
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "Op_2_Over_1_2"
}
]
}
]
}
]
}
]
},
"Op_2_Over_1_1": //
{
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": [
"Event_1011011_op_2_1_over_1"
]
},
{
"$type": "Share.CConfigTriggerBattle",
"BattleID": "specials(BattleID)",
"OnSuccess": "Op_2_Over_1_1_End",
"OnFailure": "OnEnd"
}
]
},
"Op_2_Over_1_1_End": //打完获得祝福 有情人终成眷属 1105031
{
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": [
"Event_1011011_op_2_1_over_2"
]
},
{
//-压力值
"$type" : "Share.CConfigModifySceneProperty",
"Property" : "Stamina",
"Count" : "specials(op_stamina_1)"
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"Op_2_Over_1_2": //润了
{
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": [
"Event_1011011_op_2_2_over_1"
]
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"Op_3_Over_1": //+15%全队Hp
{
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": [
"Event_1011011_op_3_over_1"
]
},
{
"$type": "Share.CConfigModifyProperty",
"Property": "Hp",
"Count": "property(HpMax_Battle)*specials(op_3)*0.01"
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"Op_4_Over_1": //润了
{
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": [
"Event_1011011_op_4_over_1"
]
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"OnEnd": {
"Actions": [
{
"$type": "Share.CActionChangeHollowEventWeightCfg",
"EventID": 1011011,
"WeightFactor": 0
},
{
"$type": "Share.CConfigSetHollowVariable",
"Key": "HaveBeenTo.1011011",
"Value": 1
},
{
"$type": "Share.CConfigCloseDialog"
},
{
"$type": "Share.CConfigFinishEvent"
}
]
}
},
"Specials": {
"bless_1": 1105031,
"BattleID": 2010101,
"op_3": 15,
"op_stamina_1":20
}
}