ZenlessData/Data/Level_Function_LockEntityLife_1Percent.json
2024-12-17 20:43:14 -03:00

36 lines
789 B
JSON

{
"AbilityName": "Level_Function_LockEntityLife_1Percent",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "Level_Function_LockEntityLife_1Percent",
"Target": "Self"
}
]
},
"Modifiers": {
"Level_Function_LockEntityLife_1Percent": {
"Duration": -1,
"ModifierMixins": [
{
"$type": "LockLifePropertyMixin",
"PerformBeHitEffect": true,
"RatioLockList": [
{
"LockType": "Total",
"LockValue": 0.01
}
]
}
]
}
},
"OnAbilityStart": [
{
"$type": "RemoveModifier",
"ModifierName": "Level_Function_LockEntityLife_1Percent"
}
]
}