24 lines
No EOL
731 B
JSON
24 lines
No EOL
731 B
JSON
{
|
|
|
|
"AbilityName" : "Prologue_ACT1_AttackGuide_Interrupt",
|
|
|
|
"AbilityStacking":"Unique",
|
|
|
|
|
|
|
|
//新手引导脚本
|
|
|
|
//恢复移动、普攻、闪避、Sp、镜头移动的UI与输入
|
|
|
|
"DefaultModifier" :
|
|
|
|
{
|
|
|
|
"OnAdded" :
|
|
|
|
[
|
|
|
|
//去掉旧有Tag
|
|
|
|
{
|
|
|
|
"$type" : "MoleMole.InterruptSetupUIAction",
|
|
|
|
"SetupTag" : "HighLight_AttackGuide_SetupTag",
|
|
|
|
"IgnoreFadeAnimation" : true,
|
|
|
|
},
|
|
|
|
// TODO:改AbilityName
|
|
|
|
{
|
|
|
|
"$type" : "MoleMole.RemoveAbilityAction",
|
|
|
|
"AbilityName" : "Prologue_ACT1_AttackGuide"
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
} |