mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
36 lines
792 B
JSON
36 lines
792 B
JSON
{
|
|
"AbilityName": "Level_Function_LockEntityLife_10Percent",
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnAdded": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "Level_Function_LockEntityLife_10Percent",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"Level_Function_LockEntityLife_10Percent": {
|
|
"Duration": -1,
|
|
"ModifierMixins": [
|
|
{
|
|
"$type": "LockLifePropertyMixin",
|
|
"PerformBeHitEffect": true,
|
|
"RatioLockList": [
|
|
{
|
|
"LockType": "Total",
|
|
"LockValue": 0.1
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"OnAbilityStart": [
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"ModifierName": "Level_Function_LockEntityLife_10Percent"
|
|
}
|
|
]
|
|
} |