1
0
ZenlessData/Data/_unsorted/Coop_Thunder_Monster.json
2025-12-30 00:30:43 +01:00

46 lines
1.1 KiB
JSON

{
"AbilityName": "Coop_Thunder_Monster",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyAbilityAction",
"AbilityName": "Coop_Thunder_SmallThunder_Bullet",
"IsAutoTrigger": false,
"Target": "Self"
},
{
"$type": "ApplyAbilityAction",
"AbilityName": "Coop_Thunder_LargeThunder_Bullet",
"IsAutoTrigger": false,
"Target": "Self"
}
]
},
"Modifiers": {
"AidAttack_Parry_Coop_Thunder_Light_Tag": {
"Duration": 1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"AidAttack_Parry_Coop_Thunder_Light"
],
"IsAdd": true,
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"AidAttack_Parry_Coop_Thunder_Light"
],
"IsAdd": false,
"Target": "Self"
}
]
}
}
}