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

28 lines
601 B
JSON

{
"AbilityName": "Card_Electro_2000501",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 1.2
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnBuffDamageHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByBuffAttackProperty",
"BuffGroupList": [
"Electric",
"Overload"
]
}
],
"PropertyKey": "Actor_BuffDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio",
"Target": "Self"
}
]
}
}