1
0
ZenlessData/Data/Activity_BangbooDream_Weapon_Laser_Perk_DoubleGun.json
2025-03-11 21:16:39 -03:00

26 lines
555 B
JSON

{
"AbilityName": "Activity_BangbooDream_Weapon_Laser_Perk_DoubleGun",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"Laser_DoubleGunPerk"
],
"IsAdd": true,
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"Laser_DoubleGunPerk"
],
"IsAdd": false,
"Target": "Self"
}
]
}
}