mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-09 03:58:45 +08:00
38 lines
828 B
JSON
38 lines
828 B
JSON
{
|
|
"AbilityMixins": [
|
|
{
|
|
"$type": "LockLifePropertyMixin",
|
|
"PerformBeHitEffect": true,
|
|
"RatioLockList": [
|
|
{
|
|
"LockType": "Total",
|
|
"LockValue": 0.01
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"AbilityName": "Level_MonsterBlockDamage",
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnBeingHit": [
|
|
{
|
|
"$type": "ModifyAttackDataAction",
|
|
"PropertyKey": "Actor_NoDamage",
|
|
"PropertyValue": 1,
|
|
"Target": "Self"
|
|
},
|
|
{
|
|
"$type": "ModifyAttackDataAction",
|
|
"PropertyKey": "Actor_NoStun",
|
|
"PropertyValue": 1,
|
|
"Target": "Self"
|
|
},
|
|
{
|
|
"$type": "ModifyAttackDataAction",
|
|
"PropertyKey": "Actor_NoElementAccumulation",
|
|
"PropertyValue": 1,
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
}
|
|
} |