{ //AI与状态机参数检测 "AbilityName" : "TestPlayer_Ability_Tianheng_72", "AbilityStacking": "Unique", "OnAbilityStart": [ { "$type" : "MoleMole.FireEffect", "EffectPattern" : "Eff_Avatar_LevelUp_01", "Target" : "Self", "Predicates" : [ { "$type": "MoleMole.ByAnimCtrlerParam", "Target": "Self", "ParamName": "Bool_IsMoving", "ParamType": 2, "CompareType": "Equal", "BoolVal": true } ] }, { "$type" : "MoleMole.FireEffect", "EffectPattern" : "Eff_Avatar_LevelUp_02", "Target" : "Self", "Predicates" : [ { "$type": "MoleMole.ByAnimCtrlerParam", "Target": "Self", "ParamName": "Bool_IsMoving", "ParamType": 2, "CompareType": "Equal", "BoolVal": false } ] }, ] }