63 lines
1.6 KiB
Lua
63 lines
1.6 KiB
Lua
local tutorial = {
|
|
["tutorial_txt_1"]={
|
|
["value"]="Select skills to continue battle"
|
|
},
|
|
["tutorial_txt_2"]={
|
|
["value"]="Claim chest to unlock new hero"
|
|
},
|
|
["tutorial_txt_3"]={
|
|
["value"]="Claim chest to obtain Hero Shard"
|
|
},
|
|
["tutorial_txt_4"]={
|
|
["value"]="Claim chest to obtain your 5th Hero"
|
|
},
|
|
["tutorial_txt_5"]={
|
|
["value"]="Get more heroes in the shop!"
|
|
},
|
|
["tutorial_txt_6"]={
|
|
["value"]="Get S Hero from quests!"
|
|
},
|
|
["tutorial_txt_7"]={
|
|
["value"]="New challenge gameplay is unlocked!"
|
|
},
|
|
["tutorial_txt_8"]={
|
|
["value"]="Welcome to the Arena. Please click matchmaking."
|
|
},
|
|
["tutorial_txt_9"]={
|
|
["value"]="The opponent is not strong. Let's start."
|
|
},
|
|
["tutorial_txt_10"]={
|
|
["value"]="Please click here to view the battle rules."
|
|
},
|
|
["tutorial_txt_11"]={
|
|
["value"]="Weapon can incredibly boost attack stats!"
|
|
},
|
|
["tutorial_txt_12"]={
|
|
["value"]="Let's obtain some weapon enhancement materials first!"
|
|
},
|
|
["tutorial_txt_13"]={
|
|
["value"]="Armor can boost attack and survivability stats!"
|
|
},
|
|
["tutorial_txt_14"]={
|
|
["value"]="Let's obtain some armor enhancement materials first!"
|
|
},
|
|
["tutorial_txt_15"]={
|
|
["value"]="Each hero can have a maximum of 6 Runes."
|
|
},
|
|
["tutorial_txt_16"]={
|
|
["value"]="Runes can form sets for extra stats."
|
|
},
|
|
["tutorial_txt_17"]={
|
|
["value"]="Rune quality will increase based on Rune Forge level."
|
|
},
|
|
["tutorial_txt_18"]={
|
|
["value"]="Rune Forge level is shared among all heroes."
|
|
},
|
|
["tutorial_txt_19"]={
|
|
["value"]="Let's first get some [Rune Essences]!"
|
|
}
|
|
}
|
|
local config = {
|
|
data=tutorial,count=19
|
|
}
|
|
return config |