1
0
ZenlessData/Data/Cyclops_Ability_Attack_03.json
2025-01-21 21:25:26 -03:00

37 lines
865 B
JSON

{
"AbilityName": "Cyclops_Ability_Attack_03",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Trigger_AttackLanded",
"ParamType": 1,
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Monster_Cyclops_ATK03_Attackproperty_1"
]
}
],
"Target": "Self"
},
{
"$type": "WriteAIParamAction",
"BoolParamValue": true,
"ParamName": "Bool_isAttack3Landed",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Monster_Cyclops_ATK03_Attackproperty_1"
]
}
],
"Target": "Self"
}
]
}
}