70 lines
1.6 KiB
JSON
70 lines
1.6 KiB
JSON
{
|
|
"AbilityName": "Palicus_CriticalManager",
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnCustomEventReceived": [
|
|
{
|
|
"$type": "BranchOperator",
|
|
"Conditions": [
|
|
{
|
|
"$type": "ByCustomEvent",
|
|
"EventKey": "Palicus_Critical"
|
|
}
|
|
],
|
|
"SuccessActions": [
|
|
{
|
|
"$type": "HandleAnimatorZoneTagsAction",
|
|
"AnimatorStateTags": [
|
|
"CriticalState"
|
|
],
|
|
"IsAdd": true
|
|
},
|
|
{
|
|
"$type": "PopOverrideBattleCameraStateAction",
|
|
"Tag": "Palicus_OverrideBattleCamera"
|
|
},
|
|
{
|
|
"$type": "HandleAnimatorZoneTagsAction",
|
|
"AnimatorStateTags": [
|
|
"ExAttack_Special_Start"
|
|
],
|
|
"IsAdd": true
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"OnDeadHandler": [
|
|
{
|
|
"$type": "SendCustomEvent",
|
|
"EventKey": "Palicus_Critical",
|
|
"IsGlobal": true
|
|
},
|
|
{
|
|
"$type": "PopOverrideBattleCameraStateAction",
|
|
"Tag": "Palicus_OverrideBattleCamera"
|
|
}
|
|
]
|
|
},
|
|
"OnAbilityTrigger": [
|
|
{
|
|
"$type": "PushRenderVisibleAction",
|
|
"Paths": [
|
|
"Monster_Hecate_Mask_1",
|
|
"Monster_Hecate_Part_1",
|
|
"Monster_Hecate_Part_4"
|
|
],
|
|
"Tag": "Palicus_Critical_RenderVisible",
|
|
"Visible": true
|
|
},
|
|
{
|
|
"$type": "PushRenderVisibleAction",
|
|
"Paths": [
|
|
"Monster_Hecate_Mask_2",
|
|
"Monster_Hecate_Part_2",
|
|
"Monster_Hecate_Part_3"
|
|
],
|
|
"Tag": "Palicus_Critical_RenderInvisible",
|
|
"Visible": false
|
|
}
|
|
]
|
|
} |