HollowPS_TV_experiments/extras/zzz-0.1-jsons/Claymore_Ability_Attack_03.json

29 lines
No EOL
858 B
JSON

{
// 投影剑攻击发动检测
"AbilityName" : "Claymore_Ability_Attack_03",
"AbilityStacking": "Unique",
"DefaultModifier" :
{
"OnAttackLanded" :
[
{
"$type" : "MoleMole.SetAnimCtrlerParamAction",
"ParamType" : 1,
"ParamName" : "Trigger_AttackLanded",
"Target" : "Self",
"BoolVal" : true,
"Predicates" :
[
{
"$type": "MoleMole.ByAnimatorEventIDs",
"AnimatorEventIDs":
[
"Monster_Claymore_ATK03_Attackproperty_Check"
]
}
]
}
]
}
}