{ "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" } ] } }