1
0
ZenlessData/Data/_unsorted/Level_BabelTowerS3_12.json
2025-07-16 01:54:02 +02:00

80 lines
1.9 KiB
JSON

{
"AbilityName": "Level_BabelTowerS3_12",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "StylishSkillModifier",
"Target": "TeamAvatars"
}
]
},
"Modifiers": {
"DoubleParryModifier": {
"Duration": 0.5,
"OnHitOther": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByIsLocalAvatar",
"IsLocalAvatar": false,
"Target": "Self"
},
{
"$type": "ByAnimTagList",
"TagList": [
"AttackNormal",
"Counter"
]
}
],
"SuccessActions": [
{
"$type": "LDListenEntityAction",
"TargetKey": "CounterStart"
}
]
}
]
},
"StylishSkillModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnSkillStart": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "EvadeAid",
"Target": "Self"
},
{
"$type": "ByFromSkillType",
"SkillType": "ParryAid",
"Target": "Self"
}
]
}
],
"SuccessActions": [
{
"$type": "LDListenEntityAction",
"TargetKey": "ParryAidStart"
},
{
"$type": "ApplyModifier",
"ModifierName": "DoubleParryModifier",
"Target": "TeamAvatars"
}
]
}
]
}
}
}