115 lines
No EOL
3.6 KiB
JSON
115 lines
No EOL
3.6 KiB
JSON
{
|
|
|
|
"AbilityName" : "Prologue_ACT2_UltraGuide",
|
|
|
|
"AbilityStacking":"Unique",
|
|
|
|
|
|
|
|
//新手引导脚本
|
|
|
|
//恢复移动、普攻、闪避、Sp、镜头移动的UI与输入
|
|
|
|
"DefaultModifier" :
|
|
|
|
{
|
|
|
|
"OnAdded" :
|
|
|
|
[
|
|
|
|
//打断Mute Tag
|
|
|
|
{
|
|
|
|
"$type" : "MoleMole.InterruptInputEnableAction",
|
|
|
|
"Tag" : "InputMuteAction_Ultra"
|
|
|
|
},
|
|
|
|
|
|
|
|
//充满热度值
|
|
|
|
{
|
|
|
|
"$type" : "MoleMole.ModifyTeamFeverAction",
|
|
|
|
"ModifyFunction" : "Add",
|
|
|
|
"Percent" : 100,
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
//高亮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": 6,
|
|
|
|
"BtnOperations":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"ListenerType": "PointDown",
|
|
|
|
"PressTime": 0.1,
|
|
|
|
"TriggerActions":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"$type" : "MoleMole.InterruptSetupUIAction",
|
|
|
|
"SetupTag" : "HighLight_UltraGuide_SetupTag",
|
|
|
|
"IgnoreFadeAnimation" : true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$type" : "MoleMole.RemoveModifier",
|
|
|
|
"ModifierName" : "HighLightModifier",
|
|
|
|
"Target" : "Self",
|
|
|
|
},
|
|
|
|
]
|
|
|
|
},
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
},
|
|
|
|
|
|
|
|
//高亮按钮
|
|
|
|
"HighLightModifier" :
|
|
|
|
{
|
|
|
|
"ModifierStacking" : "Refresh",
|
|
|
|
"Duration" : -1,
|
|
|
|
|
|
|
|
"OnAdded" :
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"$type" : "MoleMole.SetupUIAction",
|
|
|
|
"SetupTag" : "HighLight_UltraGuide_SetupTag",
|
|
|
|
"Priority" : 0,
|
|
|
|
"IgnoreFadeAnimation" : true,
|
|
|
|
"HighLightTags" :
|
|
|
|
[
|
|
|
|
"SkillButtonExQTE",
|
|
|
|
],
|
|
|
|
},
|
|
|
|
],
|
|
|
|
|
|
|
|
"OnRemoved" :
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"$type" : "MoleMole.InterruptSetupUIAction",
|
|
|
|
"SetupTag" : "HighLight_UltraGuide_SetupTag",
|
|
|
|
"IgnoreFadeAnimation" : true,
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
} |