1
0
ZenlessData/Data/_unsorted/Bangboo_Battleboo_AttackHitCheck.json
2025-09-04 01:06:25 +02:00

24 lines
549 B
JSON

{
"AbilityName": "Bangboo_Battleboo_AttackHitCheck",
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnHitOther": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Trigger_AttackHit",
"ParamType": 1,
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Bangboo_Battleboo_Attackproperty_QTE_01"
]
}
],
"Target": "Self"
}
]
}
}