ZenlessData/Data/Level_LockMonsterHp.json

30 lines
568 B
JSON
Raw Permalink Normal View History

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