ZenlessData/Data/Abyss_RoomBuff_Fire.json

25 lines
530 B
JSON
Raw Normal View History

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