{ //移动按键监听测试脚本 "AbilityName" : "TestPlayer_Ability_Tianheng_66", "AbilityStacking": "Unique", "AbilityMixins" : [ { "$type": "MoleMole.SkillBtnListenerMixin", "BtnListeners": [ { "SkillBtnIndex": 1000, "BtnOperations": [ { "ListenerType": "PointDown", "PressTime": 0.1, "TriggerActions": [ { "$type" : "MoleMole.FireEffect", "EffectPattern" : "Eff_Avatar_LevelUp_01", "Target" : "Self", } ] }, { "ListenerType": "PointUp", "PressTime": 0.1, "TriggerActions": [ { "$type" : "MoleMole.FireEffect", "EffectPattern" : "Eff_Avatar_LevelUp_02", "Target" : "Self", } ] } ] } ] } ] }