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

75 lines
1.6 KiB
JSON

{
"AbilityName": "Abyss_BossFight05_Buff_02",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 0.4
},
"AS_DefenceRatio": {
"Value": -0.2
},
"AS_Duration": {
"Value": 20
},
"AS_FeverGetRatio": {
"Value": 0.25
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "AvatarBuff_BossFight05_Fever_Buff",
"Target": "Self"
}
],
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackQTE",
"ExQTE"
]
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio",
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "AvatarBuff_BossFight05_DefenceModifier",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackQTE",
"ExQTE"
]
}
],
"Target": "Target"
}
]
},
"Modifiers": {
"AvatarBuff_BossFight05_DefenceModifier": {
"Duration": "%AS_Duration",
"ModifierStacking": "Unique",
"Properties": {
"Actor_DefenceRatio": "%AS_DefenceRatio"
}
},
"AvatarBuff_BossFight05_Fever_Buff": {
"Duration": -1,
"ModifierStacking": "Unique",
"Properties": {
"Actor_IndividualFeverGetRatio": "%AS_FeverGetRatio"
}
}
}
}