1
0
ZenlessData/Data/JsonBytes/NewAbility/LevelAbility/Level_Invincible.json
2025-09-04 01:06:25 +02:00

32 lines
682 B
JSON

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