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

453 lines
11 KiB
JSON

{
"AbilityName": "AbyssS2_SwitchBuild_Relic_01",
"AbilitySpecials": {
"AS_AddedElementAccumulationRatio": {
"Value": 0.1
},
"AS_CastHpShieldGetRatio": {
"Value": 0.1
},
"AS_CritDamageRatioDelta": {
"Value": 0.1
},
"AS_CriticalDelta": {
"Value": 0.1
},
"AS_Duration": {
"Value": 10
},
"AS_ElementMysteryDelta": {
"Value": 30
},
"AS_SPGetRatio": {
"Value": 0.1
},
"AS_StackNumber": {
"Value": 10
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnDodgeSuccess": [
{
"$type": "ApplyModifier",
"ModifierName": "ChainAidAttack_Normal",
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "ChainAidAttack_Perfect",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"SwitchBuild_Relic_01_Upgrade_01"
],
"Target": "Self"
}
],
"Target": "Self"
}
],
"OnHitOther": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackSpecial",
"ExSp"
],
"Target": "Self"
},
{
"$type": "ByAnimTagList",
"TagList": [
"ExQTE",
"AttackQTE"
],
"Target": "Self"
},
{
"$type": "ByIsInZoneTags",
"Tags": [
"SwitchBuild_Relic_01_Upgrade_03"
],
"Target": "Self"
}
]
},
{
"$type": "ByCauseStun",
"IsCauseStun": true,
"Target": "Self"
}
],
"SuccessActions": [
{
"$type": "ApplyModifier",
"ModifierName": "ChainAidAttack_Normal",
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "ChainAidAttack_Perfect",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"SwitchBuild_Relic_01_Upgrade_01"
],
"Target": "Self"
}
],
"Target": "Self"
}
]
}
],
"OnSkillStart": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "ParryAid",
"Target": "Self"
},
{
"$type": "ByFromSkillType",
"SkillType": "EvadeAid",
"Target": "Self"
}
]
}
],
"SuccessActions": [
{
"$type": "ApplyModifier",
"ModifierName": "ChainAidAttack_Normal",
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "ChainAidAttack_Perfect",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"SwitchBuild_Relic_01_Upgrade_01"
],
"Target": "Self"
}
],
"Target": "Self"
}
]
}
],
"OnSwitchInBegin": [
{
"$type": "ApplyModifier",
"ModifierName": "BuffManager",
"Predicates": [
{
"$type": "ByAidAttackSwitchDataTagList",
"SwitchDataTagList": [
"AbyssS2_SwitchBuild_Relic_Normal"
]
}
],
"Target": "TeamAvatars"
},
{
"$type": "ApplyModifier",
"ModifierName": "BuffManager",
"Predicates": [
{
"$type": "ByAidAttackSwitchDataTagList",
"SwitchDataTagList": [
"ChainAidAttack_Perfect"
]
}
],
"Target": "TeamAvatars"
},
{
"$type": "RemoveModifier",
"ModifierName": "ChainAidAttack_Normal",
"Predicates": [
{
"$type": "ByAidAttackSwitchDataTagList",
"SwitchDataTagList": [
"AbyssS2_SwitchBuild_Relic_Normal"
]
}
],
"Target": "LocalAvatar"
},
{
"$type": "RemoveModifier",
"ModifierName": "ChainAidAttack_Perfect",
"Predicates": [
{
"$type": "ByAidAttackSwitchDataTagList",
"SwitchDataTagList": [
"AbyssS2_SwitchBuild_Relic_Perfect"
]
}
],
"Target": "LocalAvatar"
},
{
"$type": "ApplyModifier",
"ModifierName": "ChainAidAttack_Perfect_Show",
"Predicates": [
{
"$type": "ByAidAttackSwitchDataTagList",
"SwitchDataTagList": [
"AbyssS2_SwitchBuild_Relic_Normal"
]
}
],
"Target": "LocalAvatar"
}
]
},
"Modifiers": {
"Anomaly_Buff": {
"Duration": "%AS_Duration",
"MaxStackingNumber": "%AS_StackNumber",
"ModifierStacking": "MultipleAllRefresh",
"OnAdded": [
],
"Properties": {
"Actor_AddedElementAccumulationRatio": "%AS_AddedElementAccumulationRatio",
"Actor_ElementMysteryDelta": "%AS_ElementMysteryDelta"
}
},
"Attack_Buff": {
"Duration": "%AS_Duration",
"MaxStackingNumber": "%AS_StackNumber",
"ModifierStacking": "MultipleAllRefresh",
"OnAdded": [
],
"Properties": {
"Actor_CriticalDamageRatioDelta": "%AS_CritDamageRatioDelta",
"Actor_CriticalDelta": "%AS_CriticalDelta"
}
},
"BuffManager": {
"Duration": -1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "Attack_Buff",
"Predicates": [
{
"$type": "ByAvatarProfessionType",
"ProfessionType": "Attack",
"Target": "Self"
}
],
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "Anomaly_Buff",
"Predicates": [
{
"$type": "ByAvatarProfessionType",
"ProfessionType": "Anomaly",
"Target": "Self"
}
],
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "Support_Buff",
"Predicates": [
{
"$type": "ByAvatarProfessionType",
"ProfessionType": "Support",
"Target": "Self"
}
],
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "Stun_Buff",
"Predicates": [
{
"$type": "ByAvatarProfessionType",
"ProfessionType": "Stun",
"Target": "Self"
}
],
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "Defense_Buff",
"Predicates": [
{
"$type": "ByAvatarProfessionType",
"ProfessionType": "Defense",
"Target": "Self"
}
],
"Target": "Self"
}
]
},
"ChainAidAttack_Normal": {
"Duration": 2,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"AidAttack_Common"
],
"IsAdd": true,
"Target": "Self"
},
{
"$type": "TryOpenAidAttackWindowWithSwitchDataTagAction",
"CheckZoneTagList": [
"AidAttack_Common"
],
"SwitchDataTagList": [
"AbyssS2_SwitchBuild_Relic_Normal"
]
}
],
"OnRemoved": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"AidAttack_Common"
],
"IsAdd": false,
"Target": "Self"
}
]
},
"ChainAidAttack_Perfect": {
"Duration": 0.5,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"AidAttack_Common"
],
"IsAdd": true,
"Target": "Self"
},
{
"$type": "TryOpenAidAttackWindowWithSwitchDataTagAction",
"CheckZoneTagList": [
"AidAttack_Common"
],
"SwitchDataTagList": [
"AbyssS2_SwitchBuild_Relic_Perfect"
]
}
],
"OnRemoved": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"AidAttack_Common"
],
"IsAdd": false,
"Target": "Self"
}
]
},
"ChainAidAttack_Perfect_Show": {
"Duration": 1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ProcessScreenEffectAction",
"EffectKey": "QTE_Trigger_RadialBlur_01",
"EffectType": "RadialBlur"
},
{
"$type": "ProcessScreenEffectAction",
"EffectKey": "QTE_Trigger_Vignette_01",
"EffectType": "Vignette"
},
{
"$type": "ProcessScreenEffectAction",
"EffectKey": "QTE_Trigger_ColorAdjustments_01",
"EffectType": "ColorAdjustments"
},
{
"$type": "TimeSlowByConfigKeyAction",
"ConfigKey": "Avatar_Common_ChainAidAttack_TimeSlow_01",
"IsGlobal": true
}
],
"OnRemoved": [
{
"$type": "InterruptScreenEffectAction",
"EffectType": "RadialBlur",
"TargetKey": "QTE_Trigger_RadialBlur_01"
},
{
"$type": "InterruptScreenEffectAction",
"EffectType": "Vignette",
"TargetKey": "QTE_Trigger_Vignette_01"
},
{
"$type": "InterruptScreenEffectAction",
"EffectKey": "QTE_Trigger_ColorAdjustments_01",
"EffectType": "ColorAdjustments"
}
]
},
"Defense_Buff": {
"Duration": "%AS_Duration",
"MaxStackingNumber": "%AS_StackNumber",
"ModifierStacking": "MultipleAllRefresh",
"OnAdded": [
],
"Properties": {
"Actor_CastHpShieldGetRatio": "%AS_CastHpShieldGetRatio"
}
},
"Stun_Buff": {
"Duration": "%AS_Duration",
"MaxStackingNumber": "%AS_StackNumber",
"ModifierStacking": "MultipleAllRefresh",
"OnAdded": [
],
"Properties": {
"Actor_BreakStunRatio": "%AS_BreakStunRatio"
}
},
"Support_Buff": {
"Duration": "%AS_Duration",
"MaxStackingNumber": "%AS_StackNumber",
"ModifierStacking": "MultipleAllRefresh",
"OnAdded": [
],
"Properties": {
"Actor_SPGetRatio": "%AS_SPGetRatio"
}
}
}
}