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

41 lines
919 B
JSON

{
"AbilityName": "Dungeon_Buff_Fire",
"AbilitySpecials": {
"AddedDamageRatio": {
"Value": 0.2
},
"BreakStunRatio": {
"Value": 0
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByDamageElementType",
"DamageElement": "Fire"
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AddedDamageRatio",
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByDamageElementType",
"DamageElement": "Fire"
}
],
"PropertyKey": "Actor_BreakStunRatio",
"PropertyValue": "%BreakStunRatio",
"Target": "Self"
}
]
}
}