ZenlessData/Data/TrainingRoomAbility_LockLife.json
2024-09-23 09:11:37 -03:00

19 lines
385 B
JSON

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