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

199 lines
7.2 KiB
JSON

{
//中二病也能进空洞吗:勇者的故事
"ID": 1011008,
"Events": {
"OnStart": {
"Actions": [
{
"$type": "Share.CConfigOpenDialog"
},
{
"$type": "Share.CConfigLogText",
"Messages": [
"Event_1011008_Log_1_1"
]
},
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Description": "Event_1011008_Des_1",
"Choices": [
//没有勇者披风-->获得勇者披风
{
"OptionText": "Event_1011008_op_1",
"OptionText2": "Event_1011008_op_1_split",
"Predicates": [
{
"$type": "Share.CConfigEventByTarotCard",
"ItemID": "specials(card_1)",
"Count": 0,
"CompareType": "Equal"
}
],
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "Op_1_Over_1"
}
]
}
]
},
//有勇者披风-->-20压力值
{
"OptionText": "Event_1011008_op_2",
"OptionText2": "Event_1011008_op_2_split",
"Predicates": [
{
"$type": "Share.CConfigEventByTarotCard",
"ItemID": "specials(card_1)",
"Count": 1,
"CompareType": "Equal"
}
],
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "Op_2_Over_1"
}
]
}
]
},
//润了润了
{
"OptionText": "Event_1011008_op_3",
"OptionText2": "Event_1011008_op_3_split",
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "Op_3_Over_1"
}
]
}
]
}
]
}
]
},
"Op_1_Over_1": //获得勇者披风
{
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": [
"Event_1011008_op_1_over_1",
"Event_1011008_op_1_over_2"
]
},
{
"$type": "Share.CConfigAddItem",
"ItemID": "specials(card_1)",
"Count": 1
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"Op_2_Over_1": //降低20压力值
{
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": [
"Event_1011008_op_2_over_1",
"Event_1011008_op_2_over_2"
]
},
{
"$type": "Share.CConfigModifySceneProperty",
"Property": "Stamina",
"Count": "-specials(op_2)"
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"Op_3_Over_1": {
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": [
"Event_1011008_op_3_over_1"
]
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"OnEnd": {
"Actions": [
{
"$type": "Share.CActionChangeHollowEventWeightCfg",
"EventID": 1011008,
"WeightFactor": 0
},
{
"$type": "Share.CActionChangeHollowEventWeightCfg",
"EventID": 1011007,
"WeightFactor": 10000,
"Predicates": [
{
"$type": "Share.CConfigEventByHollowVariable",
"Key": "HaveBeenTo.1011007",
"Count": 0,
"CompareType": "Equal"
}
]
},
{
"$type": "Share.CActionChangeHollowEventWeightCfg",
"EventID": 1011007,
"WeightFactor": 100000,
"Predicates": [
{
"$type": "Share.CConfigEventByHollowVariable",
"Key": "HaveBeenTo.1011007",
"Count": 0,
"CompareType": "Equal"
},
{
"$type": "Share.CConfigEventByHollowVariable",
"Key": "HaveBeenTo.1011009",
"Count": 1,
"CompareType": "Equal"
}
]
},
{
"$type": "Share.CConfigSetHollowVariable",
"Key": "HaveBeenTo.1011008",
"Value": 1
},
{
"$type": "Share.CConfigCloseDialog"
},
{
"$type": "Share.CConfigFinishEvent"
}
]
}
},
"Specials": {
"card_1": 1001006,
"op_2": 20
}
}