27 lines
576 B
Lua
27 lines
576 B
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!"
|
|
}
|
|
}
|
|
local config = {
|
|
data=tutorial,count=7
|
|
}
|
|
return config |