mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
27 lines
594 B
JSON
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"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|