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

167 lines
3.9 KiB
JSON

{
"AbilityName": "Abyss_PeriodicLayerBuff_22",
"AbilitySpecials": {
"AS_AddedAtkRatio": {
"Value": 0.15
},
"AS_AddedDamageRatio": {
"Value": 0.15
},
"AS_ExtraCritDamageRatio": {
"Value": 0.6
},
"AS_StunRecoverPercent": {
"Value": 0.2
},
"AS_StunRecoverRate": {
"Value": -0.15
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "AbyssPeriodic22_AtkBuff",
"Target": "Self"
}
],
"OnBuffAddToOther": [
{
"$type": "ApplyModifier",
"ModifierName": "MonsterStunRecoverModifier",
"Predicates": [
{
"$type": "ByHandlingBuffGroup",
"BuffGroupList": [
"Electric",
"Overload",
"Erosion",
"Chaos",
"Frozen",
"Frostbite",
"Burn",
"Ignite",
"Strike"
]
},
{
"$type": "ByIsStunDestroyed",
"IsStunDestroyed": false,
"Target": "Target"
}
],
"Target": "Target"
}
],
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAvatarProfessionType",
"ProfessionType": "Attack",
"Target": "Self"
},
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"ExSp",
"AttackSpecial"
]
},
{
"$type": "ByAnimTagList",
"TagList": [
"AttackQTE",
"ExQTE"
]
}
]
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio",
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAvatarProfessionType",
"ProfessionType": "Attack",
"Target": "Self"
},
{
"$type": "ByIsStunDestroyed",
"IsStunDestroyed": true,
"Target": "Target"
},
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"ExSp",
"AttackSpecial"
]
},
{
"$type": "ByAnimTagList",
"TagList": [
"AttackQTE",
"ExQTE"
]
}
]
}
],
"PropertyKey": "Actor_CriticalDamageRatioDelta",
"PropertyValue": "%AS_ExtraCritDamageRatio",
"Target": "Self"
}
],
"OnStunDestroyOtherActions": [
{
"$type": "ApplyModifier",
"ModifierName": "AbyssPeriodicLayer22_StunDebuffModifier",
"Target": "Target"
}
]
},
"Modifiers": {
"AbyssPeriodic22_AtkBuff": {
"Duration": -1,
"IsUnique": true,
"ModifierStacking": "Unique",
"Properties": {
"Actor_BaseAttackRatio": "%AS_AddedAtkRatio"
}
},
"AbyssPeriodicLayer22_StunDebuffModifier": {
"Duration": -1,
"IsUnique": true,
"ModifierStacking": "Unique",
"Properties": {
"Actor_StunDestroyRecoverRate_Ratio": "%AS_StunRecoverRate"
}
},
"MonsterStunRecoverModifier": {
"Duration": 1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "RecoverStunAction",
"Amount": 0,
"Percentage": "%AS_StunRecoverPercent",
"Target": "Self"
}
]
}
}
}