更新配置
This commit is contained in:
parent
c5a86482d2
commit
b49e4f261f
@ -61,10 +61,12 @@ local func_open = {
|
|||||||
},
|
},
|
||||||
["dungeon_gold_open"]={
|
["dungeon_gold_open"]={
|
||||||
["stage"]=6,
|
["stage"]=6,
|
||||||
|
["pop_ups"]=1,
|
||||||
["icon"]="module_unlock_dungeongold"
|
["icon"]="module_unlock_dungeongold"
|
||||||
},
|
},
|
||||||
["dungeon_shards_open"]={
|
["dungeon_shards_open"]={
|
||||||
["stage"]=6,
|
["stage"]=6,
|
||||||
|
["pop_ups"]=1,
|
||||||
["icon"]="module_unlock_dungeonshards"
|
["icon"]="module_unlock_dungeonshards"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -319,6 +319,16 @@ local monster_base = {
|
|||||||
["body"]=2,
|
["body"]=2,
|
||||||
["model_ui"]=1.0
|
["model_ui"]=1.0
|
||||||
},
|
},
|
||||||
|
[10066]={
|
||||||
|
["model_id"]="m10066",
|
||||||
|
["body"]=2,
|
||||||
|
["model_ui"]=1.0
|
||||||
|
},
|
||||||
|
[10067]={
|
||||||
|
["model_id"]="m10067",
|
||||||
|
["body"]=2,
|
||||||
|
["model_ui"]=1.0
|
||||||
|
},
|
||||||
[20001]={
|
[20001]={
|
||||||
["model_id"]="m20001",
|
["model_id"]="m20001",
|
||||||
["body"]=1,
|
["body"]=1,
|
||||||
@ -636,6 +646,6 @@ local monster_base = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
local config = {
|
local config = {
|
||||||
data=monster_base,count=127
|
data=monster_base,count=129
|
||||||
}
|
}
|
||||||
return config
|
return config
|
||||||
@ -1,8 +1,8 @@
|
|||||||
local monster_dungeon_shards = {
|
local monster_dungeon_shards = {
|
||||||
[103]={
|
[103]={
|
||||||
["monster_base"]=30002,
|
["monster_base"]=30002,
|
||||||
["hp"]=30000000,
|
["hp"]=25000000,
|
||||||
["atk"]=380000,
|
["atk"]=260000,
|
||||||
["atk_times"]=4,
|
["atk_times"]=4,
|
||||||
["hurt_skill"]={
|
["hurt_skill"]={
|
||||||
50027,
|
50027,
|
||||||
@ -16,12 +16,12 @@ local monster_dungeon_shards = {
|
|||||||
["passive_skill"]={
|
["passive_skill"]={
|
||||||
10010
|
10010
|
||||||
},
|
},
|
||||||
["monster_exp"]=45600
|
["monster_exp"]=57000
|
||||||
},
|
},
|
||||||
[203]={
|
[203]={
|
||||||
["monster_base"]=30001,
|
["monster_base"]=30001,
|
||||||
["hp"]=62400000,
|
["hp"]=44200000,
|
||||||
["atk"]=430000,
|
["atk"]=310000,
|
||||||
["atk_times"]=4,
|
["atk_times"]=4,
|
||||||
["hurt_skill"]={
|
["hurt_skill"]={
|
||||||
50055,
|
50055,
|
||||||
@ -36,12 +36,12 @@ local monster_dungeon_shards = {
|
|||||||
50060,
|
50060,
|
||||||
10010
|
10010
|
||||||
},
|
},
|
||||||
["monster_exp"]=48600
|
["monster_exp"]=54000
|
||||||
},
|
},
|
||||||
[303]={
|
[303]={
|
||||||
["monster_base"]=30015,
|
["monster_base"]=30015,
|
||||||
["hp"]=76680000,
|
["hp"]=63900000,
|
||||||
["atk"]=450000,
|
["atk"]=350000,
|
||||||
["atk_times"]=4,
|
["atk_times"]=4,
|
||||||
["hurt_skill"]={
|
["hurt_skill"]={
|
||||||
50113,
|
50113,
|
||||||
@ -56,12 +56,12 @@ local monster_dungeon_shards = {
|
|||||||
["passive_skill"]={
|
["passive_skill"]={
|
||||||
10010
|
10010
|
||||||
},
|
},
|
||||||
["monster_exp"]=75750
|
["monster_exp"]=65650
|
||||||
},
|
},
|
||||||
[403]={
|
[403]={
|
||||||
["monster_base"]=30009,
|
["monster_base"]=30009,
|
||||||
["hp"]=95000000,
|
["hp"]=80750000,
|
||||||
["atk"]=550000,
|
["atk"]=480000,
|
||||||
["atk_times"]=4,
|
["atk_times"]=4,
|
||||||
["hurt_skill"]={
|
["hurt_skill"]={
|
||||||
50012,
|
50012,
|
||||||
@ -79,8 +79,8 @@ local monster_dungeon_shards = {
|
|||||||
},
|
},
|
||||||
[503]={
|
[503]={
|
||||||
["monster_base"]=30008,
|
["monster_base"]=30008,
|
||||||
["hp"]=102500000,
|
["hp"]=90000000,
|
||||||
["atk"]=600000,
|
["atk"]=550000,
|
||||||
["atk_times"]=4,
|
["atk_times"]=4,
|
||||||
["hurt_skill"]={
|
["hurt_skill"]={
|
||||||
50098,
|
50098,
|
||||||
@ -95,12 +95,12 @@ local monster_dungeon_shards = {
|
|||||||
10013,
|
10013,
|
||||||
10010
|
10010
|
||||||
},
|
},
|
||||||
["monster_exp"]=69750
|
["monster_exp"]=63050
|
||||||
},
|
},
|
||||||
[603]={
|
[603]={
|
||||||
["monster_base"]=30003,
|
["monster_base"]=30003,
|
||||||
["hp"]=30000000,
|
["hp"]=30000000,
|
||||||
["atk"]=380000,
|
["atk"]=270000,
|
||||||
["atk_times"]=4,
|
["atk_times"]=4,
|
||||||
["hurt_skill"]={
|
["hurt_skill"]={
|
||||||
50082,
|
50082,
|
||||||
@ -114,12 +114,12 @@ local monster_dungeon_shards = {
|
|||||||
["passive_skill"]={
|
["passive_skill"]={
|
||||||
10011
|
10011
|
||||||
},
|
},
|
||||||
["monster_exp"]=45600
|
["monster_exp"]=57000
|
||||||
},
|
},
|
||||||
[703]={
|
[703]={
|
||||||
["monster_base"]=30002,
|
["monster_base"]=30002,
|
||||||
["hp"]=69680000,
|
["hp"]=56280000,
|
||||||
["atk"]=450000,
|
["atk"]=330000,
|
||||||
["atk_times"]=4,
|
["atk_times"]=4,
|
||||||
["hurt_skill"]={
|
["hurt_skill"]={
|
||||||
50027,
|
50027,
|
||||||
@ -133,12 +133,12 @@ local monster_dungeon_shards = {
|
|||||||
["passive_skill"]={
|
["passive_skill"]={
|
||||||
10011
|
10011
|
||||||
},
|
},
|
||||||
["monster_exp"]=48600
|
["monster_exp"]=54000
|
||||||
},
|
},
|
||||||
[803]={
|
[803]={
|
||||||
["monster_base"]=30006,
|
["monster_base"]=30006,
|
||||||
["hp"]=78950000,
|
["hp"]=73100000,
|
||||||
["atk"]=470000,
|
["atk"]=370000,
|
||||||
["atk_times"]=4,
|
["atk_times"]=4,
|
||||||
["hurt_skill"]={
|
["hurt_skill"]={
|
||||||
50061,
|
50061,
|
||||||
@ -153,12 +153,12 @@ local monster_dungeon_shards = {
|
|||||||
50065,
|
50065,
|
||||||
10011
|
10011
|
||||||
},
|
},
|
||||||
["monster_exp"]=75750
|
["monster_exp"]=65650
|
||||||
},
|
},
|
||||||
[903]={
|
[903]={
|
||||||
["monster_base"]=30019,
|
["monster_base"]=30019,
|
||||||
["hp"]=109400000,
|
["hp"]=87520000,
|
||||||
["atk"]=640000,
|
["atk"]=540000,
|
||||||
["atk_times"]=4,
|
["atk_times"]=4,
|
||||||
["hurt_skill"]={
|
["hurt_skill"]={
|
||||||
50119,
|
50119,
|
||||||
@ -178,8 +178,8 @@ local monster_dungeon_shards = {
|
|||||||
},
|
},
|
||||||
[1003]={
|
[1003]={
|
||||||
["monster_base"]=30011,
|
["monster_base"]=30011,
|
||||||
["hp"]=129560000,
|
["hp"]=110600000,
|
||||||
["atk"]=790000,
|
["atk"]=600000,
|
||||||
["atk_times"]=4,
|
["atk_times"]=4,
|
||||||
["hurt_skill"]={
|
["hurt_skill"]={
|
||||||
50017,
|
50017,
|
||||||
@ -193,7 +193,7 @@ local monster_dungeon_shards = {
|
|||||||
["passive_skill"]={
|
["passive_skill"]={
|
||||||
10011
|
10011
|
||||||
},
|
},
|
||||||
["monster_exp"]=69750
|
["monster_exp"]=63050
|
||||||
},
|
},
|
||||||
[1103]={
|
[1103]={
|
||||||
["monster_base"]=30005,
|
["monster_base"]=30005,
|
||||||
|
|||||||
@ -6927,7 +6927,7 @@ local skill = {
|
|||||||
["effect"]={
|
["effect"]={
|
||||||
{
|
{
|
||||||
["type"]="heal",
|
["type"]="heal",
|
||||||
["num"]=60000,
|
["num"]=100000,
|
||||||
["ratio"]=10000,
|
["ratio"]=10000,
|
||||||
["round"]=1
|
["round"]=1
|
||||||
}
|
}
|
||||||
@ -7707,7 +7707,7 @@ local skill = {
|
|||||||
["effect"]={
|
["effect"]={
|
||||||
{
|
{
|
||||||
["type"]="heal",
|
["type"]="heal",
|
||||||
["num"]=500,
|
["num"]=10000,
|
||||||
["ratio"]=10000,
|
["ratio"]=10000,
|
||||||
["round"]=1
|
["round"]=1
|
||||||
}
|
}
|
||||||
@ -7722,7 +7722,7 @@ local skill = {
|
|||||||
["effect"]={
|
["effect"]={
|
||||||
{
|
{
|
||||||
["type"]="heal",
|
["type"]="heal",
|
||||||
["num"]=80000,
|
["num"]=100000,
|
||||||
["ratio"]=10000,
|
["ratio"]=10000,
|
||||||
["round"]=1
|
["round"]=1
|
||||||
}
|
}
|
||||||
@ -8639,7 +8639,7 @@ local skill = {
|
|||||||
["effect"]={
|
["effect"]={
|
||||||
{
|
{
|
||||||
["type"]="heal",
|
["type"]="heal",
|
||||||
["num"]=60000,
|
["num"]=100000,
|
||||||
["ratio"]=10000,
|
["ratio"]=10000,
|
||||||
["round"]=1
|
["round"]=1
|
||||||
}
|
}
|
||||||
@ -9168,7 +9168,7 @@ local skill = {
|
|||||||
["effect"]={
|
["effect"]={
|
||||||
{
|
{
|
||||||
["type"]="heal",
|
["type"]="heal",
|
||||||
["num"]=30000,
|
["num"]=200000,
|
||||||
["ratio"]=10000,
|
["ratio"]=10000,
|
||||||
["round"]=1
|
["round"]=1
|
||||||
}
|
}
|
||||||
@ -9406,7 +9406,7 @@ local skill = {
|
|||||||
["effect"]={
|
["effect"]={
|
||||||
{
|
{
|
||||||
["type"]="heal",
|
["type"]="heal",
|
||||||
["num"]=60000,
|
["num"]=200000,
|
||||||
["ratio"]=10000,
|
["ratio"]=10000,
|
||||||
["round"]=1
|
["round"]=1
|
||||||
},
|
},
|
||||||
@ -9447,7 +9447,7 @@ local skill = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
["type"]="heal",
|
["type"]="heal",
|
||||||
["num"]=30000,
|
["num"]=100000,
|
||||||
["ratio"]=10000,
|
["ratio"]=10000,
|
||||||
["round"]=1
|
["round"]=1
|
||||||
}
|
}
|
||||||
@ -19709,7 +19709,7 @@ local skill = {
|
|||||||
["effect"]={
|
["effect"]={
|
||||||
{
|
{
|
||||||
["type"]="heal",
|
["type"]="heal",
|
||||||
["num"]=500,
|
["num"]=10000,
|
||||||
["ratio"]=10000,
|
["ratio"]=10000,
|
||||||
["round"]=1
|
["round"]=1
|
||||||
}
|
}
|
||||||
@ -19724,7 +19724,7 @@ local skill = {
|
|||||||
["effect"]={
|
["effect"]={
|
||||||
{
|
{
|
||||||
["type"]="heal",
|
["type"]="heal",
|
||||||
["num"]=80000,
|
["num"]=200000,
|
||||||
["ratio"]=10000,
|
["ratio"]=10000,
|
||||||
["round"]=1
|
["round"]=1
|
||||||
}
|
}
|
||||||
|
|||||||
@ -252,7 +252,7 @@ local monster_base = {
|
|||||||
["name"]="异变精英"
|
["name"]="异变精英"
|
||||||
},
|
},
|
||||||
[20027]={
|
[20027]={
|
||||||
["name"]="红龟霍顿"
|
["name"]="紫龟霍顿"
|
||||||
},
|
},
|
||||||
[20028]={
|
[20028]={
|
||||||
["name"]="冰巨人"
|
["name"]="冰巨人"
|
||||||
|
|||||||
@ -253,7 +253,7 @@ local localization_global =
|
|||||||
["SUPPORT_DESC_1"] = "Customer Service",
|
["SUPPORT_DESC_1"] = "Customer Service",
|
||||||
["SUPPORT_DESC_2"] = "Support",
|
["SUPPORT_DESC_2"] = "Support",
|
||||||
["CONF_BE_SURE_QUIT_GAME"] = "Exit Game?",
|
["CONF_BE_SURE_QUIT_GAME"] = "Exit Game?",
|
||||||
["ROUND_LEFT"] = "Remaining:",
|
["ROUND_LEFT"] = "Remaining",
|
||||||
["NEW_PLAYER"] = "New player",
|
["NEW_PLAYER"] = "New player",
|
||||||
["NOTICE_TITLE"] = "Notice",
|
["NOTICE_TITLE"] = "Notice",
|
||||||
["MAINTENANCE_NOTICE_DEFAULT"] = "Server network anomaly, please retry later",
|
["MAINTENANCE_NOTICE_DEFAULT"] = "Server network anomaly, please retry later",
|
||||||
|
|||||||
@ -252,7 +252,7 @@ local monster_base = {
|
|||||||
["name"]="Mutant Elite"
|
["name"]="Mutant Elite"
|
||||||
},
|
},
|
||||||
[20027]={
|
[20027]={
|
||||||
["name"]="Horton the Red Turtle"
|
["name"]="Horton the Purple Turtle"
|
||||||
},
|
},
|
||||||
[20028]={
|
[20028]={
|
||||||
["name"]="Ice Giant"
|
["name"]="Ice Giant"
|
||||||
|
|||||||
@ -267,7 +267,7 @@ local task = {
|
|||||||
["desc"]="8-Links"
|
["desc"]="8-Links"
|
||||||
},
|
},
|
||||||
[90]={
|
[90]={
|
||||||
["desc"]="10 Combos or more in battle"
|
["desc"]="10 Hits or more in battle"
|
||||||
},
|
},
|
||||||
[91]={
|
[91]={
|
||||||
["desc"]="Skills released in battle"
|
["desc"]="Skills released in battle"
|
||||||
|
|||||||
@ -109,7 +109,7 @@ local localization_global =
|
|||||||
["SUPPORT_DESC_1"] = "Atención al cliente",
|
["SUPPORT_DESC_1"] = "Atención al cliente",
|
||||||
["SUPPORT_DESC_2"] = "Soporte",
|
["SUPPORT_DESC_2"] = "Soporte",
|
||||||
["CONF_BE_SURE_QUIT_GAME"] = "Quieres dejar el juego?",
|
["CONF_BE_SURE_QUIT_GAME"] = "Quieres dejar el juego?",
|
||||||
["ROUND_LEFT"] = "Queda:",
|
["ROUND_LEFT"] = "Queda",
|
||||||
["NEW_PLAYER"] = "Nuevo jugador",
|
["NEW_PLAYER"] = "Nuevo jugador",
|
||||||
["NOTICE_TITLE"] = "Aviso",
|
["NOTICE_TITLE"] = "Aviso",
|
||||||
["MAINTENANCE_NOTICE_DEFAULT"] = "Se ha producido un error al conectar con el servidor. Vuelva a intentarlo más tarde.",
|
["MAINTENANCE_NOTICE_DEFAULT"] = "Se ha producido un error al conectar con el servidor. Vuelva a intentarlo más tarde.",
|
||||||
|
|||||||
@ -252,7 +252,7 @@ local monster_base = {
|
|||||||
|
|
||||||
},
|
},
|
||||||
[20027]={
|
[20027]={
|
||||||
["name"]="Horton la Tortuga Roja"
|
["name"]="Horton la Tortuga Púrpura"
|
||||||
},
|
},
|
||||||
[20028]={
|
[20028]={
|
||||||
|
|
||||||
|
|||||||
@ -253,7 +253,7 @@ local localization_global =
|
|||||||
["SUPPORT_DESC_1"] = "Layanan Pelanggan",
|
["SUPPORT_DESC_1"] = "Layanan Pelanggan",
|
||||||
["SUPPORT_DESC_2"] = "Mendukung",
|
["SUPPORT_DESC_2"] = "Mendukung",
|
||||||
["CONF_BE_SURE_QUIT_GAME"] = "Ingin keluar dari permainan?",
|
["CONF_BE_SURE_QUIT_GAME"] = "Ingin keluar dari permainan?",
|
||||||
["ROUND_LEFT"] = "Sisa:",
|
["ROUND_LEFT"] = "Sisa",
|
||||||
["NEW_PLAYER"] = "Pemain baru",
|
["NEW_PLAYER"] = "Pemain baru",
|
||||||
["NOTICE_TITLE"] = "Pemberitahuan",
|
["NOTICE_TITLE"] = "Pemberitahuan",
|
||||||
["MAINTENANCE_NOTICE_DEFAULT"] = "Kesalahan server, silakan cooa lagi nanti.",
|
["MAINTENANCE_NOTICE_DEFAULT"] = "Kesalahan server, silakan cooa lagi nanti.",
|
||||||
|
|||||||
@ -252,7 +252,7 @@ local monster_base = {
|
|||||||
["name"]="Mutan Elit"
|
["name"]="Mutan Elit"
|
||||||
},
|
},
|
||||||
[20027]={
|
[20027]={
|
||||||
["name"]="Horton si Penyu Merah"
|
["name"]="Horton si Penyu Ungu"
|
||||||
},
|
},
|
||||||
[20028]={
|
[20028]={
|
||||||
["name"]="Ice Giant"
|
["name"]="Ice Giant"
|
||||||
|
|||||||
@ -253,7 +253,7 @@ local localization_global =
|
|||||||
["SUPPORT_DESC_1"] = "カスタマー・サービス",
|
["SUPPORT_DESC_1"] = "カスタマー・サービス",
|
||||||
["SUPPORT_DESC_2"] = "サポート",
|
["SUPPORT_DESC_2"] = "サポート",
|
||||||
["CONF_BE_SURE_QUIT_GAME"] = "イグジットゲーム?",
|
["CONF_BE_SURE_QUIT_GAME"] = "イグジットゲーム?",
|
||||||
["ROUND_LEFT"] = "残っている:",
|
["ROUND_LEFT"] = "残っている",
|
||||||
["NEW_PLAYER"] = "新プレイヤー",
|
["NEW_PLAYER"] = "新プレイヤー",
|
||||||
["NOTICE_TITLE"] = "通知",
|
["NOTICE_TITLE"] = "通知",
|
||||||
["MAINTENANCE_NOTICE_DEFAULT"] = "サーバー通信エラー、後程もう一度お試しください",
|
["MAINTENANCE_NOTICE_DEFAULT"] = "サーバー通信エラー、後程もう一度お試しください",
|
||||||
|
|||||||
@ -252,7 +252,7 @@ local monster_base = {
|
|||||||
["name"]="変異体エリート"
|
["name"]="変異体エリート"
|
||||||
},
|
},
|
||||||
[20027]={
|
[20027]={
|
||||||
["name"]="赤亀のホートン"
|
["name"]="紫亀のホートン"
|
||||||
},
|
},
|
||||||
[20028]={
|
[20028]={
|
||||||
["name"]="氷の巨人"
|
["name"]="氷の巨人"
|
||||||
|
|||||||
@ -253,7 +253,7 @@ local localization_global =
|
|||||||
["SUPPORT_DESC_1"] = "고객 서비스",
|
["SUPPORT_DESC_1"] = "고객 서비스",
|
||||||
["SUPPORT_DESC_2"] = "지원",
|
["SUPPORT_DESC_2"] = "지원",
|
||||||
["CONF_BE_SURE_QUIT_GAME"] = "게임 종료?",
|
["CONF_BE_SURE_QUIT_GAME"] = "게임 종료?",
|
||||||
["ROUND_LEFT"] = "남아있음:",
|
["ROUND_LEFT"] = "남아있음",
|
||||||
["NEW_PLAYER"] = "뉴 플레이어",
|
["NEW_PLAYER"] = "뉴 플레이어",
|
||||||
["NOTICE_TITLE"] = "공지 사항",
|
["NOTICE_TITLE"] = "공지 사항",
|
||||||
["MAINTENANCE_NOTICE_DEFAULT"] = "서버 통신에 이상이 생겼습니다. 잠시 후 다시 시도해 주세요.",
|
["MAINTENANCE_NOTICE_DEFAULT"] = "서버 통신에 이상이 생겼습니다. 잠시 후 다시 시도해 주세요.",
|
||||||
|
|||||||
@ -252,7 +252,7 @@ local monster_base = {
|
|||||||
["name"]="돌연변이 엘리트"
|
["name"]="돌연변이 엘리트"
|
||||||
},
|
},
|
||||||
[20027]={
|
[20027]={
|
||||||
["name"]="붉은 거북 호튼"
|
["name"]="보라색 거북 호튼"
|
||||||
},
|
},
|
||||||
[20028]={
|
[20028]={
|
||||||
["name"]="얼음 거인"
|
["name"]="얼음 거인"
|
||||||
|
|||||||
@ -252,7 +252,7 @@ local localization_global =
|
|||||||
["SUPPORT_DESC_1"] = "Atendimento ao Cliente",
|
["SUPPORT_DESC_1"] = "Atendimento ao Cliente",
|
||||||
["SUPPORT_DESC_2"] = "Suporte",
|
["SUPPORT_DESC_2"] = "Suporte",
|
||||||
["CONF_BE_SURE_QUIT_GAME"] = "Quer sair do jogo?",
|
["CONF_BE_SURE_QUIT_GAME"] = "Quer sair do jogo?",
|
||||||
["ROUND_LEFT"] = "Restante:",
|
["ROUND_LEFT"] = "Restante",
|
||||||
["NEW_PLAYER"] = "Novo jogador",
|
["NEW_PLAYER"] = "Novo jogador",
|
||||||
["NOTICE_TITLE"] = "Aviso",
|
["NOTICE_TITLE"] = "Aviso",
|
||||||
["MAINTENANCE_NOTICE_DEFAULT"] = "Ocorreu um erro na conexão com o servidor. Tente mais tarde.",
|
["MAINTENANCE_NOTICE_DEFAULT"] = "Ocorreu um erro na conexão com o servidor. Tente mais tarde.",
|
||||||
|
|||||||
@ -252,7 +252,7 @@ local monster_base = {
|
|||||||
["name"]="Elite Mutante"
|
["name"]="Elite Mutante"
|
||||||
},
|
},
|
||||||
[20027]={
|
[20027]={
|
||||||
["name"]="Horton, a Tartaruga Vermelha"
|
["name"]="Horton, a Tartaruga Roxa"
|
||||||
},
|
},
|
||||||
[20028]={
|
[20028]={
|
||||||
["name"]="Gigante de Gelo"
|
["name"]="Gigante de Gelo"
|
||||||
|
|||||||
@ -253,7 +253,7 @@ local localization_global =
|
|||||||
["SUPPORT_DESC_1"] = "การบริการลูกค้า",
|
["SUPPORT_DESC_1"] = "การบริการลูกค้า",
|
||||||
["SUPPORT_DESC_2"] = "สนับสนุน",
|
["SUPPORT_DESC_2"] = "สนับสนุน",
|
||||||
["CONF_BE_SURE_QUIT_GAME"] = "ปิดเกมหรือไม่?",
|
["CONF_BE_SURE_QUIT_GAME"] = "ปิดเกมหรือไม่?",
|
||||||
["ROUND_LEFT"] = "ส่วนที่เหลือ:",
|
["ROUND_LEFT"] = "ส่วนที่เหลือ",
|
||||||
["NEW_PLAYER"] = "ผู้เล่นใหม่",
|
["NEW_PLAYER"] = "ผู้เล่นใหม่",
|
||||||
["NOTICE_TITLE"] = "แจ้งให้ทราบ",
|
["NOTICE_TITLE"] = "แจ้งให้ทราบ",
|
||||||
["MAINTENANCE_NOTICE_DEFAULT"] = "ความผิดปกติของเครือข่ายเซิร์ฟเวอร์ โปรดลองใหม่ภายหลัง",
|
["MAINTENANCE_NOTICE_DEFAULT"] = "ความผิดปกติของเครือข่ายเซิร์ฟเวอร์ โปรดลองใหม่ภายหลัง",
|
||||||
|
|||||||
@ -252,7 +252,7 @@ local monster_base = {
|
|||||||
["name"]="อีลิทกลายพันธุ์"
|
["name"]="อีลิทกลายพันธุ์"
|
||||||
},
|
},
|
||||||
[20027]={
|
[20027]={
|
||||||
["name"]="ฮอร์ตัน เต่าแดง"
|
["name"]="ฮอร์ตัน เต่าสีม่วง"
|
||||||
},
|
},
|
||||||
[20028]={
|
[20028]={
|
||||||
["name"]="ยักษ์น้ำแข็ง"
|
["name"]="ยักษ์น้ำแข็ง"
|
||||||
|
|||||||
@ -253,7 +253,7 @@ local localization_global =
|
|||||||
["SUPPORT_DESC_1"] = "Dịch vụ khách hàng",
|
["SUPPORT_DESC_1"] = "Dịch vụ khách hàng",
|
||||||
["SUPPORT_DESC_2"] = "Hỗ trợ",
|
["SUPPORT_DESC_2"] = "Hỗ trợ",
|
||||||
["CONF_BE_SURE_QUIT_GAME"] = "Bạn có muốn kết thúc trò chơi không?",
|
["CONF_BE_SURE_QUIT_GAME"] = "Bạn có muốn kết thúc trò chơi không?",
|
||||||
["ROUND_LEFT"] = "Phần còn lại:",
|
["ROUND_LEFT"] = "Phần còn lại",
|
||||||
["NEW_PLAYER"] = "Người chơi mới",
|
["NEW_PLAYER"] = "Người chơi mới",
|
||||||
["NOTICE_TITLE"] = "Thông báo",
|
["NOTICE_TITLE"] = "Thông báo",
|
||||||
["MAINTENANCE_NOTICE_DEFAULT"] = "Lỗi thông tin server, hãy thử lại sau",
|
["MAINTENANCE_NOTICE_DEFAULT"] = "Lỗi thông tin server, hãy thử lại sau",
|
||||||
|
|||||||
@ -252,7 +252,7 @@ local monster_base = {
|
|||||||
["name"]="Tinh Anh Dị Biến"
|
["name"]="Tinh Anh Dị Biến"
|
||||||
},
|
},
|
||||||
[20027]={
|
[20027]={
|
||||||
["name"]="Rùa đỏ Horton"
|
["name"]="Rùa màu tím Horton"
|
||||||
},
|
},
|
||||||
[20028]={
|
[20028]={
|
||||||
["name"]="Ice Giant"
|
["name"]="Ice Giant"
|
||||||
|
|||||||
@ -267,7 +267,7 @@ local task = {
|
|||||||
["desc"]="Lượt xua tan x8"
|
["desc"]="Lượt xua tan x8"
|
||||||
},
|
},
|
||||||
[90]={
|
[90]={
|
||||||
["desc"]="Lượt combo hơn 10 lần trong trận"
|
["desc"]="Lượt hits hơn 10 lần trong trận"
|
||||||
},
|
},
|
||||||
[91]={
|
[91]={
|
||||||
["desc"]="Lượt thi triển kỹ năng trong trận"
|
["desc"]="Lượt thi triển kỹ năng trong trận"
|
||||||
|
|||||||
@ -253,7 +253,7 @@ local localization_global =
|
|||||||
["SUPPORT_DESC_1"] = "客服",
|
["SUPPORT_DESC_1"] = "客服",
|
||||||
["SUPPORT_DESC_2"] = "支援",
|
["SUPPORT_DESC_2"] = "支援",
|
||||||
["CONF_BE_SURE_QUIT_GAME"] = "是否確認退出遊戲?",
|
["CONF_BE_SURE_QUIT_GAME"] = "是否確認退出遊戲?",
|
||||||
["ROUND_LEFT"] = "剩餘:",
|
["ROUND_LEFT"] = "剩餘",
|
||||||
["NEW_PLAYER"] = "新玩家",
|
["NEW_PLAYER"] = "新玩家",
|
||||||
["NOTICE_TITLE"] = "公告",
|
["NOTICE_TITLE"] = "公告",
|
||||||
["MAINTENANCE_NOTICE_DEFAULT"] = "服務器正在加緊鏈接中,目前元素較多,請稍後重試進入。",
|
["MAINTENANCE_NOTICE_DEFAULT"] = "服務器正在加緊鏈接中,目前元素較多,請稍後重試進入。",
|
||||||
|
|||||||
@ -252,7 +252,7 @@ local monster_base = {
|
|||||||
["name"]="異變菁英"
|
["name"]="異變菁英"
|
||||||
},
|
},
|
||||||
[20027]={
|
[20027]={
|
||||||
["name"]="紅龜霍頓"
|
["name"]="紫龜霍頓"
|
||||||
},
|
},
|
||||||
[20028]={
|
[20028]={
|
||||||
["name"]="冰巨人"
|
["name"]="冰巨人"
|
||||||
|
|||||||
@ -167,7 +167,10 @@ local task_daily_challenge = {
|
|||||||
44001,
|
44001,
|
||||||
53002,
|
53002,
|
||||||
54001,
|
54001,
|
||||||
53001
|
53001,
|
||||||
|
14002,
|
||||||
|
24002,
|
||||||
|
54002
|
||||||
},
|
},
|
||||||
["param"]=2500,
|
["param"]=2500,
|
||||||
["reward"]={
|
["reward"]={
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user