1
0
ZenlessData/Data/_unsorted/Sobek_ParryDamage.json
2025-11-26 05:56:27 +01:00

71 lines
1.5 KiB
JSON

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "Attack_Combo_01",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"PushUnlimit_Modifier"
]
}
]
}
],
"AbilityName": "Sobek_ParryDamage",
"AbilitySpecials": {
"AS_HpPara": {
"Value": 0.05
},
"AS_SpRecover": {
"Value": 5
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnBeingHit": [
{
"$type": "RecoverSPAction",
"Amount": "%AS_SpRecover",
"IgnoreRatio": false,
"Percentage": 0,
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"ParryAid",
"AttackAid"
]
}
],
"Target": "LocalAvatar"
}
]
},
"Modifiers": {
"PushUnlimit_Modifier": {
"Duration": 1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "PushUnlimitPerfectSwitchPointAction",
"Tag": "Sobek_PushUnlimit_Modifier",
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "PopUnlimitPerfectSwitchPointAction",
"Tag": "Sobek_PushUnlimit_Modifier",
"Target": "Self"
}
]
}
}
}