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

87 lines
2.1 KiB
JSON

{
"AbilityName": "Abyss_BossFight06_Buff_02",
"AbilitySpecials": {
"AS_AddDamageRatio": {
"Value": 0.4
},
"AS_AddedAccumulationRatio": {
"Value": 0.25
},
"AS_ExtraAccumulationRatio": {
"Value": 0.5
},
"ShieldAmount": {
"Value": 0
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "AvatarBuff_BossFight06_02_Buff",
"Target": "Self"
}
],
"OnHitOther": [
{
"$type": "SetAbilitySpecialsByHpShiledValueAction",
"ModifyFunction": "Replace",
"ParamName": "ShieldAmount",
"ParamType": "Integer",
"Target": "Self",
"ValueType": "CurValue"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAbilitySpecial",
"CompareType": "Greater",
"Param": 0,
"ParamName": "ShieldAmount",
"ParamType": "Integer",
"Target": "Self"
}
],
"PropertyKey": "Actor_AddedElementAccumulationRatio",
"PropertyValue": "%AS_ExtraAccumulationRatio",
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByHasBuffGroup",
"BuffGroupList": [
"Electric",
"Overload",
"Erosion",
"Chaos",
"Burn",
"Ignite",
"Frozen",
"Frostbite",
"Strike",
"Frost"
],
"Target": "Target"
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddDamageRatio",
"Target": "Self"
}
]
},
"Modifiers": {
"AvatarBuff_BossFight06_02_Buff": {
"Duration": -1,
"ModifierStacking": "Unique",
"Properties": {
"Actor_AddedElementAccumulationRatio": "%AS_AddedAccumulationRatio"
}
}
}
}