ZenlessData/Data/Curse_DamageTakenDown_NormalMonster.json

27 lines
622 B
JSON
Raw Normal View History

{
"AbilityName": "Curse_DamageTakenDown_NormalMonster",
"AbilitySpecials": {
"DamageTakeRatio": {
"Value": 0.3
}
},
"AbilityStacking": "UniqueOverrideMap",
"DefaultModifier": {
"OnBeingHitPre": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByMonsterStrengthType",
"CompareType": "Equal",
"StrengthType": "Normal",
"Target": "Target"
}
],
"PropertyKey": "Actor_DamageTakeRatio",
"PropertyValue": "%DamageTakeRatio",
"Target": "Self"
}
]
}
}