1
0
ZenlessData/Data/Abyss_BossFight09_Buff_01.json
2025-03-11 21:10:23 -03:00

118 lines
2.8 KiB
JSON

{
"AbilityName": "Abyss_BossFight09_Buff_01",
"AbilitySpecials": {
"AS_AddedAccumulationRatio": {
"Value": 0.2
},
"AS_BuffDamageRatio": {
"Value": 0.4
},
"AS_DefenceRatio": {
"Value": 0.4
},
"AS_Duration": {
"Value": 20
},
"AS_ElementMysteryDelta": {
"Value": 60
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "AvatarBuff_BossFight09_01_Buff",
"Target": "Self"
}
],
"OnBuffAddToOther": [
{
"$type": "ApplyModifier",
"ModifierName": "AvatarBuff_BossFight09_01_DefenseBuff",
"Predicates": [
{
"$type": "ByHandlingBuffGroup",
"BuffGroupList": [
"Electric",
"Overload",
"Erosion",
"Chaos",
"Burn",
"Ignite",
"Frozen",
"Frostbite",
"Strike"
]
}
],
"Target": "Target"
}
]
},
"Modifiers": {
"AvatarBuff_BossFight09_01_Buff": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByDamageElementType",
"DamageElement": "Fire"
},
{
"$type": "ByDamageElementType",
"DamageElement": "Ether"
}
]
}
],
"PropertyKey": "Actor_AddedElementAccumulationRatio",
"PropertyValue": "%AS_AddedAccumulationRatio",
"Target": "Self"
}
],
"Properties": {
"Actor_ElementMysteryDelta": "%AS_ElementMysteryDelta"
}
},
"AvatarBuff_BossFight09_01_DefenseBuff": {
"Duration": "%AS_Duration",
"IsUnique": true,
"ModifierStacking": "Replace",
"OnBuffDamageBeingHit": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByBuffAttackProperty",
"BuffGroupList": [
"Electric",
"Overload",
"Erosion",
"Chaos",
"Frozen",
"Frostbite",
"Burn",
"Ignite",
"Strike"
]
}
],
"PropertyKey": "Actor_BuffDamageRatio",
"PropertyValue": "%AS_BuffDamageRatio",
"Target": "Self"
}
],
"Properties": {
"Actor_DefenceRatio": "%AS_DefenceRatio"
}
}
}
}