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

199 lines
8 KiB
JSON

{
"ID": 803,
"EventTypeTag": [
"Chest"
],
"Events": {
"OnStart": {
"Actions": [
{
"$type": "Share.CConfigOpenDialog"
},
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Description": "稍稍休整一下吧。",
"Choices": [
{
"OptionText": "检查以太适性状况。",
"OptionText2": "恢复20%生命值",
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "Op_1_Over"
}
]
}
]
},
{
"OptionText": "打打NAP",
"OptionText2": "降低30压力",
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "Op_2_Over"
}
]
}
]
}
]
}
]
},
"Op_1_Over": {
"Actions": [
{
"$type": "Share.CConfigModifyProperty",
"Property": "Hp",
"Count": "property(HpMax_Battle)*20*0.01"
},
{
"$type": "Share.CConfigLogText",
"Messages": [
"继续向深层进发吧!"
]
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"Op_2_Over": {
"Actions": [
{
"$type": "Share.CConfigLogText",
"Messages": [
"继续向深层进发吧!"
]
},
{
"$type": "Share.CConfigModifySceneProperty",
"Property": "Stamina",
"Count": "-specials(stamina)"
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
// {
// "$type": "Share.CConfigRandomDropID",
// "Type": "Card",
// "Rare": [
// 3,
// 4
// ],
// "SpecialName": [
// "RandomCard_1",
// "RandomCard_2",
// "RandomCard_3"
// ]
// },
// {
// "$type": "Share.CConfigChoiceServer",
// "OptionsMode": "Normal",
// "ShowMode": "Card",
// "Choices": [
// {
// "OptionText": "选择",
// "OptionItemID1": "specials(RandomCard_1)",
// "OptionContents": [
// {
// "Actions": [
// {
// "$type": "Share.CConfigDropPool",
// "Type": "Card",
// "ItemID": "specials(RandomCard_1)",
// "Num": 1
// },
// {
// "$type": "Share.CConfigJump",
// "Jump": "OnEnd"
// }
// ]
// }
// ]
// },
// {
// "OptionText": "选择",
// "OptionItemID1": "specials(RandomCard_2)",
// "OptionContents": [
// {
// "Actions": [
// {
// "$type": "Share.CConfigDropPool",
// "Type": "Card",
// "ItemID": "specials(RandomCard_2)",
// "Num": 1
// },
// {
// "$type": "Share.CConfigJump",
// "Jump": "OnEnd"
// }
// ]
// }
// ]
// },
// {
// "OptionText": "选择",
// "OptionItemID1": "specials(RandomCard_3)",
// "OptionContents": [
// {
// "Actions": [
// {
// "$type": "Share.CConfigDropPool",
// "Type": "Card",
// "ItemID": "specials(RandomCard_3)",
// "Num": 1
// },
// {
// "$type": "Share.CConfigJump",
// "Jump": "OnEnd"
// }
// ]
// }
// ]
// }
// ],
// "ExtraChoice": {
// "OptionContents": [
// {
// "Actions": [
// {
// "$type": "Share.CConfigJump",
// "Jump": "OnEnd"
// }
// ]
// }
// ]
// }
// }
]
},
"OnEnd": {
"Actions": [
{
"$type": "Share.CConfigCloseDialog"
},
{
"$type": "Share.CConfigFinishEvent",
"CanTriggerAgain":false
}
]
}
},
"Specials": {
"RandomCard_1": 0,
"RandomCard_2": 0,
"RandomCard_3": 0,
"genre":0,
"stamina":30
}
}