ZenlessData/Data/Curse_DamageTakenUp_FromBack.json
2024-08-13 22:59:23 -03:00

27 lines
594 B
JSON

{
"AbilityName": "Curse_DamageTakenUp_FromBack",
"AbilitySpecials": {
"DamageTakeRatio": {
"Value": 0.4
}
},
"AbilityStacking": "UniqueOverrideMap",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnBeingHitPre": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByHitAngleRange",
"AngleMax": 0,
"AngleMin": -180
}
],
"PropertyKey": "Actor_DamageTakeRatio",
"PropertyValue": "%DamageTakeRatio",
"Target": "Self"
}
]
}
}