{ "AbilityName" : "Prologue_ACT1_BranchGuide", "AbilityStacking":"Unique", //新手引导脚本 //恢复移动、普攻、闪避、Sp、镜头移动的UI与输入 "DefaultModifier" : { "OnAdded" : [ //高亮Modifier { "$type" : "MoleMole.ApplyModifier", "ModifierName" : "SkillBtnListenerModifier", "Target" : "TeamAvatars", }, { "$type" : "MoleMole.ApplyModifier", "ModifierName" : "HighLightModifier", "Target" : "Self", }, ], }, "Modifiers": { //监听按键 "SkillBtnListenerModifier": { "ModifierStacking" : "Unique", "Duration" : -1, "ModifierMixins": [ { "$type": "MoleMole.SkillBtnListenerMixin", "BtnListeners": [ { "SkillBtnIndex": 5, "BtnOperations": [ { "ListenerType": "PointDown", "PressTime": 0.1, "TriggerActions": [ { "$type" : "MoleMole.InterruptSetupUIAction", "SetupTag" : "HighLight_BranchGuide_SetupTag", "IgnoreFadeAnimation" : true, }, { "$type" : "MoleMole.RemoveModifier", "ModifierName" : "HighLightModifier", "Target" : "Self", }, ] }, ] } ] } ], }, //高亮按钮 "HighLightModifier" : { "ModifierStacking" : "Refresh", "Duration" : -1, "OnAdded" : [ { "$type" : "MoleMole.SetupUIAction", "SetupTag" : "HighLight_BranchGuide_SetupTag", "Priority" : 0, "IgnoreFadeAnimation" : true, "HighLightTags" : [ "SkillButtonBranch", ], }, ], "OnRemoved" : [ { "$type" : "MoleMole.InterruptSetupUIAction", "SetupTag" : "HighLight_BranchGuide_SetupTag", "IgnoreFadeAnimation" : true, }, ], }, } }