1
0
ZenlessData/Data/JsonBytes/NewAbility/LevelAbility/Level_Invincible.json
2025-04-22 20:22:46 -03:00

21 lines
412 B
JSON

{
"AbilityName": "Level_Invincible",
"AbilityStacking": "Unique",
"DefaultModifier": {
"Duration": -1,
"IgnoreTimeScale": true,
"ModifierStacking": "Refresh",
"OnAdded": [
{
"$type": "PushInvincibleAction",
"Tag": "Level_Invincible"
}
],
"OnRemoved": [
{
"$type": "PopInvincibleAction",
"Tag": "Level_Invincible"
}
]
}
}