mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-09 03:58:45 +08:00
30 lines
567 B
JSON
30 lines
567 B
JSON
{
|
|
"AbilityName": "Level_LockAvatarHp",
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnAdded": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "LockHp",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"LockHp": {
|
|
"Duration": -1,
|
|
"ModifierMixins": [
|
|
{
|
|
"$type": "LockLifePropertyMixin",
|
|
"DeltaLockList": [
|
|
{
|
|
"LockType": "Total",
|
|
"LockValue": 1
|
|
}
|
|
],
|
|
"PerformBeHitEffect": true
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |