ZenlessData/Data/Level_AddMonsterLockLife_10Percent.json
2024-09-23 09:11:37 -03:00

32 lines
673 B
JSON

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