1
0
ZenlessData/Data/TerrorBird_ATKGun_Trigger.json
2025-01-21 21:25:26 -03:00

41 lines
963 B
JSON

{
"AbilityName": "TerrorBird_ATKGun_Trigger",
"AbilityStacking": "Unique",
"Modifiers": {
"TerrorBirdATKGunTimerModifier": {
"DelayHandlers": [
{
"DelayTime": 5,
"TimeUpActions": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": false,
"ParamName": "Bool_IsAttackContinuousGun",
"ParamType": 2,
"Target": "Self"
}
]
}
],
"Duration": 10,
"IgnoreTimeScale": false,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Bool_IsAttackContinuousGun",
"ParamType": 2,
"Target": "Self"
}
]
}
},
"OnAbilityStart": [
{
"$type": "ApplyModifier",
"ModifierName": "TerrorBirdATKGunTimerModifier",
"Target": "Self"
}
]
}