config
This commit is contained in:
parent
e9ad1db4b3
commit
1764b61251
@ -122,61 +122,61 @@ local attr = {
|
|||||||
[22]={
|
[22]={
|
||||||
["id"]=22,
|
["id"]=22,
|
||||||
["name"]="attr_atkp_red",
|
["name"]="attr_atkp_red",
|
||||||
["power"]=3,
|
["power"]=0,
|
||||||
["is_percent"]=1
|
["is_percent"]=1
|
||||||
},
|
},
|
||||||
[23]={
|
[23]={
|
||||||
["id"]=23,
|
["id"]=23,
|
||||||
["name"]="attr_atkp_yellow",
|
["name"]="attr_atkp_yellow",
|
||||||
["power"]=3,
|
["power"]=0,
|
||||||
["is_percent"]=1
|
["is_percent"]=1
|
||||||
},
|
},
|
||||||
[24]={
|
[24]={
|
||||||
["id"]=24,
|
["id"]=24,
|
||||||
["name"]="attr_atkp_green",
|
["name"]="attr_atkp_green",
|
||||||
["power"]=3,
|
["power"]=0,
|
||||||
["is_percent"]=1
|
["is_percent"]=1
|
||||||
},
|
},
|
||||||
[25]={
|
[25]={
|
||||||
["id"]=25,
|
["id"]=25,
|
||||||
["name"]="attr_atkp_blue",
|
["name"]="attr_atkp_blue",
|
||||||
["power"]=3,
|
["power"]=0,
|
||||||
["is_percent"]=1
|
["is_percent"]=1
|
||||||
},
|
},
|
||||||
[26]={
|
[26]={
|
||||||
["id"]=26,
|
["id"]=26,
|
||||||
["name"]="attr_atkp_purple",
|
["name"]="attr_atkp_purple",
|
||||||
["power"]=3,
|
["power"]=0,
|
||||||
["is_percent"]=1
|
["is_percent"]=1
|
||||||
},
|
},
|
||||||
[27]={
|
[27]={
|
||||||
["id"]=27,
|
["id"]=27,
|
||||||
["name"]="attr_hpp_red",
|
["name"]="attr_hpp_red",
|
||||||
["power"]=3,
|
["power"]=0,
|
||||||
["is_percent"]=1
|
["is_percent"]=1
|
||||||
},
|
},
|
||||||
[28]={
|
[28]={
|
||||||
["id"]=28,
|
["id"]=28,
|
||||||
["name"]="attr_hpp_yellow",
|
["name"]="attr_hpp_yellow",
|
||||||
["power"]=3,
|
["power"]=0,
|
||||||
["is_percent"]=1
|
["is_percent"]=1
|
||||||
},
|
},
|
||||||
[29]={
|
[29]={
|
||||||
["id"]=29,
|
["id"]=29,
|
||||||
["name"]="attr_hpp_green",
|
["name"]="attr_hpp_green",
|
||||||
["power"]=3,
|
["power"]=0,
|
||||||
["is_percent"]=1
|
["is_percent"]=1
|
||||||
},
|
},
|
||||||
[30]={
|
[30]={
|
||||||
["id"]=30,
|
["id"]=30,
|
||||||
["name"]="attr_hpp_blue",
|
["name"]="attr_hpp_blue",
|
||||||
["power"]=3,
|
["power"]=0,
|
||||||
["is_percent"]=1
|
["is_percent"]=1
|
||||||
},
|
},
|
||||||
[31]={
|
[31]={
|
||||||
["id"]=31,
|
["id"]=31,
|
||||||
["name"]="attr_hpp_purple",
|
["name"]="attr_hpp_purple",
|
||||||
["power"]=3,
|
["power"]=0,
|
||||||
["is_percent"]=1
|
["is_percent"]=1
|
||||||
},
|
},
|
||||||
[32]={
|
[32]={
|
||||||
@ -347,31 +347,31 @@ local attr = {
|
|||||||
[62]={
|
[62]={
|
||||||
["id"]=62,
|
["id"]=62,
|
||||||
["name"]="attr_atkp_red_all",
|
["name"]="attr_atkp_red_all",
|
||||||
["power"]=3,
|
["power"]=0,
|
||||||
["is_percent"]=1
|
["is_percent"]=1
|
||||||
},
|
},
|
||||||
[63]={
|
[63]={
|
||||||
["id"]=63,
|
["id"]=63,
|
||||||
["name"]="attr_atkp_yellow_all",
|
["name"]="attr_atkp_yellow_all",
|
||||||
["power"]=3,
|
["power"]=0,
|
||||||
["is_percent"]=1
|
["is_percent"]=1
|
||||||
},
|
},
|
||||||
[64]={
|
[64]={
|
||||||
["id"]=64,
|
["id"]=64,
|
||||||
["name"]="attr_atkp_green_all",
|
["name"]="attr_atkp_green_all",
|
||||||
["power"]=3,
|
["power"]=0,
|
||||||
["is_percent"]=1
|
["is_percent"]=1
|
||||||
},
|
},
|
||||||
[65]={
|
[65]={
|
||||||
["id"]=65,
|
["id"]=65,
|
||||||
["name"]="attr_atkp_blue_all",
|
["name"]="attr_atkp_blue_all",
|
||||||
["power"]=3,
|
["power"]=0,
|
||||||
["is_percent"]=1
|
["is_percent"]=1
|
||||||
},
|
},
|
||||||
[66]={
|
[66]={
|
||||||
["id"]=66,
|
["id"]=66,
|
||||||
["name"]="attr_atkp_purple_all",
|
["name"]="attr_atkp_purple_all",
|
||||||
["power"]=3,
|
["power"]=0,
|
||||||
["is_percent"]=1
|
["is_percent"]=1
|
||||||
},
|
},
|
||||||
[67]={
|
[67]={
|
||||||
@ -416,7 +416,7 @@ local attr = {
|
|||||||
[74]={
|
[74]={
|
||||||
["id"]=74,
|
["id"]=74,
|
||||||
["name"]="attr_atkp_all",
|
["name"]="attr_atkp_all",
|
||||||
["power"]=3,
|
["power"]=0,
|
||||||
["is_percent"]=1
|
["is_percent"]=1
|
||||||
},
|
},
|
||||||
[75]={
|
[75]={
|
||||||
@ -447,7 +447,7 @@ local attr = {
|
|||||||
[80]={
|
[80]={
|
||||||
["id"]=80,
|
["id"]=80,
|
||||||
["name"]="attr_hpp_all",
|
["name"]="attr_hpp_all",
|
||||||
["power"]=3,
|
["power"]=0,
|
||||||
["is_percent"]=1
|
["is_percent"]=1
|
||||||
},
|
},
|
||||||
[81]={
|
[81]={
|
||||||
@ -477,31 +477,31 @@ local attr = {
|
|||||||
[85]={
|
[85]={
|
||||||
["id"]=85,
|
["id"]=85,
|
||||||
["name"]="attr_hpp_red_all",
|
["name"]="attr_hpp_red_all",
|
||||||
["power"]=3,
|
["power"]=0,
|
||||||
["is_percent"]=1
|
["is_percent"]=1
|
||||||
},
|
},
|
||||||
[86]={
|
[86]={
|
||||||
["id"]=86,
|
["id"]=86,
|
||||||
["name"]="attr_hpp_yellow_all",
|
["name"]="attr_hpp_yellow_all",
|
||||||
["power"]=3,
|
["power"]=0,
|
||||||
["is_percent"]=1
|
["is_percent"]=1
|
||||||
},
|
},
|
||||||
[87]={
|
[87]={
|
||||||
["id"]=87,
|
["id"]=87,
|
||||||
["name"]="attr_hpp_green_all",
|
["name"]="attr_hpp_green_all",
|
||||||
["power"]=3,
|
["power"]=0,
|
||||||
["is_percent"]=1
|
["is_percent"]=1
|
||||||
},
|
},
|
||||||
[88]={
|
[88]={
|
||||||
["id"]=88,
|
["id"]=88,
|
||||||
["name"]="attr_hpp_blue_all",
|
["name"]="attr_hpp_blue_all",
|
||||||
["power"]=3,
|
["power"]=0,
|
||||||
["is_percent"]=1
|
["is_percent"]=1
|
||||||
},
|
},
|
||||||
[89]={
|
[89]={
|
||||||
["id"]=89,
|
["id"]=89,
|
||||||
["name"]="attr_hpp_purple_all",
|
["name"]="attr_hpp_purple_all",
|
||||||
["power"]=3,
|
["power"]=0,
|
||||||
["is_percent"]=1
|
["is_percent"]=1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -2,9 +2,10 @@ local chapter_dungeon = {
|
|||||||
[1001]={
|
[1001]={
|
||||||
["next_chapter"]=1002,
|
["next_chapter"]=1002,
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["scene"]="bg_gold",
|
["icon"]="chapter_3",
|
||||||
["block_icon"]="battle_hinder_gold",
|
["scene"]="bg_3",
|
||||||
["chess_board"]="chessboard_1",
|
["block_icon"]="battle_hinder_3",
|
||||||
|
["chess_board"]="chessboard_3",
|
||||||
["board"]={
|
["board"]={
|
||||||
1
|
1
|
||||||
},
|
},
|
||||||
@ -46,9 +47,10 @@ local chapter_dungeon = {
|
|||||||
["before_chapter"]=1001,
|
["before_chapter"]=1001,
|
||||||
["next_chapter"]=1003,
|
["next_chapter"]=1003,
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["scene"]="bg_gold",
|
["icon"]="chapter_3",
|
||||||
["block_icon"]="battle_hinder_gold",
|
["scene"]="bg_3",
|
||||||
["chess_board"]="chessboard_1",
|
["block_icon"]="battle_hinder_3",
|
||||||
|
["chess_board"]="chessboard_3",
|
||||||
["board"]={
|
["board"]={
|
||||||
2
|
2
|
||||||
},
|
},
|
||||||
@ -90,9 +92,10 @@ local chapter_dungeon = {
|
|||||||
["before_chapter"]=1002,
|
["before_chapter"]=1002,
|
||||||
["next_chapter"]=1004,
|
["next_chapter"]=1004,
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["scene"]="bg_gold",
|
["icon"]="chapter_3",
|
||||||
["block_icon"]="battle_hinder_gold",
|
["scene"]="bg_3",
|
||||||
["chess_board"]="chessboard_1",
|
["block_icon"]="battle_hinder_3",
|
||||||
|
["chess_board"]="chessboard_3",
|
||||||
["board"]={
|
["board"]={
|
||||||
3
|
3
|
||||||
},
|
},
|
||||||
@ -134,9 +137,10 @@ local chapter_dungeon = {
|
|||||||
["before_chapter"]=1003,
|
["before_chapter"]=1003,
|
||||||
["next_chapter"]=1005,
|
["next_chapter"]=1005,
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["scene"]="bg_gold",
|
["icon"]="chapter_3",
|
||||||
["block_icon"]="battle_hinder_gold",
|
["scene"]="bg_3",
|
||||||
["chess_board"]="chessboard_1",
|
["block_icon"]="battle_hinder_3",
|
||||||
|
["chess_board"]="chessboard_3",
|
||||||
["board"]={
|
["board"]={
|
||||||
4
|
4
|
||||||
},
|
},
|
||||||
@ -178,9 +182,10 @@ local chapter_dungeon = {
|
|||||||
["before_chapter"]=1004,
|
["before_chapter"]=1004,
|
||||||
["next_chapter"]=1006,
|
["next_chapter"]=1006,
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["scene"]="bg_gold",
|
["icon"]="chapter_3",
|
||||||
["block_icon"]="battle_hinder_gold",
|
["scene"]="bg_3",
|
||||||
["chess_board"]="chessboard_1",
|
["block_icon"]="battle_hinder_3",
|
||||||
|
["chess_board"]="chessboard_3",
|
||||||
["board"]={
|
["board"]={
|
||||||
5
|
5
|
||||||
},
|
},
|
||||||
@ -222,9 +227,10 @@ local chapter_dungeon = {
|
|||||||
["before_chapter"]=1005,
|
["before_chapter"]=1005,
|
||||||
["next_chapter"]=1007,
|
["next_chapter"]=1007,
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["scene"]="bg_gold",
|
["icon"]="chapter_3",
|
||||||
["block_icon"]="battle_hinder_gold",
|
["scene"]="bg_3",
|
||||||
["chess_board"]="chessboard_1",
|
["block_icon"]="battle_hinder_3",
|
||||||
|
["chess_board"]="chessboard_3",
|
||||||
["board"]={
|
["board"]={
|
||||||
6
|
6
|
||||||
},
|
},
|
||||||
@ -266,9 +272,10 @@ local chapter_dungeon = {
|
|||||||
["before_chapter"]=1006,
|
["before_chapter"]=1006,
|
||||||
["next_chapter"]=1008,
|
["next_chapter"]=1008,
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["scene"]="bg_gold",
|
["icon"]="chapter_3",
|
||||||
["block_icon"]="battle_hinder_gold",
|
["scene"]="bg_3",
|
||||||
["chess_board"]="chessboard_1",
|
["block_icon"]="battle_hinder_3",
|
||||||
|
["chess_board"]="chessboard_3",
|
||||||
["board"]={
|
["board"]={
|
||||||
7
|
7
|
||||||
},
|
},
|
||||||
@ -310,9 +317,10 @@ local chapter_dungeon = {
|
|||||||
["before_chapter"]=1007,
|
["before_chapter"]=1007,
|
||||||
["next_chapter"]=1009,
|
["next_chapter"]=1009,
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["scene"]="bg_gold",
|
["icon"]="chapter_3",
|
||||||
["block_icon"]="battle_hinder_gold",
|
["scene"]="bg_3",
|
||||||
["chess_board"]="chessboard_1",
|
["block_icon"]="battle_hinder_3",
|
||||||
|
["chess_board"]="chessboard_3",
|
||||||
["board"]={
|
["board"]={
|
||||||
8
|
8
|
||||||
},
|
},
|
||||||
@ -354,9 +362,10 @@ local chapter_dungeon = {
|
|||||||
["before_chapter"]=1008,
|
["before_chapter"]=1008,
|
||||||
["next_chapter"]=1010,
|
["next_chapter"]=1010,
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["scene"]="bg_gold",
|
["icon"]="chapter_3",
|
||||||
["block_icon"]="battle_hinder_gold",
|
["scene"]="bg_3",
|
||||||
["chess_board"]="chessboard_1",
|
["block_icon"]="battle_hinder_3",
|
||||||
|
["chess_board"]="chessboard_3",
|
||||||
["board"]={
|
["board"]={
|
||||||
9
|
9
|
||||||
},
|
},
|
||||||
@ -398,9 +407,10 @@ local chapter_dungeon = {
|
|||||||
["before_chapter"]=1009,
|
["before_chapter"]=1009,
|
||||||
["next_chapter"]=1011,
|
["next_chapter"]=1011,
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["scene"]="bg_gold",
|
["icon"]="chapter_3",
|
||||||
["block_icon"]="battle_hinder_gold",
|
["scene"]="bg_3",
|
||||||
["chess_board"]="chessboard_1",
|
["block_icon"]="battle_hinder_3",
|
||||||
|
["chess_board"]="chessboard_3",
|
||||||
["board"]={
|
["board"]={
|
||||||
10
|
10
|
||||||
},
|
},
|
||||||
@ -442,9 +452,10 @@ local chapter_dungeon = {
|
|||||||
["before_chapter"]=1010,
|
["before_chapter"]=1010,
|
||||||
["next_chapter"]=1012,
|
["next_chapter"]=1012,
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["scene"]="bg_gold",
|
["icon"]="chapter_3",
|
||||||
["block_icon"]="battle_hinder_gold",
|
["scene"]="bg_3",
|
||||||
["chess_board"]="chessboard_1",
|
["block_icon"]="battle_hinder_3",
|
||||||
|
["chess_board"]="chessboard_3",
|
||||||
["board"]={
|
["board"]={
|
||||||
11
|
11
|
||||||
},
|
},
|
||||||
@ -486,9 +497,10 @@ local chapter_dungeon = {
|
|||||||
["before_chapter"]=1011,
|
["before_chapter"]=1011,
|
||||||
["next_chapter"]=1013,
|
["next_chapter"]=1013,
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["scene"]="bg_gold",
|
["icon"]="chapter_3",
|
||||||
["block_icon"]="battle_hinder_gold",
|
["scene"]="bg_3",
|
||||||
["chess_board"]="chessboard_1",
|
["block_icon"]="battle_hinder_3",
|
||||||
|
["chess_board"]="chessboard_3",
|
||||||
["board"]={
|
["board"]={
|
||||||
12
|
12
|
||||||
},
|
},
|
||||||
@ -530,9 +542,10 @@ local chapter_dungeon = {
|
|||||||
["before_chapter"]=1012,
|
["before_chapter"]=1012,
|
||||||
["next_chapter"]=1014,
|
["next_chapter"]=1014,
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["scene"]="bg_gold",
|
["icon"]="chapter_3",
|
||||||
["block_icon"]="battle_hinder_gold",
|
["scene"]="bg_3",
|
||||||
["chess_board"]="chessboard_1",
|
["block_icon"]="battle_hinder_3",
|
||||||
|
["chess_board"]="chessboard_3",
|
||||||
["board"]={
|
["board"]={
|
||||||
13
|
13
|
||||||
},
|
},
|
||||||
@ -574,9 +587,10 @@ local chapter_dungeon = {
|
|||||||
["before_chapter"]=1013,
|
["before_chapter"]=1013,
|
||||||
["next_chapter"]=1015,
|
["next_chapter"]=1015,
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["scene"]="bg_gold",
|
["icon"]="chapter_3",
|
||||||
["block_icon"]="battle_hinder_gold",
|
["scene"]="bg_3",
|
||||||
["chess_board"]="chessboard_1",
|
["block_icon"]="battle_hinder_3",
|
||||||
|
["chess_board"]="chessboard_3",
|
||||||
["board"]={
|
["board"]={
|
||||||
14
|
14
|
||||||
},
|
},
|
||||||
@ -618,9 +632,10 @@ local chapter_dungeon = {
|
|||||||
["before_chapter"]=1014,
|
["before_chapter"]=1014,
|
||||||
["next_chapter"]=1016,
|
["next_chapter"]=1016,
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["scene"]="bg_gold",
|
["icon"]="chapter_3",
|
||||||
["block_icon"]="battle_hinder_gold",
|
["scene"]="bg_3",
|
||||||
["chess_board"]="chessboard_1",
|
["block_icon"]="battle_hinder_3",
|
||||||
|
["chess_board"]="chessboard_3",
|
||||||
["board"]={
|
["board"]={
|
||||||
15
|
15
|
||||||
},
|
},
|
||||||
@ -662,9 +677,10 @@ local chapter_dungeon = {
|
|||||||
["before_chapter"]=1015,
|
["before_chapter"]=1015,
|
||||||
["next_chapter"]=1017,
|
["next_chapter"]=1017,
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["scene"]="bg_gold",
|
["icon"]="chapter_3",
|
||||||
["block_icon"]="battle_hinder_gold",
|
["scene"]="bg_3",
|
||||||
["chess_board"]="chessboard_1",
|
["block_icon"]="battle_hinder_3",
|
||||||
|
["chess_board"]="chessboard_3",
|
||||||
["board"]={
|
["board"]={
|
||||||
16
|
16
|
||||||
},
|
},
|
||||||
@ -706,9 +722,10 @@ local chapter_dungeon = {
|
|||||||
["before_chapter"]=1016,
|
["before_chapter"]=1016,
|
||||||
["next_chapter"]=1018,
|
["next_chapter"]=1018,
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["scene"]="bg_gold",
|
["icon"]="chapter_3",
|
||||||
["block_icon"]="battle_hinder_gold",
|
["scene"]="bg_3",
|
||||||
["chess_board"]="chessboard_1",
|
["block_icon"]="battle_hinder_3",
|
||||||
|
["chess_board"]="chessboard_3",
|
||||||
["board"]={
|
["board"]={
|
||||||
17
|
17
|
||||||
},
|
},
|
||||||
@ -750,9 +767,10 @@ local chapter_dungeon = {
|
|||||||
["before_chapter"]=1017,
|
["before_chapter"]=1017,
|
||||||
["next_chapter"]=1019,
|
["next_chapter"]=1019,
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["scene"]="bg_gold",
|
["icon"]="chapter_3",
|
||||||
["block_icon"]="battle_hinder_gold",
|
["scene"]="bg_3",
|
||||||
["chess_board"]="chessboard_1",
|
["block_icon"]="battle_hinder_3",
|
||||||
|
["chess_board"]="chessboard_3",
|
||||||
["board"]={
|
["board"]={
|
||||||
18
|
18
|
||||||
},
|
},
|
||||||
@ -794,9 +812,10 @@ local chapter_dungeon = {
|
|||||||
["before_chapter"]=1018,
|
["before_chapter"]=1018,
|
||||||
["next_chapter"]=1020,
|
["next_chapter"]=1020,
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["scene"]="bg_gold",
|
["icon"]="chapter_3",
|
||||||
["block_icon"]="battle_hinder_gold",
|
["scene"]="bg_3",
|
||||||
["chess_board"]="chessboard_1",
|
["block_icon"]="battle_hinder_3",
|
||||||
|
["chess_board"]="chessboard_3",
|
||||||
["board"]={
|
["board"]={
|
||||||
19
|
19
|
||||||
},
|
},
|
||||||
@ -837,9 +856,10 @@ local chapter_dungeon = {
|
|||||||
[1020]={
|
[1020]={
|
||||||
["before_chapter"]=1019,
|
["before_chapter"]=1019,
|
||||||
["type"]=1,
|
["type"]=1,
|
||||||
["scene"]="bg_gold",
|
["icon"]="chapter_3",
|
||||||
["block_icon"]="battle_hinder_gold",
|
["scene"]="bg_3",
|
||||||
["chess_board"]="chessboard_1",
|
["block_icon"]="battle_hinder_3",
|
||||||
|
["chess_board"]="chessboard_3",
|
||||||
["board"]={
|
["board"]={
|
||||||
20
|
20
|
||||||
},
|
},
|
||||||
@ -880,8 +900,9 @@ local chapter_dungeon = {
|
|||||||
[2001]={
|
[2001]={
|
||||||
["next_chapter"]=2002,
|
["next_chapter"]=2002,
|
||||||
["type"]=2,
|
["type"]=2,
|
||||||
["scene"]="bg_gold",
|
["icon"]="chapter_1",
|
||||||
["block_icon"]="battle_hinder_gold",
|
["scene"]="bg_1",
|
||||||
|
["block_icon"]="battle_hinder_1",
|
||||||
["chess_board"]="chessboard_1",
|
["chess_board"]="chessboard_1",
|
||||||
["board"]={
|
["board"]={
|
||||||
21
|
21
|
||||||
@ -924,8 +945,9 @@ local chapter_dungeon = {
|
|||||||
["before_chapter"]=2001,
|
["before_chapter"]=2001,
|
||||||
["next_chapter"]=2003,
|
["next_chapter"]=2003,
|
||||||
["type"]=2,
|
["type"]=2,
|
||||||
["scene"]="bg_gold",
|
["icon"]="chapter_1",
|
||||||
["block_icon"]="battle_hinder_gold",
|
["scene"]="bg_1",
|
||||||
|
["block_icon"]="battle_hinder_1",
|
||||||
["chess_board"]="chessboard_1",
|
["chess_board"]="chessboard_1",
|
||||||
["board"]={
|
["board"]={
|
||||||
22
|
22
|
||||||
@ -968,8 +990,9 @@ local chapter_dungeon = {
|
|||||||
["before_chapter"]=2002,
|
["before_chapter"]=2002,
|
||||||
["next_chapter"]=2004,
|
["next_chapter"]=2004,
|
||||||
["type"]=2,
|
["type"]=2,
|
||||||
["scene"]="bg_gold",
|
["icon"]="chapter_1",
|
||||||
["block_icon"]="battle_hinder_gold",
|
["scene"]="bg_1",
|
||||||
|
["block_icon"]="battle_hinder_1",
|
||||||
["chess_board"]="chessboard_1",
|
["chess_board"]="chessboard_1",
|
||||||
["board"]={
|
["board"]={
|
||||||
23
|
23
|
||||||
@ -1012,8 +1035,9 @@ local chapter_dungeon = {
|
|||||||
["before_chapter"]=2003,
|
["before_chapter"]=2003,
|
||||||
["next_chapter"]=2005,
|
["next_chapter"]=2005,
|
||||||
["type"]=2,
|
["type"]=2,
|
||||||
["scene"]="bg_gold",
|
["icon"]="chapter_1",
|
||||||
["block_icon"]="battle_hinder_gold",
|
["scene"]="bg_1",
|
||||||
|
["block_icon"]="battle_hinder_1",
|
||||||
["chess_board"]="chessboard_1",
|
["chess_board"]="chessboard_1",
|
||||||
["board"]={
|
["board"]={
|
||||||
24
|
24
|
||||||
@ -1056,8 +1080,9 @@ local chapter_dungeon = {
|
|||||||
["before_chapter"]=2004,
|
["before_chapter"]=2004,
|
||||||
["next_chapter"]=2006,
|
["next_chapter"]=2006,
|
||||||
["type"]=2,
|
["type"]=2,
|
||||||
["scene"]="bg_gold",
|
["icon"]="chapter_1",
|
||||||
["block_icon"]="battle_hinder_gold",
|
["scene"]="bg_1",
|
||||||
|
["block_icon"]="battle_hinder_1",
|
||||||
["chess_board"]="chessboard_1",
|
["chess_board"]="chessboard_1",
|
||||||
["board"]={
|
["board"]={
|
||||||
25
|
25
|
||||||
@ -1100,8 +1125,9 @@ local chapter_dungeon = {
|
|||||||
["before_chapter"]=2005,
|
["before_chapter"]=2005,
|
||||||
["next_chapter"]=2007,
|
["next_chapter"]=2007,
|
||||||
["type"]=2,
|
["type"]=2,
|
||||||
["scene"]="bg_gold",
|
["icon"]="chapter_1",
|
||||||
["block_icon"]="battle_hinder_gold",
|
["scene"]="bg_1",
|
||||||
|
["block_icon"]="battle_hinder_1",
|
||||||
["chess_board"]="chessboard_1",
|
["chess_board"]="chessboard_1",
|
||||||
["board"]={
|
["board"]={
|
||||||
26
|
26
|
||||||
@ -1144,8 +1170,9 @@ local chapter_dungeon = {
|
|||||||
["before_chapter"]=2006,
|
["before_chapter"]=2006,
|
||||||
["next_chapter"]=2008,
|
["next_chapter"]=2008,
|
||||||
["type"]=2,
|
["type"]=2,
|
||||||
["scene"]="bg_gold",
|
["icon"]="chapter_1",
|
||||||
["block_icon"]="battle_hinder_gold",
|
["scene"]="bg_1",
|
||||||
|
["block_icon"]="battle_hinder_1",
|
||||||
["chess_board"]="chessboard_1",
|
["chess_board"]="chessboard_1",
|
||||||
["board"]={
|
["board"]={
|
||||||
27
|
27
|
||||||
@ -1188,8 +1215,9 @@ local chapter_dungeon = {
|
|||||||
["before_chapter"]=2007,
|
["before_chapter"]=2007,
|
||||||
["next_chapter"]=2009,
|
["next_chapter"]=2009,
|
||||||
["type"]=2,
|
["type"]=2,
|
||||||
["scene"]="bg_gold",
|
["icon"]="chapter_1",
|
||||||
["block_icon"]="battle_hinder_gold",
|
["scene"]="bg_1",
|
||||||
|
["block_icon"]="battle_hinder_1",
|
||||||
["chess_board"]="chessboard_1",
|
["chess_board"]="chessboard_1",
|
||||||
["board"]={
|
["board"]={
|
||||||
28
|
28
|
||||||
@ -1232,8 +1260,9 @@ local chapter_dungeon = {
|
|||||||
["before_chapter"]=2008,
|
["before_chapter"]=2008,
|
||||||
["next_chapter"]=2010,
|
["next_chapter"]=2010,
|
||||||
["type"]=2,
|
["type"]=2,
|
||||||
["scene"]="bg_gold",
|
["icon"]="chapter_1",
|
||||||
["block_icon"]="battle_hinder_gold",
|
["scene"]="bg_1",
|
||||||
|
["block_icon"]="battle_hinder_1",
|
||||||
["chess_board"]="chessboard_1",
|
["chess_board"]="chessboard_1",
|
||||||
["board"]={
|
["board"]={
|
||||||
29
|
29
|
||||||
@ -1276,8 +1305,9 @@ local chapter_dungeon = {
|
|||||||
["before_chapter"]=2009,
|
["before_chapter"]=2009,
|
||||||
["next_chapter"]=2011,
|
["next_chapter"]=2011,
|
||||||
["type"]=2,
|
["type"]=2,
|
||||||
["scene"]="bg_gold",
|
["icon"]="chapter_1",
|
||||||
["block_icon"]="battle_hinder_gold",
|
["scene"]="bg_1",
|
||||||
|
["block_icon"]="battle_hinder_1",
|
||||||
["chess_board"]="chessboard_1",
|
["chess_board"]="chessboard_1",
|
||||||
["board"]={
|
["board"]={
|
||||||
30
|
30
|
||||||
@ -1320,8 +1350,9 @@ local chapter_dungeon = {
|
|||||||
["before_chapter"]=2010,
|
["before_chapter"]=2010,
|
||||||
["next_chapter"]=2012,
|
["next_chapter"]=2012,
|
||||||
["type"]=2,
|
["type"]=2,
|
||||||
["scene"]="bg_gold",
|
["icon"]="chapter_1",
|
||||||
["block_icon"]="battle_hinder_gold",
|
["scene"]="bg_1",
|
||||||
|
["block_icon"]="battle_hinder_1",
|
||||||
["chess_board"]="chessboard_1",
|
["chess_board"]="chessboard_1",
|
||||||
["board"]={
|
["board"]={
|
||||||
31
|
31
|
||||||
@ -1364,8 +1395,9 @@ local chapter_dungeon = {
|
|||||||
["before_chapter"]=2011,
|
["before_chapter"]=2011,
|
||||||
["next_chapter"]=2013,
|
["next_chapter"]=2013,
|
||||||
["type"]=2,
|
["type"]=2,
|
||||||
["scene"]="bg_gold",
|
["icon"]="chapter_1",
|
||||||
["block_icon"]="battle_hinder_gold",
|
["scene"]="bg_1",
|
||||||
|
["block_icon"]="battle_hinder_1",
|
||||||
["chess_board"]="chessboard_1",
|
["chess_board"]="chessboard_1",
|
||||||
["board"]={
|
["board"]={
|
||||||
32
|
32
|
||||||
@ -1408,8 +1440,9 @@ local chapter_dungeon = {
|
|||||||
["before_chapter"]=2012,
|
["before_chapter"]=2012,
|
||||||
["next_chapter"]=2014,
|
["next_chapter"]=2014,
|
||||||
["type"]=2,
|
["type"]=2,
|
||||||
["scene"]="bg_gold",
|
["icon"]="chapter_1",
|
||||||
["block_icon"]="battle_hinder_gold",
|
["scene"]="bg_1",
|
||||||
|
["block_icon"]="battle_hinder_1",
|
||||||
["chess_board"]="chessboard_1",
|
["chess_board"]="chessboard_1",
|
||||||
["board"]={
|
["board"]={
|
||||||
33
|
33
|
||||||
@ -1452,8 +1485,9 @@ local chapter_dungeon = {
|
|||||||
["before_chapter"]=2013,
|
["before_chapter"]=2013,
|
||||||
["next_chapter"]=2015,
|
["next_chapter"]=2015,
|
||||||
["type"]=2,
|
["type"]=2,
|
||||||
["scene"]="bg_gold",
|
["icon"]="chapter_1",
|
||||||
["block_icon"]="battle_hinder_gold",
|
["scene"]="bg_1",
|
||||||
|
["block_icon"]="battle_hinder_1",
|
||||||
["chess_board"]="chessboard_1",
|
["chess_board"]="chessboard_1",
|
||||||
["board"]={
|
["board"]={
|
||||||
34
|
34
|
||||||
@ -1496,8 +1530,9 @@ local chapter_dungeon = {
|
|||||||
["before_chapter"]=2014,
|
["before_chapter"]=2014,
|
||||||
["next_chapter"]=2016,
|
["next_chapter"]=2016,
|
||||||
["type"]=2,
|
["type"]=2,
|
||||||
["scene"]="bg_gold",
|
["icon"]="chapter_1",
|
||||||
["block_icon"]="battle_hinder_gold",
|
["scene"]="bg_1",
|
||||||
|
["block_icon"]="battle_hinder_1",
|
||||||
["chess_board"]="chessboard_1",
|
["chess_board"]="chessboard_1",
|
||||||
["board"]={
|
["board"]={
|
||||||
35
|
35
|
||||||
@ -1540,8 +1575,9 @@ local chapter_dungeon = {
|
|||||||
["before_chapter"]=2015,
|
["before_chapter"]=2015,
|
||||||
["next_chapter"]=2017,
|
["next_chapter"]=2017,
|
||||||
["type"]=2,
|
["type"]=2,
|
||||||
["scene"]="bg_gold",
|
["icon"]="chapter_1",
|
||||||
["block_icon"]="battle_hinder_gold",
|
["scene"]="bg_1",
|
||||||
|
["block_icon"]="battle_hinder_1",
|
||||||
["chess_board"]="chessboard_1",
|
["chess_board"]="chessboard_1",
|
||||||
["board"]={
|
["board"]={
|
||||||
36
|
36
|
||||||
@ -1584,8 +1620,9 @@ local chapter_dungeon = {
|
|||||||
["before_chapter"]=2016,
|
["before_chapter"]=2016,
|
||||||
["next_chapter"]=2018,
|
["next_chapter"]=2018,
|
||||||
["type"]=2,
|
["type"]=2,
|
||||||
["scene"]="bg_gold",
|
["icon"]="chapter_1",
|
||||||
["block_icon"]="battle_hinder_gold",
|
["scene"]="bg_1",
|
||||||
|
["block_icon"]="battle_hinder_1",
|
||||||
["chess_board"]="chessboard_1",
|
["chess_board"]="chessboard_1",
|
||||||
["board"]={
|
["board"]={
|
||||||
37
|
37
|
||||||
@ -1628,8 +1665,9 @@ local chapter_dungeon = {
|
|||||||
["before_chapter"]=2017,
|
["before_chapter"]=2017,
|
||||||
["next_chapter"]=2019,
|
["next_chapter"]=2019,
|
||||||
["type"]=2,
|
["type"]=2,
|
||||||
["scene"]="bg_gold",
|
["icon"]="chapter_1",
|
||||||
["block_icon"]="battle_hinder_gold",
|
["scene"]="bg_1",
|
||||||
|
["block_icon"]="battle_hinder_1",
|
||||||
["chess_board"]="chessboard_1",
|
["chess_board"]="chessboard_1",
|
||||||
["board"]={
|
["board"]={
|
||||||
38
|
38
|
||||||
@ -1672,8 +1710,9 @@ local chapter_dungeon = {
|
|||||||
["before_chapter"]=2018,
|
["before_chapter"]=2018,
|
||||||
["next_chapter"]=2020,
|
["next_chapter"]=2020,
|
||||||
["type"]=2,
|
["type"]=2,
|
||||||
["scene"]="bg_gold",
|
["icon"]="chapter_1",
|
||||||
["block_icon"]="battle_hinder_gold",
|
["scene"]="bg_1",
|
||||||
|
["block_icon"]="battle_hinder_1",
|
||||||
["chess_board"]="chessboard_1",
|
["chess_board"]="chessboard_1",
|
||||||
["board"]={
|
["board"]={
|
||||||
39
|
39
|
||||||
@ -1715,8 +1754,9 @@ local chapter_dungeon = {
|
|||||||
[2020]={
|
[2020]={
|
||||||
["before_chapter"]=2019,
|
["before_chapter"]=2019,
|
||||||
["type"]=2,
|
["type"]=2,
|
||||||
["scene"]="bg_gold",
|
["icon"]="chapter_1",
|
||||||
["block_icon"]="battle_hinder_gold",
|
["scene"]="bg_1",
|
||||||
|
["block_icon"]="battle_hinder_1",
|
||||||
["chess_board"]="chessboard_1",
|
["chess_board"]="chessboard_1",
|
||||||
["board"]={
|
["board"]={
|
||||||
40
|
40
|
||||||
|
|||||||
@ -12811,6 +12811,7 @@ local skill = {
|
|||||||
},
|
},
|
||||||
["shake_time"]=100,
|
["shake_time"]=100,
|
||||||
["shake_type"]=1,
|
["shake_type"]=1,
|
||||||
|
["sound"]=30001001,
|
||||||
["name_act"]="attack01",
|
["name_act"]="attack01",
|
||||||
["name_hit"]={
|
["name_hit"]={
|
||||||
"suffer01"
|
"suffer01"
|
||||||
@ -12835,6 +12836,7 @@ local skill = {
|
|||||||
},
|
},
|
||||||
["shake_time"]=100,
|
["shake_time"]=100,
|
||||||
["shake_type"]=1,
|
["shake_type"]=1,
|
||||||
|
["sound"]=30001001,
|
||||||
["name_act"]="attack02",
|
["name_act"]="attack02",
|
||||||
["name_hit"]={
|
["name_hit"]={
|
||||||
"suffer02"
|
"suffer02"
|
||||||
@ -12859,6 +12861,7 @@ local skill = {
|
|||||||
},
|
},
|
||||||
["shake_time"]=100,
|
["shake_time"]=100,
|
||||||
["shake_type"]=1,
|
["shake_type"]=1,
|
||||||
|
["sound"]=30001003,
|
||||||
["name_act"]="attack03",
|
["name_act"]="attack03",
|
||||||
["name_hit"]={
|
["name_hit"]={
|
||||||
"suffer01"
|
"suffer01"
|
||||||
@ -12886,6 +12889,7 @@ local skill = {
|
|||||||
["cd_start"]=1,
|
["cd_start"]=1,
|
||||||
["shake_time"]=200,
|
["shake_time"]=200,
|
||||||
["shake_type"]=6,
|
["shake_type"]=6,
|
||||||
|
["sound"]=30001004,
|
||||||
["name_act"]="skill01",
|
["name_act"]="skill01",
|
||||||
["name_hit"]={
|
["name_hit"]={
|
||||||
"suffer03"
|
"suffer03"
|
||||||
@ -12915,6 +12919,7 @@ local skill = {
|
|||||||
},
|
},
|
||||||
["shake_time"]=100,
|
["shake_time"]=100,
|
||||||
["shake_type"]=1,
|
["shake_type"]=1,
|
||||||
|
["sound"]=30003001,
|
||||||
["name_act"]="attack01",
|
["name_act"]="attack01",
|
||||||
["name_hit"]={
|
["name_hit"]={
|
||||||
"suffer01"
|
"suffer01"
|
||||||
@ -12939,6 +12944,7 @@ local skill = {
|
|||||||
},
|
},
|
||||||
["shake_time"]=100,
|
["shake_time"]=100,
|
||||||
["shake_type"]=1,
|
["shake_type"]=1,
|
||||||
|
["sound"]=30003001,
|
||||||
["name_act"]="attack02",
|
["name_act"]="attack02",
|
||||||
["name_hit"]={
|
["name_hit"]={
|
||||||
"suffer02"
|
"suffer02"
|
||||||
@ -12963,6 +12969,7 @@ local skill = {
|
|||||||
},
|
},
|
||||||
["shake_time"]=100,
|
["shake_time"]=100,
|
||||||
["shake_type"]=1,
|
["shake_type"]=1,
|
||||||
|
["sound"]=30003001,
|
||||||
["name_act"]="attack03",
|
["name_act"]="attack03",
|
||||||
["name_hit"]={
|
["name_hit"]={
|
||||||
"suffer01"
|
"suffer01"
|
||||||
|
|||||||
@ -2196,7 +2196,9 @@ local skill_rogue = {
|
|||||||
["parameter"]={
|
["parameter"]={
|
||||||
1600123
|
1600123
|
||||||
},
|
},
|
||||||
["skill_position"]=1
|
["skill_position"]=1,
|
||||||
|
["icon"]="16001",
|
||||||
|
["icon_base"]="2"
|
||||||
},
|
},
|
||||||
[1600131]={
|
[1600131]={
|
||||||
["universal"]=2,
|
["universal"]=2,
|
||||||
|
|||||||
@ -20,7 +20,7 @@ local localization_global =
|
|||||||
["HERO_DESC_1"] = "等级{0}",
|
["HERO_DESC_1"] = "等级{0}",
|
||||||
["HERO_DESC_2"] = "生命",
|
["HERO_DESC_2"] = "生命",
|
||||||
["HERO_DESC_3"] = "攻击力",
|
["HERO_DESC_3"] = "攻击力",
|
||||||
["HERO_DESC_4"] = "升级",
|
["HERO_DESC_4"] = "养成",
|
||||||
["HERO_DESC_5"] = "激活",
|
["HERO_DESC_5"] = "激活",
|
||||||
["HERO_DESC_6"] = "已解锁",
|
["HERO_DESC_6"] = "已解锁",
|
||||||
["HERO_DESC_7"] = "未解锁",
|
["HERO_DESC_7"] = "未解锁",
|
||||||
@ -673,7 +673,7 @@ local localization_global =
|
|||||||
["HERO_DESC_20"] = "可继续升级",
|
["HERO_DESC_20"] = "可继续升级",
|
||||||
["SUMMON_DESC_3"] = "在[高级召唤]中,如果连续49次没有获得传说快递员,则第50次必 当获得传说快递员;且在[高级召唤]中获得任意传说快递员时,该次数会重置并重新开始计算",
|
["SUMMON_DESC_3"] = "在[高级召唤]中,如果连续49次没有获得传说快递员,则第50次必 当获得传说快递员;且在[高级召唤]中获得任意传说快递员时,该次数会重置并重新开始计算",
|
||||||
["SUMMON_DESC_4"] = "概率预览",
|
["SUMMON_DESC_4"] = "概率预览",
|
||||||
["IDLE_DESC_2"] = "游历时间:<color=#00F6FF>{0}</color>",
|
["IDLE_DESC_2"] = "游历时间:<color=#0065E1>{0}</color>",
|
||||||
["SUMMON_DESC_5"] = "[普通召唤]没有保底次数",
|
["SUMMON_DESC_5"] = "[普通召唤]没有保底次数",
|
||||||
["SUMMON_DESC_6"] = "普通召唤",
|
["SUMMON_DESC_6"] = "普通召唤",
|
||||||
["SUMMON_DESC_7"] = "高级召唤",
|
["SUMMON_DESC_7"] = "高级召唤",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user