ZenlessData/Data/NotoriousMarionette_LockLife.json

46 lines
1.0 KiB
JSON
Raw Normal View History

{
"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"
}
}
}