mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
40 lines
857 B
JSON
40 lines
857 B
JSON
|
{
|
||
|
"AbilityName": "GrenadierJaeger_EvadeAttackTag",
|
||
|
"AbilitySpecials": {
|
||
|
},
|
||
|
"AbilityStacking": "Unique",
|
||
|
"Modifiers": {
|
||
|
"EvadeAttackTagModifier": {
|
||
|
"Duration": 2,
|
||
|
"IgnoreTimeScale": false,
|
||
|
"ModifierStacking": "Unique",
|
||
|
"OnAdded": [
|
||
|
{
|
||
|
"$type": "HandleAnimatorZoneTagsAction",
|
||
|
"AnimatorStateTags": [
|
||
|
"EvedeAttackTag"
|
||
|
],
|
||
|
"IsAdd": true,
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
],
|
||
|
"OnRemoved": [
|
||
|
{
|
||
|
"$type": "HandleAnimatorZoneTagsAction",
|
||
|
"AnimatorStateTags": [
|
||
|
"EvedeAttackTag"
|
||
|
],
|
||
|
"IsAdd": false,
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"OnAbilityStart": [
|
||
|
{
|
||
|
"$type": "ApplyModifier",
|
||
|
"ModifierName": "EvadeAttackTagModifier",
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
]
|
||
|
}
|