ZenlessData/Data/BUFF_Invincible.json

20 lines
377 B
JSON
Raw Normal View History

{
"AbilityName": "BUFF_Invincible",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "PushInvincibleAction",
"Tag": "BUFF_Invincible",
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "PopInvincibleAction",
"Tag": "BUFF_Invincible",
"Target": "Self"
}
]
}
}