2024-08-14 04:59:23 +03:00
|
|
|
{
|
|
|
|
"AbilityName": "Monster_Common_Born_Dither_Invincible",
|
|
|
|
"AbilityStacking": "Unique",
|
|
|
|
"DefaultModifier": {
|
|
|
|
"OnAdded": [
|
|
|
|
{
|
|
|
|
"$type": "ApplyModifier",
|
|
|
|
"ModifierName": "InvincibleBuffModifier",
|
|
|
|
"Target": "Self"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"Modifiers": {
|
|
|
|
"InvincibleBuffModifier": {
|
|
|
|
"Duration": 0.5,
|
2024-12-18 02:43:14 +03:00
|
|
|
"ModifierStacking": "Refresh",
|
|
|
|
"OnAdded": [
|
|
|
|
{
|
|
|
|
"$type": "PushInvincibleAction",
|
|
|
|
"Tag": "Monster_Common_Born_Dither_Invincible",
|
|
|
|
"Target": "Self"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"OnRemoved": [
|
|
|
|
{
|
|
|
|
"$type": "PopInvincibleAction",
|
|
|
|
"Tag": "Monster_Common_Born_Dither_Invincible",
|
|
|
|
"Target": "Self"
|
|
|
|
}
|
|
|
|
]
|
2024-08-14 04:59:23 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|