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

163 lines
5.8 KiB
JSON

{
//BOSS战 - 切层
"ID": 3020111,
"EventTypeTag": [
"CameraMoveToCenter_ban"
],
"Events": {
"OnStart":{
"Actions":[
{
"$type": "Share.CConfigOpenDialog"
},
{ "$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Title": "抉择的岔路",
"Description": "前方有一条向下的道路,看起来凶险万分。\n你大可带着战利品就此离开。",
"QuestionDescription": "要怎么做?",
"Choices": [
//选项1
{
"OptionText": "继续深入,来都来了",
"OptionText2": "前往下一层",
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "OnChoose"
}
]
}
]
},
//2
{
"OptionText": "就此离开,知足常乐",
"OptionText2": "离开空洞",
"OptionContents": [
{
"Actions": [
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
}
]
}
]
}
]
},
"OnChoose": {
"Actions": [
{
"$type":"Share.CConfigEmpty"
},
{
"$type":"Share.CConfigDropBattleID",
"Type":[40,41],
"SpecialName":"BattleID"
},
{
"$type": "Share.CConfigTriggerBattle",
"BattleID": "specials(BattleID)",
"OnSuccess": "OnCurse",
"GotoNextHollow" : true
}
]
},
"OnCurse":{
"Actions": [
{
"$type":"Share.CConfigPrepareNextHollow",
"ShowOther":[
{
"$type":"Share.CConfigEventByCurse",
"CompareType":"Greater",
"Count":0
}
]
},
{
"$type":"Share.CConfigModifySceneProperty",
"Property":"Stamina",
"Count":"-sceneproperty(Stamina)",
"Predicates":[
{
"$type":"Share.CConfigEventByCurse",
"CompareType":"Equal",
"Count":0
}
]
},
{
"$type":"Share.CConfigRemoveCurse",
"RemoveType":"Initiative",
"Count":1,
"Predicates":[
{
"$type":"Share.CConfigEventByCurse",
"CompareType":"Greater",
"Count":0
}
]
},
{
"$type":"Share.CConfigSetHollowItem",
"EPCharge":"specials(EPCharge)",
"Predicates":[
{
"$type":"Share.CConfigEventBySpecials",
"ParamName":"HollowItem",
"Param":"hollowitem()",
"CompareType":"NotEqual"
}
]
},
{
"$type": "Share.CConfigGotoNextHollow"
}
]
},
"OnEnd": {
"Actions": [
{
"$type":"Share.CConfigEmpty"
},
{
"$type":"Share.CConfigDropBattleID",
"Type":[40,41],
"SpecialName":"BattleID"
},
{
"$type": "Share.CConfigTriggerBattle",
"BattleID": "specials(BattleID)",
"OnSuccess": "OnCurse",
//"GotoNextHollow" : false,
"EndHollow":true
},
{
"$type": "Share.CConfigCloseDialog"
},
{
"$type": "Share.CConfigFinishHollow"
}
// {
// "$type": "Share.CConfigGotoNextHollow"
// }
]
}
},
"Specials": {
"BattleID": 0,
"EPCharge": 60,
"HollowItem": 0
}
}