c1_lua/lua/app/config/strings/cn/tutorial.lua
2025-10-26 18:10:13 +08:00

63 lines
1.6 KiB
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"]="对手不强,让我们直接开始。"
},
["tutorial_txt_10"]={
["value"]="请点击这里查看对战规则。"
},
["tutorial_txt_11"]={
["value"]="武器可以提升大量进攻类属性!"
},
["tutorial_txt_12"]={
["value"]="让我们先去获取一下武器强化材料吧!"
},
["tutorial_txt_13"]={
["value"]="防具可以同时提升进攻和生存属性!"
},
["tutorial_txt_14"]={
["value"]="让我们去获取一下防具强化材料吧!"
},
["tutorial_txt_15"]={
["value"]="每名英雄可以最多拥有6个符文。"
},
["tutorial_txt_16"]={
["value"]="符文可以组成套装,提升额外属性。"
},
["tutorial_txt_17"]={
["value"]="符文品质将根据符文铸台的等级提升。"
},
["tutorial_txt_18"]={
["value"]="符文铸台等级所有英雄共享。"
},
["tutorial_txt_19"]={
["value"]="让我们先去获取一下符文材料【符文精粹】吧!"
}
}
local config = {
data=tutorial,count=19
}
return config