c1_lua/lua/app/config/strings/zh/tutorial.lua
2023-09-19 11:28:17 +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