{ "AbilityName": "NotoriousMarionette_LockLife", "AbilityStacking": "Unique", "DefaultModifier": { "OnAdded": [ { "$type": "ApplyModifier", "ModifierName": "SummonLockLife", "Predicates": [ { "$type": "ByIsInZoneTags", "Tags": [ "NotoriousMarionette_Summon" ] } ], "Target": "Self" } ] }, "Modifiers": { "SummonLockLife": { "Duration": -1, "ModifierMixins": [ { "$type": "LockLifePropertyMixin", "OnLifeLockFirstTriggeredActions": [ { "$type": "TriggerAbilityAction", "AbilityName": "NotoriousMarionette_SummonDeathEvent", "Target": "Self" } ], "PerformBeHitEffect": true, "RatioLockList": [ { "LockType": "Total", "LockValue": 0.01 } ] } ], "ModifierStacking": "Unique" } } }