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

25 lines
532 B
JSON

{
"AbilityName": "Abyss_RoomBuff_Ether",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 0.2
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByDamageElementType",
"DamageElement": "Ether"
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio",
"Target": "Self"
}
]
}
}