mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
19 lines
385 B
JSON
19 lines
385 B
JSON
{
|
|
"AbilityName": "TrainingRoomAbility_LockLife",
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"ModifierMixins": [
|
|
{
|
|
"$type": "LockLifePropertyMixin",
|
|
"IsUnlockStun": true,
|
|
"PerformBeHitEffect": true,
|
|
"RatioLockList": [
|
|
{
|
|
"LockType": "Total",
|
|
"LockValue": 1
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |