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

29 lines
616 B
JSON

{
"AbilityName": "Level_Buff_AttackAid",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 0.3
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackAid",
"AssaultAid"
]
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio",
"Target": "Self"
}
]
}
}