mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-09 03:58:45 +08:00
27 lines
622 B
JSON
27 lines
622 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
} |