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

336 lines
No EOL
12 KiB
JSON

{
"ID": 2010018, //最佳样本
"Specials": {
"Hp": 10,
"Hp_2":5
},
"Events": {
"OnStart": {
"Actions": [
{
"$type": "Share.CActionChangeHollowEventWeightCfg",
"EventID": 2010018,
"WeightFactor": 0
},
{
"$type": "Share.CConfigOpenDialog"
},
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Title": "Event2010018_Title",
"Description": "Event2010018_1",
"QuestionDescription": "Event2010018_2",
"Choices": [
{
"OptionText": "Event2010018_3",
"OptionIcon1": 107,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "Option_1"
}
]
}
]
},
{
"OptionText": "Event2010018_4",
"OptionText2": "Event2010018_5",
"OptionIcon1": 106,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "Quit"
}
]
}
]
}
]
}
]
},
"Option_1": {
"Actions": [
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Title": "Event2010018_Title",
"Description": "Event2010018_6",
"QuestionDescription": "Event2010018_7",
"Choices": [
{
"OptionText": "Event2010018_9",
"OptionText2": "Event2010018_10",
"OptionIcon1": 103,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "End_A"
}
]
}
]
},
{
"OptionText": "Event2010018_11",
"OptionText2": "Event2010018_12",
"OptionIcon1": 103,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "End_B"
}
]
}
]
},
{
"OptionText": "Event2010018_13",
"OptionText2": "Event2010018_14",
"OptionIcon1": 103,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "End_C"
}
]
}
]
}
]
}
]
},
"End_A": {
"Actions": [
{
"$type": "Share.CConfigSwitchServer",
"Switch": [
{
"Weight": 5,
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "End_A_1"
}
]
},
{
"Weight": 5,
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "End_A_2"
}
]
}
]
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"End_A_1": {
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": ["Event2010018_15"]
},
//血+10%
{
"$type": "Share.CConfigModifyProperty",
"Property": "Hp",
"Count": "property(HpMax_Battle)*specials(Hp)*0.01"
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"End_A_2": {
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": ["Event2010018_16"]
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"End_B": {
"Actions": [
{
"$type": "Share.CConfigSwitchServer",
"Switch": [
{
"Weight": 5,
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "End_B_1"
}
]
},
{
"Weight": 5,
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "End_B_2"
}
]
}
]
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"End_B_1": {
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": ["Event2010018_17"]
},
//血+20%
{
"$type": "Share.CConfigModifyProperty",
"Property": "Hp",
"Count": "2*property(HpMax_Battle)*specials(Hp)*0.01"
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"End_B_2": {
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": ["Event2010018_18"]
},
//血-5%
{
"$type": "Share.CConfigModifyProperty",
"Property": "Hp",
"Count": "-property(HpMax_Battle)*specials(Hp_2)*0.01"
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"End_C": {
"Actions": [
{
"$type": "Share.CConfigSwitchServer",
"Switch": [
{
"Weight": 5,
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "End_C_1"
}
]
},
{
"Weight": 5,
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "End_C_2"
}
]
}
]
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"End_C_1": {
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": ["Event2010018_19"]
},
//血+30%
{
"$type": "Share.CConfigModifyProperty",
"Property": "Hp",
"Count": "3*property(HpMax_Battle)*specials(Hp)*0.01"
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"End_C_2": {
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": ["Event2010018_20"]
},
//血-10%
{
"$type": "Share.CConfigModifyProperty",
"Property": "Hp",
"Count": "-property(HpMax_Battle)*specials(Hp)*0.01"
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"Quit": {
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": ["Event2010018_8"]
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"OnEnd": {
"Actions": [
{
"$type": "Share.CConfigCloseDialog"
},
{
"$type": "Share.CConfigFinishEvent"
}
]
}
}
}