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

246 lines
No EOL
9.2 KiB
JSON

{
"ID": 2010015, //钢铁恶蛛
"Specials": {
"Hp":10,
"RandomCard_1": 0,
"RandomCard_2": 0,
"RandomCard_3": 0
},
"Events": {
"OnStart": {
"Actions": [
{
"$type": "Share.CActionChangeHollowEventWeightCfg",
"EventID": 2010015,
"WeightFactor": 0
},
{
"$type": "Share.CConfigOpenDialog"
},
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Title": "Event2010015_Title",
"Description": "Event2010015_1",
"QuestionDescription": "Event2010015_2",
"Choices": [
{
"OptionText": "Event2010015_3",
"OptionIcon1": 107,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "Option_1"
}
]
}
]
},
{
"OptionText": "Event2010015_4",
"OptionText2": "Event2010015_5",
"OptionIcon1": 106,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "Quit"
}
]
}
]
}
]
}
]
},
"Option_1": {
"Actions": [
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Title": "Event2010015_Title",
"Description": "Event2010015_6",
"QuestionDescription": "Event2010015_6_1",
"Choices": [
{
"OptionText": "Event2010015_8",
"OptionText2": "Event2010015_9",
"OptionIcon1": 101,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "End_B"
}
]
}
]
},
{
"OptionText": "Event2010015_10",
"OptionText2": "Event2010015_11",
"OptionIcon1": 101,
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "End_A"
}
]
}
]
}
]
}
]
},
"End_A": { //骸章低级
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": [
"Event2010015_13"
]
},
//血-10%
{
"$type": "Share.CConfigModifyProperty",
"Property": "Hp",
"Count": "-property(HpMax_Battle)*specials(Hp)*0.01"
},
//骸章AB
{
"$type": "Share.CConfigRandomDropID",
"Type": "Card",
"Rare":[
3,
2
],
"SpecialName": [
"RandomCard_1",
"RandomCard_2"
]
},
{
"$type": "Share.CConfigJump",
"Jump": "OnChooseCard"
}
]
},
"End_B": { //骸章高级
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": [
"Event2010015_12"
]
},
//血-20%
{
"$type": "Share.CConfigModifyProperty",
"Property": "Hp",
"Count": "-2*property(HpMax_Battle)*specials(Hp)*0.01"
},
//骸章AB
{
"$type": "Share.CConfigRandomDropID",
"Type": "Card",
"Rare":[
4,
3
],
"SpecialName": [
"RandomCard_1",
"RandomCard_2"
]
},
{
"$type": "Share.CConfigJump",
"Jump": "OnChooseCard"
}
]
},
"Quit": {
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": ["Event2010015_7"]
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"OnChooseCard": {
"Actions": [
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"ShowMode": "Card",
"Choices": [
{
"OptionText": "Event_Common_Choose", // 选择
"OptionItemID1": "specials(RandomCard_1)",
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigDropPool",
"Type": "Card",
"ItemID": "specials(RandomCard_1)",
"Num": 1
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
}
]
},
{
"OptionText": "Event_Common_Choose", // 选择
"OptionItemID1": "specials(RandomCard_2)",
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigDropPool",
"Type": "Card",
"ItemID": "specials(RandomCard_2)",
"Num": 1
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
}
]
}
]
}
]
},
"OnEnd": {
"Actions": [
{
"$type": "Share.CConfigCloseDialog"
},
{
"$type": "Share.CConfigFinishEvent"
}
]
}
}
}