1
0
ZenlessData/Data/Level_Function_LockEntityLife_20Percent.json
2025-01-21 21:25:26 -03:00

32 lines
683 B
JSON

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