ZenlessData/Data/Level_AddMonsterLockLife_70Percent.json
2024-08-17 14:43:40 -03:00

32 lines
673 B
JSON

{
"AbilityName": "Level_AddMonsterLockLife_70Percent",
"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.7
}
]
}
],
"ModifierStacking": "Unique"
}
}
}