1
0
ZenlessData/Data/AbyssS2_Boss_Geppetto_Card_A03.json
2025-03-11 21:10:23 -03:00

48 lines
1.1 KiB
JSON

{
"AbilityName": "AbyssS2_Boss_Geppetto_Card_A03",
"AbilitySpecials": {
"AS_AddedDamageRatio_BeingHit": {
"Value": -0.2
},
"AS_AddedDamageRatio_HitOther": {
"Value": 0.2
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnBeingHit": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Geppetto"
],
"Target": "Target"
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio_BeingHit",
"Target": "Self"
}
],
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Geppetto"
],
"Target": "Target"
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio_HitOther",
"Target": "Self"
}
]
}
}