1
0
ZenlessData/Data/JsonBytes/NewAbility/AbyssAbility/Abyss_BossFight12_Buff_02.json

110 lines
2.5 KiB
JSON

{
"AbilityName": "Abyss_BossFight12_Buff_02",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 0.25
},
"AS_AllDamageResist": {
"Value": -0.25
},
"AS_FeverGetRatio": {
"Value": 0.25
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "AvatarBuff_BossFight12_Fever_Buff",
"Target": "Self"
}
],
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackQTE",
"ExQTE"
]
},
{
"$type": "ByAnimTagList",
"TagList": [
"AttackSpecial",
"ExSp"
]
}
]
}
],
"PropertyKey": "Actor_AllDamageResist",
"PropertyValue": "%AS_AllDamageResist",
"Target": "Target"
},
{
"$type": "ApplyModifier",
"ModifierName": "AvatarBuff_BossFight12_DMGModifier",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackQTE",
"ExQTE"
]
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"AvatarBuff_BossFight12_DMGModifier": {
"Duration": 30,
"ModifierStacking": "Refresh",
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackQTE",
"ExQTE"
]
},
{
"$type": "ByAnimTagList",
"TagList": [
"AttackSpecial",
"ExSp"
]
}
]
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio",
"Target": "Self"
}
]
},
"AvatarBuff_BossFight12_Fever_Buff": {
"Duration": -1,
"ModifierStacking": "Unique",
"Properties": {
"Actor_IndividualFeverGetRatio": "%AS_FeverGetRatio"
}
}
}
}