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

220 lines
9.3 KiB
JSON

{
"ID": 800,
"Events": {
"OnStart": {
"Actions": [
{
"$type": "Share.CConfigOpenDialog"
},
{
"$type": "Share.CConfigLogText",
"Messages": [
"BattleEnterMessages_{specials(MessageID)}"
]
},
{
"$type": "Share.CConfigSwitchServer",
"Switch": [
{
"Weight": 25,
"Actions": [
{
"$type": "Share.CConfigSetSpecial",
"SpecialName": "BattleID",
"SpecialValue": "specials(BattleID1)"
}
]
},
{
"Weight": 25,
"Actions": [
{
"$type": "Share.CConfigSetSpecial",
"SpecialName": "BattleID",
"SpecialValue": "specials(BattleID2)"
}
]
},
{
"Weight": 25,
"Actions": [
{
"$type": "Share.CConfigSetSpecial",
"SpecialName": "BattleID",
"SpecialValue": "specials(BattleID3)"
}
]
},
{
"Weight": 25,
"Actions": [
{
"$type": "Share.CConfigSetSpecial",
"SpecialName": "BattleID",
"SpecialValue": "specials(BattleID4)"
}
]
},
{
"Weight": 25,
"Actions": [
{
"$type": "Share.CConfigSetSpecial",
"SpecialName": "BattleID",
"SpecialValue": "specials(BattleID5)"
}
]
},
{
"Weight": 25,
"Actions": [
{
"$type": "Share.CConfigSetSpecial",
"SpecialName": "BattleID",
"SpecialValue": "specials(BattleID6)"
}
]
}
]
},
{
"$type": "Share.CConfigTriggerBattle",
"BattleID": "specials(BattleID)",
"OnSuccess": "OnChoose"
}
]
},
"OnChoose": {
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": [
"BattleEndMessages_{specials(MessageID)}_1",
"BattleEndMessages_{specials(MessageID)}_2"
]
},
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"ShowMode": "Event",
"Choices": [
{
"OptionText": "Event_Common_RecoverHp",
"OptionItemID1": "specials(ShowHp)",
"OptionDesc1": "Event_Common_RecoverHp_Des",
"TitleText": "Item_TeamMedicineHp_02_name",
// "Predicates": [
// {
// "$type": "Share.CConfigEventByHollowVariable",
// "Key": "Event.73301",
// "CompareType": "Equal",
// "Count": 0
// }
// ],
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigModifyProperty",
"Property": "Hp",
"Count": "property(HpMax_Battle)*specials(Hp)*0.01"
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
}
]
},
{
"OptionText": "Event_Common_GetCoin",
"OptionItemID1": "specials(ShowGold)",
"OptionDesc1": "Event_Common_GetCoin_Des",
"TitleText": "Item_RL_Purse_03_name",
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigAddItem",
"ItemID": 1,
"Count": "specials(Gold)"
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
}
]
},
{
"OptionText": "Event_Common_StaminaDown",
"OptionText2": "NormalBattleChoice3_Title_split",
"OptionItemID1": "specials(ShowStamina)",
"OptionDesc1": "Event_Common_StaminaDown_Des",
"TitleText": "Item_TeamMedicinePr_03_name",
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigModifySceneProperty",
"Property": "Stamina",
"Count": "-specials(Stamina)"
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
}
]
}
]
// "ExtraChoice": {
// "OptionContents": [
// {
// "Actions": [
// {
// "$type": "Share.CConfigJump",
// "Jump": "OnEnd"
// }
// ]
// }
// ]
// }
}
]
},
"OnEnd": {
"Actions": [
{
"$type": "Share.CConfigCloseDialog"
},
{
"$type": "Share.CConfigFinishEvent",
"CanTriggerAgain":false
}
]
}
},
"Specials": {
"BattleID": 0,
"BattleID1": 2010130,
"BattleID2": 2010131,
"BattleID3": 2010132,
"BattleID4": 2010133,
"BattleID5": 2010134,
"BattleID6": 2010135,
"MessageID": 1009,
"RandomCard": 0,
"Gold": 300,
"Stamina": 20,
"Hp": 15,
"ShowGold": 900001,
"ShowStamina": 900002,
"ShowHp": 900003
}
}