41 lines
963 B
JSON
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"
|
|
}
|
|
]
|
|
} |