27 lines
430 B
Plaintext
Executable File
27 lines
430 B
Plaintext
Executable File
--必杀技 快捷键指引
|
|
{
|
|
maxLevel = 40,
|
|
--触发条件
|
|
triggerList =
|
|
{
|
|
{ type = 5, valueList = {30,31,32,33,34,35,36,37,38,39,40}}, --等级达34
|
|
|
|
} ,
|
|
|
|
--引导的步骤
|
|
steps =
|
|
{
|
|
--第1步 出现快捷键指引的条件
|
|
{
|
|
condList =
|
|
{
|
|
{ type = 15, helpId = 0, dataList = {82,} }, --在指定地图
|
|
|
|
},
|
|
|
|
--快捷键提示出现
|
|
action = { type = 15, helpId = 0, data = 10, desc = 0 },
|
|
},
|
|
|
|
},
|
|
}, |