This commit is contained in:
xiekaidong 2023-06-20 21:02:16 +08:00
commit de3c3aff19
87 changed files with 1595 additions and 1230 deletions

View File

@ -1633,8 +1633,8 @@ local bounty_level = {
["reward_pro"]={ ["reward_pro"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=54001, ["id"]=24002,
["id_for_nothing"]="UwxcA2Q=", ["id_for_nothing"]="VAxcA2c=",
["num"]=3, ["num"]=3,
["num_for_nothing"]="VQ==" ["num_for_nothing"]="VQ=="
} }
@ -1733,8 +1733,8 @@ local bounty_level = {
["reward_pro"]={ ["reward_pro"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=54001, ["id"]=24002,
["id_for_nothing"]="UwxcA2Q=", ["id_for_nothing"]="VAxcA2c=",
["num"]=3, ["num"]=3,
["num_for_nothing"]="VQ==" ["num_for_nothing"]="VQ=="
} }
@ -1914,8 +1914,8 @@ local bounty_level = {
["reward_pro"]={ ["reward_pro"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=54001, ["id"]=24002,
["id_for_nothing"]="UwxcA2Q=", ["id_for_nothing"]="VAxcA2c=",
["num"]=3, ["num"]=3,
["num_for_nothing"]="VQ==" ["num_for_nothing"]="VQ=="
} }
@ -2115,8 +2115,8 @@ local bounty_level = {
["reward_pro"]={ ["reward_pro"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=54001, ["id"]=24002,
["id_for_nothing"]="UwxcA2Q=", ["id_for_nothing"]="VAxcA2c=",
["num"]=3, ["num"]=3,
["num_for_nothing"]="VQ==" ["num_for_nothing"]="VQ=="
} }
@ -2316,8 +2316,8 @@ local bounty_level = {
["reward_pro"]={ ["reward_pro"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=54001, ["id"]=24002,
["id_for_nothing"]="UwxcA2Q=", ["id_for_nothing"]="VAxcA2c=",
["num"]=3, ["num"]=3,
["num_for_nothing"]="VQ==" ["num_for_nothing"]="VQ=="
} }
@ -2517,8 +2517,8 @@ local bounty_level = {
["reward_pro"]={ ["reward_pro"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=54001, ["id"]=24002,
["id_for_nothing"]="UwxcA2Q=", ["id_for_nothing"]="VAxcA2c=",
["num"]=3, ["num"]=3,
["num_for_nothing"]="VQ==" ["num_for_nothing"]="VQ=="
} }
@ -2718,8 +2718,8 @@ local bounty_level = {
["reward_pro"]={ ["reward_pro"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=54001, ["id"]=24002,
["id_for_nothing"]="UwxcA2Q=", ["id_for_nothing"]="VAxcA2c=",
["num"]=3, ["num"]=3,
["num_for_nothing"]="VQ==" ["num_for_nothing"]="VQ=="
} }
@ -2919,8 +2919,8 @@ local bounty_level = {
["reward_pro"]={ ["reward_pro"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=54001, ["id"]=24002,
["id_for_nothing"]="UwxcA2Q=", ["id_for_nothing"]="VAxcA2c=",
["num"]=3, ["num"]=3,
["num_for_nothing"]="VQ==" ["num_for_nothing"]="VQ=="
} }
@ -3120,8 +3120,8 @@ local bounty_level = {
["reward_pro"]={ ["reward_pro"]={
["type"]=1, ["type"]=1,
["type_for_nothing"]="Vw==", ["type_for_nothing"]="Vw==",
["id"]=54001, ["id"]=24002,
["id_for_nothing"]="UwxcA2Q=", ["id_for_nothing"]="VAxcA2c=",
["num"]=3, ["num"]=3,
["num_for_nothing"]="VQ==" ["num_for_nothing"]="VQ=="
} }

View File

@ -1,13 +1,13 @@
local bounty_time = { local bounty_time = {
[1]={ [1]={
["season"]=1, ["season"]=1,
["start_time"]="2023-6-1 00:00:00", ["start_time"]="2023-6-20 00:00:00",
["end_time"]="2023-7-1 00:00:00" ["end_time"]="2023-8-1 00:00:00"
}, },
[2]={ [2]={
["season"]=2, ["season"]=2,
["start_time"]="2023-7-1 00:00:00", ["start_time"]="2023-8-1 00:00:00",
["end_time"]="2023-8-1 00:00:00" ["end_time"]="2023-9-1 00:00:00"
} }
} }
local config = { local config = {

View File

@ -6290,10 +6290,10 @@ local chapter = {
[31]={ [31]={
["before_chapter"]=30, ["before_chapter"]=30,
["next_chapter"]=32, ["next_chapter"]=32,
["icon"]="chapter_25", ["icon"]="chapter_26",
["scene"]="bg_26", ["scene"]="bg_26",
["block_icon"]="battle_hinder_25", ["block_icon"]="battle_hinder_26",
["chess_board"]="chessboard_2", ["chess_board"]="chessboard_1",
["board"]={ ["board"]={
115, 115,
116, 116,
@ -6509,9 +6509,9 @@ local chapter = {
[32]={ [32]={
["before_chapter"]=31, ["before_chapter"]=31,
["next_chapter"]=33, ["next_chapter"]=33,
["icon"]="chapter_25", ["icon"]="chapter_27",
["scene"]="bg_27", ["scene"]="bg_27",
["block_icon"]="battle_hinder_25", ["block_icon"]="battle_hinder_27",
["chess_board"]="chessboard_1", ["chess_board"]="chessboard_1",
["board"]={ ["board"]={
119, 119,
@ -6728,9 +6728,9 @@ local chapter = {
[33]={ [33]={
["before_chapter"]=32, ["before_chapter"]=32,
["next_chapter"]=34, ["next_chapter"]=34,
["icon"]="chapter_25", ["icon"]="chapter_28",
["scene"]="bg_28", ["scene"]="bg_28",
["block_icon"]="battle_hinder_25", ["block_icon"]="battle_hinder_28",
["chess_board"]="chessboard_1", ["chess_board"]="chessboard_1",
["board"]={ ["board"]={
123, 123,
@ -6947,10 +6947,10 @@ local chapter = {
[34]={ [34]={
["before_chapter"]=33, ["before_chapter"]=33,
["next_chapter"]=35, ["next_chapter"]=35,
["icon"]="chapter_25", ["icon"]="chapter_29",
["scene"]="bg_29", ["scene"]="bg_29",
["block_icon"]="battle_hinder_25", ["block_icon"]="battle_hinder_30",
["chess_board"]="chessboard_2", ["chess_board"]="chessboard_3",
["board"]={ ["board"]={
127, 127,
128, 128,
@ -7165,10 +7165,10 @@ local chapter = {
}, },
[35]={ [35]={
["before_chapter"]=34, ["before_chapter"]=34,
["icon"]="chapter_25", ["icon"]="chapter_30",
["scene"]="bg_30", ["scene"]="bg_30",
["block_icon"]="battle_hinder_25", ["block_icon"]="battle_hinder_29",
["chess_board"]="chessboard_2", ["chess_board"]="chessboard_3",
["board"]={ ["board"]={
131, 131,
132, 132,

View File

@ -1,7 +1,7 @@
local chapter_dungeon_gold = { local chapter_dungeon_gold = {
[1]={ [1]={
["scene"]="bg_gold", ["scene"]="bg_gold",
["block_icon"]="battle_hinder_7", ["block_icon"]="battle_hinder_gold",
["chess_board"]="chessboard_1", ["chess_board"]="chessboard_1",
["board"]={ ["board"]={
1 1
@ -37,7 +37,7 @@ local chapter_dungeon_gold = {
}, },
[2]={ [2]={
["scene"]="bg_gold", ["scene"]="bg_gold",
["block_icon"]="battle_hinder_7", ["block_icon"]="battle_hinder_gold",
["chess_board"]="chessboard_1", ["chess_board"]="chessboard_1",
["board"]={ ["board"]={
2 2
@ -73,7 +73,7 @@ local chapter_dungeon_gold = {
}, },
[3]={ [3]={
["scene"]="bg_gold", ["scene"]="bg_gold",
["block_icon"]="battle_hinder_7", ["block_icon"]="battle_hinder_gold",
["chess_board"]="chessboard_1", ["chess_board"]="chessboard_1",
["board"]={ ["board"]={
3 3
@ -109,7 +109,7 @@ local chapter_dungeon_gold = {
}, },
[4]={ [4]={
["scene"]="bg_gold", ["scene"]="bg_gold",
["block_icon"]="battle_hinder_7", ["block_icon"]="battle_hinder_gold",
["chess_board"]="chessboard_1", ["chess_board"]="chessboard_1",
["board"]={ ["board"]={
4 4
@ -145,7 +145,7 @@ local chapter_dungeon_gold = {
}, },
[5]={ [5]={
["scene"]="bg_gold", ["scene"]="bg_gold",
["block_icon"]="battle_hinder_7", ["block_icon"]="battle_hinder_gold",
["chess_board"]="chessboard_1", ["chess_board"]="chessboard_1",
["board"]={ ["board"]={
5 5
@ -181,7 +181,7 @@ local chapter_dungeon_gold = {
}, },
[6]={ [6]={
["scene"]="bg_gold", ["scene"]="bg_gold",
["block_icon"]="battle_hinder_7", ["block_icon"]="battle_hinder_gold",
["chess_board"]="chessboard_1", ["chess_board"]="chessboard_1",
["board"]={ ["board"]={
6 6
@ -217,7 +217,7 @@ local chapter_dungeon_gold = {
}, },
[7]={ [7]={
["scene"]="bg_gold", ["scene"]="bg_gold",
["block_icon"]="battle_hinder_7", ["block_icon"]="battle_hinder_gold",
["chess_board"]="chessboard_1", ["chess_board"]="chessboard_1",
["board"]={ ["board"]={
7 7
@ -253,7 +253,7 @@ local chapter_dungeon_gold = {
}, },
[8]={ [8]={
["scene"]="bg_gold", ["scene"]="bg_gold",
["block_icon"]="battle_hinder_7", ["block_icon"]="battle_hinder_gold",
["chess_board"]="chessboard_1", ["chess_board"]="chessboard_1",
["board"]={ ["board"]={
8 8
@ -289,7 +289,7 @@ local chapter_dungeon_gold = {
}, },
[9]={ [9]={
["scene"]="bg_gold", ["scene"]="bg_gold",
["block_icon"]="battle_hinder_7", ["block_icon"]="battle_hinder_gold",
["chess_board"]="chessboard_1", ["chess_board"]="chessboard_1",
["board"]={ ["board"]={
9 9
@ -325,7 +325,7 @@ local chapter_dungeon_gold = {
}, },
[10]={ [10]={
["scene"]="bg_gold", ["scene"]="bg_gold",
["block_icon"]="battle_hinder_7", ["block_icon"]="battle_hinder_gold",
["chess_board"]="chessboard_1", ["chess_board"]="chessboard_1",
["board"]={ ["board"]={
10 10
@ -361,7 +361,7 @@ local chapter_dungeon_gold = {
}, },
[11]={ [11]={
["scene"]="bg_gold", ["scene"]="bg_gold",
["block_icon"]="battle_hinder_7", ["block_icon"]="battle_hinder_gold",
["chess_board"]="chessboard_1", ["chess_board"]="chessboard_1",
["board"]={ ["board"]={
11 11
@ -397,7 +397,7 @@ local chapter_dungeon_gold = {
}, },
[12]={ [12]={
["scene"]="bg_gold", ["scene"]="bg_gold",
["block_icon"]="battle_hinder_7", ["block_icon"]="battle_hinder_gold",
["chess_board"]="chessboard_1", ["chess_board"]="chessboard_1",
["board"]={ ["board"]={
12 12
@ -433,7 +433,7 @@ local chapter_dungeon_gold = {
}, },
[13]={ [13]={
["scene"]="bg_gold", ["scene"]="bg_gold",
["block_icon"]="battle_hinder_7", ["block_icon"]="battle_hinder_gold",
["chess_board"]="chessboard_1", ["chess_board"]="chessboard_1",
["board"]={ ["board"]={
13 13
@ -469,7 +469,7 @@ local chapter_dungeon_gold = {
}, },
[14]={ [14]={
["scene"]="bg_gold", ["scene"]="bg_gold",
["block_icon"]="battle_hinder_7", ["block_icon"]="battle_hinder_gold",
["chess_board"]="chessboard_1", ["chess_board"]="chessboard_1",
["board"]={ ["board"]={
14 14
@ -505,7 +505,7 @@ local chapter_dungeon_gold = {
}, },
[15]={ [15]={
["scene"]="bg_gold", ["scene"]="bg_gold",
["block_icon"]="battle_hinder_7", ["block_icon"]="battle_hinder_gold",
["chess_board"]="chessboard_1", ["chess_board"]="chessboard_1",
["board"]={ ["board"]={
15 15

View File

@ -1,7 +1,7 @@
local chapter_dungeon_shards = { local chapter_dungeon_shards = {
[1]={ [1]={
["scene"]="bg_11", ["scene"]="bg_debris",
["block_icon"]="battle_hinder_7", ["block_icon"]="battle_hinder_debris",
["chess_board"]="chessboard_2", ["chess_board"]="chessboard_2",
["board"]={ ["board"]={
1 1
@ -365,8 +365,8 @@ local chapter_dungeon_shards = {
["times_d"]=3 ["times_d"]=3
}, },
[2]={ [2]={
["scene"]="bg_11", ["scene"]="bg_debris",
["block_icon"]="battle_hinder_7", ["block_icon"]="battle_hinder_debris",
["chess_board"]="chessboard_2", ["chess_board"]="chessboard_2",
["board"]={ ["board"]={
2 2
@ -730,8 +730,8 @@ local chapter_dungeon_shards = {
["times_d"]=5 ["times_d"]=5
}, },
[3]={ [3]={
["scene"]="bg_11", ["scene"]="bg_debris",
["block_icon"]="battle_hinder_7", ["block_icon"]="battle_hinder_debris",
["chess_board"]="chessboard_2", ["chess_board"]="chessboard_2",
["board"]={ ["board"]={
3 3
@ -1095,8 +1095,8 @@ local chapter_dungeon_shards = {
["times_d"]=2 ["times_d"]=2
}, },
[4]={ [4]={
["scene"]="bg_11", ["scene"]="bg_debris",
["block_icon"]="battle_hinder_7", ["block_icon"]="battle_hinder_debris",
["chess_board"]="chessboard_2", ["chess_board"]="chessboard_2",
["board"]={ ["board"]={
4 4
@ -1460,8 +1460,8 @@ local chapter_dungeon_shards = {
["times_d"]=4 ["times_d"]=4
}, },
[5]={ [5]={
["scene"]="bg_11", ["scene"]="bg_debris",
["block_icon"]="battle_hinder_7", ["block_icon"]="battle_hinder_debris",
["chess_board"]="chessboard_2", ["chess_board"]="chessboard_2",
["board"]={ ["board"]={
5 5
@ -1825,8 +1825,8 @@ local chapter_dungeon_shards = {
["times_d"]=6 ["times_d"]=6
}, },
[6]={ [6]={
["scene"]="bg_11", ["scene"]="bg_debris",
["block_icon"]="battle_hinder_7", ["block_icon"]="battle_hinder_debris",
["chess_board"]="chessboard_2", ["chess_board"]="chessboard_2",
["board"]={ ["board"]={
6 6
@ -2190,8 +2190,8 @@ local chapter_dungeon_shards = {
["times_d"]=3 ["times_d"]=3
}, },
[7]={ [7]={
["scene"]="bg_11", ["scene"]="bg_debris",
["block_icon"]="battle_hinder_7", ["block_icon"]="battle_hinder_debris",
["chess_board"]="chessboard_2", ["chess_board"]="chessboard_2",
["board"]={ ["board"]={
7 7
@ -2555,8 +2555,8 @@ local chapter_dungeon_shards = {
["times_d"]=5 ["times_d"]=5
}, },
[8]={ [8]={
["scene"]="bg_11", ["scene"]="bg_debris",
["block_icon"]="battle_hinder_7", ["block_icon"]="battle_hinder_debris",
["chess_board"]="chessboard_2", ["chess_board"]="chessboard_2",
["board"]={ ["board"]={
8 8
@ -2980,8 +2980,8 @@ local chapter_dungeon_shards = {
["times_d"]=7 ["times_d"]=7
}, },
[9]={ [9]={
["scene"]="bg_11", ["scene"]="bg_debris",
["block_icon"]="battle_hinder_7", ["block_icon"]="battle_hinder_debris",
["chess_board"]="chessboard_2", ["chess_board"]="chessboard_2",
["board"]={ ["board"]={
9 9
@ -3405,8 +3405,8 @@ local chapter_dungeon_shards = {
["times_d"]=4 ["times_d"]=4
}, },
[10]={ [10]={
["scene"]="bg_11", ["scene"]="bg_debris",
["block_icon"]="battle_hinder_7", ["block_icon"]="battle_hinder_debris",
["chess_board"]="chessboard_2", ["chess_board"]="chessboard_2",
["board"]={ ["board"]={
10 10
@ -3830,8 +3830,8 @@ local chapter_dungeon_shards = {
["times_d"]=6 ["times_d"]=6
}, },
[11]={ [11]={
["scene"]="bg_11", ["scene"]="bg_debris",
["block_icon"]="battle_hinder_7", ["block_icon"]="battle_hinder_debris",
["chess_board"]="chessboard_2", ["chess_board"]="chessboard_2",
["board"]={ ["board"]={
11 11
@ -4255,8 +4255,8 @@ local chapter_dungeon_shards = {
["times_d"]=8 ["times_d"]=8
}, },
[12]={ [12]={
["scene"]="bg_11", ["scene"]="bg_debris",
["block_icon"]="battle_hinder_7", ["block_icon"]="battle_hinder_debris",
["chess_board"]="chessboard_2", ["chess_board"]="chessboard_2",
["board"]={ ["board"]={
12 12
@ -4680,8 +4680,8 @@ local chapter_dungeon_shards = {
["times_d"]=5 ["times_d"]=5
}, },
[13]={ [13]={
["scene"]="bg_11", ["scene"]="bg_debris",
["block_icon"]="battle_hinder_7", ["block_icon"]="battle_hinder_debris",
["chess_board"]="chessboard_2", ["chess_board"]="chessboard_2",
["board"]={ ["board"]={
13 13
@ -5105,8 +5105,8 @@ local chapter_dungeon_shards = {
["times_d"]=7 ["times_d"]=7
}, },
[14]={ [14]={
["scene"]="bg_11", ["scene"]="bg_debris",
["block_icon"]="battle_hinder_7", ["block_icon"]="battle_hinder_debris",
["chess_board"]="chessboard_2", ["chess_board"]="chessboard_2",
["board"]={ ["board"]={
14 14
@ -5530,8 +5530,8 @@ local chapter_dungeon_shards = {
["times_d"]=4 ["times_d"]=4
}, },
[15]={ [15]={
["scene"]="bg_11", ["scene"]="bg_debris",
["block_icon"]="battle_hinder_7", ["block_icon"]="battle_hinder_debris",
["chess_board"]="chessboard_2", ["chess_board"]="chessboard_2",
["board"]={ ["board"]={
15 15

View File

@ -566,6 +566,58 @@ local fx = {
["res"]="sfx_m10049_1_b04", ["res"]="sfx_m10049_1_b04",
["bind"]="root" ["bind"]="root"
}, },
[100103]={
["res"]="sfx_m10060_b01",
["bind"]="root"
},
[100104]={
["res"]="sfx_m10060_b02",
["bind"]="root"
},
[100105]={
["res"]="sfx_m10060_b03",
["bind"]="root"
},
[100106]={
["res"]="sfx_m10061_b01",
["bind"]="root"
},
[100107]={
["res"]="sfx_m10061_b02",
["bind"]="root"
},
[100108]={
["res"]="sfx_m10061_b03",
["bind"]="root"
},
[100109]={
["res"]="sfx_m10062_b01",
["bind"]="root"
},
[100110]={
["res"]="sfx_m10062_b02",
["bind"]="root"
},
[100111]={
["res"]="sfx_m10062_b03",
["bind"]="root"
},
[100112]={
["res"]="sfx_m10063_b01",
["bind"]="root"
},
[100113]={
["res"]="sfx_m10063_b02",
["bind"]="root"
},
[100114]={
["res"]="sfx_m10063_b03",
["bind"]="root"
},
[100115]={
["res"]="sfx_m10064_b01",
["bind"]="root"
},
[200000]={ [200000]={
["res"]="sfx_m20001_b01", ["res"]="sfx_m20001_b01",
["bind"]="root" ["bind"]="root"
@ -1058,6 +1110,106 @@ local fx = {
["res"]="sfx_m20010_b02", ["res"]="sfx_m20010_b02",
["bind"]="root" ["bind"]="root"
}, },
[200123]={
["res"]="sfx_m20034_b01",
["bind"]="root"
},
[200124]={
["res"]="sfx_m20034_b02",
["bind"]="root"
},
[200125]={
["res"]="sfx_m20034_b03",
["bind"]="root"
},
[200126]={
["res"]="sfx_m20034_b04",
["bind"]="root"
},
[200127]={
["res"]="sfx_m20034_b05",
["bind"]="root"
},
[200128]={
["res"]="sfx_m20035_b01",
["bind"]="root"
},
[200129]={
["res"]="sfx_m20035_b02",
["bind"]="root"
},
[200130]={
["res"]="sfx_m20035_b03",
["bind"]="root"
},
[200131]={
["res"]="sfx_m20035_b04",
["bind"]="root"
},
[200132]={
["res"]="sfx_m20035_b05",
["bind"]="root"
},
[200133]={
["res"]="sfx_m20036_b01",
["bind"]="root"
},
[200134]={
["res"]="sfx_m20036_b02",
["bind"]="root"
},
[200135]={
["res"]="sfx_m20036_b03",
["bind"]="root"
},
[200136]={
["res"]="sfx_m20036_b04",
["bind"]="root"
},
[200137]={
["res"]="sfx_m20036_b05",
["bind"]="root"
},
[200138]={
["res"]="sfx_m20037_b01",
["bind"]="root"
},
[200139]={
["res"]="sfx_m20037_b02",
["bind"]="root"
},
[200140]={
["res"]="sfx_m20037_b03",
["bind"]="root"
},
[200141]={
["res"]="sfx_m20037_b04",
["bind"]="root"
},
[200142]={
["res"]="sfx_m20038_b01",
["bind"]="root"
},
[200143]={
["res"]="sfx_m20038_b02",
["bind"]="root"
},
[200144]={
["res"]="sfx_m20038_b03",
["bind"]="root"
},
[200145]={
["res"]="sfx_m20038_b04",
["bind"]="root"
},
[200146]={
["res"]="sfx_m20038_b05",
["bind"]="root"
},
[200147]={
["res"]="sfx_m20038_b06",
["bind"]="root"
},
[300000]={ [300000]={
["res"]="sfx_p0001_b01", ["res"]="sfx_p0001_b01",
["bind"]="root" ["bind"]="root"
@ -2113,6 +2265,6 @@ local fx = {
} }
} }
local config = { local config = {
data=fx,count=496 data=fx,count=534
} }
return config return config

View File

@ -309,6 +309,11 @@ local monster_base = {
["body"]=2, ["body"]=2,
["model_ui"]=1.0 ["model_ui"]=1.0
}, },
[10064]={
["model_id"]="m10064",
["body"]=2,
["model_ui"]=1.0
},
[10065]={ [10065]={
["model_id"]="m10065", ["model_id"]="m10065",
["body"]=2, ["body"]=2,
@ -631,6 +636,6 @@ local monster_base = {
} }
} }
local config = { local config = {
data=monster_base,count=126 data=monster_base,count=127
} }
return config return config

View File

@ -8173,7 +8173,8 @@ local monster_chapter = {
["hurt_skill"]={ ["hurt_skill"]={
30100, 30100,
30101, 30101,
30102 30102,
30113
}, },
["skill"]={ ["skill"]={
10076 10076
@ -8252,14 +8253,14 @@ local monster_chapter = {
["monster_exp"]=18000 ["monster_exp"]=18000
}, },
[61701]={ [61701]={
["monster_base"]=10005, ["monster_base"]=10064,
["hp"]=92300000, ["hp"]=92300000,
["atk"]=3470000, ["atk"]=3470000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20013, 20190,
20014, 20191,
20015 20192
}, },
["monster_exp"]=9000 ["monster_exp"]=9000
}, },
@ -8412,14 +8413,14 @@ local monster_chapter = {
["monster_exp"]=16000 ["monster_exp"]=16000
}, },
[62901]={ [62901]={
["monster_base"]=10005, ["monster_base"]=10064,
["hp"]=266900000, ["hp"]=266900000,
["atk"]=4290000, ["atk"]=4290000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20013, 20190,
20014, 20191,
20015 20192
}, },
["monster_exp"]=17000 ["monster_exp"]=17000
}, },
@ -8468,14 +8469,14 @@ local monster_chapter = {
["monster_exp"]=11000 ["monster_exp"]=11000
}, },
[63301]={ [63301]={
["monster_base"]=10001, ["monster_base"]=10064,
["hp"]=67600000, ["hp"]=67600000,
["atk"]=3280000, ["atk"]=3280000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20001, 20190,
20002, 20191,
20003 20192
}, },
["monster_exp"]=11000 ["monster_exp"]=11000
}, },
@ -8524,14 +8525,14 @@ local monster_chapter = {
["monster_exp"]=18000 ["monster_exp"]=18000
}, },
[63701]={ [63701]={
["monster_base"]=10005, ["monster_base"]=10064,
["hp"]=95200000, ["hp"]=95200000,
["atk"]=3600000, ["atk"]=3600000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20013, 20190,
20014, 20191,
20015 20192
}, },
["monster_exp"]=9000 ["monster_exp"]=9000
}, },
@ -8683,14 +8684,14 @@ local monster_chapter = {
["monster_exp"]=16000 ["monster_exp"]=16000
}, },
[64901]={ [64901]={
["monster_base"]=10005, ["monster_base"]=10064,
["hp"]=275100000, ["hp"]=275100000,
["atk"]=4440000, ["atk"]=4440000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20013, 20190,
20014, 20191,
20015 20192
}, },
["monster_exp"]=17000 ["monster_exp"]=17000
}, },
@ -8722,7 +8723,8 @@ local monster_chapter = {
}, },
["passive_skill"]={ ["passive_skill"]={
10013, 10013,
10009 10009,
10084
}, },
["monster_exp"]=22000 ["monster_exp"]=22000
}, },
@ -8751,14 +8753,14 @@ local monster_chapter = {
["monster_exp"]=11000 ["monster_exp"]=11000
}, },
[65401]={ [65401]={
["monster_base"]=10005, ["monster_base"]=10064,
["hp"]=81000000, ["hp"]=81000000,
["atk"]=3650000, ["atk"]=3650000,
["atk_times"]=3, ["atk_times"]=3,
["hurt_skill"]={ ["hurt_skill"]={
20013, 20190,
20014, 20191,
20015 20192
}, },
["monster_exp"]=17000 ["monster_exp"]=17000
}, },
@ -8922,7 +8924,8 @@ local monster_chapter = {
}, },
["passive_skill"]={ ["passive_skill"]={
10013, 10013,
10009 10009,
10084
}, },
["monster_exp"]=24000 ["monster_exp"]=24000
}, },
@ -8983,7 +8986,8 @@ local monster_chapter = {
["hurt_skill"]={ ["hurt_skill"]={
30109, 30109,
30110, 30110,
30111 30111,
30112
}, },
["skill"]={ ["skill"]={
10080, 10080,

File diff suppressed because it is too large Load Diff

View File

@ -2529,7 +2529,7 @@ local skill_rogue = {
["icon"]="211" ["icon"]="211"
}, },
[3400203]={ [3400203]={
["unlock"]=4400201, ["unlock"]=3400201,
["limit_times"]=1, ["limit_times"]=1,
["weight"]=3000, ["weight"]=3000,
["qlt"]=3, ["qlt"]=3,
@ -3169,7 +3169,7 @@ local skill_rogue = {
["icon"]="221" ["icon"]="221"
}, },
[4400206]={ [4400206]={
["unlock"]=3400201, ["unlock"]=4400201,
["limit_times"]=1, ["limit_times"]=1,
["weight"]=3000, ["weight"]=3000,
["qlt"]=3, ["qlt"]=3,
@ -3188,8 +3188,8 @@ local skill_rogue = {
["icon"]="222" ["icon"]="222"
}, },
[4400207]={ [4400207]={
["unlock"]=3400205, ["unlock"]=4400205,
["cover_unlock"]=3400205, ["cover_unlock"]=4400205,
["limit_times"]=1, ["limit_times"]=1,
["weight"]=3000, ["weight"]=3000,
["qlt"]=3, ["qlt"]=3,
@ -3736,7 +3736,7 @@ local skill_rogue = {
["type"]="add_skill", ["type"]="add_skill",
["num"]=5400222, ["num"]=5400222,
["ratio"]=10000, ["ratio"]=10000,
["round"]=999 ["round"]=1
} }
}, },
["obj"]=7, ["obj"]=7,
@ -3789,7 +3789,7 @@ local skill_rogue = {
["type"]="add_skill", ["type"]="add_skill",
["num"]=5400224, ["num"]=5400224,
["ratio"]=10000, ["ratio"]=10000,
["round"]=999 ["round"]=1
} }
}, },
["obj"]=7, ["obj"]=7,
@ -3797,7 +3797,6 @@ local skill_rogue = {
}, },
[5400207]={ [5400207]={
["unlock"]=5400202, ["unlock"]=5400202,
["cover_unlock"]=5400202,
["limit_times"]=1, ["limit_times"]=1,
["weight"]=3000, ["weight"]=3000,
["qlt"]=4, ["qlt"]=4,

View File

@ -12,67 +12,67 @@ local avatar = {
["desc"]="冰心的头像。" ["desc"]="冰心的头像。"
}, },
[5001]={ [5001]={
["desc"]="忍者伦的头像" ["desc"]="解锁忍者伦后获得"
}, },
[6001]={ [6001]={
["desc"]="克劳德的头像" ["desc"]="解锁克劳德后获得"
}, },
[7001]={ [7001]={
["desc"]="二丫的头像" ["desc"]="解锁二丫后获得"
}, },
[8001]={ [8001]={
["desc"]="小鹿的头像" ["desc"]="解锁小鹿后获得"
}, },
[9001]={ [9001]={
["desc"]="冰女的头像" ["desc"]="解锁冰女后获得"
}, },
[10001]={ [10001]={
["desc"]="魔女琪琪的头像" ["desc"]="解锁魔女琪琪后获得"
}, },
[11001]={ [11001]={
["desc"]="火旺的头像" ["desc"]="解锁火旺后获得"
}, },
[12001]={ [12001]={
["desc"]="野蛮人的头像" ["desc"]="解锁野蛮人后获得"
}, },
[13001]={ [13001]={
["desc"]="森林狼的头像" ["desc"]="解锁森林狼后获得"
}, },
[14001]={ [14001]={
["desc"]="鸦姐的头像" ["desc"]="解锁鸦姐后获得"
}, },
[15001]={ [15001]={
["desc"]="灵魂猎手的头像" ["desc"]="解锁灵魂猎手后获得"
}, },
[16001]={ [16001]={
["desc"]="亚历山大的头像" ["desc"]="解锁亚历山大后获得"
}, },
[17001]={ [17001]={
["desc"]="巨剑魔童的头像" ["desc"]="解锁巨剑魔童后获得"
}, },
[18001]={ [18001]={
["desc"]="木兰的头像" ["desc"]="解锁木兰后获得"
}, },
[19001]={ [19001]={
["desc"]="寒冰妖姬的头像" ["desc"]="解锁寒冰妖姬后获得"
}, },
[20001]={ [20001]={
["desc"]="蝴蝶的头像" ["desc"]="解锁蝴蝶后获得"
}, },
[21001]={ [21001]={
["desc"]="索尔的头像" ["desc"]="解锁索尔后获得"
}, },
[22001]={ [22001]={
["desc"]="潘达的头像" ["desc"]="解锁潘达后获得"
}, },
[23001]={ [23001]={
["desc"]="梦魔的头像" ["desc"]="解锁梦魔后获得"
}, },
[24001]={ [24001]={
["desc"]="艳后的头像" ["desc"]="解锁艳后后获得"
}, },
[25001]={ [25001]={
["desc"]="闪烁法师的头像" ["desc"]="解锁闪烁法师后获得"
} }
} }
local config = { local config = {

View File

@ -1,6 +1,6 @@
local avatar_frame = { local avatar_frame = {
[1000]={ [1000]={
["desc"]="Rundes Avatar, automatisch verfügbar."
} }
} }
local config = { local config = {

View File

@ -7,13 +7,13 @@ local localization_global =
["QLT_DESC_4"] = "Episch", ["QLT_DESC_4"] = "Episch",
["QLT_DESC_5"] = "Legendär", ["QLT_DESC_5"] = "Legendär",
["QLT_DESC_6"] = "Mythologisch", ["QLT_DESC_6"] = "Mythologisch",
["TIME_STR_DHM"] = "{0} Tag(e) {1} Stunde(n) {2} Minute(n)", ["TIME_STR_DHM"] = "{0} d {1} h {2} m",
["TIME_STR_M"] = "{0} Minute(n)", ["TIME_STR_M"] = "{0} min",
["TIME_STR_MS"] = "{0} Minute(n) {1} Sekunde(n)", ["TIME_STR_MS"] = "{0} m {1} s",
["TIME_STR_S"] = "{0} Sekunde(n)", ["TIME_STR_S"] = "{0} sec",
["TIME_STR_DH"] = "{0} Tag(e) {1} Stunde(n)", ["TIME_STR_DH"] = "{0} d {1} h",
["TIME_STR_HMS"] = "{0} Stunde(n) {1} Minute(n) {2} Sekunde(n)", ["TIME_STR_HMS"] = "{0} h {1} m {2} s",
["TIME_STR_HM"] = "{0} Stunde(n) {1} Minute(n)", ["TIME_STR_HM"] = "{0} h {1} m",
["TIME_STR_D"] = "{0} Tag(e)", ["TIME_STR_D"] = "{0} Tag(e)",
["TIME_MS"] = "{0}:{1}", ["TIME_MS"] = "{0}:{1}",
["TIME_HMS"] = "{0}:{1}:{2}", ["TIME_HMS"] = "{0}:{1}:{2}",

View File

@ -1,15 +1,12 @@
local item = { local item = {
[1]={ [1]={
["name"]="Goldmünze",
["desc"]="Gemeinsame Währung, die in vieler Orten verwendet wird"
}, },
[2]={ [2]={
["name"]="Diamant",
["desc"]="Seltene Währung, mit der den Großteil der Gegenstände kaufen kann" ["desc"]="Seltene Währung, mit der den Großteil der Gegenstände kaufen kann"
}, },
[3]={ [3]={
["name"]="Durchhaltevermögen",
["desc"]="Zum Kampf im Level ist Energie erforderlich."
}, },
[4]={ [4]={

View File

@ -1,78 +1,78 @@
local avatar = { local avatar = {
[1001]={ [1001]={
["desc"]="Obtained after unlocking Dancer."
}, },
[2001]={ [2001]={
["desc"]="Blade Maid's avatar."
}, },
[3001]={ [3001]={
["desc"]="Onion's avatar."
}, },
[4001]={ [4001]={
["desc"]="Iceheart's avatar."
}, },
[5001]={ [5001]={
["desc"]="Obtained after unlocking Ninja Lun."
}, },
[6001]={ [6001]={
["desc"]="Obtained after unlocking Claude."
}, },
[7001]={ [7001]={
["desc"]="Obtained after unlocking Er-Ya."
}, },
[8001]={ [8001]={
["desc"]="Obtained after unlocking Fawn."
}, },
[9001]={ [9001]={
["desc"]="Obtained after unlocking Ice Maiden."
}, },
[10001]={ [10001]={
["desc"]="Obtained after unlocking Witch Kiki."
}, },
[11001]={ [11001]={
["desc"]="Obtained after unlocking Flare."
}, },
[12001]={ [12001]={
["desc"]="Obtained after unlocking Barbarian."
}, },
[13001]={ [13001]={
["desc"]="Obtained after unlocking Timberwolf."
}, },
[14001]={ [14001]={
["desc"]="Obtained after unlocking Raven."
}, },
[15001]={ [15001]={
["desc"]="Obtained after unlocking Soul Hunter."
}, },
[16001]={ [16001]={
["desc"]="Obtained after unlocking Alexander."
}, },
[17001]={ [17001]={
["desc"]="Obtained after unlocking Claymore Kid."
}, },
[18001]={ [18001]={
["desc"]="Obtained after unlocking Mulan."
}, },
[19001]={ [19001]={
["desc"]="Obtained after unlocking Frost Enchantress."
}, },
[20001]={ [20001]={
["desc"]="Obtained after unlocking Butterfly."
}, },
[21001]={ [21001]={
["desc"]="Obtained after unlocking Thor."
}, },
[22001]={ [22001]={
["desc"]="Obtained after unlocking Panda."
}, },
[23001]={ [23001]={
["desc"]="Obtained after unlocking Nightmare."
}, },
[24001]={ [24001]={
["desc"]="Obtained after unlocking Cleopatra."
}, },
[25001]={ [25001]={
["desc"]="Obtained after unlocking Twinkling Mage."
} }
} }
local config = { local config = {

View File

@ -1,6 +1,6 @@
local avatar_frame = { local avatar_frame = {
[1000]={ [1000]={
["desc"]="The default avatar frame." ["desc"]="Initial Avatar Frame"
} }
} }
local config = { local config = {

View File

@ -90,19 +90,19 @@ local chapter = {
["name"]="30. Demon City Exit" ["name"]="30. Demon City Exit"
}, },
[31]={ [31]={
["name"]="31. Lava Volcano"
}, },
[32]={ [32]={
["name"]="32. Volcano Depths"
}, },
[33]={ [33]={
["name"]="33. Scorching Coastline"
}, },
[34]={ [34]={
["name"]="34. Ancient Submarine"
}, },
[35]={ [35]={
["name"]="35. Submarine Control Room"
} }
} }
local config = { local config = {

View File

@ -227,7 +227,7 @@ local localization_global =
["DUNGEON_SHARDS_TITLE"] = "Abyss Challenge", ["DUNGEON_SHARDS_TITLE"] = "Abyss Challenge",
["DUNGEON_SHARDS_HELP"] = "Show me what you got! Defeat all the monsters blocking your way and show them who the real warrior is! Note: The monsters came prepared, and the attack of some characters will decrease.", ["DUNGEON_SHARDS_HELP"] = "Show me what you got! Defeat all the monsters blocking your way and show them who the real warrior is! Note: The monsters came prepared, and the attack of some characters will decrease.",
["DUNGEON_SHARDS_OPEN"] = "Opening time: Monday, Wednesday, Friday, Sunday", ["DUNGEON_SHARDS_OPEN"] = "Opening time: Monday, Wednesday, Friday, Sunday",
["MAIN_CHAPTER"] = "Main Storyline Chapter", ["MAIN_CHAPTER"] = "Main Chapter",
["SMASH"] = "Wipe out", ["SMASH"] = "Wipe out",
["DUNGEON_DESC"] = "Boss resistance:", ["DUNGEON_DESC"] = "Boss resistance:",
["CDKEY_NAME"] = "Redeem Code", ["CDKEY_NAME"] = "Redeem Code",

View File

@ -76,102 +76,108 @@ local item = {
["desc"]="AFK rewards include random shards. The quantity and quality will increase with the progress of the stages." ["desc"]="AFK rewards include random shards. The quantity and quality will increase with the progress of the stages."
}, },
[20]={ [20]={
["name"]="Advanced Random Shard",
["desc"]="May randomly obtain Shards of Excellent, Rare, or Epic Heroes."
}, },
[12001]={ [12001]={
["name"]="Dancer Shard", ["name"]="Dancer Shard",
["desc"]="Dancer Shard, collect the shards to activate or upgrade." ["desc"]="Dancer Fragments that can activate or upgrade Panda."
}, },
[13001]={ [13001]={
["name"]="Claude Shard", ["name"]="Claude Shard",
["desc"]="Claude Shard collect the shards to activate or upgrade." ["desc"]="Claude Shard that can activate or upgrade Panda."
}, },
[13002]={ [13002]={
["name"]="Flare Shard", ["name"]="Flare Shard",
["desc"]="Flare Shard, collect the shards to activate or upgrade." ["desc"]="Flare Shard that can activate or upgrade Panda."
}, },
[14001]={ [14001]={
["name"]="Alexander Shard", ["name"]="Alexander Shard",
["desc"]="Alexander Shard, collect the shards to activate or upgrade." ["desc"]="Alexander Shard that can activate or upgrade Panda."
}, },
[14002]={ [14002]={
["name"]="Panda Shard",
["desc"]="Panda Shard that can activate or upgrade Panda."
}, },
[22001]={ [22001]={
["name"]="Blade Maid Shard", ["name"]="Blade Maid Shard",
["desc"]="Blade Maid Shard, collect the shards to activate or upgrade." ["desc"]="Blade Maid Shard that can activate or upgrade Panda."
}, },
[23001]={ [23001]={
["name"]="Barbarian Shard", ["name"]="Barbarian Shard",
["desc"]="Barbarian Shard, collect the shards to activate or upgrade." ["desc"]="Barbarian Shard that can activate or upgrade Panda."
}, },
[23002]={ [23002]={
["name"]="Er-Ya Shard", ["name"]="Er-Ya Shard",
["desc"]="Er-Ya Shard, collect the shards to activate or upgrade." ["desc"]="Er-Ya Shard that can activate or upgrade Panda."
}, },
[24001]={ [24001]={
["name"]="Claymore Kid Shard", ["name"]="Claymore Kid Shard",
["desc"]="Claymore Kid Shard, collect the shards to activate or upgrade." ["desc"]="Claymore Kid Shard that can activate or upgrade Panda."
}, },
[24002]={ [24002]={
["name"]="Thor Shard",
["desc"]="Thor Shard that can activate or upgrade Panda."
}, },
[32001]={ [32001]={
["name"]="Onion Shard", ["name"]="Onion Shard",
["desc"]="Onion Shard, collect the shards to activate or upgrade." ["desc"]="Onion Shard that can activate or upgrade Panda."
}, },
[33001]={ [33001]={
["name"]="Fawn Shard", ["name"]="Fawn Shard",
["desc"]="Fawn Shard, collect the shards to activate or upgrade." ["desc"]="Fawn Shard that can activate or upgrade Panda."
}, },
[33002]={ [33002]={
["name"]="Timberwolf Shard", ["name"]="Timberwolf Shard",
["desc"]="Timberwolf Shard, collect the shards to activate or upgrade." ["desc"]="Timberwolf Shard that can activate or upgrade Panda."
}, },
[34001]={ [34001]={
["name"]="Mulan Shard", ["name"]="Mulan Shard",
["desc"]="Mulan Shard, collect the shards to activate or upgrade." ["desc"]="Mulan Shard that can activate or upgrade Panda."
}, },
[34002]={ [34002]={
["name"]="Nightmare Shard",
["desc"]="Nightmare Shard that can activate or upgrade Panda."
}, },
[42001]={ [42001]={
["name"]="Iceheart Shard", ["name"]="Iceheart Shard",
["desc"]="Iceheart Shard, collect the shards to activate or upgrade." ["desc"]="Iceheart Shard that can activate or upgrade Panda."
}, },
[43001]={ [43001]={
["name"]="Ice Maiden Shard", ["name"]="Ice Maiden Shard",
["desc"]="Ice Maiden Shard, collect the shards to activate or upgrade." ["desc"]="Ice Maiden Shard that can activate or upgrade Panda."
}, },
[43002]={ [43002]={
["name"]="Raven Shard", ["name"]="Raven Shard",
["desc"]="Raven Shard, collect the shards to activate or upgrade." ["desc"]="Raven Shard that can activate or upgrade Panda."
}, },
[44001]={ [44001]={
["name"]="Frost Enchantress Shard", ["name"]="Frost Enchantress Shard",
["desc"]="Frost Enchantress Shard, collect the shards to activate or upgrade." ["desc"]="Frost Enchantress Shard that can activate or upgrade Panda."
}, },
[44002]={ [44002]={
["name"]="Cleopatra Shard",
["desc"]="Cleopatra Shard that can activate or upgrade Panda."
}, },
[52001]={ [52001]={
["name"]="Ninja Lun Shard", ["name"]="Ninja Lun Shard",
["desc"]="Ninja Lun Shard, collect the shards to activate or upgrade." ["desc"]="Raven Shard that can activate or upgrade Panda."
}, },
[53001]={ [53001]={
["name"]="Witch Kiki Shard", ["name"]="Witch Kiki Shard",
["desc"]="Witch Kiki Shard, collect the shards to activate or upgrade." ["desc"]="Witch Kiki Shard that can activate or upgrade Panda."
}, },
[53002]={ [53002]={
["name"]="Soul Hunter Shard", ["name"]="Soul Hunter Shard",
["desc"]="Soul Hunter Shard, collect the shards to activate or upgrade." ["desc"]="Soul Hunter Shard that can activate or upgrade Panda."
}, },
[54001]={ [54001]={
["name"]="Butterfly Shard", ["name"]="Butterfly Shard",
["desc"]="Butterfly Shard, collect the shards to activate or upgrade." ["desc"]="Butterfly Shard that can activate or upgrade Panda."
}, },
[54002]={ [54002]={
["name"]="Twinkling Mage Shard",
["desc"]="Twinkling Mage Shard that can activate or upgrade Panda."
} }
} }
local config = { local config = {

View File

@ -192,7 +192,7 @@ local monster_base = {
["name"]="Armor the Green Turtle" ["name"]="Armor the Green Turtle"
}, },
[20007]={ [20007]={
["name"]="Raging Goblin"
}, },
[20008]={ [20008]={
["name"]="Rock Giant" ["name"]="Rock Giant"
@ -240,25 +240,25 @@ local monster_base = {
["name"]="Yeti Blacksmith" ["name"]="Yeti Blacksmith"
}, },
[20023]={ [20023]={
["name"]="Elite Yeti"
}, },
[20024]={ [20024]={
["name"]="Winged Demon" ["name"]="Winged Demon"
}, },
[20025]={ [20025]={
["name"]="Mutant Blacksmith"
}, },
[20026]={ [20026]={
["name"]="Mutant Elite"
}, },
[20027]={ [20027]={
["name"]="Horton the Red Turtle" ["name"]="Horton the Red Turtle"
}, },
[20028]={ [20028]={
["name"]="Ice Giant"
}, },
[20029]={ [20029]={
["name"]="Goblin Fire Golem"
}, },
[20030]={ [20030]={
["name"]="Demon Shard" ["name"]="Demon Shard"
@ -270,22 +270,22 @@ local monster_base = {
["name"]="Ancient Demon" ["name"]="Ancient Demon"
}, },
[20033]={ [20033]={
["name"]="Gold Coins Minecart"
}, },
[20034]={ [20034]={
["name"]="Flame Beetle"
}, },
[20035]={ [20035]={
["name"]="Lava Behemoth"
}, },
[20036]={ [20036]={
["name"]="Crocodile Chieftain"
}, },
[20037]={ [20037]={
["name"]="Walrus First Mate"
}, },
[20038]={ [20038]={
["name"]="Octopus Captain"
}, },
[30001]={ [30001]={
["name"]="Onion" ["name"]="Onion"
@ -333,10 +333,10 @@ local monster_base = {
["name"]="Mulan" ["name"]="Mulan"
}, },
[30017]={ [30017]={
["name"]="Thor"
}, },
[30018]={ [30018]={
["name"]="Panda"
}, },
[30019]={ [30019]={
["name"]="Soul Hunter" ["name"]="Soul Hunter"
@ -354,13 +354,13 @@ local monster_base = {
["name"]="Butterfly" ["name"]="Butterfly"
}, },
[30024]={ [30024]={
["name"]="Nightmare"
}, },
[30025]={ [30025]={
["name"]="Cleopatra"
}, },
[30026]={ [30026]={
["name"]="Twinkling Mage"
} }
} }
local config = { local config = {

View File

@ -189,16 +189,16 @@ local task = {
["desc"]="8-Links" ["desc"]="8-Links"
}, },
[64]={ [64]={
["desc"]="10 Combos or more in battle" ["desc"]="10 Hits or more in battle"
}, },
[65]={ [65]={
["desc"]="10 Combos or more in battle" ["desc"]="10 Hits or more in battle"
}, },
[66]={ [66]={
["desc"]="10 Combos or more in battle" ["desc"]="10 Hits or more in battle"
}, },
[67]={ [67]={
["desc"]="10 Combos or more in battle" ["desc"]="10 Hits or more in battle"
}, },
[68]={ [68]={
["desc"]="Skills released in battle" ["desc"]="Skills released in battle"

View File

@ -18,7 +18,7 @@ local tutorial = {
["value"]="Get S Hero from quests!" ["value"]="Get S Hero from quests!"
}, },
["tutorial_txt_7"]={ ["tutorial_txt_7"]={
["value"]="A new challenge to play is open!"
} }
} }
local config = { local config = {

View File

@ -0,0 +1,9 @@
local avatar_frame = {
[1000]={
}
}
local config = {
data=avatar_frame,count=1
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 1ccc30cb532b79c4cb470f52e4ec82c5
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -1,12 +1,15 @@
local item = { local item = {
[1]={ [1]={
["name"]="Moneda común que puede utilizarse en muchos lugares",
["name"]="Moneda común que puede utilizarse en muchos lugares"
}, },
[2]={ [2]={
["name"]="Moneda rara con la que se pueden comprar casi todos los objetos",
["name"]="Moneda rara con la que se pueden comprar casi todos los objetos"
}, },
[3]={ [3]={
["name"]="Se necesita energía para completar las fases",
["name"]="Se necesita energía para completar las fases"
}, },
[4]={ [4]={
["name"]="Concede un héroe destacado.", ["name"]="Concede un héroe destacado.",

View File

@ -270,7 +270,7 @@ local monster_base = {
["name"]="Demonio Antiguo" ["name"]="Demonio Antiguo"
}, },
[20033]={ [20033]={
["name"]="Coche mina de oro"
}, },
[20034]={ [20034]={

View File

@ -18,7 +18,7 @@ local tutorial = {
}, },
["tutorial_txt_7"]={ ["tutorial_txt_7"]={
["value"]="Se abre un nuevo reto para jugar!"
} }
} }
local config = { local config = {

View File

@ -1,6 +1,6 @@
local avatar_frame = { local avatar_frame = {
[1000]={ [1000]={
["desc"]="Cadre de tête arrondie, disponible au tout début."
} }
} }
local config = { local config = {

View File

@ -7,13 +7,13 @@ local localization_global =
["QLT_DESC_4"] = "SR", ["QLT_DESC_4"] = "SR",
["QLT_DESC_5"] = "SSR", ["QLT_DESC_5"] = "SSR",
["QLT_DESC_6"] = "UR", ["QLT_DESC_6"] = "UR",
["TIME_STR_DHM"] = "{0} jour(s) {1} h {2} sec", ["TIME_STR_DHM"] = "{0} d {1} h {2} m",
["TIME_STR_M"] = "{0} min", ["TIME_STR_M"] = "{0} min",
["TIME_STR_MS"] = "{0} min {1}sec", ["TIME_STR_MS"] = "{0} m {1} s",
["TIME_STR_S"] = "{0} sec", ["TIME_STR_S"] = "{0} sec",
["TIME_STR_DH"] = "{0} jour(s) {1} h", ["TIME_STR_DH"] = "{0} d {1} h",
["TIME_STR_HMS"] = "{0} h {1} min {2}sec", ["TIME_STR_HMS"] = "{0} h {1} m {2} s",
["TIME_STR_HM"] = "{0} h {1} sec", ["TIME_STR_HM"] = "{0} h {1} m",
["TIME_STR_D"] = "{0} jour(s)", ["TIME_STR_D"] = "{0} jour(s)",
["TIME_MS"] = "{0}:{1}", ["TIME_MS"] = "{0}:{1}",
["TIME_HMS"] = "{0}:{1}:{2}", ["TIME_HMS"] = "{0}:{1}:{2}",

View File

@ -1,15 +1,12 @@
local item = { local item = {
[1]={ [1]={
["name"]="Pièce d'or",
["desc"]="Monnaie universelle, utilisée dans de nombreux endroits"
}, },
[2]={ [2]={
["name"]="Diamant",
["desc"]="Monnaie rare, utilisée pour acheter la plupart des objets"
}, },
[3]={ [3]={
["name"]="Endurance",
["desc"]="Il faut sûrement de l'endurance pour franchir les niveaux."
}, },
[4]={ [4]={

View File

@ -1,78 +1,78 @@
local avatar = { local avatar = {
[1001]={ [1001]={
["desc"]="Dapat setelah lolos Dancer"
}, },
[2001]={ [2001]={
["desc"]="Avatar Gadis Pedang"
}, },
[3001]={ [3001]={
["desc"]="Avatar Kepala Bawang"
}, },
[4001]={ [4001]={
["desc"]="Avatar Hati Es"
}, },
[5001]={ [5001]={
["desc"]="Dapat setelah lolos Ninja Jay"
}, },
[6001]={ [6001]={
["desc"]="Dapat setelah lolos Dancer"
}, },
[7001]={ [7001]={
["desc"]="Dapat setelah lolos Barbarian"
}, },
[8001]={ [8001]={
["desc"]="Dapat setelah lolos Fawn"
}, },
[9001]={ [9001]={
["desc"]="Dapat setelah lolos Gadis Es"
}, },
[10001]={ [10001]={
["desc"]="Dapat setelah lolos Penyihir Kiki"
}, },
[11001]={ [11001]={
["desc"]="Dapat setelah lolos Flare"
}, },
[12001]={ [12001]={
["desc"]="Dapat setelah lolos Barbarian"
}, },
[13001]={ [13001]={
["desc"]="Dapat setelah lolos Timberwolf"
}, },
[14001]={ [14001]={
["desc"]="Dapat setelah lolos Raven"
}, },
[15001]={ [15001]={
["desc"]="Dapat setelah lolos Pemburu Jiwa"
}, },
[16001]={ [16001]={
["desc"]="Dapat setelah lolos Alexander"
}, },
[17001]={ [17001]={
["desc"]="Dapat setelah lolos Bocah Pedang"
}, },
[18001]={ [18001]={
["desc"]="Dapat setelah lolos Mulan"
}, },
[19001]={ [19001]={
["desc"]="Dapat setelah lolos Peri Es"
}, },
[20001]={ [20001]={
["desc"]="Dapat setelah lolos Kupu-kupu"
}, },
[21001]={ [21001]={
["desc"]="Dapat setelah lolos Thor"
}, },
[22001]={ [22001]={
["desc"]="Dapat setelah lolos Panda"
}, },
[23001]={ [23001]={
["desc"]="Dapat setelah lolos Nightmare"
}, },
[24001]={ [24001]={
["desc"]="Dapat setelah lolos Cleopatra"
}, },
[25001]={ [25001]={
["desc"]="Dapat setelah lolos Blink Mage"
} }
} }
local config = { local config = {

View File

@ -1,6 +1,6 @@
local avatar_frame = { local avatar_frame = {
[1000]={ [1000]={
["desc"]="Bingkai Avatar bulat, dimiliki dari awal." ["desc"]="Bingkai avatar awal"
} }
} }
local config = { local config = {

View File

@ -90,19 +90,19 @@ local chapter = {
["name"]="30. Pintu Keluar Kota Demon" ["name"]="30. Pintu Keluar Kota Demon"
}, },
[31]={ [31]={
["name"]="31. Lava Volcano"
}, },
[32]={ [32]={
["name"]="31. Kedalaman Volcano"
}, },
[33]={ [33]={
["name"]="33. Desis Pantai"
}, },
[34]={ [34]={
["name"]="34. Kapal Selam Kuno"
}, },
[35]={ [35]={
["name"]="35. Kokpit Kapal Selam"
} }
} }
local config = { local config = {

View File

@ -42,13 +42,13 @@ local localization_global =
["BATTLE_DESC_8"] = "Lebih banyak Hero dapat digunakan", ["BATTLE_DESC_8"] = "Lebih banyak Hero dapat digunakan",
["MAIN_BTN_2"] = "Hero", ["MAIN_BTN_2"] = "Hero",
["MAIN_DESC_1"] = "Bab ke-{0}", ["MAIN_DESC_1"] = "Bab ke-{0}",
["TIME_STR_DHM"] = "{0} Hari {1} Jam {2} Menit", ["TIME_STR_DHM"] = "{0} d {1} h {2} m",
["TIME_STR_M"] = "{0} Menit", ["TIME_STR_M"] = "{0} min",
["TIME_STR_MS"] = "{0} Menit {1} Detik", ["TIME_STR_MS"] = "{0} m {1} s",
["TIME_STR_S"] = "{0} Detik", ["TIME_STR_S"] = "{0} sec",
["TIME_STR_DH"] = "{0} Hari {1} Jam", ["TIME_STR_DH"] = "{0} d {1} h",
["TIME_STR_HMS"] = "{0} Jam {1} Menit {2} Detik", ["TIME_STR_HMS"] = "{0} h {1} m {2} s",
["TIME_STR_HM"] = "{0} Jam {1} Menit", ["TIME_STR_HM"] = "{0} h {1} m",
["TIME_STR_D"] = "{0} Hari", ["TIME_STR_D"] = "{0} Hari",
["TIME_MS"] = "{0}:{1}", ["TIME_MS"] = "{0}:{1}",
["TIME_HMS"] = "{0}:{1}:{2}", ["TIME_HMS"] = "{0}:{1}:{2}",

View File

@ -76,82 +76,108 @@ local item = {
["desc"]="Hadiah AFK termasuk shard acak. Kuantitas dan kualitasnya akan meningkat seiring dengan kemajuan level." ["desc"]="Hadiah AFK termasuk shard acak. Kuantitas dan kualitasnya akan meningkat seiring dengan kemajuan level."
}, },
[20]={ [20]={
["name"]="Shard Premium Acak",
["desc"]="Berpeluang mendapat Shard Hero luar biasa, langka, atau epik secara acak."
}, },
[12001]={ [12001]={
["name"]="Shard Dancer" ["name"]="Shard Dancer",
["desc"]="Shard Dancer. Kumpulkan untuk aktivasi atau upgrade."
}, },
[13001]={ [13001]={
["name"]="Shard Claude" ["name"]="Shard Claude",
["desc"]="Shard Claude. Kumpulkan untuk aktivasi atau upgrade."
}, },
[13002]={ [13002]={
["name"]="Shard Flare" ["name"]="Shard Flare",
["desc"]="Shard Flare. Kumpulkan untuk aktivasi atau upgrade."
}, },
[14001]={ [14001]={
["name"]="Shard Alexander" ["name"]="Shard Alexander",
["desc"]="Shard Alexander. Kumpulkan untuk aktivasi atau upgrade."
}, },
[14002]={ [14002]={
["name"]="Shard Panda",
["desc"]="Shard Panda. Kumpulkan untuk aktivasi atau upgrade."
}, },
[22001]={ [22001]={
["name"]="Shard Gadis Pedang" ["name"]="Shard Gadis Pedang",
["desc"]="Shard Gadis Pedang. Kumpulkan untuk aktivasi atau upgrade."
}, },
[23001]={ [23001]={
["name"]="Shard Barbarian" ["name"]="Shard Barbarian",
["desc"]="Shard Barbarian. Kumpulkan untuk aktivasi atau upgrade."
}, },
[23002]={ [23002]={
["name"]="Shard Er-Ya" ["name"]="Shard Er-Ya",
["desc"]="Shard Er-Ya. Kumpulkan untuk aktivasi atau upgrade."
}, },
[24001]={ [24001]={
["name"]="Shard Bocah Pedang" ["name"]="Shard Bocah Pedang",
["desc"]="Shard Bocah Pedang. Kumpulkan untuk aktivasi atau upgrade."
}, },
[24002]={ [24002]={
["name"]="Shard Thor",
["desc"]="Shard Thor. Kumpulkan untuk aktivasi atau upgrade."
}, },
[32001]={ [32001]={
["name"]="Shard Kepala Bawang" ["name"]="Shard Kepala Bawang",
["desc"]="Shard Kepala Bawang. Kumpulkan untuk aktivasi atau upgrade."
}, },
[33001]={ [33001]={
["name"]="Shard Fawn" ["name"]="Shard Fawn",
["desc"]="Shard Fawn. Kumpulkan untuk aktivasi atau upgrade."
}, },
[33002]={ [33002]={
["name"]="Shard Timberwolf" ["name"]="Shard Timberwolf",
["desc"]="Shard Timberwolf. Kumpulkan untuk aktivasi atau upgrade."
}, },
[34001]={ [34001]={
["name"]="Shard Mulan" ["name"]="Shard Mulan",
["desc"]="Shard Mulan. Kumpulkan untuk aktivasi atau upgrade."
}, },
[34002]={ [34002]={
["name"]="Shard Nightmare",
["desc"]="Shard Nightmare. Kumpulkan untuk aktivasi atau upgrade."
}, },
[42001]={ [42001]={
["name"]="Shard Hati Es" ["name"]="Shard Hati Es",
["desc"]="Shard Hati Es. Kumpulkan untuk aktivasi atau upgrade."
}, },
[43001]={ [43001]={
["name"]="Shard Gadis Es" ["name"]="Shard Gadis Es",
["desc"]="Shard Gadis Es. Kumpulkan untuk aktivasi atau upgrade."
}, },
[43002]={ [43002]={
["name"]="Shard Raven" ["name"]="Shard Raven",
["desc"]="Shard Raven. Kumpulkan untuk aktivasi atau upgrade."
}, },
[44001]={ [44001]={
["name"]="Shard Peri Es" ["name"]="Shard Peri Es",
["desc"]="Shard Peri Es. Kumpulkan untuk aktivasi atau upgrade."
}, },
[44002]={ [44002]={
["name"]="Shard Cleopatra",
["desc"]="Shard Cleopatra. Kumpulkan untuk aktivasi atau upgrade."
}, },
[52001]={ [52001]={
["name"]="Shard Ninja Jay" ["name"]="Shard Ninja Jay",
["desc"]="Shard Ninja Jay. Kumpulkan untuk aktivasi atau upgrade."
}, },
[53001]={ [53001]={
["name"]="Shard Penyihir Kiki" ["name"]="Shard Penyihir Kiki",
["desc"]="Shard Penyihir Kiki. Kumpulkan untuk aktivasi atau upgrade."
}, },
[53002]={ [53002]={
["name"]="Shard Pemburu Jiwa" ["name"]="Shard Pemburu Jiwa",
["desc"]="Shard Pemburu Jiwa. Kumpulkan untuk aktivasi atau upgrade."
}, },
[54001]={ [54001]={
["name"]="Shard Kupu-kupu" ["name"]="Shard Kupu-kupu",
["desc"]="Shard Kupu-kupu. Kumpulkan untuk aktivasi atau upgrade."
}, },
[54002]={ [54002]={
["name"]="Shard Blink Mage",
["desc"]="Shard Blink Mage. Kumpulkan untuk aktivasi atau upgrade."
} }
} }
local config = { local config = {

View File

@ -192,7 +192,7 @@ local monster_base = {
["name"]="Armor Penyu Hijau" ["name"]="Armor Penyu Hijau"
}, },
[20007]={ [20007]={
["name"]="Berserk Goblin"
}, },
[20008]={ [20008]={
["name"]="Golem" ["name"]="Golem"
@ -240,25 +240,25 @@ local monster_base = {
["name"]="Pandai Besi Yeti" ["name"]="Pandai Besi Yeti"
}, },
[20023]={ [20023]={
["name"]="Yeti Elit"
}, },
[20024]={ [20024]={
["name"]="Demon Bersayap" ["name"]="Demon Bersayap"
}, },
[20025]={ [20025]={
["name"]="Pandai Besi Mutan"
}, },
[20026]={ [20026]={
["name"]="Mutan Elit"
}, },
[20027]={ [20027]={
["name"]="Horton si Penyu Merah" ["name"]="Horton si Penyu Merah"
}, },
[20028]={ [20028]={
["name"]="Ice Giant"
}, },
[20029]={ [20029]={
["name"]="Goblin Golem"
}, },
[20030]={ [20030]={
["name"]="Shard Demon" ["name"]="Shard Demon"
@ -270,22 +270,22 @@ local monster_base = {
["name"]="Demon Kuno" ["name"]="Demon Kuno"
}, },
[20033]={ [20033]={
["name"]="Mobil Tambang Emas"
}, },
[20034]={ [20034]={
["name"]="Kumbang Api"
}, },
[20035]={ [20035]={
["name"]="Lava Behemoth"
}, },
[20036]={ [20036]={
["name"]="Pemimpin Buaya"
}, },
[20037]={ [20037]={
["name"]="Walrus Z"
}, },
[20038]={ [20038]={
["name"]="Kapten Gurita"
}, },
[30001]={ [30001]={
["name"]="Kepala Bawang" ["name"]="Kepala Bawang"
@ -333,10 +333,10 @@ local monster_base = {
["name"]="Mulan" ["name"]="Mulan"
}, },
[30017]={ [30017]={
["name"]="Thor"
}, },
[30018]={ [30018]={
["name"]="Panda"
}, },
[30019]={ [30019]={
["name"]="Pemburu Jiwa" ["name"]="Pemburu Jiwa"
@ -354,13 +354,13 @@ local monster_base = {
["name"]="Kupu-kupu" ["name"]="Kupu-kupu"
}, },
[30024]={ [30024]={
["name"]="Nightmare"
}, },
[30025]={ [30025]={
["name"]="Cleopatra"
}, },
[30026]={ [30026]={
["name"]="Blink Mage"
} }
} }
local config = { local config = {

View File

@ -18,7 +18,7 @@ local tutorial = {
["value"]="Tantang misi dan dapatkan Hero level S!" ["value"]="Tantang misi dan dapatkan Hero level S!"
}, },
["tutorial_txt_7"]={ ["tutorial_txt_7"]={
["value"]="Tantangan baru untuk bermain terbuka!"
} }
} }
local config = { local config = {

View File

@ -1,78 +1,78 @@
local avatar = { local avatar = {
[1001]={ [1001]={
["desc"]="ダンサーを解放後獲得できる。"
}, },
[2001]={ [2001]={
["desc"]="ブレードメイドのアイコン。"
}, },
[3001]={ [3001]={
["desc"]="タマネギのアイコン。"
}, },
[4001]={ [4001]={
["desc"]="氷心のアイコン。"
}, },
[5001]={ [5001]={
["desc"]="忍者リンを解放後獲得できる。"
}, },
[6001]={ [6001]={
["desc"]="ダンサーを解放後獲得できる。"
}, },
[7001]={ [7001]={
["desc"]="丫ちゃんを解放後獲得できる。"
}, },
[8001]={ [8001]={
["desc"]="鹿を解放後獲得できる。"
}, },
[9001]={ [9001]={
["desc"]="氷女を解放後獲得できる。"
}, },
[10001]={ [10001]={
["desc"]="魔女キキを解放後獲得できる。"
}, },
[11001]={ [11001]={
["desc"]="フレアを解放後獲得できる。"
}, },
[12001]={ [12001]={
["desc"]="野蛮人を解放後獲得できる。"
}, },
[13001]={ [13001]={
["desc"]="フォレストウルフを解放後獲得できる。"
}, },
[14001]={ [14001]={
["desc"]="レイヴンを解放後獲得できる。"
}, },
[15001]={ [15001]={
["desc"]="ソウルハンターを解放後獲得できる。"
}, },
[16001]={ [16001]={
["desc"]="アレキサンダーを解放後獲得できる。"
}, },
[17001]={ [17001]={
["desc"]="大剣魔童を解放後獲得できる。"
}, },
[18001]={ [18001]={
["desc"]="ムーランを解放後獲得できる。"
}, },
[19001]={ [19001]={
["desc"]="フロストエンチャントレスを解放後獲得できる。"
}, },
[20001]={ [20001]={
["desc"]="蝶を解放後獲得できる。"
}, },
[21001]={ [21001]={
["desc"]="ソーを解放後獲得できる。"
}, },
[22001]={ [22001]={
["desc"]="パンダを解放後獲得できる。"
}, },
[23001]={ [23001]={
["desc"]="夢魔を解放後獲得できる。"
}, },
[24001]={ [24001]={
["desc"]="クレオパトラを解放後獲得できる。"
}, },
[25001]={ [25001]={
["desc"]="トゥインクリングメイジを解放後獲得できる。"
} }
} }
local config = { local config = {

View File

@ -1,6 +1,6 @@
local avatar_frame = { local avatar_frame = {
[1000]={ [1000]={
["desc"]="丸いフレーム、デフォルト獲得可能。" ["desc"]="デフォルトフレーム"
} }
} }
local config = { local config = {

View File

@ -90,19 +90,19 @@ local chapter = {
["name"]="30.魔物の町の出口" ["name"]="30.魔物の町の出口"
}, },
[31]={ [31]={
["name"]="31.溶岩火山"
}, },
[32]={ [32]={
["name"]="32.火山の下"
}, },
[33]={ [33]={
["name"]="33.燃える海岸"
}, },
[34]={ [34]={
["name"]="34.古代の潜水艦"
}, },
[35]={ [35]={
["name"]="35.潜水艦の制御室"
} }
} }
local config = { local config = {

View File

@ -76,82 +76,108 @@ local item = {
["desc"]="放置するとランダムなピースを獲得でき、入手後数及品質はステージに応じてアップします。" ["desc"]="放置するとランダムなピースを獲得でき、入手後数及品質はステージに応じてアップします。"
}, },
[20]={ [20]={
["name"]="高級ランダムピース",
["desc"]="一定の確率でアンコモン、レア又はエピックヒーローのピースを獲得できる。"
}, },
[12001]={ [12001]={
["name"]="ダンサーのピース" ["name"]="ダンサーのピース",
["desc"]="ダンサーのピース。全て集めると、解放またはレベルアップできる。"
}, },
[13001]={ [13001]={
["name"]="クラウドのピース" ["name"]="クラウドのピース",
["desc"]="クラウドのピース。全て集めると、解放またはレベルアップできる。"
}, },
[13002]={ [13002]={
["name"]="フレアのピース" ["name"]="フレアのピース",
["desc"]="フレアのピース。全て集めると、解放またはレベルアップできる。"
}, },
[14001]={ [14001]={
["name"]="アレキサンダーのピース" ["name"]="アレキサンダーのピース",
["desc"]="アレキサンダーのピース。全て集めると、解放またはレベルアップできる。"
}, },
[14002]={ [14002]={
["name"]="パンダのピース",
["desc"]="パンダのピース。全て集めると、解放またはレベルアップできる。"
}, },
[22001]={ [22001]={
["name"]="ブレードメイドのピース" ["name"]="ブレードメイドのピース",
["desc"]="ブレードメイドのピース。全て集めると、解放またはレベルアップできる。"
}, },
[23001]={ [23001]={
["name"]="野蛮人のピース" ["name"]="野蛮人のピース",
["desc"]="野蛮人のピース。全て集めると、解放またはレベルアップできる。"
}, },
[23002]={ [23002]={
["name"]="丫ちゃんのピース" ["name"]="丫ちゃんのピース",
["desc"]="丫ちゃんのピース。全て集めると、解放またはレベルアップできる。"
}, },
[24001]={ [24001]={
["name"]="大剣魔童のピース" ["name"]="大剣魔童のピース",
["desc"]="大剣魔童のピース。全て集めると、解放またはレベルアップできる。"
}, },
[24002]={ [24002]={
["name"]="ソーのピース",
["desc"]="ソーのピース。全て集めると、解放またはレベルアップできる。"
}, },
[32001]={ [32001]={
["name"]="タマネギのピース" ["name"]="タマネギのピース",
["desc"]="タマネギのピース。全て集めると、解放またはレベルアップできる。"
}, },
[33001]={ [33001]={
["name"]="鹿のピース" ["name"]="鹿のピース",
["desc"]="鹿のピース。全て集めると、解放またはレベルアップできる。"
}, },
[33002]={ [33002]={
["name"]="フォレストウルフのピース" ["name"]="フォレストウルフのピース",
["desc"]="フォレストウルフのピース。全て集めると、解放またはレベルアップできる。"
}, },
[34001]={ [34001]={
["name"]="ムーランのピース" ["name"]="ムーランのピース",
["desc"]="ムーランのピース。全て集めると、解放またはレベルアップできる。"
}, },
[34002]={ [34002]={
["name"]="夢魔のピース",
["desc"]="夢魔のピース。全て集めると、解放またはレベルアップできる。"
}, },
[42001]={ [42001]={
["name"]="氷心のピース" ["name"]="氷心のピース",
["desc"]="氷心のピース。全て集めると、解放またはレベルアップできる。"
}, },
[43001]={ [43001]={
["name"]="氷女のピース" ["name"]="氷女のピース",
["desc"]="氷女のピース。全て集めると、解放またはレベルアップできる。"
}, },
[43002]={ [43002]={
["name"]="レイヴンのピース" ["name"]="レイヴンのピース",
["desc"]="レイヴンのピース。全て集めると、解放またはレベルアップできる。"
}, },
[44001]={ [44001]={
["name"]="フロストエンチャントレスのピース" ["name"]="フロストエンチャントレスのピース",
["desc"]="フロストエンチャントレスのピース。全て集めると、解放またはレベルアップできる。"
}, },
[44002]={ [44002]={
["name"]="クレオパトラのピース",
["desc"]="クレオパトラのピース。全て集めると、解放またはレベルアップできる。"
}, },
[52001]={ [52001]={
["name"]="忍者リンのピース" ["name"]="忍者リンのピース",
["desc"]="忍者リンのピース。全て集めると、解放またはレベルアップできる。"
}, },
[53001]={ [53001]={
["name"]="魔女キキのピース" ["name"]="魔女キキのピース",
["desc"]="魔女キキのピース。全て集めると、解放またはレベルアップできる。"
}, },
[53002]={ [53002]={
["name"]="ソウルハンターのピース" ["name"]="ソウルハンターのピース",
["desc"]="ソウルハンターのピース。全て集めると、解放またはレベルアップできる。"
}, },
[54001]={ [54001]={
["name"]="蝶のピース" ["name"]="蝶のピース",
["desc"]="蝶のピース。全て集めると、解放またはレベルアップできる。"
}, },
[54002]={ [54002]={
["name"]="トゥインクリングメイジのピース",
["desc"]="トゥインクリングメイジのピース。全て集めると、解放またはレベルアップできる。"
} }
} }
local config = { local config = {

View File

@ -192,7 +192,7 @@ local monster_base = {
["name"]="グリーンタートルの鎧" ["name"]="グリーンタートルの鎧"
}, },
[20007]={ [20007]={
["name"]="狂暴なゴブリン"
}, },
[20008]={ [20008]={
["name"]="石の巨人" ["name"]="石の巨人"
@ -240,25 +240,25 @@ local monster_base = {
["name"]="雪だるまの鍛冶屋" ["name"]="雪だるまの鍛冶屋"
}, },
[20023]={ [20023]={
["name"]="エリート雪だるま"
}, },
[20024]={ [20024]={
["name"]="翼の悪魔" ["name"]="翼の悪魔"
}, },
[20025]={ [20025]={
["name"]="変異体鍛冶師"
}, },
[20026]={ [20026]={
["name"]="変異体エリート"
}, },
[20027]={ [20027]={
["name"]="赤亀のホートン" ["name"]="赤亀のホートン"
}, },
[20028]={ [20028]={
["name"]="氷の巨人"
}, },
[20029]={ [20029]={
["name"]="炎ストーンゴーレム"
}, },
[20030]={ [20030]={
["name"]="魔神のピース" ["name"]="魔神のピース"
@ -270,22 +270,22 @@ local monster_base = {
["name"]="古代の魔神" ["name"]="古代の魔神"
}, },
[20033]={ [20033]={
["name"]="金貨採掘車"
}, },
[20034]={ [20034]={
["name"]="フレイムシ"
}, },
[20035]={ [20035]={
["name"]="溶岩の巨人"
}, },
[20036]={ [20036]={
["name"]="ワニリーダー"
}, },
[20037]={ [20037]={
["name"]="セイウチ一等航海士"
}, },
[20038]={ [20038]={
["name"]="タコ船長"
}, },
[30001]={ [30001]={
["name"]="タマネギ" ["name"]="タマネギ"
@ -333,10 +333,10 @@ local monster_base = {
["name"]="ムーラン" ["name"]="ムーラン"
}, },
[30017]={ [30017]={
["name"]="ソー"
}, },
[30018]={ [30018]={
["name"]="パンダ"
}, },
[30019]={ [30019]={
["name"]="ソウルハンター" ["name"]="ソウルハンター"
@ -354,13 +354,13 @@ local monster_base = {
["name"]="" ["name"]=""
}, },
[30024]={ [30024]={
["name"]="夢魔"
}, },
[30025]={ [30025]={
["name"]="クレオパトラ"
}, },
[30026]={ [30026]={
["name"]="トゥインクリングメイジ"
} }
} }
local config = { local config = {

View File

@ -18,7 +18,7 @@ local tutorial = {
["value"]="ミッションに挑戦して、S級のヒーローを入手しましょう" ["value"]="ミッションに挑戦して、S級のヒーローを入手しましょう"
}, },
["tutorial_txt_7"]={ ["tutorial_txt_7"]={
["value"]="遊びへの新たな挑戦が始まる!"
} }
} }
local config = { local config = {

View File

@ -1,78 +1,78 @@
local avatar = { local avatar = {
[1001]={ [1001]={
["desc"]="무희을(를) 잠금 해제한 후 획득합니다."
}, },
[2001]={ [2001]={
["desc"]="블레이드의 아이콘"
}, },
[3001]={ [3001]={
["desc"]="양파 헤드의 아이콘"
}, },
[4001]={ [4001]={
["desc"]="얼음의 심장의 아이콘"
}, },
[5001]={ [5001]={
["desc"]="닌자 룬을(를) 잠금 해제한 후 획득합니다."
}, },
[6001]={ [6001]={
["desc"]="무희을(를) 잠금 해제한 후 획득합니다."
}, },
[7001]={ [7001]={
["desc"]="에리아을(를) 잠금 해제한 후 획득합니다."
}, },
[8001]={ [8001]={
["desc"]="아기 사슴을(를) 잠금 해제한 후 획득합니다."
}, },
[9001]={ [9001]={
["desc"]="얼음의 여왕을(를) 잠금 해제한 후 획득합니다."
}, },
[10001]={ [10001]={
["desc"]="마녀 키키을(를) 잠금 해제한 후 획득합니다."
}, },
[11001]={ [11001]={
["desc"]="블레이즈을(를) 잠금 해제한 후 획득합니다."
}, },
[12001]={ [12001]={
["desc"]="야만인을(를) 잠금 해제한 후 획득합니다."
}, },
[13001]={ [13001]={
["desc"]="팀버울프을(를) 잠금 해제한 후 획득합니다."
}, },
[14001]={ [14001]={
["desc"]="레이븐을(를) 잠금 해제한 후 획득합니다."
}, },
[15001]={ [15001]={
["desc"]="소울 헌터을(를) 잠금 해제한 후 획득합니다."
}, },
[16001]={ [16001]={
["desc"]="알렉산더을(를) 잠금 해제한 후 획득합니다."
}, },
[17001]={ [17001]={
["desc"]="클레이모어 마법 소년을(를) 잠금 해제한 후 획득합니다."
}, },
[18001]={ [18001]={
["desc"]="뮬란을(를) 잠금 해제한 후 획득합니다."
}, },
[19001]={ [19001]={
["desc"]="프로스트 마녀을(를) 잠금 해제한 후 획득합니다."
}, },
[20001]={ [20001]={
["desc"]="나비을(를) 잠금 해제한 후 획득합니다."
}, },
[21001]={ [21001]={
["desc"]="토르을(를) 잠금 해제한 후 획득합니다."
}, },
[22001]={ [22001]={
["desc"]="판다을(를) 잠금 해제한 후 획득합니다."
}, },
[23001]={ [23001]={
["desc"]="인큐버스을(를) 잠금 해제한 후 획득합니다."
}, },
[24001]={ [24001]={
["desc"]="클레오파트라을(를) 잠금 해제한 후 획득합니다."
}, },
[25001]={ [25001]={
["desc"]="반짝이는 마법사을(를) 잠금 해제한 후 획득합니다."
} }
} }
local config = { local config = {

View File

@ -1,6 +1,6 @@
local avatar_frame = { local avatar_frame = {
[1000]={ [1000]={
["desc"]="둥글고 윤택한 아이콘 프레임이며 기본으로 제공됩니다." ["desc"]="초기 아이콘 프레임"
} }
} }
local config = { local config = {

View File

@ -90,19 +90,19 @@ local chapter = {
["name"]="30. 악마의 도시 출구" ["name"]="30. 악마의 도시 출구"
}, },
[31]={ [31]={
["name"]="31. 용암 화산"
}, },
[32]={ [32]={
["name"]="32. 화산 아래"
}, },
[33]={ [33]={
["name"]="33. 뜨거운 해안"
}, },
[34]={ [34]={
["name"]="34. 고대 잠수함"
}, },
[35]={ [35]={
["name"]="35. 잠수함 통제실"
} }
} }
local config = { local config = {

View File

@ -76,82 +76,108 @@ local item = {
["desc"]="자동 수집으로 랜덤 파편을 얻을 수 있으며 레벨에 따라 수량과 품질이 업그레이드됩니다." ["desc"]="자동 수집으로 랜덤 파편을 얻을 수 있으며 레벨에 따라 수량과 품질이 업그레이드됩니다."
}, },
[20]={ [20]={
["name"]="랜덤의 고급 파편",
["desc"]="확률적으로 랜덤의 뛰어난 영웅, 희귀 영웅 또는 에픽 영웅 파편을 얻을 수 있습니다."
}, },
[12001]={ [12001]={
["name"]="무희 파편" ["name"]="무희 파편",
["desc"]="무희 조각, 다 모으면 판다를 활성화하거나 업그레이드할 수 있습니다."
}, },
[13001]={ [13001]={
["name"]="클로드 파편" ["name"]="클로드 파편",
["desc"]="클로드 파편, 다 모으면 판다를 활성화하거나 업그레이드할 수 있습니다."
}, },
[13002]={ [13002]={
["name"]="블레이즈 파편" ["name"]="블레이즈 파편",
["desc"]="블레이즈 파편, 다 모으면 판다를 활성화하거나 업그레이드할 수 있습니다."
}, },
[14001]={ [14001]={
["name"]="알렉산더 파편" ["name"]="알렉산더 파편",
["desc"]="알렉산더 파편, 다 모으면 판다를 활성화하거나 업그레이드할 수 있습니다."
}, },
[14002]={ [14002]={
["name"]="판다 파편",
["desc"]="판다 파편, 다 모으면 판다를 활성화하거나 업그레이드할 수 있습니다."
}, },
[22001]={ [22001]={
["name"]="블레이드 파편" ["name"]="블레이드 파편",
["desc"]="블레이드 파편, 다 모으면 판다를 활성화하거나 업그레이드할 수 있습니다."
}, },
[23001]={ [23001]={
["name"]="야만인 파편" ["name"]="야만인 파편",
["desc"]="야만인 파편, 다 모으면 판다를 활성화하거나 업그레이드할 수 있습니다."
}, },
[23002]={ [23002]={
["name"]="에리아 파편" ["name"]="에리아 파편",
["desc"]="에리아 파편, 다 모으면 판다를 활성화하거나 업그레이드할 수 있습니다."
}, },
[24001]={ [24001]={
["name"]="클레이모어 마법 소년 파편" ["name"]="클레이모어 마법 소년 파편",
["desc"]="클레이모어 마법 소년 파편, 다 모으면 판다를 활성화하거나 업그레이드할 수 있습니다."
}, },
[24002]={ [24002]={
["name"]="토르 파편",
["desc"]="토르 파편, 다 모으면 판다를 활성화하거나 업그레이드할 수 있습니다."
}, },
[32001]={ [32001]={
["name"]="양파 헤드 파편" ["name"]="양파 헤드 파편",
["desc"]="양파 헤드 파편, 다 모으면 판다를 활성화하거나 업그레이드할 수 있습니다."
}, },
[33001]={ [33001]={
["name"]="아기 노루 파편" ["name"]="아기 노루 파편",
["desc"]="아기 노루 파편, 다 모으면 판다를 활성화하거나 업그레이드할 수 있습니다."
}, },
[33002]={ [33002]={
["name"]="팀버울프 파편" ["name"]="팀버울프 파편",
["desc"]="팀버울프 파편, 다 모으면 판다를 활성화하거나 업그레이드할 수 있습니다."
}, },
[34001]={ [34001]={
["name"]="뮬란 파편" ["name"]="뮬란 파편",
["desc"]="뮬란 파편, 다 모으면 판다를 활성화하거나 업그레이드할 수 있습니다."
}, },
[34002]={ [34002]={
["name"]="인큐버스 파편",
["desc"]="인큐버스 파편, 다 모으면 판다를 활성화하거나 업그레이드할 수 있습니다."
}, },
[42001]={ [42001]={
["name"]="얼음의 심장 파편" ["name"]="얼음의 심장 파편",
["desc"]="얼음의 심장 파편, 다 모으면 판다를 활성화하거나 업그레이드할 수 있습니다."
}, },
[43001]={ [43001]={
["name"]="얼음의 여왕 파편" ["name"]="얼음의 여왕 파편",
["desc"]="얼음의 여왕 파편, 다 모으면 판다를 활성화하거나 업그레이드할 수 있습니다."
}, },
[43002]={ [43002]={
["name"]="레이븐 파편" ["name"]="레이븐 파편",
["desc"]="레이븐 파편, 다 모으면 판다를 활성화하거나 업그레이드할 수 있습니다."
}, },
[44001]={ [44001]={
["name"]="프로스트 마녀 파편" ["name"]="프로스트 마녀 파편",
["desc"]="프로스트 마녀 파편, 다 모으면 판다를 활성화하거나 업그레이드할 수 있습니다."
}, },
[44002]={ [44002]={
["name"]="클레오파트라 파편",
["desc"]="클레오파트라 파편, 다 모으면 판다를 활성화하거나 업그레이드할 수 있습니다."
}, },
[52001]={ [52001]={
["name"]="닌자 룬 파편" ["name"]="닌자 룬 파편",
["desc"]="닌자 룬 파편, 다 모으면 판다를 활성화하거나 업그레이드할 수 있습니다."
}, },
[53001]={ [53001]={
["name"]="마녀 키키 파편" ["name"]="마녀 키키 파편",
["desc"]="마녀 키키 파편, 다 모으면 판다를 활성화하거나 업그레이드할 수 있습니다."
}, },
[53002]={ [53002]={
["name"]="소울 헌터 파편" ["name"]="소울 헌터 파편",
["desc"]="소울 헌터 파편, 다 모으면 판다를 활성화하거나 업그레이드할 수 있습니다."
}, },
[54001]={ [54001]={
["name"]="나비 파편" ["name"]="나비 파편",
["desc"]="나비 파편, 다 모으면 판다를 활성화하거나 업그레이드할 수 있습니다."
}, },
[54002]={ [54002]={
["name"]="반짝이는 마법사 파편",
["desc"]="반짝이는 마법사 파편, 다 모으면 판다를 활성화하거나 업그레이드할 수 있습니다."
} }
} }
local config = { local config = {

View File

@ -192,7 +192,7 @@ local monster_base = {
["name"]="단단한 껍질 녹색 거북" ["name"]="단단한 껍질 녹색 거북"
}, },
[20007]={ [20007]={
["name"]="날뛰는 고블린"
}, },
[20008]={ [20008]={
["name"]="바위 거인" ["name"]="바위 거인"
@ -240,25 +240,25 @@ local monster_base = {
["name"]="눈사람 대장장이" ["name"]="눈사람 대장장이"
}, },
[20023]={ [20023]={
["name"]="엘리트 예티"
}, },
[20024]={ [20024]={
["name"]="천상의 악마" ["name"]="천상의 악마"
}, },
[20025]={ [20025]={
["name"]="돌연변이 대장장이"
}, },
[20026]={ [20026]={
["name"]="돌연변이 엘리트"
}, },
[20027]={ [20027]={
["name"]="붉은 거북 호튼" ["name"]="붉은 거북 호튼"
}, },
[20028]={ [20028]={
["name"]="얼음 거인"
}, },
[20029]={ [20029]={
["name"]="파이어 고블린 골렘"
}, },
[20030]={ [20030]={
["name"]="마왕의 파편" ["name"]="마왕의 파편"
@ -270,22 +270,22 @@ local monster_base = {
["name"]="고대 악마" ["name"]="고대 악마"
}, },
[20033]={ [20033]={
["name"]="금광 자동차"
}, },
[20034]={ [20034]={
["name"]="화염 딱정벌레"
}, },
[20035]={ [20035]={
["name"]="거대한 용암 몬스터"
}, },
[20036]={ [20036]={
["name"]="악어들의 리더"
}, },
[20037]={ [20037]={
["name"]="일등 항해서 바다코끼리 "
}, },
[20038]={ [20038]={
["name"]="문어 캡틴"
}, },
[30001]={ [30001]={
["name"]="양파 헤드" ["name"]="양파 헤드"
@ -333,10 +333,10 @@ local monster_base = {
["name"]="뮬란" ["name"]="뮬란"
}, },
[30017]={ [30017]={
["name"]="토르"
}, },
[30018]={ [30018]={
["name"]="판다"
}, },
[30019]={ [30019]={
["name"]="소울 헌터" ["name"]="소울 헌터"
@ -354,13 +354,13 @@ local monster_base = {
["name"]="나비" ["name"]="나비"
}, },
[30024]={ [30024]={
["name"]="인큐버스"
}, },
[30025]={ [30025]={
["name"]="클레오파트라"
}, },
[30026]={ [30026]={
["name"]="반짝이는 마법사"
} }
} }
local config = { local config = {

View File

@ -18,7 +18,7 @@ local tutorial = {
["value"]="미션에 도전하고 S레벨의 영웅을 획득하세요!" ["value"]="미션에 도전하고 S레벨의 영웅을 획득하세요!"
}, },
["tutorial_txt_7"]={ ["tutorial_txt_7"]={
["value"]="새로운 플레이 도전이 시작되었습니다!"
} }
} }
local config = { local config = {

View File

@ -1,78 +1,78 @@
local avatar = { local avatar = {
[1001]={ [1001]={
["desc"]="Desbloqueie Dançarina para obter."
}, },
[2001]={ [2001]={
["desc"]="Avatar de Senhorita dos Gumes."
}, },
[3001]={ [3001]={
["desc"]="Avatar de Cabeça de Cebola."
}, },
[4001]={ [4001]={
["desc"]="Avatar de Alma Glacial."
}, },
[5001]={ [5001]={
["desc"]="Desbloqueie Luninja para obter."
}, },
[6001]={ [6001]={
["desc"]="Desbloqueie Dançarina para obter."
}, },
[7001]={ [7001]={
["desc"]="Desbloqueie Bárbaro para obter."
}, },
[8001]={ [8001]={
["desc"]="Desbloqueie Cervinho para obter."
}, },
[9001]={ [9001]={
["desc"]="Desbloqueie Diamond para obter."
}, },
[10001]={ [10001]={
["desc"]="Desbloqueie Feiticeira Kiki para obter."
}, },
[11001]={ [11001]={
["desc"]="Desbloqueie Ignífico para obter."
}, },
[12001]={ [12001]={
["desc"]="Desbloqueie Bárbaro para obter."
}, },
[13001]={ [13001]={
["desc"]="Desbloqueie Lobo das Matas para obter."
}, },
[14001]={ [14001]={
["desc"]="Desbloqueie Eileen para obter."
}, },
[15001]={ [15001]={
["desc"]="Desbloqueie Caçador de Almas para obter."
}, },
[16001]={ [16001]={
["desc"]="Desbloqueie Alexandre para obter."
}, },
[17001]={ [17001]={
["desc"]="Desbloqueie Espadachim Titânico para obter."
}, },
[18001]={ [18001]={
["desc"]="Desbloqueie Mulan para obter."
}, },
[19001]={ [19001]={
["desc"]="Desbloqueie Fada Gelice para obter."
}, },
[20001]={ [20001]={
["desc"]="Desbloqueie Borboleta para obter."
}, },
[21001]={ [21001]={
["desc"]="Desbloqueie Thor para obter."
}, },
[22001]={ [22001]={
["desc"]="Desbloqueie Panda para obter."
}, },
[23001]={ [23001]={
["desc"]="Desbloqueie Súcubo para obter."
}, },
[24001]={ [24001]={
["desc"]="Desbloqueie Cleópatra para obter."
}, },
[25001]={ [25001]={
["desc"]="Desbloqueie Mago do Brilho para obter."
} }
} }
local config = { local config = {

View File

@ -1,6 +1,6 @@
local avatar_frame = { local avatar_frame = {
[1000]={ [1000]={
["desc"]="Uma moldura do avatar redonda e lisa. Está em sua posse por padrão." ["desc"]="Moldura de avatar inicial"
} }
} }
local config = { local config = {

View File

@ -90,19 +90,19 @@ local chapter = {
["name"]="30. Saída da Demôpole" ["name"]="30. Saída da Demôpole"
}, },
[31]={ [31]={
["name"]="31. Vulcão de Lava"
}, },
[32]={ [32]={
["name"]="32. Sob o Vulcão"
}, },
[33]={ [33]={
["name"]="33. Costa Escaldante"
}, },
[34]={ [34]={
["name"]="34. Submarino Antigo"
}, },
[35]={ [35]={
["name"]="35. Sala de Controle do Submarino"
} }
} }
local config = { local config = {

View File

@ -42,13 +42,13 @@ local localization_global =
["BATTLE_DESC_8"] = "Ainda há heróis disponíveis.", ["BATTLE_DESC_8"] = "Ainda há heróis disponíveis.",
["MAIN_BTN_2"] = "Heróis", ["MAIN_BTN_2"] = "Heróis",
["MAIN_DESC_1"] = "Capítulo {0}", ["MAIN_DESC_1"] = "Capítulo {0}",
["TIME_STR_DHM"] = "{0} Dia(s) {1} Hora(s) {2} Minuto(s)", ["TIME_STR_DHM"] = "{0} d {1} h {2} m",
["TIME_STR_M"] = "{0} Minuto(s)", ["TIME_STR_M"] = "{0} min",
["TIME_STR_MS"] = "{0} Minuto(s) {1} Segundo(s)", ["TIME_STR_MS"] = "{0} m {1} s",
["TIME_STR_S"] = "{0} Segundo(s)", ["TIME_STR_S"] = "{0} sec",
["TIME_STR_DH"] = "{0} Dia(s) {1} Hora(s)", ["TIME_STR_DH"] = "{0} d {1} h",
["TIME_STR_HMS"] = "{0} Hora(s) {1} Minuto(s) {2} Segundo(s)", ["TIME_STR_HMS"] = "{0} h {1} m {2} s",
["TIME_STR_HM"] = "{0} Hora(s) {1} Minuto(s)", ["TIME_STR_HM"] = "{0} h {1} m",
["TIME_STR_D"] = "{0} Dia(s)", ["TIME_STR_D"] = "{0} Dia(s)",
["TIME_MS"] = "{0}:{1}", ["TIME_MS"] = "{0}:{1}",
["TIME_HMS"] = "{0}:{1}:{2}", ["TIME_HMS"] = "{0}:{1}:{2}",
@ -226,7 +226,7 @@ local localization_global =
["DUNGEON_SHARDS_TITLE"] = "Desafio do Abismo", ["DUNGEON_SHARDS_TITLE"] = "Desafio do Abismo",
["DUNGEON_SHARDS_HELP"] = "Chegou a hora de testar suas habilidades!Derrote todos os monstros que bloqueiam seu caminho e mostre a eles quem é o verdadeiro guerreiro!Atenção! Os monstros estão preparados, e o ataque de alguns personagens pode diminuir.", ["DUNGEON_SHARDS_HELP"] = "Chegou a hora de testar suas habilidades!Derrote todos os monstros que bloqueiam seu caminho e mostre a eles quem é o verdadeiro guerreiro!Atenção! Os monstros estão preparados, e o ataque de alguns personagens pode diminuir.",
["DUNGEON_SHARDS_OPEN"] = "Horário de abertura: Segunda-feira, Quarta-feira, Sexta-feira e Domingo", ["DUNGEON_SHARDS_OPEN"] = "Horário de abertura: Segunda-feira, Quarta-feira, Sexta-feira e Domingo",
["MAIN_CHAPTER"] = "Capítulos da história principal", ["MAIN_CHAPTER"] = "Capítulo principal",
["SMASH"] = "Aniquilar", ["SMASH"] = "Aniquilar",
["DUNGEON_DESC"] = "Resistência do BOSS:", ["DUNGEON_DESC"] = "Resistência do BOSS:",
["CDKEY_NAME"] = "Código de Resgate", ["CDKEY_NAME"] = "Código de Resgate",

View File

@ -8,7 +8,8 @@ local item = {
["desc"]="Moeda rara, pode ser usada para comprar a maioria dos itens" ["desc"]="Moeda rara, pode ser usada para comprar a maioria dos itens"
}, },
[3]={ [3]={
["name"]="Energia" ["name"]="Energia",
["desc"]="É preciso resistência para concluir os estágios"
}, },
[4]={ [4]={
["name"]="Herói Incomum", ["name"]="Herói Incomum",
@ -75,82 +76,108 @@ local item = {
["desc"]="O modo AFK concede fragmentos aleatórios, sendo a quantidade e qualidade do item melhoradas com o avanço das fases." ["desc"]="O modo AFK concede fragmentos aleatórios, sendo a quantidade e qualidade do item melhoradas com o avanço das fases."
}, },
[20]={ [20]={
["name"]="Fragmento Aleatório Avançado",
["desc"]="Possibilidade aleatória de obter fragmentos de heróis excelentes, raros ou épicos."
}, },
[12001]={ [12001]={
["name"]="Fragmento de Dançarina" ["name"]="Fragmento de Dançarina",
["desc"]="Fragmento de Dançarina, necessário para ativar ou melhorar."
}, },
[13001]={ [13001]={
["name"]="Fragmento de Claude" ["name"]="Fragmento de Claude",
["desc"]="Fragmento de Claude, necessário para ativar ou melhorar."
}, },
[13002]={ [13002]={
["name"]="Fragmento do Ignífico" ["name"]="Fragmento do Ignífico",
["desc"]="Fragmento do Ignífico, necessário para ativar ou melhorar."
}, },
[14001]={ [14001]={
["name"]="Fragmento de Alexandre" ["name"]="Fragmento de Alexandre",
["desc"]="Fragmento de Alexandre, necessário para ativar ou melhorar."
}, },
[14002]={ [14002]={
["name"]="Fragmento do Panda",
["desc"]="Fragmento do Panda, necessário para ativar ou melhorar."
}, },
[22001]={ [22001]={
["name"]="Fragmento de Senhorita dos Gumes" ["name"]="Fragmento de Senhorita dos Gumes",
["desc"]="Fragmento de Senhorita dos Gumes, necessário para ativar ou melhorar."
}, },
[23001]={ [23001]={
["name"]="Fragmento de Bárbaro" ["name"]="Fragmento de Bárbaro",
["desc"]="Fragmento de Bárbaro, necessário para ativar ou melhorar."
}, },
[23002]={ [23002]={
["name"]="Fragmento de Ária" ["name"]="Fragmento de Ária",
["desc"]="Fragmento de Ária, necessário para ativar ou melhorar."
}, },
[24001]={ [24001]={
["name"]="Fragmento de Espadachim Titânico" ["name"]="Fragmento de Espadachim Titânico",
["desc"]="Fragmento de Espadachim Titânico, necessário para ativar ou melhorar."
}, },
[24002]={ [24002]={
["name"]="Fragmento de Thor",
["desc"]="Fragmento de Thor, necessário para ativar ou melhorar."
}, },
[32001]={ [32001]={
["name"]="Fragmento de Cabeça de Cebola" ["name"]="Fragmento de Cabeça de Cebola",
["desc"]="Fragmento de Cabeça de Cebola, necessário para ativar ou melhorar."
}, },
[33001]={ [33001]={
["name"]="Fragmento de Cervinho" ["name"]="Fragmento de Cervinho",
["desc"]="Fragmento de Cervinho, necessário para ativar ou melhorar."
}, },
[33002]={ [33002]={
["name"]="Fragmento de Lobo das Matas" ["name"]="Fragmento de Lobo das Matas",
["desc"]="Fragmento de Lobo das Matas, necessário para ativar ou melhorar."
}, },
[34001]={ [34001]={
["name"]="Fragmento de Mulan" ["name"]="Fragmento de Mulan",
["desc"]="Fragmento de Mulan, necessário para ativar ou melhorar."
}, },
[34002]={ [34002]={
["name"]="Fragmento do Súcubo",
["desc"]="Fragmento do Súcubo, necessário para ativar ou melhorar."
}, },
[42001]={ [42001]={
["name"]="Fragmento de Alma Glacial" ["name"]="Fragmento de Alma Glacial",
["desc"]="Fragmento de Alma Glacial, necessário para ativar ou melhorar."
}, },
[43001]={ [43001]={
["name"]="Fragmento de Diamond" ["name"]="Fragmento de Diamond",
["desc"]="Fragmento de Diamond, necessário para ativar ou melhorar."
}, },
[43002]={ [43002]={
["name"]="Fragmento de Eileen" ["name"]="Fragmento de Eileen",
["desc"]="Fragmento de Eileen, necessário para ativar ou melhorar."
}, },
[44001]={ [44001]={
["name"]="Fragmento de Fada Gelice" ["name"]="Fragmento de Fada Gelice",
["desc"]="Fragmento de Fada Gelice, necessário para ativar ou melhorar."
}, },
[44002]={ [44002]={
["name"]="Fragmento de Cleópatra",
["desc"]="Fragmento de Cleópatra, necessário para ativar ou melhorar."
}, },
[52001]={ [52001]={
["name"]="Fragmento de Luninja" ["name"]="Fragmento de Luninja",
["desc"]="Fragmento de Luninja, necessário para ativar ou melhorar."
}, },
[53001]={ [53001]={
["name"]="Fragmento de Feiticeira Kiki" ["name"]="Fragmento de Feiticeira Kiki",
["desc"]="Fragmento de Feiticeira Kiki, necessário para ativar ou melhorar."
}, },
[53002]={ [53002]={
["name"]="Fragmento de Caçador de Almas" ["name"]="Fragmento de Caçador de Almas",
["desc"]="Fragmento de Caçador de Almas, necessário para ativar ou melhorar."
}, },
[54001]={ [54001]={
["name"]="Fragmento de Borboleta" ["name"]="Fragmento de Borboleta",
["desc"]="Fragmento de Borboleta, necessário para ativar ou melhorar."
}, },
[54002]={ [54002]={
["name"]="Fragmento do Mago do Brilho",
["desc"]="Fragmento do Mago do Brilho, necessário para ativar ou melhorar."
} }
} }
local config = { local config = {

View File

@ -192,7 +192,7 @@ local monster_base = {
["name"]="Tartaruga Blindada" ["name"]="Tartaruga Blindada"
}, },
[20007]={ [20007]={
["name"]="Goblin Furioso"
}, },
[20008]={ [20008]={
["name"]="Gigante de Rocha" ["name"]="Gigante de Rocha"
@ -240,25 +240,25 @@ local monster_base = {
["name"]="Ferreiro Iéti" ["name"]="Ferreiro Iéti"
}, },
[20023]={ [20023]={
["name"]="Yeti Elite"
}, },
[20024]={ [20024]={
["name"]="Diabrete Voador" ["name"]="Diabrete Voador"
}, },
[20025]={ [20025]={
["name"]="Ferreiro Mutante"
}, },
[20026]={ [20026]={
["name"]="Elite Mutante"
}, },
[20027]={ [20027]={
["name"]="Horton, a Tartaruga Vermelha" ["name"]="Horton, a Tartaruga Vermelha"
}, },
[20028]={ [20028]={
["name"]="Gigante de Gelo"
}, },
[20029]={ [20029]={
["name"]="Golem de Fogo Goblin"
}, },
[20030]={ [20030]={
["name"]="Fragmento da Divindade Maligna" ["name"]="Fragmento da Divindade Maligna"
@ -270,22 +270,22 @@ local monster_base = {
["name"]="Demônio da Antiguidade" ["name"]="Demônio da Antiguidade"
}, },
[20033]={ [20033]={
["name"]="Carro da mina de ouro"
}, },
[20034]={ [20034]={
["name"]="Escaravelho Flamejante"
}, },
[20035]={ [20035]={
["name"]="Besta de Lava"
}, },
[20036]={ [20036]={
["name"]="Líder dos Crocodilos"
}, },
[20037]={ [20037]={
["name"]="Primeiro Oficial Morsa"
}, },
[20038]={ [20038]={
["name"]="Capitão Polvo"
}, },
[30001]={ [30001]={
["name"]="Cabeça de Cebola" ["name"]="Cabeça de Cebola"
@ -333,10 +333,10 @@ local monster_base = {
["name"]="Mulan" ["name"]="Mulan"
}, },
[30017]={ [30017]={
["name"]="Thor"
}, },
[30018]={ [30018]={
["name"]="Panda"
}, },
[30019]={ [30019]={
["name"]="Caçador de Almas" ["name"]="Caçador de Almas"
@ -354,13 +354,13 @@ local monster_base = {
["name"]="Borboleta" ["name"]="Borboleta"
}, },
[30024]={ [30024]={
["name"]="Súcubo"
}, },
[30025]={ [30025]={
["name"]="Cleópatra"
}, },
[30026]={ [30026]={
["name"]="Mago do Brilho"
} }
} }
local config = { local config = {

View File

@ -18,7 +18,7 @@ local tutorial = {
["value"]="Complete desafios e ganhe heróis de classe S!" ["value"]="Complete desafios e ganhe heróis de classe S!"
}, },
["tutorial_txt_7"]={ ["tutorial_txt_7"]={
["value"]="Um novo desafio para jogar está aberto!"
} }
} }
local config = { local config = {

View File

@ -1,6 +1,6 @@
local avatar_frame = { local avatar_frame = {
[1000]={ [1000]={
["desc"]="Закругленная рамка аватара принадлежит по умолчанию."
} }
} }
local config = { local config = {

View File

@ -1,78 +1,78 @@
local avatar = { local avatar = {
[1001]={ [1001]={
["desc"]="หลังจากปลดล็อกสาวเต้นจะได้รับ"
}, },
[2001]={ [2001]={
["desc"]="อวาตาร์ของสาวดาบ"
}, },
[3001]={ [3001]={
["desc"]="อวาตาร์ของหัวหอม"
}, },
[4001]={ [4001]={
["desc"]="อวาตาร์ของหัวใจน้ำแข็ง"
}, },
[5001]={ [5001]={
["desc"]="หลังจากปลดล็อกนินจาเร็นจะได้รับ"
}, },
[6001]={ [6001]={
["desc"]="หลังจากปลดล็อกสาวเต้นจะได้รับ"
}, },
[7001]={ [7001]={
["desc"]="หลังจากปลดล็อกคนเถื่อนจะได้รับ"
}, },
[8001]={ [8001]={
["desc"]="หลังจากปลดล็อกกวางจะได้รับ"
}, },
[9001]={ [9001]={
["desc"]="หลังจากปลดล็อกสาวน้ำแข็งจะได้รับ"
}, },
[10001]={ [10001]={
["desc"]="หลังจากปลดล็อกแม่มดกีกี้จะได้รับ"
}, },
[11001]={ [11001]={
["desc"]="หลังจากปลดล็อกไฟร้อนจะได้รับ"
}, },
[12001]={ [12001]={
["desc"]="หลังจากปลดล็อกคนเถื่อนจะได้รับ"
}, },
[13001]={ [13001]={
["desc"]="หลังจากปลดล็อกหมาป่าป่าจะได้รับ"
}, },
[14001]={ [14001]={
["desc"]="หลังจากปลดล็อกสาวอีกาจะได้รับ"
}, },
[15001]={ [15001]={
["desc"]="หลังจากปลดล็อกนักล่าวิญญาณจะได้รับ"
}, },
[16001]={ [16001]={
["desc"]="หลังจากปลดล็อกอเล็กซานเดอร์จะได้รับ"
}, },
[17001]={ [17001]={
["desc"]="หลังจากปลดล็อกเด็กมารดาบจะได้รับ"
}, },
[18001]={ [18001]={
["desc"]="หลังจากปลดล็อกมู่หลานจะได้รับ"
}, },
[19001]={ [19001]={
["desc"]="หลังจากปลดล็อกสาวมารน้ำแข็งจะได้รับ"
}, },
[20001]={ [20001]={
["desc"]="หลังจากปลดล็อกผีเสื้อจะได้รับ"
}, },
[21001]={ [21001]={
["desc"]="หลังจากปลดล็อกโซลจะได้รับ"
}, },
[22001]={ [22001]={
["desc"]="หลังจากปลดล็อกแพนด้าจะได้รับ"
}, },
[23001]={ [23001]={
["desc"]="หลังจากปลดล็อกฝันร้ายจะได้รับ"
}, },
[24001]={ [24001]={
["desc"]="หลังจากปลดล็อกคลีโอพัตราจะได้รับ"
}, },
[25001]={ [25001]={
["desc"]="หลังจากปลดล็อกนักเวทแวบวับจะได้รับ"
} }
} }
local config = { local config = {

View File

@ -1,6 +1,6 @@
local avatar_frame = { local avatar_frame = {
[1000]={ [1000]={
["desc"]="เฟรมอวาตาร์ที่โค้งมนสามารถใช้ได้ตามค่าเริ่มต้น" ["desc"]="กรอบรูปเริ่มต้น"
} }
} }
local config = { local config = {

View File

@ -90,19 +90,19 @@ local chapter = {
["name"]="30. ทางออกของเมืองมาร" ["name"]="30. ทางออกของเมืองมาร"
}, },
[31]={ [31]={
["name"]="31. ภูเขาไฟลาวา"
}, },
[32]={ [32]={
["name"]="32. ใต้ภูเขาไฟ"
}, },
[33]={ [33]={
["name"]="33. ชายฝั่งร้อน"
}, },
[34]={ [34]={
["name"]="34. เรือดำน้ำโบราณ"
}, },
[35]={ [35]={
["name"]="35. ห้องควบคุมเรือดำน้ำ"
} }
} }
local config = { local config = {

View File

@ -42,13 +42,13 @@ local localization_global =
["BATTLE_DESC_8"] = "ยังมีฮีโร่ที่ออกรบได้", ["BATTLE_DESC_8"] = "ยังมีฮีโร่ที่ออกรบได้",
["MAIN_BTN_2"] = "ฮีโร่", ["MAIN_BTN_2"] = "ฮีโร่",
["MAIN_DESC_1"] = "บท {0}", ["MAIN_DESC_1"] = "บท {0}",
["TIME_STR_DHM"] = "{0}วัน{1}ชั่วโมง{2}นาที", ["TIME_STR_DHM"] = "{0} d {1} h {2} m",
["TIME_STR_M"] = "{0} คะแนน", ["TIME_STR_M"] = "{0} min",
["TIME_STR_MS"] = "{0} นาที {1} วินาที", ["TIME_STR_MS"] = "{0} m {1} s",
["TIME_STR_S"] = "{0} วินาที", ["TIME_STR_S"] = "{0} sec",
["TIME_STR_DH"] = "{0} วัน {1} ชั่วโมง", ["TIME_STR_DH"] = "{0} d {1} h",
["TIME_STR_HMS"] = "{0}ชั่วโมง{1}นาที{2}วินาที", ["TIME_STR_HMS"] = "{0} h {1} m {2} s",
["TIME_STR_HM"] = "{0} ชั่วโมง {1} นาที", ["TIME_STR_HM"] = "{0} h {1} m",
["TIME_STR_D"] = "{0} วัน", ["TIME_STR_D"] = "{0} วัน",
["TIME_MS"] = "{0}:{1}", ["TIME_MS"] = "{0}:{1}",
["TIME_HMS"] = "{0}:{1}:{2}", ["TIME_HMS"] = "{0}:{1}:{2}",

View File

@ -1,12 +1,15 @@
local item = { local item = {
[1]={ [1]={
["name"]="สกุลเงินทั่วไปที่ใช้ได้หลายที่",
["name"]="สกุลเงินทั่วไปที่ใช้ได้หลายที่"
}, },
[2]={ [2]={
["name"]="เงินหายากที่ซื้อได้แทบทุกชิ้น",
["name"]="เงินหายากที่ซื้อได้แทบทุกชิ้น"
}, },
[3]={ [3]={
["name"]="มันต้องใช้ความแข็งแกร่งในการทำเวทีให้สมบูรณ์",
["name"]="มันต้องใช้ความแข็งแกร่งในการทำเวทีให้สมบูรณ์"
}, },
[4]={ [4]={
["name"]="สามารถรับฮีโร่ที่ยอดเยี่ยมได้", ["name"]="สามารถรับฮีโร่ที่ยอดเยี่ยมได้",
@ -73,102 +76,108 @@ local item = {
["name"]="บอทตะได้รับเศษแบบสุ่ม และจำนวนและคุณภาพจะเพิ่มขึ้นตามด่านหลังจากได้รับ" ["name"]="บอทตะได้รับเศษแบบสุ่ม และจำนวนและคุณภาพจะเพิ่มขึ้นตามด่านหลังจากได้รับ"
}, },
[20]={ [20]={
["name"]="มีโอกาสที่จะได้รับเศษฮีโร่ที่ยอดเยี่ยม หายาก หรืออีพิทแบบสุ่ม",
["name"]="มีโอกาสที่จะได้รับเศษฮีโร่ที่ยอดเยี่ยม หายาก หรืออีพิทแบบสุ่ม"
}, },
[12001]={ [12001]={
["name"]="เศษสาวเต้น", ["name"]="เศษสาวเต้น รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้",
["name"]="เศษสาวเต้น" ["name"]="เศษสาวเต้น รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้"
}, },
[13001]={ [13001]={
["name"]="เศษคลอดด์", ["name"]="เศษคลอดด์ รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้",
["name"]="เศษคลอดด์" ["name"]="เศษคลอดด์ รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้"
}, },
[13002]={ [13002]={
["name"]="เศษไฟร้อน", ["name"]="เศษไฟร้อน รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้",
["name"]="เศษไฟร้อน" ["name"]="เศษไฟร้อน รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้"
}, },
[14001]={ [14001]={
["name"]="เศษอเล็กซานเดอร์", ["name"]="เศษอเล็กซานเดอร์ รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้",
["name"]="เศษอเล็กซานเดอร์" ["name"]="เศษอเล็กซานเดอร์ รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้"
}, },
[14002]={ [14002]={
["name"]="เศษอเล็กซานเดอร์ รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้",
["name"]="เศษอเล็กซานเดอร์ รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้"
}, },
[22001]={ [22001]={
["name"]="เศษดาบสาว", ["name"]="เศษดาบสาว รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้",
["name"]="เศษดาบสาว" ["name"]="เศษดาบสาว รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้"
}, },
[23001]={ [23001]={
["name"]="เศษคนเถื่อน", ["name"]="เศษคนเถื่อน รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้",
["name"]="เศษคนเถื่อน" ["name"]="เศษคนเถื่อน รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้"
}, },
[23002]={ [23002]={
["name"]="เศษเอ่ยา", ["name"]="เศษเอ่ยา รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้",
["name"]="เศษเอ่ยา" ["name"]="เศษเอ่ยา รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้"
}, },
[24001]={ [24001]={
["name"]="เศษเด็กมารดาบ", ["name"]="เศษเด็กมารดาบ รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้",
["name"]="เศษเด็กมารดาบ" ["name"]="เศษเด็กมารดาบ รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้"
}, },
[24002]={ [24002]={
["name"]="เศษโซล รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้",
["name"]="เศษโซล รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้"
}, },
[32001]={ [32001]={
["name"]="เศษหัวหอม", ["name"]="เศษหัวหอม รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้",
["name"]="เศษหัวหอม" ["name"]="เศษหัวหอม รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้"
}, },
[33001]={ [33001]={
["name"]="เศษกวาง", ["name"]="เศษกวาง รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้",
["name"]="เศษกวาง" ["name"]="เศษกวาง รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้"
}, },
[33002]={ [33002]={
["name"]="เศษหมาป่าป่า", ["name"]="เศษหมาป่าป่า รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้",
["name"]="เศษหมาป่าป่า" ["name"]="เศษหมาป่าป่า รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้"
}, },
[34001]={ [34001]={
["name"]="เศษมู่หลาน", ["name"]="เศษมู่หลาน รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้",
["name"]="เศษมู่หลาน" ["name"]="เศษมู่หลาน รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้"
}, },
[34002]={ [34002]={
["name"]="เศษฝันร้าย รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้",
["name"]="เศษฝันร้าย รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้"
}, },
[42001]={ [42001]={
["name"]="เศษหัวใจน้ำแข็ง", ["name"]="เศษหัวใจน้ำแข็ง รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้",
["name"]="เศษหัวใจน้ำแข็ง" ["name"]="เศษหัวใจน้ำแข็ง รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้"
}, },
[43001]={ [43001]={
["name"]="เศษสาวน้ำแข็ง", ["name"]="เศษสาวน้ำแข็ง รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้",
["name"]="เศษสาวน้ำแข็ง" ["name"]="เศษสาวน้ำแข็ง รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้"
}, },
[43002]={ [43002]={
["name"]="เศษสาวอีกา", ["name"]="เศษสาวอีกา รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้",
["name"]="เศษสาวอีกา" ["name"]="เศษสาวอีกา รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้"
}, },
[44001]={ [44001]={
["name"]="เศษสาวมารน้ำแข็ง", ["name"]="เศษสาวมารน้ำแข็ง รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้",
["name"]="เศษสาวมารน้ำแข็ง" ["name"]="เศษสาวมารน้ำแข็ง รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้"
}, },
[44002]={ [44002]={
["name"]="เศษคลีโอพัตรา รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้",
["name"]="เศษคลีโอพัตรา รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้"
}, },
[52001]={ [52001]={
["name"]="เศษนินจาเร็น", ["name"]="เศษนินจาเร็น รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้",
["name"]="เศษนินจาเร็น" ["name"]="เศษนินจาเร็น รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้"
}, },
[53001]={ [53001]={
["name"]="เศษแม่มดกีกี้", ["name"]="เศษแม่มดกีกี้ รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้",
["name"]="เศษแม่มดกีกี้" ["name"]="เศษแม่มดกีกี้ รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้"
}, },
[53002]={ [53002]={
["name"]="เศษนักล่าวิญญาณ", ["name"]="เศษนักล่าวิญญาณ รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้",
["name"]="เศษนักล่าวิญญาณ" ["name"]="เศษนักล่าวิญญาณ รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้"
}, },
[54001]={ [54001]={
["name"]="เศษผีเสื้อ", ["name"]="เศษผีเสื้อ รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้",
["name"]="เศษผีเสื้อ" ["name"]="เศษผีเสื้อ รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้"
}, },
[54002]={ [54002]={
["name"]="เศษนักเวทแวบวับ รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้",
["name"]="เศษนักเวทแวบวับ รวบรวมครบจะเปิดใช้งานหรืออัปเลเวลได้"
} }
} }
local config = { local config = {

View File

@ -192,7 +192,7 @@ local monster_base = {
["name"]="เกราะเต่าเขียว" ["name"]="เกราะเต่าเขียว"
}, },
[20007]={ [20007]={
["name"]="ก็อบลินบ้าคลั่ง"
}, },
[20008]={ [20008]={
["name"]="มนุษย์หินยักษ์" ["name"]="มนุษย์หินยักษ์"
@ -240,25 +240,25 @@ local monster_base = {
["name"]="มนุษย์หิมะช่างตีเหล็ก" ["name"]="มนุษย์หิมะช่างตีเหล็ก"
}, },
[20023]={ [20023]={
["name"]="มนุษย์หิมะอีลิท"
}, },
[20024]={ [20024]={
["name"]="อสูรบิน" ["name"]="อสูรบิน"
}, },
[20025]={ [20025]={
["name"]="ช่างตีเหล็กกลายพันธุ์"
}, },
[20026]={ [20026]={
["name"]="อีลิทกลายพันธุ์"
}, },
[20027]={ [20027]={
["name"]="ฮอร์ตัน เต่าแดง" ["name"]="ฮอร์ตัน เต่าแดง"
}, },
[20028]={ [20028]={
["name"]="ยักษ์น้ำแข็ง"
}, },
[20029]={ [20029]={
["name"]="รูปมารดินเพลิง"
}, },
[20030]={ [20030]={
["name"]="เศษเทพมาร" ["name"]="เศษเทพมาร"
@ -270,22 +270,22 @@ local monster_base = {
["name"]="เทพมารโบราณ" ["name"]="เทพมารโบราณ"
}, },
[20033]={ [20033]={
["name"]="รถเหมืองทองคำ"
}, },
[20034]={ [20034]={
["name"]="ด้วงเปลวไฟ"
}, },
[20035]={ [20035]={
["name"]="อสูรลาวายักษ์"
}, },
[20036]={ [20036]={
["name"]="ผู้นำจระเข้"
}, },
[20037]={ [20037]={
["name"]="ต้นเรือวอลรัส"
}, },
[20038]={ [20038]={
["name"]="กัปตันปลาหมึก"
}, },
[30001]={ [30001]={
["name"]="หัวหอม" ["name"]="หัวหอม"
@ -333,10 +333,10 @@ local monster_base = {
["name"]="มู่หลาน" ["name"]="มู่หลาน"
}, },
[30017]={ [30017]={
["name"]="โซล"
}, },
[30018]={ [30018]={
["name"]="แพนด้า"
}, },
[30019]={ [30019]={
["name"]="นักล่าวิญญาณ" ["name"]="นักล่าวิญญาณ"
@ -354,13 +354,13 @@ local monster_base = {
["name"]="ผีเสื้อ" ["name"]="ผีเสื้อ"
}, },
[30024]={ [30024]={
["name"]="ฝันร้าย"
}, },
[30025]={ [30025]={
["name"]="คลีโอพัตรา"
}, },
[30026]={ [30026]={
["name"]="นักเวทแวบวับ"
} }
} }
local config = { local config = {

View File

@ -18,7 +18,7 @@ local tutorial = {
["value"]="ท้าทายภารกิจเพื่อรับฮีโร่ระดับ S!" ["value"]="ท้าทายภารกิจเพื่อรับฮีโร่ระดับ S!"
}, },
["tutorial_txt_7"]={ ["tutorial_txt_7"]={
["value"]="การท้าทายครั้งใหม่จะเริ่มขึ้นแล้วครับ!"
} }
} }
local config = { local config = {

View File

@ -1,78 +1,78 @@
local avatar = { local avatar = {
[1001]={ [1001]={
["desc"]="Mở khóa Vũ Cơ nhận được."
}, },
[2001]={ [2001]={
["desc"]="Avatar của Irelia."
}, },
[3001]={ [3001]={
["desc"]="Avatar của Onion."
}, },
[4001]={ [4001]={
["desc"]="Avatar của Frozen Heart."
}, },
[5001]={ [5001]={
["desc"]="Mở khóa Ninja Jay nhận được."
}, },
[6001]={ [6001]={
["desc"]="Mở khóa Vũ Cơ nhận được."
}, },
[7001]={ [7001]={
["desc"]="Mở khóa Barbarian nhận được."
}, },
[8001]={ [8001]={
["desc"]="Mở khóa Enchantress nhận được."
}, },
[9001]={ [9001]={
["desc"]="Mở khóa Ice Queen nhận được."
}, },
[10001]={ [10001]={
["desc"]="Mở khóa Phù Thủy Kiki nhận được."
}, },
[11001]={ [11001]={
["desc"]="Mở khóa Blaze nhận được."
}, },
[12001]={ [12001]={
["desc"]="Mở khóa Barbarian nhận được."
}, },
[13001]={ [13001]={
["desc"]="Mở khóa Sói Rừng nhận được."
}, },
[14001]={ [14001]={
["desc"]="Mở khóa Crow nhận được."
}, },
[15001]={ [15001]={
["desc"]="Mở khóa Thợ Săn Linh Hồn nhận được."
}, },
[16001]={ [16001]={
["desc"]="Mở khóa Alexander nhận được."
}, },
[17001]={ [17001]={
["desc"]="Mở khóa Sword Imp nhận được."
}, },
[18001]={ [18001]={
["desc"]="Mở khóa Mộc Lan nhận được."
}, },
[19001]={ [19001]={
["desc"]="Mở khóa Ashe nhận được."
}, },
[20001]={ [20001]={
["desc"]="Mở khóa Bươm Bướm nhận được."
}, },
[21001]={ [21001]={
["desc"]="Mở khóa Thor nhận được."
}, },
[22001]={ [22001]={
["desc"]="Mở khóa Panda nhận được."
}, },
[23001]={ [23001]={
["desc"]="Mở khóa Incubus nhận được."
}, },
[24001]={ [24001]={
["desc"]="Mở khóa Cleopatra nhận được."
}, },
[25001]={ [25001]={
["desc"]="Mở khóa Pháp Sư Blink nhận được."
} }
} }
local config = { local config = {

View File

@ -1,6 +1,6 @@
local avatar_frame = { local avatar_frame = {
[1000]={ [1000]={
["desc"]="Khung Avatar tròn trĩnh, mặc định có." ["desc"]="Khung Avatar Ban Đầu"
} }
} }
local config = { local config = {

View File

@ -90,19 +90,19 @@ local chapter = {
["name"]="30. Lối Ra Ma Đô" ["name"]="30. Lối Ra Ma Đô"
}, },
[31]={ [31]={
["name"]="31.Núi Lửa"
}, },
[32]={ [32]={
["name"]="32.Dưới Núi Lửa"
}, },
[33]={ [33]={
["name"]="33.Bờ Biển Thiêu Đốt"
}, },
[34]={ [34]={
["name"]="34.Tàu Ngầm Viễn Cổ"
}, },
[35]={ [35]={
["name"]="35.Phòng Điều Khiển Tàu Ngầm"
} }
} }
local config = { local config = {

View File

@ -42,13 +42,13 @@ local localization_global =
["BATTLE_DESC_8"] = "Có Anh Hùng có thể ra trận", ["BATTLE_DESC_8"] = "Có Anh Hùng có thể ra trận",
["MAIN_BTN_2"] = "Anh Hùng", ["MAIN_BTN_2"] = "Anh Hùng",
["MAIN_DESC_1"] = "Chương {0}", ["MAIN_DESC_1"] = "Chương {0}",
["TIME_STR_DHM"] = "{0}ngày{1}giờ{2}phút", ["TIME_STR_DHM"] = "{0} d {1} h {2} m",
["TIME_STR_M"] = "{0}phút", ["TIME_STR_M"] = "{0} min",
["TIME_STR_MS"] = "{0}phút{1}giây", ["TIME_STR_MS"] = "{0} m {1} s",
["TIME_STR_S"] = "{0}giây", ["TIME_STR_S"] = "{0} sec",
["TIME_STR_DH"] = "{0}ngày{1}giờ", ["TIME_STR_DH"] = "{0} d {1} h",
["TIME_STR_HMS"] = "{0}giờ{1}phút{2}giây", ["TIME_STR_HMS"] = "{0} h {1} m {2} s",
["TIME_STR_HM"] = "{0}giờ{1}phút", ["TIME_STR_HM"] = "{0} h {1} m",
["TIME_STR_D"] = "{0}ngày", ["TIME_STR_D"] = "{0}ngày",
["TIME_MS"] = "{0}:{1}", ["TIME_MS"] = "{0}:{1}",
["TIME_HMS"] = "{0}:{1}:{2}", ["TIME_HMS"] = "{0}:{1}:{2}",
@ -227,7 +227,7 @@ local localization_global =
["DUNGEON_SHARDS_TITLE"] = "Khiêu Chiến Vực Sâu", ["DUNGEON_SHARDS_TITLE"] = "Khiêu Chiến Vực Sâu",
["DUNGEON_SHARDS_HELP"] = "Là lúc kiểm tra thực lực rồi!Đánh bại tất cả quái cản đường, cho chúng biết ai mới là dũng sĩ thực sự!Chú ý! Các Quái đều có chuẩn bị mà đến, 1 số Công nhân vật sẽ bị giảm.", ["DUNGEON_SHARDS_HELP"] = "Là lúc kiểm tra thực lực rồi!Đánh bại tất cả quái cản đường, cho chúng biết ai mới là dũng sĩ thực sự!Chú ý! Các Quái đều có chuẩn bị mà đến, 1 số Công nhân vật sẽ bị giảm.",
["DUNGEON_SHARDS_OPEN"] = "Thời gian mở: Thứ 2, 4, 6, CN", ["DUNGEON_SHARDS_OPEN"] = "Thời gian mở: Thứ 2, 4, 6, CN",
["MAIN_CHAPTER"] = "Chương Chính Tuyến", ["MAIN_CHAPTER"] = "Chương chính",
["SMASH"] = "Càn quét", ["SMASH"] = "Càn quét",
["DUNGEON_DESC"] = "Kháng BOSS:", ["DUNGEON_DESC"] = "Kháng BOSS:",
["CDKEY_NAME"] = "Giftcode", ["CDKEY_NAME"] = "Giftcode",

View File

@ -76,82 +76,108 @@ local item = {
["desc"]="Treo máy được nhận Mảnh ngẫu nhiên, sau khi nhận thì số lượng và phẩm chất sẽ tăng theo ải." ["desc"]="Treo máy được nhận Mảnh ngẫu nhiên, sau khi nhận thì số lượng và phẩm chất sẽ tăng theo ải."
}, },
[20]={ [20]={
["name"]="Mảnh Ngẫu Nhiên Cao Cấp",
["desc"]="Có tỷ lệ nhận ngẫu nhiên Mảnh Anh Hùng Ưu Tú, Hiếm hoặc Sử Thi."
}, },
[12001]={ [12001]={
["name"]="Mảnh Vũ Cơ" ["name"]="Mảnh Vũ Cơ",
["desc"]="Mảnh Vũ Cơ, thu thập đủ được kích hoạt hoặc tăng cấp."
}, },
[13001]={ [13001]={
["name"]="Mảnh Cloud" ["name"]="Mảnh Cloud",
["desc"]="Mảnh Cloud, thu thập đủ được kích hoạt hoặc tăng cấp."
}, },
[13002]={ [13002]={
["name"]="Mảnh Blaze" ["name"]="Mảnh Blaze",
["desc"]="Mảnh Blaze, thu thập đủ được kích hoạt hoặc tăng cấp."
}, },
[14001]={ [14001]={
["name"]="Mảnh Alexander" ["name"]="Mảnh Alexander",
["desc"]="Mảnh Alexander, thu thập đủ được kích hoạt hoặc tăng cấp."
}, },
[14002]={ [14002]={
["name"]="Mảnh Panda",
["desc"]="Mảnh Panda, thu thập đủ được kích hoạt hoặc tăng cấp."
}, },
[22001]={ [22001]={
["name"]="Mảnh Irelia" ["name"]="Mảnh Irelia",
["desc"]="Mảnh Irelia, thu thập đủ được kích hoạt hoặc tăng cấp."
}, },
[23001]={ [23001]={
["name"]="Mảnh Barbarian" ["name"]="Mảnh Barbarian",
["desc"]="Mảnh Barbarian, thu thập đủ được kích hoạt hoặc tăng cấp."
}, },
[23002]={ [23002]={
["name"]="Mảnh Erya" ["name"]="Mảnh Erya",
["desc"]="Mảnh Erya, thu thập đủ được kích hoạt hoặc tăng cấp."
}, },
[24001]={ [24001]={
["name"]="Mảnh Sword Imp" ["name"]="Mảnh Sword Imp",
["desc"]="Mảnh Sword Imp, thu thập đủ được kích hoạt hoặc tăng cấp."
}, },
[24002]={ [24002]={
["name"]="Mảnh Thor",
["desc"]="Mảnh Thor, thu thập đủ được kích hoạt hoặc tăng cấp."
}, },
[32001]={ [32001]={
["name"]="Mảnh Onion" ["name"]="Mảnh Onion",
["desc"]="Mảnh Onion, thu thập đủ được kích hoạt hoặc tăng cấp."
}, },
[33001]={ [33001]={
["name"]="Mảnh Enchantress" ["name"]="Mảnh Enchantress",
["desc"]="Mảnh Enchantress, thu thập đủ được kích hoạt hoặc tăng cấp."
}, },
[33002]={ [33002]={
["name"]="Mảnh Sói Rừng" ["name"]="Mảnh Sói Rừng",
["desc"]="Mảnh Sói Rừng, thu thập đủ được kích hoạt hoặc tăng cấp."
}, },
[34001]={ [34001]={
["name"]="Mảnh Mộc Lan" ["name"]="Mảnh Mộc Lan",
["desc"]="Mảnh Mộc Lan, thu thập đủ được kích hoạt hoặc tăng cấp."
}, },
[34002]={ [34002]={
["name"]="Mảnh Incubus",
["desc"]="Mảnh Incubus, thu thập đủ được kích hoạt hoặc tăng cấp."
}, },
[42001]={ [42001]={
["name"]="Mảnh Frozen Heart" ["name"]="Mảnh Frozen Heart",
["desc"]="Mảnh Frozen Heart, thu thập đủ được kích hoạt hoặc tăng cấp."
}, },
[43001]={ [43001]={
["name"]="Mảnh Ice Queen" ["name"]="Mảnh Ice Queen",
["desc"]="Mảnh Ice Queen, thu thập đủ được kích hoạt hoặc tăng cấp."
}, },
[43002]={ [43002]={
["name"]="Mảnh Crow" ["name"]="Mảnh Crow",
["desc"]="Mảnh Crow, thu thập đủ được kích hoạt hoặc tăng cấp."
}, },
[44001]={ [44001]={
["name"]="Mảnh Ashe" ["name"]="Mảnh Ashe",
["desc"]="Mảnh Ashe, thu thập đủ được kích hoạt hoặc tăng cấp."
}, },
[44002]={ [44002]={
["name"]="Mảnh Cleopatra",
["desc"]="Mảnh Cleopatra, thu thập đủ được kích hoạt hoặc tăng cấp."
}, },
[52001]={ [52001]={
["name"]="Mảnh Ninja Jay" ["name"]="Mảnh Ninja Jay",
["desc"]="Mảnh Ninja Jay, thu thập đủ được kích hoạt hoặc tăng cấp."
}, },
[53001]={ [53001]={
["name"]="Mảnh Phù Thủy Kiki" ["name"]="Mảnh Phù Thủy Kiki",
["desc"]="Mảnh Phù Thủy Kiki, thu thập đủ được kích hoạt hoặc tăng cấp."
}, },
[53002]={ [53002]={
["name"]="Mảnh Thợ Săn Linh Hồn" ["name"]="Mảnh Thợ Săn Linh Hồn",
["desc"]="Mảnh Thợ Săn Linh Hồn, thu thập đủ được kích hoạt hoặc tăng cấp."
}, },
[54001]={ [54001]={
["name"]="Mảnh Bươm Bướm" ["name"]="Mảnh Bươm Bướm",
["desc"]="Mảnh Bươm Bướm, thu thập đủ được kích hoạt hoặc tăng cấp."
}, },
[54002]={ [54002]={
["name"]="Mảnh Pháp Sư Blink",
["desc"]="Mảnh Pháp Sư Blink, thu thập đủ được kích hoạt hoặc tăng cấp."
} }
} }
local config = { local config = {

View File

@ -192,7 +192,7 @@ local monster_base = {
["name"]="Green Turtle" ["name"]="Green Turtle"
}, },
[20007]={ [20007]={
["name"]="Goblin Cuồng Bạo"
}, },
[20008]={ [20008]={
["name"]="Stone Giant" ["name"]="Stone Giant"
@ -240,25 +240,25 @@ local monster_base = {
["name"]="Thợ Rèn Người Tuyết" ["name"]="Thợ Rèn Người Tuyết"
}, },
[20023]={ [20023]={
["name"]="Người Tuyết Tinh Anh"
}, },
[20024]={ [20024]={
["name"]="Sky Golem" ["name"]="Sky Golem"
}, },
[20025]={ [20025]={
["name"]="Thợ Rèn Dị Biến"
}, },
[20026]={ [20026]={
["name"]="Tinh Anh Dị Biến"
}, },
[20027]={ [20027]={
["name"]="Rùa đỏ Horton" ["name"]="Rùa đỏ Horton"
}, },
[20028]={ [20028]={
["name"]="Ice Giant"
}, },
[20029]={ [20029]={
["name"]="Goblin Golem"
}, },
[20030]={ [20030]={
["name"]="Mảnh Ma Thần" ["name"]="Mảnh Ma Thần"
@ -270,22 +270,22 @@ local monster_base = {
["name"]="Ma Thần Viễn Cổ" ["name"]="Ma Thần Viễn Cổ"
}, },
[20033]={ [20033]={
["name"]="Xe chở quặng vàng"
}, },
[20034]={ [20034]={
["name"]="Bọ Lửa"
}, },
[20035]={ [20035]={
["name"]="Cự Thú Dung Nham"
}, },
[20036]={ [20036]={
["name"]="Thủ Lĩnh Cá Sấu"
}, },
[20037]={ [20037]={
["name"]="Thuyền Phó Voi Biển"
}, },
[20038]={ [20038]={
["name"]="Thuyền Trưởng Bạch Tuộc"
}, },
[30001]={ [30001]={
["name"]="Onion" ["name"]="Onion"
@ -333,10 +333,10 @@ local monster_base = {
["name"]="Mộc Lan" ["name"]="Mộc Lan"
}, },
[30017]={ [30017]={
["name"]="Thor"
}, },
[30018]={ [30018]={
["name"]="Panda"
}, },
[30019]={ [30019]={
["name"]="Thợ Săn Linh Hồn" ["name"]="Thợ Săn Linh Hồn"
@ -354,13 +354,13 @@ local monster_base = {
["name"]="Bươm Bướm" ["name"]="Bươm Bướm"
}, },
[30024]={ [30024]={
["name"]="Incubus"
}, },
[30025]={ [30025]={
["name"]="Cleopatra"
}, },
[30026]={ [30026]={
["name"]="Pháp Sư Blink"
} }
} }
local config = { local config = {

View File

@ -189,16 +189,16 @@ local task = {
["desc"]="Lượt xua tan x8" ["desc"]="Lượt xua tan x8"
}, },
[64]={ [64]={
["desc"]="Lượt combo hơn 10 lần trong trận" ["desc"]="Lượt hits hơn 10 lần trong trận"
}, },
[65]={ [65]={
["desc"]="Lượt combo hơn 10 lần trong trận" ["desc"]="Lượt hits hơn 10 lần trong trận"
}, },
[66]={ [66]={
["desc"]="Lượt combo hơn 10 lần trong trận" ["desc"]="Lượt hits hơn 10 lần trong trận"
}, },
[67]={ [67]={
["desc"]="Lượt combo hơn 10 lần trong trận" ["desc"]="Lượt hits hơn 10 lần trong trận"
}, },
[68]={ [68]={
["desc"]="Lượt thi triển kỹ năng trong trận" ["desc"]="Lượt thi triển kỹ năng trong trận"

View File

@ -18,7 +18,7 @@ local tutorial = {
["value"]="Khiêu chiến nhiệm vụ, nhận Anh Hùng S!" ["value"]="Khiêu chiến nhiệm vụ, nhận Anh Hùng S!"
}, },
["tutorial_txt_7"]={ ["tutorial_txt_7"]={
["value"]="Một thử thách mới sẽ được bắt đầu!"
} }
} }
local config = { local config = {

View File

@ -1,78 +1,78 @@
local avatar = { local avatar = {
[1001]={ [1001]={
["desc"]="解鎖舞孃後獲得。"
}, },
[2001]={ [2001]={
["desc"]="刀妹的頭像。"
}, },
[3001]={ [3001]={
["desc"]="洋蔥頭的頭像。"
}, },
[4001]={ [4001]={
["desc"]="冰心的頭像。"
}, },
[5001]={ [5001]={
["desc"]="解鎖忍者倫後獲得。"
}, },
[6001]={ [6001]={
["desc"]="解鎖舞孃後獲得。"
}, },
[7001]={ [7001]={
["desc"]="解鎖野蠻人後獲得。"
}, },
[8001]={ [8001]={
["desc"]="解鎖小鹿後獲得。"
}, },
[9001]={ [9001]={
["desc"]="解鎖冰女後獲得。"
}, },
[10001]={ [10001]={
["desc"]="解鎖魔女琪琪後獲得。"
}, },
[11001]={ [11001]={
["desc"]="解鎖火旺後獲得。"
}, },
[12001]={ [12001]={
["desc"]="解鎖野蠻人後獲得。"
}, },
[13001]={ [13001]={
["desc"]="解鎖森林之狼後獲得。"
}, },
[14001]={ [14001]={
["desc"]="解鎖烏鴉姐後獲得。"
}, },
[15001]={ [15001]={
["desc"]="解鎖靈魂獵手後獲得。"
}, },
[16001]={ [16001]={
["desc"]="解鎖亞歷山大後獲得。"
}, },
[17001]={ [17001]={
["desc"]="解鎖巨劍魔童後獲得。"
}, },
[18001]={ [18001]={
["desc"]="解鎖木蘭後獲得。"
}, },
[19001]={ [19001]={
["desc"]="解鎖寒冰妖姬後獲得。"
}, },
[20001]={ [20001]={
["desc"]="解鎖胡蝶後獲得。"
}, },
[21001]={ [21001]={
["desc"]="解鎖索爾後獲得。"
}, },
[22001]={ [22001]={
["desc"]="解鎖潘達後獲得。"
}, },
[23001]={ [23001]={
["desc"]="解鎖夢魔後獲得。"
}, },
[24001]={ [24001]={
["desc"]="解鎖豔后後獲得。"
}, },
[25001]={ [25001]={
["desc"]="解鎖閃爍法師後獲得。"
} }
} }
local config = { local config = {

View File

@ -1,6 +1,6 @@
local avatar_frame = { local avatar_frame = {
[1000]={ [1000]={
["desc"]="圓潤的頭像框,默認擁有。" ["desc"]="初始頭像框"
} }
} }
local config = { local config = {

View File

@ -90,19 +90,19 @@ local chapter = {
["name"]="30.魔都出口" ["name"]="30.魔都出口"
}, },
[31]={ [31]={
["name"]="31.熔岩火山"
}, },
[32]={ [32]={
["name"]="32.火山之下"
}, },
[33]={ [33]={
["name"]="33.炙熱海岸"
}, },
[34]={ [34]={
["name"]="34.遠古潛艇"
}, },
[35]={ [35]={
["name"]="35.潛艇控制室"
} }
} }
local config = { local config = {

View File

@ -76,102 +76,108 @@ local item = {
["desc"]="挂機可獲得隨機碎片,領取數量和品級將根據關卡提高。" ["desc"]="挂機可獲得隨機碎片,領取數量和品級將根據關卡提高。"
}, },
[20]={ [20]={
["name"]="高級隨機碎片",
["desc"]="有機率隨機獲得優秀,稀有或史詩英雄碎片。"
}, },
[12001]={ [12001]={
["name"]="舞孃碎片", ["name"]="舞孃碎片",
["desc"]="娘碎片,湊齊可激活或升級。" ["desc"]="孃碎片,集滿可啟用或升級。"
}, },
[13001]={ [13001]={
["name"]="克勞德碎片", ["name"]="克勞德碎片",
["desc"]="克勞德碎片,湊齊可激活或升級。" ["desc"]="克勞德碎片,集滿可啟用或升級。"
}, },
[13002]={ [13002]={
["name"]="火旺碎片", ["name"]="火旺碎片",
["desc"]="火旺碎片,湊齊可激活或升級。" ["desc"]="火旺碎片,集滿可啟用或升級。"
}, },
[14001]={ [14001]={
["name"]="亞歷山大碎片", ["name"]="亞歷山大碎片",
["desc"]="亞歷山大碎片,湊齊可激活或升級。" ["desc"]="亞歷山大碎片,集滿可啟用或升級。"
}, },
[14002]={ [14002]={
["name"]="潘達碎片",
["desc"]="潘達碎片,集滿可啟用或升級。"
}, },
[22001]={ [22001]={
["name"]="刀妹碎片", ["name"]="刀妹碎片",
["desc"]="刀妹碎片,湊齊可激活或升級。" ["desc"]="刀妹碎片,集滿可啟用或升級。"
}, },
[23001]={ [23001]={
["name"]="野蠻人碎片", ["name"]="野蠻人碎片",
["desc"]="野蠻人碎片,湊齊可激活或升級。" ["desc"]="野蠻人碎片,集滿可啟用或升級。"
}, },
[23002]={ [23002]={
["name"]="二丫碎片", ["name"]="二丫碎片",
["desc"]="二丫碎片,湊齊可激活或升級。" ["desc"]="二丫碎片,集滿可啟用或升級。"
}, },
[24001]={ [24001]={
["name"]="巨劍魔童碎片", ["name"]="巨劍魔童碎片",
["desc"]="巨劍魔童碎片,湊齊可激活或升級。" ["desc"]="巨劍魔童碎片,集滿可啟用或升級。"
}, },
[24002]={ [24002]={
["name"]="索爾碎片",
["desc"]="索爾碎片,集滿可啟用或升級。"
}, },
[32001]={ [32001]={
["name"]="洋蔥頭碎片", ["name"]="洋蔥頭碎片",
["desc"]="洋蔥頭碎片,湊齊可激活或升級。" ["desc"]="洋蔥頭碎片,集滿可啟用或升級。"
}, },
[33001]={ [33001]={
["name"]="小鹿碎片", ["name"]="小鹿碎片",
["desc"]="小鹿碎片,湊齊可激活或升級。" ["desc"]="小鹿碎片,集滿可啟用或升級。"
}, },
[33002]={ [33002]={
["name"]="森林之狼碎片", ["name"]="森林之狼碎片",
["desc"]="森林狼碎片,湊齊可激活或升級。" ["desc"]="森林之狼碎片,集滿可啟用或升級。"
}, },
[34001]={ [34001]={
["name"]="木蘭碎片", ["name"]="木蘭碎片",
["desc"]="木蘭碎片,湊齊可激活或升級。" ["desc"]="木蘭碎片,集滿可啟用或升級。"
}, },
[34002]={ [34002]={
["name"]="夢魔碎片",
["desc"]="夢魔碎片,集滿可啟用或升級。"
}, },
[42001]={ [42001]={
["name"]="冰心碎片", ["name"]="冰心碎片",
["desc"]="冰心碎片,湊齊可激活或升級。" ["desc"]="冰心碎片,集滿可啟用或升級。"
}, },
[43001]={ [43001]={
["name"]="冰女碎片", ["name"]="冰女碎片",
["desc"]="冰女碎片,湊齊可激活或升級。" ["desc"]="冰女碎片,集滿可啟用或升級。"
}, },
[43002]={ [43002]={
["name"]="烏鴉姐碎片", ["name"]="烏鴉姐碎片",
["desc"]="鴉姐碎片,湊齊可激活或升級。" ["desc"]="烏鴉姐碎片,集滿可啟用或升級。"
}, },
[44001]={ [44001]={
["name"]="寒冰妖姬碎片", ["name"]="寒冰妖姬碎片",
["desc"]="寒冰妖姬碎片,湊齊可激活或升級。" ["desc"]="寒冰妖姬碎片,集滿可啟用或升級。"
}, },
[44002]={ [44002]={
["name"]="豔后碎片",
["desc"]="豔后碎片,集滿可啟用或升級。"
}, },
[52001]={ [52001]={
["name"]="忍者倫碎片", ["name"]="忍者倫碎片",
["desc"]="忍者倫碎片,湊齊可激活或升級。" ["desc"]="忍者倫碎片,集滿可啟用或升級。"
}, },
[53001]={ [53001]={
["name"]="魔女琪琪碎片", ["name"]="魔女琪琪碎片",
["desc"]="魔女琪琪碎片,湊齊可激活或升級。" ["desc"]="魔女琪琪碎片,集滿可啟用或升級。"
}, },
[53002]={ [53002]={
["name"]="靈魂獵手碎片", ["name"]="靈魂獵手碎片",
["desc"]="靈魂獵手碎片,湊齊可激活或升級。" ["desc"]="靈魂獵手碎片,集滿可啟用或升級。"
}, },
[54001]={ [54001]={
["name"]="胡蝶碎片", ["name"]="胡蝶碎片",
["desc"]="蝴蝶碎片,湊齊可激活或升級。" ["desc"]="胡蝶碎片,集滿可啟用或升級。"
}, },
[54002]={ [54002]={
["name"]="閃爍法師碎片",
["desc"]="閃爍法師碎片,集滿可啟用或升級。"
} }
} }
local config = { local config = {

View File

@ -192,7 +192,7 @@ local monster_base = {
["name"]="綠龜剛鎧" ["name"]="綠龜剛鎧"
}, },
[20007]={ [20007]={
["name"]="狂暴哥布林"
}, },
[20008]={ [20008]={
["name"]="石巨人" ["name"]="石巨人"
@ -240,25 +240,25 @@ local monster_base = {
["name"]="雪人鐵匠" ["name"]="雪人鐵匠"
}, },
[20023]={ [20023]={
["name"]="雪人菁英"
}, },
[20024]={ [20024]={
["name"]="飛天魔" ["name"]="飛天魔"
}, },
[20025]={ [20025]={
["name"]="異變鐵匠"
}, },
[20026]={ [20026]={
["name"]="異變菁英"
}, },
[20027]={ [20027]={
["name"]="紅龜霍頓" ["name"]="紅龜霍頓"
}, },
[20028]={ [20028]={
["name"]="冰巨人"
}, },
[20029]={ [20029]={
["name"]="地精炎魔像"
}, },
[20030]={ [20030]={
["name"]="魔神碎片" ["name"]="魔神碎片"
@ -273,19 +273,19 @@ local monster_base = {
["name"]="金幣礦車" ["name"]="金幣礦車"
}, },
[20034]={ [20034]={
["name"]="烈焰甲蟲"
}, },
[20035]={ [20035]={
["name"]="熔岩巨獸"
}, },
[20036]={ [20036]={
["name"]="鱷魚頭領"
}, },
[20037]={ [20037]={
["name"]="海象大副"
}, },
[20038]={ [20038]={
["name"]="章魚船長"
}, },
[30001]={ [30001]={
["name"]="洋蔥頭" ["name"]="洋蔥頭"
@ -333,10 +333,10 @@ local monster_base = {
["name"]="木蘭" ["name"]="木蘭"
}, },
[30017]={ [30017]={
["name"]="索爾"
}, },
[30018]={ [30018]={
["name"]="潘達"
}, },
[30019]={ [30019]={
["name"]="靈魂獵手" ["name"]="靈魂獵手"
@ -354,13 +354,13 @@ local monster_base = {
["name"]="胡蝶" ["name"]="胡蝶"
}, },
[30024]={ [30024]={
["name"]="夢魔"
}, },
[30025]={ [30025]={
["name"]="豔后"
}, },
[30026]={ [30026]={
["name"]="閃爍法師"
} }
} }
local config = { local config = {

View File

@ -18,7 +18,7 @@ local tutorial = {
["value"]="挑戰任務獲得S級英雄" ["value"]="挑戰任務獲得S級英雄"
}, },
["tutorial_txt_7"]={ ["tutorial_txt_7"]={
["value"]="新的挑戰玩法開啓了!"
} }
} }
local config = { local config = {

View File

@ -1684,15 +1684,13 @@ function GFunc.recycleTempMap()
end end
end end
--[[
tabLe只速 Lua error
locaL readOnlyCfg = GFunc.readOnlyTab(cfg) return readOnlyCfg
read_onLy的机制
Lua5.3 1) table库支持调用元方法table.remove table.insert也会抛出错误,
2)_ipairs 5.3 ipairs迭代器支持访问元方法__indexpairs迭代器next不支持故需要元方法_pairs
Lua此网数不能完全按照预期工作
]]
-- 设置tabLe只速 出现改写会抛出Lua error
-- 用法locaL readOnlyCfg = GFunc.readOnlyTab(cfg) return readOnlyCfg
-- 增加了防重置设置read_onLy的机制
-- Lua5.3支持 1) table库支持调用元方法所以table.remove table.insert也会抛出错误,
-- 2)不用定义_ipairs 5.3 ipairs迭代器支持访问元方法__indexpairs迭代器next不支持故需要元方法_pairs
-- 低版本Lua此网数不能完全按照预期工作
function GFunc.readOnlyTab(inputTable) function GFunc.readOnlyTab(inputTable)
local travelled_tables = {} local travelled_tables = {}
local function _read_only(tbl) local function _read_only(tbl)

View File

@ -1,7 +1,6 @@
--[[ -- whitelist里面的才会被热更
whitelist里面的才会被热更 -- 一个c#类对应一个lua
c#lua
]]
local WhiteList = local WhiteList =
{ {
} }

View File

@ -37,7 +37,6 @@ function TestLoginUI:onLoadRootComplete()
uiMap["test_login_ui.login_node.login_btn"]:setTouchEnable(true) uiMap["test_login_ui.login_node.login_btn"]:setTouchEnable(true)
uiMap["test_login_ui.login_node.login_btn"]:addClickListener(function() uiMap["test_login_ui.login_node.login_btn"]:addClickListener(function()
if not self.inputField.text or self.inputField.text == "" then if not self.inputField.text or self.inputField.text == "" then
GFunc.showToast("请输入账号")
return return
end end
LocalData:setDistinctId(self.inputField.text) LocalData:setDistinctId(self.inputField.text)

View File

@ -49,7 +49,8 @@ function DungeonDifficultyUI:onLoadRootComplete()
self.rewardPass = self.uiMap["dungeon_difficulty_ui.bg.rewards.reward_pass"] self.rewardPass = self.uiMap["dungeon_difficulty_ui.bg.rewards.reward_pass"]
self.rewardPassIcon = self.uiMap["dungeon_difficulty_ui.bg.rewards.reward_pass.icon"] self.rewardPassIcon = self.uiMap["dungeon_difficulty_ui.bg.rewards.reward_pass.icon"]
self.rewardPassNum = self.uiMap["dungeon_difficulty_ui.bg.rewards.reward_pass.num"] self.rewardPassNum = self.uiMap["dungeon_difficulty_ui.bg.rewards.reward_pass.num"]
self.txFrist = self.uiMap["dungeon_difficulty_ui.bg.rewards.reward_first.tx_first"] self.txFrist = self.uiMap["dungeon_difficulty_ui.bg.rewards.reward_first.first.tx_first"]
self.Frist = self.uiMap["dungeon_difficulty_ui.bg.rewards.reward_first.first"]
self.txLock = self.uiMap["dungeon_difficulty_ui.bg.tx_lock"] self.txLock = self.uiMap["dungeon_difficulty_ui.bg.tx_lock"]
self.btnGroup = self.uiMap["dungeon_difficulty_ui.bg.btns"] self.btnGroup = self.uiMap["dungeon_difficulty_ui.bg.btns"]
@ -77,6 +78,11 @@ function DungeonDifficultyUI:onLoadRootComplete()
self.rewardTx:setText(I18N:getGlobalText(I18N.GlobalConst.REWARD_DESC)) self.rewardTx:setText(I18N:getGlobalText(I18N.GlobalConst.REWARD_DESC))
self.txLock:setText(I18N:getGlobalText(I18N.GlobalConst.PASS_REQUIRE)) self.txLock:setText(I18N:getGlobalText(I18N.GlobalConst.PASS_REQUIRE))
-- 背景自适应文本
self.txFrist:getComponent(GConst.TYPEOF_UNITY_CLASS.UI_TEXT_MESH_PRO):ForceMeshUpdate()
local txW = self.txFrist:getComponent(GConst.TYPEOF_UNITY_CLASS.UI_TEXT_MESH_PRO).renderedWidth
self.Frist:setSizeDeltaX(txW + 20)
self:refreshDifficulty() self:refreshDifficulty()
self.btnClose:addClickListener(function() self.btnClose:addClickListener(function()

View File

@ -37,6 +37,10 @@ function GameSettingUI:_display()
local version = CS.BF.BFMain.Instance.GameLaunchMgr:GetCurrentVersion() local version = CS.BF.BFMain.Instance.GameLaunchMgr:GetCurrentVersion()
self.uiMap["game_setting_ui.bg.version_tx"]:setText(I18N:getGlobalText(I18N.GlobalConst.CLIENT_VERSION, version)) self.uiMap["game_setting_ui.bg.version_tx"]:setText(I18N:getGlobalText(I18N.GlobalConst.CLIENT_VERSION, version))
local language = I18N:getCurLanguage() local language = I18N:getCurLanguage()
-- 超框选择小字体特殊处理
if language == "id" or language == "pt" then
language = language .."_1"
end
self.uiMap["game_setting_ui.bg.language_btn.status"]:setSprite(GConst.ATLAS_PATH.UI_SETTING, "language_" .. language) self.uiMap["game_setting_ui.bg.language_btn.status"]:setSprite(GConst.ATLAS_PATH.UI_SETTING, "language_" .. language)
local acountId = DataManager.PlayerData:getAcountId() or GConst.EMPTY_STRING local acountId = DataManager.PlayerData:getAcountId() or GConst.EMPTY_STRING
self.uiMap["game_setting_ui.bg.player_bg.player_id"]:setText(I18N:getGlobalText(I18N.GlobalConst.SETTING_DESC_1, acountId)) self.uiMap["game_setting_ui.bg.player_bg.player_id"]:setText(I18N:getGlobalText(I18N.GlobalConst.SETTING_DESC_1, acountId))

View File

@ -1,204 +0,0 @@
local HeroInfoCell = class("HeroInfoCell", BaseCell)
local FIELD_CELL = "app/ui/gm/cell/field_cell"
local HERO_INFO = {
-- as = 1,
heroid = 2,
level = 3,
ishero = 4,
collision_radius = 5,
group = 6,
atk = 7,
hp = 8,
def = 9,
spd = 10,
crit = 11,
crit_dmg = 12,
acc = 13,
resist = 14,
move = 15,
ultimate_skill_1 = 16,
ultimate_skill_2 = 17,
ultimate_skill_3 = 18,
passive_skill_1 = 19,
passive_skill_2 = 20,
move_factor = 21,
model_id = 22,
x = 23,
y = 24,
z = 25
}
local STRING_FIELD = {
[HERO_INFO.model_id] = true
}
local HERO_DEFAULT_INFO_DESC = {
-- [HERO_INFO.as] = "觉醒等级",
[HERO_INFO.heroid] = "英雄id",
[HERO_INFO.ishero] = "是英雄",
[HERO_INFO.collision_radius] = "碰撞半径",
[HERO_INFO.group] = "属性阵营",
[HERO_INFO.atk] = "攻击",
[HERO_INFO.hp] = "血量",
[HERO_INFO.def] = "防御",
[HERO_INFO.spd] = "行动值",
[HERO_INFO.crit] = "暴击率",
[HERO_INFO.crit_dmg] = "暴击伤害",
[HERO_INFO.acc] = "减益命中",
[HERO_INFO.resist] = "减益抵抗",
[HERO_INFO.move] = "移动速度",
[HERO_INFO.ultimate_skill_1] = "主动技能1",
[HERO_INFO.ultimate_skill_2] = "主动技能2",
[HERO_INFO.ultimate_skill_3] = "主动技能3",
[HERO_INFO.passive_skill_1] = "被动技能1",
[HERO_INFO.passive_skill_2] = "被动技能2",
[HERO_INFO.move_factor] = "减速系数",
[HERO_INFO.level] = "等级",
[HERO_INFO.model_id] = "模型ID",
[HERO_INFO.x] = "初始坐标X",
[HERO_INFO.y] = "初始坐标Y",
[HERO_INFO.z] = "初始坐标Z"
}
local HERO_FIELD_TRANS = {
["ultimate_skill_1"] = "active_skill_1",
["ultimate_skill_2"] = "active_skill_2",
["ultimate_skill_3"] = "active_skill_3",
}
function HeroInfoCell:refresh(heroInfo)
self.heroInfo = heroInfo or {}
self.filedList = {}
if not self.heroInfo.collision_radius and not self.heroInfo.hid then
local info = {}
for field, index in pairs(HERO_INFO) do
if heroInfo and heroInfo[field] then
info[field] = heroInfo[field]
else
if not STRING_FIELD[index] then
info[field] = 0
else
info[field] = ""
end
end
end
self.heroInfo = info
end
local uiMap = self:getUIMap()
uiMap["hero_info_cell.sync_btn.Text"]:getComponent(GConst.TYPEOF_UNITY_CLASS.UI_TEXT).text = "配置表同步"
uiMap["hero_info_cell.clear_btn.Text"]:getComponent(GConst.TYPEOF_UNITY_CLASS.UI_TEXT).text = "清除选定"
uiMap["hero_info_cell.clear_btn"]:addClickListener(function()
self:refresh()
end)
uiMap["hero_info_cell.sync_btn"]:addClickListener(function()
self:syncCfg()
end)
if not self.heroCell then
self.heroCell = CellManager:addCellComp(uiMap["hero_info_cell.hero_cell"], GConst.TYPEOF_LUA_CLASS.HERO_CELL)
end
if self.heroInfo.ishero == 1 then
self.heroCell:refreshWithHeroId(self.heroInfo.heroid, self.heroInfo.level, self.heroInfo.as or 0)
else
self.heroCell:refreshWithMonsterId(self.heroInfo.heroid)
end
if self.heroInfo.heroid <= 0 then
self.heroCell:refreshEmpty()
end
uiMap["hero_info_cell.scrollrect"]:setActive(self.heroInfo.hid == nil)
uiMap["hero_info_cell.sync_btn"]:setActive(self.heroInfo.hid == nil)
if self.heroInfo.hid ~= nil then
return
end
for k, v in pairs(self.heroInfo) do
table.insert(self.filedList, k)
end
table.sort(self.filedList, function(a, b)
return HERO_INFO[a] < HERO_INFO[b]
end)
local y = math.min(50 * #self.filedList / 5)
uiMap["hero_info_cell.scrollrect"]:setSizeDeltaY(y)
if self.fieldScrollRect then
self.fieldScrollRect:updateAllCell()
return
end
self.fieldScrollRect = uiMap["hero_info_cell.scrollrect"]:addLuaComponent(GConst.TYPEOF_LUA_CLASS.SCROLL_RECT_BASE)
self.fieldScrollRect:clearCells()
self.fieldScrollRect:setFadeArgs(0, 0.3)
self.fieldScrollRect:addInitCallback(function()
return FIELD_CELL
end)
self.fieldScrollRect:addRefreshCallback(function(index, cell)
local field = self.filedList[index]
cell:refresh(HERO_DEFAULT_INFO_DESC[HERO_INFO[field]], self.heroInfo, field, STRING_FIELD[HERO_INFO[field]])
end)
self.fieldScrollRect:refillCells(#self.filedList)
end
function HeroInfoCell:syncCfg()
self:getHeroInfo()
if self.heroInfo then
local cfg
if self.heroInfo.ishero == 1 then
cfg = ConfigManager:getConfig("hero")[self.heroInfo.heroid]
if cfg then
for k, value in pairs(self.heroInfo) do
local field = k
if HERO_FIELD_TRANS[field] then
field = HERO_FIELD_TRANS[field]
end
if cfg[field] then
self.heroInfo[k] = cfg[field]
end
end
end
else
cfg = ConfigManager:getConfig("monster")[self.heroInfo.heroid]
if cfg then
for k, value in pairs(self.heroInfo) do
local field = k
if field == "ultimate_skill_1" then
if cfg["act_skillid"] and cfg["act_skillid"][1] then
self.heroInfo[k] = cfg["act_skillid"][1]
end
elseif field == "ultimate_skill_2" then
if cfg["act_skillid"] and cfg["act_skillid"][2] then
self.heroInfo[k] = cfg["act_skillid"][3]
end
elseif field == "ultimate_skill_3" then
if cfg["act_skillid"] and cfg["act_skillid"][3] then
self.heroInfo[k] = cfg["act_skillid"][3]
end
else
if cfg[field] then
self.heroInfo[k] = cfg[field]
end
end
end
end
end
self:refresh(self.heroInfo)
end
end
function HeroInfoCell:getHeroInfo()
if self.fieldScrollRect and not self.heroInfo.hid then
self.fieldScrollRect:getAllCellAndIndex(function(index, cell)
local k, v = cell:getKV()
self.heroInfo[k] = v
end)
end
return self.heroInfo
end
return HeroInfoCell

View File

@ -1,7 +0,0 @@
fileFormatVersion: 2
guid: c4d5254039180fe49be36e5221262280
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -39,8 +39,8 @@ function HeroDetailUI:_display(lvChange)
local elementBg = uiMap["hero_detail_ui.bg.element_bg"] local elementBg = uiMap["hero_detail_ui.bg.element_bg"]
local elementTx = uiMap["hero_detail_ui.bg.element_desc"] local elementTx = uiMap["hero_detail_ui.bg.element_desc"]
local elementTxRectWidth = elementTx:getRectWidth()
elementTx:setText(ModuleManager.HeroManager:getMatchTypeName(self.heroEntity:getMatchType())) elementTx:setText(ModuleManager.HeroManager:getMatchTypeName(self.heroEntity:getMatchType()))
local elementTxRectWidth = elementTx:getRectWidth()
local elementTxWidth = elementTx:getComponent(GConst.TYPEOF_UNITY_CLASS.UI_TEXT_MESH_PRO).preferredWidth local elementTxWidth = elementTx:getComponent(GConst.TYPEOF_UNITY_CLASS.UI_TEXT_MESH_PRO).preferredWidth
if elementTxWidth > elementTxRectWidth then if elementTxWidth > elementTxRectWidth then
elementBg:setSizeDeltaX(52 + elementTxWidth) elementBg:setSizeDeltaX(52 + elementTxWidth)

View File

@ -9,6 +9,10 @@ function PlayerInfoUI:isFullScreen()
return false return false
end end
function PlayerInfoUI:onPressBackspace()
self:closeUI()
end
function PlayerInfoUI:getPrefabPath() function PlayerInfoUI:getPrefabPath()
return "assets/prefabs/ui/player_info/player_info_ui.prefab" return "assets/prefabs/ui/player_info/player_info_ui.prefab"
end end