32 lines
691 B
JSON
32 lines
691 B
JSON
{
|
|
"AbilityName": "Pure_TriggerSummonAttack_B",
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
},
|
|
"Modifiers": {
|
|
"Modifier_TriggerSummonAttack_B": {
|
|
"DelayHandlers": [
|
|
{
|
|
"DelayTime": 0.8,
|
|
"TimeUpActions": [
|
|
{
|
|
"$type": "SendCustomEvent",
|
|
"EventKey": "Event_SummonAttack_B",
|
|
"IsGlobal": true
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"Duration": -1,
|
|
"IgnoreTimeScale": false,
|
|
"ModifierStacking": "Unique"
|
|
}
|
|
},
|
|
"OnAbilityTrigger": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "Modifier_TriggerSummonAttack_B",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
} |