ZenlessData/Data/Level_Lighter_LockLife.json

32 lines
673 B
JSON
Raw Permalink Normal View History

{
"AbilityName": "Level_Lighter_LockLife",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "AvatarLockLifeModifier",
"Target": "Self"
}
]
},
"Modifiers": {
"AvatarLockLifeModifier": {
"Duration": -1,
"IgnoreTimeScale": false,
"ModifierMixins": [
{
"$type": "LockLifePropertyMixin",
"PerformBeHitEffect": true,
"RatioLockList": [
{
"LockType": "Total",
"LockValue": 0.1
}
]
}
],
"ModifierStacking": "Unique"
}
}
}