1
0
ZenlessData/Data/AbyssS2_Trend_12.json
2025-03-11 21:16:39 -03:00

118 lines
2.8 KiB
JSON

{
"AbilityMixins": [
{
"$type": "WatchEntityMixin",
"EntityTypes": [
"Avatar"
],
"OnEntityAwaked": [
{
"$type": "ApplyModifier",
"ModifierName": "ListenerModifier_ChainAttack_AbyssS2_Trend_12",
"Target": "TeamAvatars"
}
],
"Relationships": [
"Allied"
]
}
],
"AbilityName": "AbyssS2_Trend_12",
"AbilitySpecials": {
"AS_AddedBreakStunRatio": {
"Value": 0.3
},
"AS_AddedDamageRatio": {
"Value": 0.3
},
"AS_DamageResist": {
"Value": -0.025
},
"AS_IntervalCD": {
"Value": 5
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"ChainAttack"
]
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio",
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"ChainAttack"
]
}
],
"PropertyKey": "Actor_AddedBreakStunRatio",
"PropertyValue": "%AS_AddedBreakStunRatio",
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "ListenerModifier_ChainAttack_AbyssS2_Trend_12",
"Target": "TeamAvatars"
}
]
},
"Modifiers": {
"DebuffModifer_DamageResist": {
"Duration": -1,
"MaxStackingNumber": 5,
"ModifierStacking": "MultipleRefresh",
"Properties": {
"Actor_ElecDamageResist": "%AS_DamageResist",
"Actor_EtherDamageResist": "%AS_DamageResist",
"Actor_FireDamageResist": "%AS_DamageResist",
"Actor_IceDamageResist": "%AS_DamageResist",
"Actor_PhysicsDamageResist": "%AS_DamageResist"
}
},
"DebuffModifer_IntervalCD": {
"Duration": "%AS_IntervalCD",
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "DebuffModifer_DamageResist",
"Target": "Self"
}
]
},
"ListenerModifier_ChainAttack_AbyssS2_Trend_12": {
"Duration": -1,
"IsUnique": true,
"ModifierStacking": "Unique",
"OnHitOther": [
{
"$type": "ApplyModifier",
"ModifierName": "DebuffModifer_IntervalCD",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"ChainAttack"
]
}
],
"Target": "Other"
}
]
}
}
}