ZenlessData/Data/Player_CounterHit.json

60 lines
1.4 KiB
JSON
Raw Normal View History

{
"AbilityName": "Player_CounterHit",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnCounterHitOther": [
{
"$type": "ApplyModifier",
"ModifierName": "OnCounterHitModifier",
"Predicates": [
{
"$type": "ByIsLocalAvatar",
"IsLocalAvatar": true,
"Target": "Self"
},
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"ParryAid"
]
},
{
"$type": "ByAnimTagList",
"TagList": [
"IgnoreCounterEffect"
]
}
],
"Target": "Self"
}
]
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"OnCounterHitModifier": {
"Duration": 1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "TimeSlowByConfigKeyAction",
"ConfigKey": "Avatar_Common_CounterHit_TimeSlow_01",
"IsGlobal": true
},
{
"$type": "AttackCameraShakeAction",
"ShakeConfigKey": "Avatar_Common_CounterHit_CamShake_01"
}
]
}
}
}