1
0
ZenlessData/Data/_unsorted/Level_Buff_DiscBattle13.json
2026-05-06 01:39:00 +02:00

49 lines
1.2 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": "ByOr",
"Predicates": [
{
"$type": "ByBuffAttackProperty",
"PatternKey": "AbnormalDamage"
},
{
"$type": "ByBuffAttackProperty",
"BuffGroupList": [
"Disorder"
]
}
]
},
{
"$type": "ByAnimTagList",
"TagList": [
"Abloom"
],
"Target": "Self"
}
]
}
],
"PropertyKey": "Actor_BuffDamageRatio",
"PropertyValue": "%AS_BuffDamageRatio",
"Target": "Self"
}
]
}
}