mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-09 03:58:45 +08:00
36 lines
721 B
JSON
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"
|
||
|
}
|
||
|
]
|
||
|
}
|