ZenlessData/Data/Guardian_Ability_MeleeAttack_03.json
2024-08-13 22:59:23 -03:00

22 lines
486 B
JSON

{
"AbilityName": "Guardian_Ability_MeleeAttack_03",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Trigger_AttackLanded",
"ParamType": 1,
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Guardian_MeleeAttack03_Attackproperty_1"
]
}
],
"Target": "Self"
}
]
}
}