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

94 lines
3 KiB
JSON

{
//BOSS战 - 切层
"ID": 3201,
"EventTypeTag": [
"CameraMoveToCenter",
"Battle"
],
"Events": {
"OnStart": {
"Actions": [
{
"$type":"Share.CConfigEmpty"
},
{
"$type":"Share.CConfigRandomBattleID",
"Type":["LevelEnd"],
"Tags":["Normal"],
"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.CConfigGotoNextHollow"
}
]
}
},
"Specials": {
"BattleID": 0,
"EPCharge": 60,
"HollowItem": 0
}
}