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