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

236 lines
9.9 KiB
JSON

{
"ID": 9991283,
"Events": {
"OnStart": {
"Actions": [
{
"$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)"
}
]
},
{
"Weight": 25,
"Actions": [
{
"$type": "Share.CConfigSetSpecial",
"SpecialName": "BattleID",
"SpecialValue": "specials(BattleID7)"
}
]
}
]
},
{
"$type": "Share.CConfigOpenDialog"
},
{
"$type": "Share.CConfigLogText",
"Messages": [
"BattleEnterMessages_{specials(MessageID)}"
]
},
{
"$type": "Share.CConfigTriggerBattle",
"BattleID": "specials(BattleID)",
"OnSuccess": "OnChoose"
}
]
},
"OnChoose": {
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": [
"JsonText_1427", // 战斗结束了,稍稍搜索一番,找到了一些调查员遗落的补给品。
"JsonText_1428" // “休息一下吧。”
]
},
{
"$type": "Share.CConfigRandomDropID",
"Type": "Card",
"SpecialName": [
"RandomCard"
]
},
{
"$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",
"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"
}
]
}
]
},
{
"SelectGroup": 3,
"OptionText": "Event_Common_StaminaDown",
"OptionText2": "NormalBattleChoice3_Title_split",
"OptionItemID1": "specials(ShowStamina)",
"OptionDesc1": "Event_Common_StaminaDown_Des",
"TitleText": "Item_TeamMedicinePr_02_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.CConfigSetConditionProgress",
"ConditionID": 30060043,
"Progress": 1,
"ModifyType": "Add"
},
{
"$type": "Share.CConfigFinishEvent"
}
]
}
},
"Specials": {
"BattleID": 0,
"BattleID1": 2010123,
"BattleID2": 2010124,
"BattleID3": 2010125,
"BattleID4": 2010126,
"BattleID5": 2010127,
"BattleID6": 2010128,
"BattleID7": 2010129,
"MessageID": 1001,
"RandomCard": 0,
"Gold": 300,
"Stamina": 10,
"Hp": 10,
"ShowGold": 900001,
"ShowStamina": 900002,
"ShowHp": 900003
}
}