42 lines
867 B
JSON
42 lines
867 B
JSON
{
|
|
"AbilityName": "LockLife_20Percent",
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnAdded": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "LockLife",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"LockLife": {
|
|
"Duration": -1,
|
|
"ModifierMixins": [
|
|
{
|
|
"$type": "LockLifePropertyMixin",
|
|
"OnLifeLockFirstTriggeredActions": [
|
|
{
|
|
"$type": "LDListenEntityAction",
|
|
"TargetKey": "5010311_3_LockLifeActive"
|
|
}
|
|
],
|
|
"PerformBeHitEffect": true,
|
|
"RatioLockList": [
|
|
{
|
|
"LockType": "Total",
|
|
"LockValue": 0.2
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"OnAbilityStart": [
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"ModifierName": "LockLife"
|
|
}
|
|
]
|
|
} |