c1_lua/lua/app/config/strings/cn/tutorial.lua
2023-06-16 10:09:20 +08:00

33 lines
771 B
Lua
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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"]="挑战任务获得S级英雄"
},
["tutorial_txt_7"]={
["value"]="新的挑战开启了!"
},
["tutorial_txt_8"]={
["value"]="深渊挑战和矿车拦截可以获得英雄碎片和金币。"
},
["tutorial_txt_9"]={
["value"]="两个挑战轮番开放,请合理安排。"
}
}
local config = {
data=tutorial,count=9
}
return config