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

250 lines
No EOL
9.4 KiB
JSON

{
"ID": 2010014, //财富滑滑梯
"Specials": {
"Price_1": 300,
"Price_2": 750,
"Price_3": 1500,
"Hp":10
},
"Events": {
"OnStart": {
"Actions": [
{
"$type": "Share.CActionChangeHollowEventWeightCfg",
"EventID": 2010014,
"WeightFactor": 0
},
{
"$type": "Share.CConfigOpenDialog"
},
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Title": "Event2010014_Title",
"Description": "Event2010014_1",
"QuestionDescription": "Event2010014_2",
"Choices": [
{
"OptionText": "Event2010014_3",
"OptionText2": "Event2010014_3_1",
"OptionIcon1": 107,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigModifyProperty",
"Property": "Hp",
"Count": "-property(HpMax_Battle)*specials(Hp)*0.01"
},
{
"$type": "Share.CConfigJump",
"Jump": "Option_1"
}
]
}
]
},
{
"OptionText": "Event2010014_4",
"OptionText2": "Event2010014_5",
"OptionIcon1": 106,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "Quit"
}
]
}
]
}
]
}
]
},
"Option_1": {
"Actions": [
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Title": "Event2010014_Title",
"Description": "Event2010014_6",
"QuestionDescription": "Event2010014_6_1",
"Choices": [
{
"OptionText": "Event2010014_8",
"OptionText2": "Event2010014_8_1",
"OptionIcon1": 107,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigModifyProperty",
"Property": "Hp",
"Count": "-property(HpMax_Battle)*specials(Hp)*0.01"
},
{
"$type": "Share.CConfigJump",
"Jump": "Option_2"
}
]
}
]
},
{
"OptionText": "Event2010014_9",
"OptionText2": "Event2010014_10",
"OptionIcon1": 102,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "End_A"
}
]
}
]
}
]
}
]
},
"Option_2": {
"Actions": [
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Title": "Event2010014_Title",
"Description": "Event2010014_11",
"QuestionDescription": "Event2010014_11_1",
"Choices": [
{
"OptionText": "Event2010014_12",
"OptionText2": "Event2010014_13",
"OptionIcon1": 102,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "End_C"
}
]
}
]
},
{
"OptionText": "Event2010014_14",
"OptionText2": "Event2010014_15",
"OptionIcon1": 102,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "End_B"
}
]
}
]
}
]
}
]
},
"End_A": { //钱
"Actions": [
//血-10%
// {
// "$type": "Share.CConfigModifyProperty",
// "Property": "Hp",
// "Count": "-property(HpMax_Battle)*specials(Hp)*0.01"
// },
//钱 +1000
{
"$type": "Share.CConfigAddItem",
"ItemID": 1,
"Count": "specials(Price_1)"
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"End_B": {
"Actions": [
//血-20%
// {
// "$type": "Share.CConfigModifyProperty",
// "Property": "Hp",
// "Count": "-2*property(HpMax_Battle)*specials(Hp)*0.01"
// },
//钱 +1500
{
"$type": "Share.CConfigAddItem",
"ItemID": 1,
"Count": "specials(Price_2)"
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"End_C": {
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": [
"Event2010014_16"
]
},
//血-50%
{
"$type": "Share.CConfigModifyProperty",
"Property": "Hp",
"Count": "-3*property(HpMax_Battle)*specials(Hp)*0.01"
},
//钱 +3000
{
"$type": "Share.CConfigAddItem",
"ItemID": 1,
"Count": "specials(Price_3)"
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"Quit": {
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": ["Event2010014_7"]
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"OnEnd": {
"Actions": [
{
"$type": "Share.CConfigCloseDialog"
},
{
"$type": "Share.CConfigFinishEvent"
}
]
}
}
}