mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
30 lines
568 B
JSON
30 lines
568 B
JSON
|
{
|
||
|
"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
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|