ZenlessData/Data/Level_MonsterBlockDamage.json

38 lines
828 B
JSON
Raw Permalink Normal View History

{
"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"
}
]
}
}