ZenlessData/Data/HeavyStriker_BossManager.json
2024-11-04 02:05:40 -03:00

75 lines
1.8 KiB
JSON

{
"AbilityName": "HeavyStriker_BossManager",
"AbilityStacking": "Unique",
"OnAdded": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Boss"
]
}
],
"SuccessActions": [
{
"$type": "ApplyAbilityAction",
"AbilityName": "Graph_HeavyStriker_Attack_4_Boss",
"IsAutoTrigger": false
},
{
"$type": "ApplyAbilityAction",
"AbilityName": "HeavyStriker_Attack_5_Boss",
"IsAutoTrigger": false
},
{
"$type": "ApplyAbilityAction",
"AbilityName": "Graph_HeavyStriker_Attack_6_Boss",
"IsAutoTrigger": false
},
{
"$type": "ApplyAbilityAction",
"AbilityName": "Graph_HeavyStriker_Transform_Pre",
"IsAutoTrigger": false
},
{
"$type": "ApplyAbilityAction",
"AbilityName": "Graph_HeavyStriker_Transform_Pre_Special",
"IsAutoTrigger": false
},
{
"$type": "ApplyAbilityAction",
"AbilityName": "HeavyStriker_Transform_Pre_Bullet_1",
"IsAutoTrigger": false
},
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Bool_IsBoss",
"ParamType": 2
},
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"HeavyStriker_Boss_Black"
],
"IsAdd": true,
"Predicates": [
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Cam"
]
}
]
}
]
}
]
}
]
}