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

102 lines
2.4 KiB
JSON

{
"AbilityName": "Abyss_BossFight05_Buff_01",
"AbilitySpecials": {
"AS_AddedAccumulationRatio": {
"Value": 0.25
},
"AS_BaseAtkRatio": {
"Value": 0.15
},
"AS_Duration": {
"Value": 15
},
"AS_ElementMysteryDelta": {
"Value": 60
},
"AS_FeverAmount": {
"Value": 300
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "AvatarBuff_BossFight05_01_Buff",
"Target": "Self"
}
],
"OnBuffAddToOther": [
{
"$type": "ApplyModifier",
"ModifierName": "AvatarBuff_BossFight05_FeverModifier",
"Predicates": [
{
"$type": "ByHandlingBuffGroup",
"BuffGroupList": [
"Electric",
"Overload",
"Erosion",
"Chaos",
"Burn",
"Ignite",
"Frozen",
"Frostbite",
"Strike"
]
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"AvatarBuff_BossFight05_01_Buff": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByDamageElementType",
"DamageElement": "Fire"
},
{
"$type": "ByDamageElementType",
"DamageElement": "Ice"
}
]
}
],
"PropertyKey": "Actor_AddedElementAccumulationRatio",
"PropertyValue": "%AS_AddedAccumulationRatio",
"Target": "Self"
}
],
"Properties": {
"Actor_BaseAttackRatio": "%AS_BaseAtkRatio"
}
},
"AvatarBuff_BossFight05_FeverModifier": {
"Duration": "%AS_Duration",
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "RecoverIndividualFeverAction",
"Amount": "%AS_FeverAmount",
"IgnoreRatio": false,
"Percentage": 0,
"Target": "Self"
}
],
"Properties": {
"Actor_ElementMysteryDelta": "%AS_ElementMysteryDelta"
}
}
}
}