ZenlessData/Data/Level_Invincible.json

21 lines
412 B
JSON
Raw Permalink Normal View History

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