51 lines
1.3 KiB
Lua
51 lines
1.3 KiB
Lua
local tutorial = {
|
|
["tutorial_txt_1"]={
|
|
["value"]="选择技能,继续战斗"
|
|
},
|
|
["tutorial_txt_2"]={
|
|
["value"]="领取宝箱,解锁新英雄"
|
|
},
|
|
["tutorial_txt_3"]={
|
|
["value"]="消耗饮料提升英雄等级"
|
|
},
|
|
["tutorial_txt_4"]={
|
|
["value"]="回到主线继续吧!"
|
|
},
|
|
["tutorial_txt_5"]={
|
|
["value"]="公司的研发中心开启了!"
|
|
},
|
|
["tutorial_txt_6"]={
|
|
["value"]="研发中心可以获得不同品质的科技卡片,为团队提供额外效果。"
|
|
},
|
|
["tutorial_txt_7"]={
|
|
["value"]="英雄装备功能开启了"
|
|
},
|
|
["tutorial_txt_8"]={
|
|
["value"]="穿戴的装备将绑定在上阵位置上,更换英雄上阵不会变化。"
|
|
},
|
|
["tutorial_txt_9"]={
|
|
["value"]="想要更多更好的装备,除了主线还有每日挑战。"
|
|
},
|
|
["tutorial_txt_10"]={
|
|
["value"]="挑战任务完成可以获得更高品质的装备。点击查看。"
|
|
},
|
|
["tutorial_txt_11"]={
|
|
["value"]="欢迎来到竞技场,请点击匹配。"
|
|
},
|
|
["tutorial_txt_12"]={
|
|
["value"]="对手不强,让我们直接开始。"
|
|
},
|
|
["tutorial_txt_13"]={
|
|
["value"]="请点击这里查看对战规则。"
|
|
},
|
|
["tutorial_txt_14"]={
|
|
["value"]="英雄召唤功能开启了,可以召唤额外英雄。"
|
|
},
|
|
["tutorial_txt_15"]={
|
|
["value"]="每天都有1次免费召唤。"
|
|
}
|
|
}
|
|
local config = {
|
|
data=tutorial,count=15
|
|
}
|
|
return config |