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

30 lines
638 B
JSON

{
"AbilityName": "Card_Ashes_2000110",
"AbilitySpecials": {
"AddedDamageRatio": {
"Value": -0.15
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByHasBuffGroup",
"BuffGroupList": [
"Burn",
"Ignite"
],
"Target": "Self"
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AddedDamageRatio",
"Target": "Self"
}
]
}
}