ZenlessData/Data/TrainingRoomAbility_LockLife.json
2024-08-13 22:59:23 -03:00

19 lines
387 B
JSON

{
"AbilityName": "TrainingRoomAbility_LockLife",
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierMixins": [
{
"$type": "LockLifePropertyMixin",
"IsUnlockStun": true,
"PerformBeHitEffect": true,
"RatioLockList": [
{
"LockType": "Total",
"LockValue": 1.0
}
]
}
]
}
}