1
0
ZenlessData/Data/_unsorted/Level_Add1PercentLockLife.json
2025-10-15 03:08:22 +02:00

32 lines
676 B
JSON

{
"AbilityName": "Level_Add1PercentLockLife",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "AvatarLockLifeModifier",
"Target": "Self"
}
]
},
"Modifiers": {
"AvatarLockLifeModifier": {
"Duration": -1,
"IgnoreTimeScale": false,
"ModifierMixins": [
{
"$type": "LockLifePropertyMixin",
"PerformBeHitEffect": true,
"RatioLockList": [
{
"LockType": "Total",
"LockValue": 0.1
}
]
}
],
"ModifierStacking": "Unique"
}
}
}