1
0
ZenlessData/Data/JsonBytes/NewAbility/EnemyAbility/GiantAbility/Giant_Attack_3_Hit.json
2025-11-26 05:56:27 +01:00

23 lines
513 B
JSON

{
"AbilityName": "Giant_Attack_3_Hit",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnIndirectHitOther": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Trigger_AttackLanded",
"ParamType": 1,
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Monster_Giant_ATK03_Attackproperty_Check"
]
}
],
"Target": "Self"
}
]
}
}