ZenlessData/Data/LockLife_20Percent.json

42 lines
867 B
JSON
Raw Normal View History

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