c1_lua/lua/app/config/strings/ja/tutorial.lua
2023-06-20 19:58:07 +08:00

27 lines
822 B
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"]="宝箱を受取って、5人目のヒーローを入手しましょう"
},
["tutorial_txt_5"]={
["value"]="ショップへ移動し、より多くのヒーローを入手しましょう!"
},
["tutorial_txt_6"]={
["value"]="ミッションに挑戦して、S級のヒーローを入手しましょう"
},
["tutorial_txt_7"]={
["value"]="遊びへの新たな挑戦が始まる!"
}
}
local config = {
data=tutorial,count=7
}
return config