63 lines
1.2 KiB
Lua
63 lines
1.2 KiB
Lua
local tutorial = {
|
|
["tutorial_txt_1"]={
|
|
|
|
},
|
|
["tutorial_txt_2"]={
|
|
|
|
},
|
|
["tutorial_txt_3"]={
|
|
|
|
},
|
|
["tutorial_txt_4"]={
|
|
|
|
},
|
|
["tutorial_txt_5"]={
|
|
|
|
},
|
|
["tutorial_txt_6"]={
|
|
|
|
},
|
|
["tutorial_txt_7"]={
|
|
|
|
},
|
|
["tutorial_txt_8"]={
|
|
|
|
},
|
|
["tutorial_txt_9"]={
|
|
|
|
},
|
|
["tutorial_txt_10"]={
|
|
|
|
},
|
|
["tutorial_txt_11"]={
|
|
|
|
},
|
|
["tutorial_txt_12"]={
|
|
|
|
},
|
|
["tutorial_txt_13"]={
|
|
|
|
},
|
|
["tutorial_txt_14"]={
|
|
|
|
},
|
|
["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 |