更新配置

This commit is contained in:
chenxi 2023-06-21 11:21:20 +08:00
parent c5a86482d2
commit b49e4f261f
26 changed files with 74 additions and 59 deletions

View File

@ -61,10 +61,12 @@ local func_open = {
},
["dungeon_gold_open"]={
["stage"]=6,
["pop_ups"]=1,
["icon"]="module_unlock_dungeongold"
},
["dungeon_shards_open"]={
["stage"]=6,
["pop_ups"]=1,
["icon"]="module_unlock_dungeonshards"
}
}

View File

@ -319,6 +319,16 @@ local monster_base = {
["body"]=2,
["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]={
["model_id"]="m20001",
["body"]=1,
@ -636,6 +646,6 @@ local monster_base = {
}
}
local config = {
data=monster_base,count=127
data=monster_base,count=129
}
return config

View File

@ -1,8 +1,8 @@
local monster_dungeon_shards = {
[103]={
["monster_base"]=30002,
["hp"]=30000000,
["atk"]=380000,
["hp"]=25000000,
["atk"]=260000,
["atk_times"]=4,
["hurt_skill"]={
50027,
@ -16,12 +16,12 @@ local monster_dungeon_shards = {
["passive_skill"]={
10010
},
["monster_exp"]=45600
["monster_exp"]=57000
},
[203]={
["monster_base"]=30001,
["hp"]=62400000,
["atk"]=430000,
["hp"]=44200000,
["atk"]=310000,
["atk_times"]=4,
["hurt_skill"]={
50055,
@ -36,12 +36,12 @@ local monster_dungeon_shards = {
50060,
10010
},
["monster_exp"]=48600
["monster_exp"]=54000
},
[303]={
["monster_base"]=30015,
["hp"]=76680000,
["atk"]=450000,
["hp"]=63900000,
["atk"]=350000,
["atk_times"]=4,
["hurt_skill"]={
50113,
@ -56,12 +56,12 @@ local monster_dungeon_shards = {
["passive_skill"]={
10010
},
["monster_exp"]=75750
["monster_exp"]=65650
},
[403]={
["monster_base"]=30009,
["hp"]=95000000,
["atk"]=550000,
["hp"]=80750000,
["atk"]=480000,
["atk_times"]=4,
["hurt_skill"]={
50012,
@ -79,8 +79,8 @@ local monster_dungeon_shards = {
},
[503]={
["monster_base"]=30008,
["hp"]=102500000,
["atk"]=600000,
["hp"]=90000000,
["atk"]=550000,
["atk_times"]=4,
["hurt_skill"]={
50098,
@ -95,12 +95,12 @@ local monster_dungeon_shards = {
10013,
10010
},
["monster_exp"]=69750
["monster_exp"]=63050
},
[603]={
["monster_base"]=30003,
["hp"]=30000000,
["atk"]=380000,
["atk"]=270000,
["atk_times"]=4,
["hurt_skill"]={
50082,
@ -114,12 +114,12 @@ local monster_dungeon_shards = {
["passive_skill"]={
10011
},
["monster_exp"]=45600
["monster_exp"]=57000
},
[703]={
["monster_base"]=30002,
["hp"]=69680000,
["atk"]=450000,
["hp"]=56280000,
["atk"]=330000,
["atk_times"]=4,
["hurt_skill"]={
50027,
@ -133,12 +133,12 @@ local monster_dungeon_shards = {
["passive_skill"]={
10011
},
["monster_exp"]=48600
["monster_exp"]=54000
},
[803]={
["monster_base"]=30006,
["hp"]=78950000,
["atk"]=470000,
["hp"]=73100000,
["atk"]=370000,
["atk_times"]=4,
["hurt_skill"]={
50061,
@ -153,12 +153,12 @@ local monster_dungeon_shards = {
50065,
10011
},
["monster_exp"]=75750
["monster_exp"]=65650
},
[903]={
["monster_base"]=30019,
["hp"]=109400000,
["atk"]=640000,
["hp"]=87520000,
["atk"]=540000,
["atk_times"]=4,
["hurt_skill"]={
50119,
@ -178,8 +178,8 @@ local monster_dungeon_shards = {
},
[1003]={
["monster_base"]=30011,
["hp"]=129560000,
["atk"]=790000,
["hp"]=110600000,
["atk"]=600000,
["atk_times"]=4,
["hurt_skill"]={
50017,
@ -193,7 +193,7 @@ local monster_dungeon_shards = {
["passive_skill"]={
10011
},
["monster_exp"]=69750
["monster_exp"]=63050
},
[1103]={
["monster_base"]=30005,

View File

@ -6927,7 +6927,7 @@ local skill = {
["effect"]={
{
["type"]="heal",
["num"]=60000,
["num"]=100000,
["ratio"]=10000,
["round"]=1
}
@ -7707,7 +7707,7 @@ local skill = {
["effect"]={
{
["type"]="heal",
["num"]=500,
["num"]=10000,
["ratio"]=10000,
["round"]=1
}
@ -7722,7 +7722,7 @@ local skill = {
["effect"]={
{
["type"]="heal",
["num"]=80000,
["num"]=100000,
["ratio"]=10000,
["round"]=1
}
@ -8639,7 +8639,7 @@ local skill = {
["effect"]={
{
["type"]="heal",
["num"]=60000,
["num"]=100000,
["ratio"]=10000,
["round"]=1
}
@ -9168,7 +9168,7 @@ local skill = {
["effect"]={
{
["type"]="heal",
["num"]=30000,
["num"]=200000,
["ratio"]=10000,
["round"]=1
}
@ -9406,7 +9406,7 @@ local skill = {
["effect"]={
{
["type"]="heal",
["num"]=60000,
["num"]=200000,
["ratio"]=10000,
["round"]=1
},
@ -9447,7 +9447,7 @@ local skill = {
},
{
["type"]="heal",
["num"]=30000,
["num"]=100000,
["ratio"]=10000,
["round"]=1
}
@ -19709,7 +19709,7 @@ local skill = {
["effect"]={
{
["type"]="heal",
["num"]=500,
["num"]=10000,
["ratio"]=10000,
["round"]=1
}
@ -19724,7 +19724,7 @@ local skill = {
["effect"]={
{
["type"]="heal",
["num"]=80000,
["num"]=200000,
["ratio"]=10000,
["round"]=1
}

View File

@ -252,7 +252,7 @@ local monster_base = {
["name"]="异变精英"
},
[20027]={
["name"]="龟霍顿"
["name"]="龟霍顿"
},
[20028]={
["name"]="冰巨人"

View File

@ -253,7 +253,7 @@ local localization_global =
["SUPPORT_DESC_1"] = "Customer Service",
["SUPPORT_DESC_2"] = "Support",
["CONF_BE_SURE_QUIT_GAME"] = "Exit Game?",
["ROUND_LEFT"] = "Remaining:",
["ROUND_LEFT"] = "Remaining",
["NEW_PLAYER"] = "New player",
["NOTICE_TITLE"] = "Notice",
["MAINTENANCE_NOTICE_DEFAULT"] = "Server network anomaly, please retry later",

View File

@ -252,7 +252,7 @@ local monster_base = {
["name"]="Mutant Elite"
},
[20027]={
["name"]="Horton the Red Turtle"
["name"]="Horton the Purple Turtle"
},
[20028]={
["name"]="Ice Giant"

View File

@ -267,7 +267,7 @@ local task = {
["desc"]="8-Links"
},
[90]={
["desc"]="10 Combos or more in battle"
["desc"]="10 Hits or more in battle"
},
[91]={
["desc"]="Skills released in battle"

View File

@ -109,7 +109,7 @@ local localization_global =
["SUPPORT_DESC_1"] = "Atención al cliente",
["SUPPORT_DESC_2"] = "Soporte",
["CONF_BE_SURE_QUIT_GAME"] = "Quieres dejar el juego?",
["ROUND_LEFT"] = "Queda:",
["ROUND_LEFT"] = "Queda",
["NEW_PLAYER"] = "Nuevo jugador",
["NOTICE_TITLE"] = "Aviso",
["MAINTENANCE_NOTICE_DEFAULT"] = "Se ha producido un error al conectar con el servidor. Vuelva a intentarlo más tarde.",

View File

@ -252,7 +252,7 @@ local monster_base = {
},
[20027]={
["name"]="Horton la Tortuga Roja"
["name"]="Horton la Tortuga Púrpura"
},
[20028]={

View File

@ -253,7 +253,7 @@ local localization_global =
["SUPPORT_DESC_1"] = "Layanan Pelanggan",
["SUPPORT_DESC_2"] = "Mendukung",
["CONF_BE_SURE_QUIT_GAME"] = "Ingin keluar dari permainan?",
["ROUND_LEFT"] = "Sisa:",
["ROUND_LEFT"] = "Sisa",
["NEW_PLAYER"] = "Pemain baru",
["NOTICE_TITLE"] = "Pemberitahuan",
["MAINTENANCE_NOTICE_DEFAULT"] = "Kesalahan server, silakan cooa lagi nanti.",

View File

@ -252,7 +252,7 @@ local monster_base = {
["name"]="Mutan Elit"
},
[20027]={
["name"]="Horton si Penyu Merah"
["name"]="Horton si Penyu Ungu"
},
[20028]={
["name"]="Ice Giant"

View File

@ -253,7 +253,7 @@ local localization_global =
["SUPPORT_DESC_1"] = "カスタマー・サービス",
["SUPPORT_DESC_2"] = "サポート",
["CONF_BE_SURE_QUIT_GAME"] = "イグジットゲーム?",
["ROUND_LEFT"] = "残っている",
["ROUND_LEFT"] = "残っている",
["NEW_PLAYER"] = "新プレイヤー",
["NOTICE_TITLE"] = "通知",
["MAINTENANCE_NOTICE_DEFAULT"] = "サーバー通信エラー、後程もう一度お試しください",

View File

@ -252,7 +252,7 @@ local monster_base = {
["name"]="変異体エリート"
},
[20027]={
["name"]="亀のホートン"
["name"]="亀のホートン"
},
[20028]={
["name"]="氷の巨人"

View File

@ -253,7 +253,7 @@ local localization_global =
["SUPPORT_DESC_1"] = "고객 서비스",
["SUPPORT_DESC_2"] = "지원",
["CONF_BE_SURE_QUIT_GAME"] = "게임 종료?",
["ROUND_LEFT"] = "남아있음:",
["ROUND_LEFT"] = "남아있음",
["NEW_PLAYER"] = "뉴 플레이어",
["NOTICE_TITLE"] = "공지 사항",
["MAINTENANCE_NOTICE_DEFAULT"] = "서버 통신에 이상이 생겼습니다. 잠시 후 다시 시도해 주세요.",

View File

@ -252,7 +252,7 @@ local monster_base = {
["name"]="돌연변이 엘리트"
},
[20027]={
["name"]="붉은 거북 호튼"
["name"]="보라색 거북 호튼"
},
[20028]={
["name"]="얼음 거인"

View File

@ -252,7 +252,7 @@ local localization_global =
["SUPPORT_DESC_1"] = "Atendimento ao Cliente",
["SUPPORT_DESC_2"] = "Suporte",
["CONF_BE_SURE_QUIT_GAME"] = "Quer sair do jogo?",
["ROUND_LEFT"] = "Restante:",
["ROUND_LEFT"] = "Restante",
["NEW_PLAYER"] = "Novo jogador",
["NOTICE_TITLE"] = "Aviso",
["MAINTENANCE_NOTICE_DEFAULT"] = "Ocorreu um erro na conexão com o servidor. Tente mais tarde.",

View File

@ -252,7 +252,7 @@ local monster_base = {
["name"]="Elite Mutante"
},
[20027]={
["name"]="Horton, a Tartaruga Vermelha"
["name"]="Horton, a Tartaruga Roxa"
},
[20028]={
["name"]="Gigante de Gelo"

View File

@ -253,7 +253,7 @@ local localization_global =
["SUPPORT_DESC_1"] = "การบริการลูกค้า",
["SUPPORT_DESC_2"] = "สนับสนุน",
["CONF_BE_SURE_QUIT_GAME"] = "ปิดเกมหรือไม่?",
["ROUND_LEFT"] = "ส่วนที่เหลือ:",
["ROUND_LEFT"] = "ส่วนที่เหลือ",
["NEW_PLAYER"] = "ผู้เล่นใหม่",
["NOTICE_TITLE"] = "แจ้งให้ทราบ",
["MAINTENANCE_NOTICE_DEFAULT"] = "ความผิดปกติของเครือข่ายเซิร์ฟเวอร์ โปรดลองใหม่ภายหลัง",

View File

@ -252,7 +252,7 @@ local monster_base = {
["name"]="อีลิทกลายพันธุ์"
},
[20027]={
["name"]="ฮอร์ตัน เต่าแด"
["name"]="ฮอร์ตัน เต่าสีม่ว"
},
[20028]={
["name"]="ยักษ์น้ำแข็ง"

View File

@ -253,7 +253,7 @@ local localization_global =
["SUPPORT_DESC_1"] = "Dịch vụ khách hàng",
["SUPPORT_DESC_2"] = "Hỗ trợ",
["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",
["NOTICE_TITLE"] = "Thông báo",
["MAINTENANCE_NOTICE_DEFAULT"] = "Lỗi thông tin server, hãy thử lại sau",

View File

@ -252,7 +252,7 @@ local monster_base = {
["name"]="Tinh Anh Dị Biến"
},
[20027]={
["name"]="Rùa đỏ Horton"
["name"]="Rùa màu tím Horton"
},
[20028]={
["name"]="Ice Giant"

View File

@ -267,7 +267,7 @@ local task = {
["desc"]="Lượt xua tan x8"
},
[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]={
["desc"]="Lượt thi triển kỹ năng trong trận"

View File

@ -253,7 +253,7 @@ local localization_global =
["SUPPORT_DESC_1"] = "客服",
["SUPPORT_DESC_2"] = "支援",
["CONF_BE_SURE_QUIT_GAME"] = "是否確認退出遊戲?",
["ROUND_LEFT"] = "剩餘",
["ROUND_LEFT"] = "剩餘",
["NEW_PLAYER"] = "新玩家",
["NOTICE_TITLE"] = "公告",
["MAINTENANCE_NOTICE_DEFAULT"] = "服務器正在加緊鏈接中,目前元素較多,請稍後重試進入。",

View File

@ -252,7 +252,7 @@ local monster_base = {
["name"]="異變菁英"
},
[20027]={
["name"]="龜霍頓"
["name"]="龜霍頓"
},
[20028]={
["name"]="冰巨人"

View File

@ -167,7 +167,10 @@ local task_daily_challenge = {
44001,
53002,
54001,
53001
53001,
14002,
24002,
54002
},
["param"]=2500,
["reward"]={