ZenlessData/Data/Level_Function_LockEntityLife_30Percent.json

36 lines
792 B
JSON
Raw Normal View History

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