1
0
ZenlessData/Data/JsonBytes/NewAbility/AbyssAbility/Abyss_PeriodicLayerBuff_21.json
2025-04-22 20:22:46 -03:00

73 lines
1.7 KiB
JSON

{
"AbilityName": "Abyss_PeriodicLayerBuff_21",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 0.15
},
"AS_AddedElementDamageRatio": {
"Value": 0.3
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnBuffAddToOther": [
{
"$type": "ApplyModifier",
"ModifierName": "AbyssPeriodicLayer20_DamageUpModifier",
"Predicates": [
{
"$type": "ByHandlingBuffGroup",
"BuffGroupList": [
"Electric",
"Overload",
"Erosion",
"Chaos",
"Frozen",
"Frostbite",
"Burn",
"Ignite",
"Strike"
]
}
],
"Target": "TeamAvatars"
}
],
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"ExSp",
"AttackSpecial"
]
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio",
"Target": "Self"
}
],
"OnStunDestroyOtherActions": [
{
"$type": "ApplyModifier",
"ModifierName": "AbyssPeriodicLayer20_DamageUpModifier",
"Target": "TeamAvatars"
}
]
},
"Modifiers": {
"AbyssPeriodicLayer20_DamageUpModifier": {
"Duration": 15,
"IsUnique": true,
"ModifierStacking": "Refresh",
"Properties": {
"Actor_AddedDamageRatio_Ether": "%AS_AddedElementDamageRatio",
"Actor_AddedDamageRatio_Ice": "%AS_AddedElementDamageRatio"
}
}
}
}