1
0
ZenlessData/Data/_unsorted/Level_Buff_DiscBattle13.json
2026-03-24 00:03:37 +01:00

49 lines
1.1 KiB
JSON

{
"AbilityName": "Level_Buff_DiscBattle13",
"AbilitySpecials": {
"AS_BuffDamageRatio": {
"Value": 0.45
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnBuffDamageHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByBuffAttackProperty",
"BuffGroupList": [
"Disorder",
"Electric",
"Overload",
"Erosion",
"Chaos",
"Burn",
"Ignite",
"Frozen",
"Frostbite",
"Strike"
]
},
{
"$type": "ByAnimTagList",
"TagList": [
"Abloom"
],
"Target": "Self"
}
]
}
],
"PropertyKey": "Actor_BuffDamageRatio",
"PropertyValue": "%AS_BuffDamageRatio",
"Target": "Self"
}
]
}
}