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

118 lines
2.8 KiB
JSON

{
"AbilityName": "Abyss_PeriodicLayerBuff_19",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 0.15
},
"AS_AddedElementDamageRatio": {
"Value": 0.3
},
"AS_StunRecoverRate": {
"Value": -0.15
},
"Actor_AddedBreakStunRatio": {
"Value": 0.15
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"ChainAttack"
]
},
{
"$type": "ByAnimTagList",
"TagList": [
"ExSp",
"AttackSpecial"
]
}
]
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio",
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"ChainAttack"
]
},
{
"$type": "ByAnimTagList",
"TagList": [
"ExSp",
"AttackSpecial"
]
}
]
}
],
"PropertyKey": "Actor_AddedBreakStunRatio",
"PropertyValue": "%AS_AddedBreakStunRatio",
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByIsStunDestroyed",
"IsStunDestroyed": true,
"Target": "Target"
}
],
"PropertyKey": "Actor_AddedDamageRatio_Elec",
"PropertyValue": "%AS_AddedElementDamageRatio",
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByIsStunDestroyed",
"IsStunDestroyed": true,
"Target": "Target"
}
],
"PropertyKey": "Actor_AddedDamageRatio_Ether",
"PropertyValue": "%AS_AddedElementDamageRatio",
"Target": "Self"
}
],
"OnStunDestroyOtherActions": [
{
"$type": "ApplyModifier",
"ModifierName": "AbyssPeriodicLayer19_StunDebuffModifier",
"Target": "Target"
}
]
},
"Modifiers": {
"AbyssPeriodicLayer19_StunDebuffModifier": {
"Duration": -1,
"IsUnique": true,
"ModifierStacking": "Unique",
"Properties": {
"Actor_StunDestroyRecoverRate_Ratio": "%AS_StunRecoverRate"
}
}
}
}