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

47 lines
1.0 KiB
JSON

{
"AbilityName": "Level_Buff_DiscBattle02_AidBuff",
"AbilitySpecials": {
"AddedDamageRatio": {
"Value": 1
},
"AddedStunRatio": {
"Value": 0.5
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AssaultAid",
"AttackAid"
]
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AddedDamageRatio",
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"ParryAid",
"AttackAid"
]
}
],
"PropertyKey": "Actor_BreakStunRatio",
"PropertyValue": "%AddedStunRatio",
"Target": "Self"
}
]
}
}