ZenlessData/Data/PileDriver_LockLife.json
2024-08-13 22:59:23 -03:00

36 lines
721 B
JSON

{
"AbilityName": "PileDriver_LockLife",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "PileDriver_LockLife_01",
"Target": "Self"
}
]
},
"Modifiers": {
"PileDriver_LockLife_01": {
"Duration": -1,
"ModifierMixins": [
{
"$type": "LockLifePropertyMixin",
"PerformBeHitEffect": true,
"RatioLockList": [
{
"LockType": "Total",
"LockValue": 0.5
}
]
}
]
}
},
"OnAbilityStart": [
{
"$type": "RemoveModifier",
"ModifierName": "PileDriver_LockLife_01"
}
]
}