ZenlessData/Data/Abyss_BossFight02_EnvBuff_02.json
2024-12-17 20:43:14 -03:00

137 lines
3.3 KiB
JSON

{
"AbilityMixins": [
{
"$type": "ActwithStateFrameMixin",
"ConfigList": [
{
"ActionList": [
{
"$type": "ApplyModifier",
"ModifierName": "DebuffModifier",
"StackCount": 3,
"Target": "Self"
}
],
"AnimatorStateName": "Hit_Parry_Heavy_Left",
"ForceTriggerOnTransitionIn": false,
"ForceTriggerOnTransitionOut": false,
"Frame": 0,
"IsLoop": false,
"LayerIndex": 0
}
]
},
{
"$type": "ActwithStateFrameMixin",
"ConfigList": [
{
"ActionList": [
{
"$type": "ApplyModifier",
"ModifierName": "DebuffModifier",
"StackCount": 3,
"Target": "Self"
}
],
"AnimatorStateName": "Hit_Parry_Heavy_Right",
"ForceTriggerOnTransitionIn": false,
"ForceTriggerOnTransitionOut": false,
"Frame": 0,
"IsLoop": false,
"LayerIndex": 0
}
]
}
],
"AbilityName": "Abyss_BossFight02_EnvBuff_02",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 0.5
},
"AS_AddedStunRatio": {
"Value": 0.1
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnBeingHitPre": [
{
"$type": "ApplyModifier",
"ModifierName": "DebuffModifier",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"ParryAid"
]
}
],
"Target": "Self"
}
],
"OnStunCreateActions": [
{
"$type": "RemoveModifier",
"ModifierName": "DebuffModifier",
"StackCount": 6,
"Target": "Self"
}
]
},
"Modifiers": {
"DebuffModifier": {
"Duration": -1,
"MaxStackingNumber": 6,
"ModifierStacking": "MultipleAllRefresh",
"OnBeingHit": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackQTE",
"NormalQTE"
]
},
{
"$type": "ByIsStunDestroyed",
"IsStunDestroyed": true,
"Target": "Self"
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio",
"Target": "Other"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackQTE",
"ExQTE"
]
},
{
"$type": "ByIsStunDestroyed",
"IsStunDestroyed": true,
"Target": "Self"
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio",
"Target": "Other"
},
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_AddedBreakStunRatio",
"PropertyValue": "%AS_AddedStunRatio",
"Target": "Other"
}
]
}
}
}