c1_lua/lua/app/config/strings/en/tutorial.lua
2023-04-03 10:59:13 +08:00

72 lines
2.3 KiB
Lua

local tutorial = {
["TUTORIAL_TXT_1"]={
["value"]="It's time to start the selection process!"
},
["TUTORIAL_TXT_2"]={
["value"]="It's time to put on a show!"
},
["TUTORIAL_TXT_3"]={
["value"]="You're going to face tough foes! Get yourself prepared and well trained!"
},
["TUTORIAL_TXT_4"]={
["value"]="Hold to train yourself faster. Reach Lv. 5 first."
},
["TUTORIAL_TXT_5"]={
["value"]="You have unlocked Weapons. Now let's summon some weapons first."
},
["TUTORIAL_TXT_6"]={
["value"]="That's a lot. Equip the weapon you like."
},
["TUTORIAL_TXT_7"]={
["value"]="Same weapons you get can be used for Reinforcement, which grants more Stats."
},
["TUTORIAL_TXT_8"]={
["value"]="Tap \"Reinforce All\" to reinforce all available weapons. Owning high level weapons is another way to get Stats boost."
},
["TUTORIAL_TXT_9"]={
["value"]="After certain base attacks landed, your weapon will release its unique Weapon Skill."
},
["TUTORIAL_TXT_10"]={
["value"]="You have unlocked Armors. Go and summon some now."
},
["TUTORIAL_TXT_11"]={
["value"]="Armors go into Head and Body slots. Body Armor increases your Max HP and Head Armor increases your ATK."
},
["TUTORIAL_TXT_12"]={
["value"]="Same as weapons, they can be Reinforced for higher Stats."
},
["TUTORIAL_TXT_13"]={
["value"]="Do Auto Combat to pass levels faster!"
},
["TUTORIAL_TXT_14"]={
["value"]="Heirlooms are now available. Go and get some!"
},
["TUTORIAL_TXT_15"]={
["value"]="You don't see these Heirlooms quite often. Let's learn how to use them."
},
["TUTORIAL_TXT_16"]={
["value"]="Reinforced Heirlooms also grant higher Stats."
},
["TUTORIAL_TXT_17"]={
["value"]="Keep passing levels to unlock more Heirloom slots!"
},
["TUTORIAL_TXT_18"]={
["value"]="We can now unlock more Mastered Skills, go and see!"
},
["TUTORIAL_TXT_19"]={
["value"]="The castle exploration is open and is said to be full of treasures."
},
["TUTORIAL_TXT_20"]={
["value"]="Use the torch to start exploring~"
},
["TUTORIAL_TXT_21"]={
["value"]="According to the instructions, keep exploring downwards to get more treasure!"
},
["TUTORIAL_TXT_22"]={
["value"]="Want to know how weapons, defences and heirlooms relate to each other? Click here!"
}
}
local config = {
data=tutorial,count=22
}
return config