1
0
ZenlessData/Data/Abyss_BossFight03_Buff_02.json
2025-01-21 21:25:26 -03:00

105 lines
2.5 KiB
JSON

{
"AbilityName": "Abyss_BossFight03_Buff_02",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 0.3
},
"AS_AddedElementDamageRatio": {
"Value": 0.25
},
"AS_DefenceRatio": {
"Value": -0.15
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "AvatarBuff_BossFight03_ElementDMGBuff",
"Target": "Self"
}
],
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackNormal",
"Normal"
]
},
{
"$type": "ByAnimTagList",
"TagList": [
"AttackNormal",
"Counter"
]
},
{
"$type": "ByAnimTagList",
"TagList": [
"AttackNormal",
"Rush"
]
}
]
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio",
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackNormal",
"Normal"
]
},
{
"$type": "ByAnimTagList",
"TagList": [
"AttackNormal",
"Counter"
]
},
{
"$type": "ByAnimTagList",
"TagList": [
"AttackNormal",
"Rush"
]
}
]
}
],
"PropertyKey": "Actor_DefenceRatio",
"PropertyValue": "%AS_DefenceRatio",
"Target": "Target"
}
]
},
"Modifiers": {
"AvatarBuff_BossFight03_ElementDMGBuff": {
"Duration": -1,
"ModifierStacking": "Unique",
"Properties": {
"Actor_AddedDamageRatio_Elec": "%AS_AddedElementDamageRatio",
"Actor_AddedDamageRatio_Ice": "%AS_AddedElementDamageRatio"
}
}
}
}