ZenlessData/Data/HeavyStriker_BossManager.json
2024-09-23 09:11:37 -03:00

55 lines
1.4 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
}
]
}
]
}