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
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|