diff --git a/lua/app/common/audio_manager.lua b/lua/app/common/audio_manager.lua
index 094eb6d5..c3945c3e 100644
--- a/lua/app/common/audio_manager.lua
+++ b/lua/app/common/audio_manager.lua
@@ -36,6 +36,7 @@ AudioManager.EFFECT_ID = {
BOSS_WARNING = "assets/arts/sounds/sfx/battle/warning_boss.wav",
LINK_CANCEL = "assets/arts/sounds/sfx/battle/link_cancel.wav",
FUNC_OPEN = "assets/arts/sounds/sfx/ui/func_open.wav",
+ BATTLE_BOX_OPEN = "assets/arts/sounds/sfx/ui/ui_battle_open_box.wav",
}
AudioManager.BO_EFFECT_ID = {
diff --git a/lua/app/config/avatar.lua b/lua/app/config/avatar.lua
index bcd711b1..c6c30bd8 100644
--- a/lua/app/config/avatar.lua
+++ b/lua/app/config/avatar.lua
@@ -4,15 +4,15 @@ local avatar = {
},
[2001]={
["hero"]=22001,
- ["unlock"]=1
+ ["unlock"]=true
},
[3001]={
["hero"]=32001,
- ["unlock"]=1
+ ["unlock"]=true
},
[4001]={
["hero"]=42001,
- ["unlock"]=1
+ ["unlock"]=true
}
}
local config = {
diff --git a/lua/app/config/avatar_frame.lua b/lua/app/config/avatar_frame.lua
index 584db941..2711a702 100644
--- a/lua/app/config/avatar_frame.lua
+++ b/lua/app/config/avatar_frame.lua
@@ -1,6 +1,6 @@
local avatar_frame = {
[1000]={
- ["unlock"]=1
+ ["unlock"]=true
}
}
local config = {
diff --git a/lua/app/config/chapter_board_dungeon_gold.lua b/lua/app/config/chapter_board_dungeon_gold.lua
index e4d63461..837040c7 100644
--- a/lua/app/config/chapter_board_dungeon_gold.lua
+++ b/lua/app/config/chapter_board_dungeon_gold.lua
@@ -1,84 +1,120 @@
local chapter_board_dungeon_gold = {
[1]={
["board"]={
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 0,
- 1
- },
- {
- 0,
- 1
- },
- {
- 0,
- 5
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 9,
- 0
- },
- {
- 0,
- 3
- },
- {
- 0,
- 3
- },
- {
- 0,
- 1
- },
{
0,
4
},
- {
- 0,
- 4
- },
- {
- 9,
- 0
- },
{
7,
0
},
{
- 4,
- 1
- },
- {
- 4,
+ 0,
2
},
{
- 4,
+ 0,
+ 5
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
3
},
{
- 4,
+ 0,
+ 2
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
4
},
{
- 4,
+ 0,
+ 5
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
5
},
{
@@ -86,32 +122,20 @@ local chapter_board_dungeon_gold = {
0
},
{
- 7,
- 0
+ 0,
+ 4
},
{
0,
- 0
+ 2
},
{
0,
- 0
+ 5
},
{
0,
- 0
- },
- {
- 0,
- 0
- },
- {
- 0,
- 0
- },
- {
- 7,
- 0
+ 5
},
{
7,
@@ -119,39 +143,39 @@ local chapter_board_dungeon_gold = {
},
{
0,
- 0
+ 5
},
{
0,
- 0
- },
- {
- 9,
- 0
+ 3
},
{
0,
- 0
+ 2
},
{
0,
- 0
- },
- {
- 7,
- 0
- },
- {
- 1,
- 0
+ 2
},
{
0,
- 0
+ 3
},
{
0,
- 0
+ 4
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 1
},
{
7,
@@ -159,52 +183,60 @@ local chapter_board_dungeon_gold = {
},
{
0,
+ 2
+ },
+ {
+ 7,
0
},
{
0,
- 0
+ 4
},
{
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 7,
- 0
- },
- {
- 14,
- 0
- },
- {
- 7,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
+ 0,
+ 1
}
}
},
[2]={
["board"]={
{
- 1,
+ 7,
0
},
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 3
+ },
{
0,
1
@@ -213,6 +245,30 @@ local chapter_board_dungeon_gold = {
0,
1
},
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 7,
+ 0
+ },
{
0,
5
@@ -226,13 +282,57 @@ local chapter_board_dungeon_gold = {
4
},
{
- 1,
+ 0,
+ 3
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 7,
0
},
{
- 1,
+ 7,
0
},
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 3
+ },
{
0,
1
@@ -241,6 +341,26 @@ local chapter_board_dungeon_gold = {
0,
2
},
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 2
+ },
{
0,
2
@@ -254,169 +374,37 @@ local chapter_board_dungeon_gold = {
4
},
{
- 1,
+ 7,
0
},
{
- 1,
- 0
+ 0,
+ 4
},
{
0,
2
},
- {
- 3,
- 3
- },
- {
- 3,
- 0
- },
- {
- 3,
- 3
- },
- {
- 0,
- 2
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 4,
- 3
- },
- {
- 9,
- 0
- },
- {
- 4,
- 3
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 0,
- 0
- },
- {
- 0,
- 0
- },
- {
- 0,
- 0
- },
- {
- 0,
- 0
- },
- {
- 0,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 0,
- 0
- },
- {
- 0,
- 0
- },
{
7,
0
},
{
0,
- 0
+ 3
},
{
0,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 0,
- 0
- },
- {
- 7,
- 0
- },
- {
- 14,
- 0
- },
- {
- 7,
- 0
- },
- {
- 0,
- 0
- },
- {
- 1,
- 0
+ 3
}
}
},
[3]={
["board"]={
- {
- 1,
- 0
- },
{
0,
1
},
- {
- 0,
- 1
- },
- {
- 0,
- 3
- },
{
0,
2
@@ -426,175 +414,187 @@ local chapter_board_dungeon_gold = {
1
},
{
- 9,
- 0
- },
- {
- 2,
- 0
- },
- {
- 2,
+ 7,
0
},
{
0,
5
},
+ {
+ 7,
+ 0
+ },
{
0,
- 3
+ 5
},
{
0,
2
},
{
- 2,
- 0
+ 0,
+ 1
},
{
- 1,
- 0
+ 0,
+ 2
},
{
- 1,
- 0
- },
- {
- 2,
- 0
+ 0,
+ 2
},
{
0,
5
},
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 2
+ },
{
0,
3
},
{
0,
- 4
- },
- {
- 2,
- 0
- },
- {
- 2,
- 0
- },
- {
- 2,
- 0
- },
- {
- 2,
- 0
- },
- {
- 4,
- 4
- },
- {
- 4,
- 4
- },
- {
- 4,
3
},
{
- 2,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 2,
+ 7,
0
},
{
0,
+ 1
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
0
},
{
0,
+ 1
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
0
},
{
0,
- 0
- },
- {
- 2,
- 0
- },
- {
- 2,
- 0
- },
- {
- 2,
- 0
- },
- {
- 2,
- 0
- },
- {
- 2,
- 0
- },
- {
- 2,
- 0
- },
- {
- 2,
- 0
- },
- {
- 2,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
+ 1
},
{
0,
- 0
+ 2
},
{
0,
- 0
+ 3
},
{
0,
- 0
+ 1
},
{
0,
- 0
+ 2
},
{
0,
- 0
+ 1
},
{
- 14,
+ 0,
+ 2
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 7,
0
}
}
@@ -606,41 +606,49 @@ local chapter_board_dungeon_gold = {
3
},
{
- 0,
- 1
+ 7,
+ 0
},
{
0,
3
},
+ {
+ 0,
+ 5
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
{
7,
0
},
{
0,
- 4
- },
- {
- 0,
- 4
- },
- {
- 0,
- 4
- },
- {
- 4,
1
},
{
- 4,
- 3
+ 7,
+ 0
},
{
- 4,
+ 0,
1
},
+ {
+ 0,
+ 5
+ },
{
7,
0
@@ -653,198 +661,150 @@ local chapter_board_dungeon_gold = {
0,
2
},
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 1
+ },
{
0,
5
},
{
- 4,
- 3
- },
- {
- 3,
- 0
- },
- {
- 4,
- 3
- },
- {
- 7,
- 0
- },
- {
- 4,
+ 0,
2
},
{
- 4,
+ 7,
+ 0
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
2
},
{
- 4,
- 3
+ 0,
+ 2
},
{
- 4,
- 4
- },
- {
- 4,
+ 0,
5
},
{
- 4,
- 4
+ 0,
+ 2
+ },
+ {
+ 0,
+ 5
},
{
7,
0
},
{
- 4,
- 5
+ 0,
+ 2
},
{
- 3,
- 0
+ 0,
+ 2
},
{
- 4,
+ 0,
3
},
{
0,
- 0
- },
- {
- 0,
- 0
- },
- {
- 0,
- 0
+ 1
},
{
7,
0
},
{
- 4,
+ 0,
+ 2
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
5
},
{
- 4,
+ 0,
5
},
{
- 4,
+ 0,
+ 1
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
3
},
{
- 1,
- 0
+ 0,
+ 4
},
{
- 1,
- 0
+ 0,
+ 1
},
{
- 1,
- 0
+ 0,
+ 2
},
{
- 14,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
+ 0,
+ 3
}
}
},
[5]={
["board"]={
{
- 1,
+ 7,
0
},
- {
- 0,
- 1
- },
- {
- 0,
- 2
- },
- {
- 0,
- 2
- },
- {
- 0,
- 2
- },
- {
- 0,
- 2
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 0,
- 1
- },
- {
- 0,
- 1
- },
- {
- 0,
- 1
- },
{
0,
3
@@ -854,124 +814,60 @@ local chapter_board_dungeon_gold = {
3
},
{
- 1,
- 0
+ 0,
+ 2
},
{
- 1,
- 0
- },
- {
- 2,
- 0
- },
- {
- 2,
- 0
- },
- {
- 2,
- 0
- },
- {
- 2,
- 0
- },
- {
- 2,
- 0
- },
- {
- 1,
- 0
- },
- {
- 21,
+ 0,
4
},
{
- 21,
- 3
+ 0,
+ 4
},
{
- 21,
+ 0,
5
},
{
- 21,
- 3
- },
- {
- 21,
+ 0,
2
},
{
- 21,
- 1
+ 7,
+ 0
},
{
- 21,
+ 0,
+ 3
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
5
},
{
- 1,
+ 7,
0
},
{
- 2,
- 0
- },
- {
- 2,
- 0
- },
- {
- 2,
- 0
- },
- {
- 2,
- 0
- },
- {
- 2,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 3,
- 0
- },
- {
- 3,
- 0
- },
- {
- 14,
- 0
- },
- {
- 3,
- 0
- },
- {
- 3,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
+ 0,
+ 2
},
{
7,
@@ -982,8 +878,8 @@ local chapter_board_dungeon_gold = {
0
},
{
- 7,
- 0
+ 0,
+ 3
},
{
7,
@@ -994,7 +890,111 @@ local chapter_board_dungeon_gold = {
0
},
{
- 1,
+ 0,
+ 2
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
0
}
}
@@ -1002,213 +1002,205 @@ local chapter_board_dungeon_gold = {
[6]={
["board"]={
{
- 1,
+ 0,
+ 5
+ },
+ {
+ 7,
0
},
{
0,
- 4
- },
- {
- 0,
- 4
- },
- {
- 0,
- 4
- },
- {
- 0,
- 4
- },
- {
- 0,
- 4
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 0,
- 4
- },
- {
- 0,
- 4
- },
- {
- 0,
- 4
- },
- {
- 0,
- 4
- },
- {
- 0,
- 4
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 3,
- 0
- },
- {
- 21,
- 3
- },
- {
- 21,
- 3
- },
- {
- 21,
- 3
- },
- {
- 3,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 21,
1
},
{
- 3,
- 0
+ 0,
+ 3
},
{
- 21,
+ 0,
+ 4
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
2
},
{
- 3,
- 0
+ 0,
+ 5
},
{
- 21,
+ 0,
1
},
{
- 1,
+ 0,
+ 5
+ },
+ {
+ 7,
0
},
{
- 1,
+ 0,
+ 4
+ },
+ {
+ 7,
0
},
{
- 3,
+ 7,
0
},
{
- 3,
- 0
+ 0,
+ 2
},
{
- 3,
- 0
+ 0,
+ 5
},
{
- 3,
- 0
- },
- {
- 3,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 21,
+ 0,
1
},
{
- 3,
- 0
+ 0,
+ 3
},
{
- 21,
- 4
- },
- {
- 3,
- 0
- },
- {
- 21,
+ 0,
1
},
{
- 1,
+ 7,
0
},
{
- 1,
+ 0,
+ 3
+ },
+ {
+ 7,
0
},
{
- 3,
- 0
- },
- {
- 21,
+ 0,
4
},
{
- 14,
+ 7,
0
},
{
- 21,
+ 0,
+ 3
+ },
+ {
+ 0,
4
},
{
- 3,
+ 0,
+ 1
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 7,
0
},
{
- 1,
+ 7,
0
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 2
}
}
},
[7]={
["board"]={
- {
- 21,
- 1
- },
- {
- 0,
- 1
- },
{
0,
1
@@ -1219,46 +1211,150 @@ local chapter_board_dungeon_gold = {
},
{
0,
- 1
+ 5
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
},
{
0,
- 1
- },
- {
- 21,
2
},
{
- 21,
+ 0,
3
},
{
0,
- 1
+ 5
},
{
- 3,
- 0
+ 0,
+ 2
},
{
0,
1
},
- {
- 3,
- 0
- },
{
0,
- 1
- },
- {
- 21,
4
},
{
- 21,
+ 0,
+ 5
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
5
},
{
@@ -1270,125 +1366,29 @@ local chapter_board_dungeon_gold = {
1
},
{
- 0,
- 4
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
},
{
0,
- 1
- },
- {
- 0,
- 1
- },
- {
- 21,
- 1
- },
- {
- 3,
- 0
- },
- {
- 3,
- 0
- },
- {
- 3,
- 0
- },
- {
- 2,
- 0
- },
- {
- 3,
- 0
- },
- {
- 3,
- 0
- },
- {
- 3,
- 0
- },
- {
- 21,
- 2
- },
- {
- 21,
3
},
{
- 21,
- 4
+ 7,
+ 0
},
{
- 21,
- 5
- },
- {
- 21,
- 1
- },
- {
- 21,
- 2
- },
- {
- 21,
+ 0,
3
},
- {
- 3,
- 0
- },
- {
- 3,
- 0
- },
- {
- 3,
- 0
- },
- {
- 14,
- 0
- },
- {
- 3,
- 0
- },
- {
- 3,
- 0
- },
- {
- 3,
- 0
- },
- {
- 7,
- 0
- },
- {
- 7,
- 0
- },
- {
- 7,
- 0
- },
- {
- 7,
- 0
- },
- {
- 7,
- 0
- },
{
7,
0
@@ -1402,68 +1402,24 @@ local chapter_board_dungeon_gold = {
[8]={
["board"]={
{
- 3,
- 0
+ 0,
+ 3
},
{
- 3,
- 0
+ 0,
+ 3
},
{
0,
2
},
{
- 0,
- 2
- },
- {
- 0,
- 2
- },
- {
- 3,
- 0
- },
- {
- 3,
- 0
- },
- {
- 3,
- 0
- },
- {
- 3,
+ 7,
0
},
{
0,
- 1
- },
- {
- 0,
- 1
- },
- {
- 0,
- 1
- },
- {
- 3,
- 0
- },
- {
- 3,
- 0
- },
- {
- 3,
- 0
- },
- {
- 3,
- 0
+ 5
},
{
0,
@@ -1478,47 +1434,43 @@ local chapter_board_dungeon_gold = {
3
},
{
- 3,
- 0
+ 0,
+ 1
},
{
- 3,
- 0
- },
- {
- 2,
- 0
- },
- {
- 2,
- 0
- },
- {
- 2,
- 0
- },
- {
- 2,
- 0
- },
- {
- 2,
- 0
- },
- {
- 2,
- 0
- },
- {
- 2,
- 0
+ 0,
+ 2
},
{
7,
0
},
{
- 21,
+ 0,
+ 1
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
4
},
{
@@ -1526,7 +1478,31 @@ local chapter_board_dungeon_gold = {
0
},
{
- 21,
+ 0,
+ 3
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
4
},
{
@@ -1534,7 +1510,27 @@ local chapter_board_dungeon_gold = {
0
},
{
- 21,
+ 0,
+ 3
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
4
},
{
@@ -1542,7 +1538,19 @@ local chapter_board_dungeon_gold = {
0
},
{
- 21,
+ 0,
+ 5
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
4
},
{
@@ -1550,48 +1558,40 @@ local chapter_board_dungeon_gold = {
0
},
{
- 21,
- 4
+ 0,
+ 5
},
{
7,
0
},
{
- 21,
- 4
+ 0,
+ 3
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 1
},
{
7,
0
},
{
- 21,
- 4
- },
- {
- 7,
- 0
- },
- {
- 21,
- 4
- },
- {
- 7,
- 0
- },
- {
- 14,
- 0
- },
- {
- 7,
- 0
- },
- {
- 21,
- 4
+ 0,
+ 1
},
{
7,
@@ -1602,16 +1602,32 @@ local chapter_board_dungeon_gold = {
[9]={
["board"]={
{
- 1,
+ 0,
+ 4
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
0
},
{
0,
- 1
+ 2
+ },
+ {
+ 7,
+ 0
},
{
0,
- 1
+ 2
+ },
+ {
+ 7,
+ 0
},
{
0,
@@ -1619,18 +1635,26 @@ local chapter_board_dungeon_gold = {
},
{
0,
- 5
+ 1
+ },
+ {
+ 7,
+ 0
},
{
0,
4
},
{
- 1,
+ 7,
0
},
{
- 1,
+ 0,
+ 1
+ },
+ {
+ 7,
0
},
{
@@ -1641,168 +1665,268 @@ local chapter_board_dungeon_gold = {
0,
3
},
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 3
+ },
{
0,
2
},
{
0,
- 3
- },
- {
- 0,
- 4
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 4,
1
},
{
- 4,
- 2
- },
- {
- 4,
+ 0,
3
},
{
- 4,
+ 0,
4
},
- {
- 4,
- 5
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 19,
- 0
- },
{
0,
- 0
- },
- {
- 0,
- 0
- },
- {
- 0,
- 0
- },
- {
- 19,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 18,
- 0
- },
- {
- 0,
- 0
- },
- {
- 0,
- 0
- },
- {
- 0,
- 0
- },
- {
- 18,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 18,
- 0
- },
- {
- 22,
3
},
{
- 22,
+ 7,
+ 0
+ },
+ {
+ 0,
3
- },
- {
- 22,
- 3
- },
- {
- 18,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 22,
- 3
- },
- {
- 14,
- 0
- },
- {
- 22,
- 3
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
}
}
},
[10]={
["board"]={
{
- 20,
+ 7,
+ 0
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
0
},
{
@@ -1814,32 +1938,52 @@ local chapter_board_dungeon_gold = {
4
},
{
- 0,
- 2
- },
- {
- 0,
- 2
- },
- {
- 0,
- 5
- },
- {
- 20,
+ 7,
0
},
{
- 20,
+ 7,
0
},
+ {
+ 0,
+ 4
+ },
{
0,
1
},
+ {
+ 7,
+ 0
+ },
{
0,
- 3
+ 4
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
+ 0
},
{
0,
@@ -1851,254 +1995,82 @@ local chapter_board_dungeon_gold = {
},
{
0,
- 5
- },
- {
- 20,
- 0
- },
- {
- 20,
- 0
- },
- {
- 4,
- 1
- },
- {
- 4,
- 2
- },
- {
- 4,
- 3
- },
- {
- 4,
4
- },
- {
- 4,
- 5
- },
- {
- 20,
- 0
- },
- {
- 1,
- 0
- },
- {
- 19,
- 0
- },
- {
- 19,
- 0
- },
- {
- 19,
- 0
- },
- {
- 19,
- 0
- },
- {
- 19,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 22,
- 1
- },
- {
- 22,
- 1
- },
- {
- 14,
- 0
- },
- {
- 22,
- 2
- },
- {
- 22,
- 1
- },
- {
- 1,
- 1
- },
- {
- 1,
- 0
- },
- {
- 22,
- 1
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 22,
- 3
- },
- {
- 1,
- 1
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
}
}
},
[11]={
["board"]={
{
- 1,
+ 7,
0
},
{
- 1,
+ 7,
0
},
{
- 1,
+ 7,
+ 0
+ },
+ {
+ 7,
0
},
{
0,
- 5
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 0,
- 5
- },
- {
- 19,
- 0
- },
- {
- 0,
- 5
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 22,
4
},
{
0,
4
},
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 4
+ },
{
0,
5
},
{
0,
- 3
- },
- {
- 22,
- 3
- },
- {
- 1,
- 0
- },
- {
- 22,
- 4
- },
- {
- 22,
- 4
+ 5
},
{
0,
1
},
{
- 19,
+ 0,
+ 2
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
0
},
{
@@ -2106,27 +2078,83 @@ local chapter_board_dungeon_gold = {
1
},
{
- 22,
- 3
- },
- {
- 22,
- 3
- },
- {
- 1,
+ 7,
0
},
{
- 22,
+ 7,
+ 0
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
4
},
+ {
+ 0,
+ 1
+ },
{
0,
2
},
{
- 14,
+ 0,
+ 3
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 7,
0
},
{
@@ -2134,285 +2162,281 @@ local chapter_board_dungeon_gold = {
2
},
{
- 22,
+ 0,
+ 2
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
3
},
{
- 1,
- 0
+ 0,
+ 4
},
{
- 1,
- 0
+ 0,
+ 3
},
{
- 1,
- 0
+ 0,
+ 4
},
{
- 22,
- 2
+ 0,
+ 3
},
{
- 22,
- 2
- },
- {
- 22,
- 2
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 22,
- 2
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
+ 7,
0
}
}
},
[12]={
["board"]={
- {
- 20,
- 0
- },
{
0,
- 1
- },
- {
- 19,
- 0
- },
- {
- 0,
- 5
- },
- {
- 19,
- 0
- },
- {
- 0,
- 5
- },
- {
- 20,
- 0
- },
- {
- 20,
- 0
- },
- {
- 19,
- 0
- },
- {
- 0,
- 1
- },
- {
- 19,
- 0
- },
- {
- 0,
- 5
- },
- {
- 19,
- 0
- },
- {
- 20,
- 0
- },
- {
- 20,
- 0
- },
- {
- 0,
- 1
- },
- {
- 19,
- 0
- },
- {
- 0,
- 1
- },
- {
- 19,
- 0
- },
- {
- 0,
- 5
- },
- {
- 20,
- 0
- },
- {
- 1,
- 0
- },
- {
- 4,
- 1
- },
- {
- 4,
- 2
- },
- {
- 4,
- 3
- },
- {
- 4,
4
},
{
- 4,
+ 7,
+ 0
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
5
},
{
- 1,
- 0
+ 0,
+ 5
},
{
- 1,
- 0
+ 0,
+ 4
},
{
- 1,
+ 7,
0
},
{
0,
- 0
+ 1
},
{
0,
- 0
- },
- {
- 0,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 22,
3
},
{
- 22,
+ 0,
3
},
{
- 14,
+ 7,
0
},
{
- 22,
+ 0,
+ 1
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
2
},
{
- 22,
+ 0,
+ 4
+ },
+ {
+ 0,
2
},
{
- 1,
+ 0,
+ 4
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
0
},
{
- 1,
+ 7,
0
},
{
- 1,
+ 7,
0
},
{
- 1,
+ 0,
+ 2
+ },
+ {
+ 7,
0
},
{
- 1,
+ 0,
+ 4
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 7,
0
},
{
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
+ 0,
+ 5
}
}
},
[13]={
["board"]={
{
- 1,
+ 0,
+ 3
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
0
},
{
0,
- 4
+ 3
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 3
},
{
0,
4
},
+ {
+ 0,
+ 5
+ },
{
0,
2
@@ -2423,19 +2447,67 @@ local chapter_board_dungeon_gold = {
},
{
0,
- 3
+ 4
},
{
- 1,
- 0
- },
- {
- 1,
+ 7,
0
},
{
0,
- 1
+ 3
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
},
{
0,
@@ -2443,7 +2515,11 @@ local chapter_board_dungeon_gold = {
},
{
0,
- 1
+ 5
+ },
+ {
+ 0,
+ 2
},
{
0,
@@ -2451,150 +2527,74 @@ local chapter_board_dungeon_gold = {
},
{
0,
- 3
- },
- {
- 1,
- 0
- },
- {
- 23,
- 2
- },
- {
- 23,
- 2
- },
- {
- 27,
- 1
- },
- {
- 27,
- 2
- },
- {
- 27,
- 3
+ 5
},
{
0,
- 4
- },
- {
- 1,
- 0
- },
- {
- 23,
- 2
- },
- {
- 23,
- 2
- },
- {
- 27,
- 4
- },
- {
- 26,
- 0
- },
- {
- 27,
- 4
+ 1
},
{
0,
5
},
{
- 1,
- 0
- },
- {
- 14,
- 0
- },
- {
- 23,
- 3
- },
- {
- 27,
- 5
- },
- {
- 27,
- 3
- },
- {
- 27,
+ 0,
5
},
{
0,
- 4
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 23,
3
},
{
- 23,
+ 0,
+ 2
+ },
+ {
+ 0,
5
},
{
- 23,
- 5
- },
- {
- 23,
- 1
- },
- {
- 23,
- 1
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 23,
+ 0,
3
},
{
- 23,
+ 0,
5
},
{
- 23,
+ 7,
+ 0
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
5
},
{
- 23,
- 1
+ 7,
+ 0
},
{
- 23,
- 1
+ 7,
+ 0
},
{
- 1,
+ 0,
+ 2
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
0
}
}
@@ -2602,464 +2602,424 @@ local chapter_board_dungeon_gold = {
[14]={
["board"]={
{
- 1,
- 0
- },
- {
- 1,
+ 7,
0
},
{
0,
- 1
- },
- {
- 0,
- 2
- },
- {
- 0,
- 3
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 0,
- 1
- },
- {
- 0,
- 2
- },
- {
- 0,
- 1
- },
- {
- 0,
- 2
- },
- {
- 0,
- 3
- },
- {
- 1,
- 0
- },
- {
- 25,
- 0
- },
- {
- 0,
- 0
- },
- {
- 27,
- 1
- },
- {
- 27,
- 2
- },
- {
- 27,
- 3
- },
- {
- 0,
- 0
- },
- {
- 25,
- 0
- },
- {
- 27,
- 2
- },
- {
- 25,
- 0
- },
- {
- 27,
- 5
- },
- {
- 26,
- 0
- },
- {
- 27,
4
},
{
- 25,
- 0
+ 0,
+ 3
},
{
- 27,
- 1
- },
- {
- 25,
+ 7,
0
},
{
0,
- 0
- },
- {
- 27,
- 4
- },
- {
- 27,
3
},
{
- 27,
+ 0,
+ 1
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
5
},
{
0,
- 0
- },
- {
- 25,
- 0
- },
- {
- 1,
- 0
- },
- {
- 23,
- 1
- },
- {
- 23,
- 2
- },
- {
- 23,
3
},
{
- 23,
- 4
- },
- {
- 23,
+ 0,
5
},
{
- 1,
+ 7,
0
},
{
- 1,
+ 0,
+ 2
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
0
},
{
- 1,
- 0
- },
- {
- 23,
- 1
- },
- {
- 14,
- 0
- },
- {
- 23,
+ 0,
3
},
{
- 1,
+ 0,
+ 5
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
0
},
{
- 1,
+ 0,
+ 4
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
0
}
}
},
[15]={
["board"]={
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
{
0,
- 2
- },
- {
- 0,
- 2
- },
- {
- 0,
- 2
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 0,
- 5
- },
- {
- 0,
- 5
- },
- {
- 0,
- 2
- },
- {
- 0,
- 5
- },
- {
- 0,
- 5
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 0,
- 5
- },
- {
- 23,
3
},
{
- 23,
+ 0,
+ 4
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
2
},
{
- 23,
+ 0,
+ 2
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
1
},
{
0,
- 5
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
+ 4
},
{
0,
5
},
{
- 23,
+ 0,
4
},
- {
- 26,
- 0
- },
- {
- 23,
- 2
- },
{
0,
5
},
{
- 1,
+ 7,
0
},
{
- 23,
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
3
},
{
- 23,
+ 0,
4
},
{
- 23,
- 5
+ 7,
+ 0
},
{
- 23,
+ 0,
4
},
{
- 23,
+ 0,
3
},
{
- 23,
- 2
+ 0,
+ 3
},
{
- 23,
+ 0,
1
},
{
- 23,
- 2
- },
- {
- 26,
- 0
- },
- {
- 23,
- 4
- },
- {
- 26,
- 0
- },
- {
- 23,
- 2
- },
- {
- 26,
- 0
- },
- {
- 23,
- 2
- },
- {
- 23,
- 1
- },
- {
- 23,
- 2
- },
- {
- 23,
+ 0,
3
},
{
- 14,
+ 7,
0
},
{
- 23,
+ 7,
+ 0
+ },
+ {
+ 0,
1
- },
- {
- 23,
- 4
- },
- {
- 23,
- 3
}
}
},
[16]={
["board"]={
{
- 1,
+ 7,
0
},
{
- 1,
+ 7,
0
},
- {
- 0,
- 3
- },
- {
- 24,
- 0
- },
- {
- 24,
- 0
- },
- {
- 0,
- 2
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 0,
- 4
- },
- {
- 0,
- 5
- },
- {
- 0,
- 5
- },
{
0,
1
},
{
- 1,
- 0
+ 0,
+ 2
},
{
- 1,
- 0
+ 0,
+ 4
},
{
0,
@@ -3067,155 +3027,203 @@ local chapter_board_dungeon_gold = {
},
{
0,
- 4
- },
- {
- 0,
- 4
- },
- {
- 0,
- 4
- },
- {
- 0,
- 5
- },
- {
- 0,
- 5
- },
- {
- 23,
1
},
{
- 24,
+ 0,
+ 1
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 7,
0
},
{
- 23,
+ 0,
+ 5
+ },
+ {
+ 0,
3
},
{
- 27,
+ 7,
+ 0
+ },
+ {
+ 0,
4
},
{
- 23,
- 5
+ 0,
+ 4
},
{
- 24,
- 0
- },
- {
- 23,
- 3
- },
- {
- 14,
- 0
- },
- {
- 23,
- 3
- },
- {
- 27,
- 5
- },
- {
- 26,
- 0
- },
- {
- 27,
+ 0,
2
},
{
- 23,
- 2
- },
- {
- 25,
+ 7,
0
},
{
- 23,
- 5
- },
- {
- 24,
- 0
- },
- {
- 23,
+ 0,
3
},
{
- 27,
+ 0,
+ 3
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
1
},
{
- 23,
- 2
- },
- {
- 24,
- 0
- },
- {
- 23,
- 2
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 23,
- 2
- },
- {
- 1,
- 0
- },
- {
- 23,
+ 0,
1
},
{
- 1,
+ 0,
+ 3
+ },
+ {
+ 7,
0
},
{
- 23,
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
3
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 7,
+ 0
}
}
},
[17]={
["board"]={
{
- 1,
+ 0,
+ 3
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 7,
0
},
{
- 0,
- 1
+ 7,
+ 0
},
{
- 0,
- 5
- },
- {
- 0,
- 5
+ 7,
+ 0
},
{
0,
@@ -3226,45 +3234,17 @@ local chapter_board_dungeon_gold = {
4
},
{
- 1,
- 0
- },
- {
- 32,
- 0
- },
- {
- 35,
- 5
- },
- {
- 35,
+ 0,
4
},
{
- 35,
+ 0,
3
},
{
- 35,
- 2
- },
- {
- 35,
- 1
- },
- {
- 1,
+ 7,
0
},
- {
- 1,
- 0
- },
- {
- 0,
- 2
- },
{
0,
3
@@ -3274,168 +3254,156 @@ local chapter_board_dungeon_gold = {
1
},
{
- 0,
- 3
- },
- {
- 0,
- 5
- },
- {
- 32,
+ 7,
0
},
{
- 1,
- 0
- },
- {
- 4,
- 1
- },
- {
- 4,
+ 0,
2
},
{
- 4,
- 3
+ 0,
+ 1
},
{
- 4,
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
4
},
{
- 4,
+ 0,
5
},
{
- 1,
- 0
- },
- {
- 32,
- 0
- },
- {
- 32,
+ 7,
0
},
{
0,
- 0
+ 5
},
{
- 32,
+ 7,
0
},
{
0,
+ 4
+ },
+ {
+ 7,
0
},
{
- 32,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 31,
+ 7,
0
},
{
0,
+ 3
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 7,
0
},
{
- 14,
+ 7,
0
},
{
0,
+ 3
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 7,
0
},
{
- 31,
+ 0,
+ 5
+ },
+ {
+ 7,
0
},
{
- 32,
+ 0,
+ 1
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 7,
0
},
{
- 1,
+ 0,
+ 4
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 7,
0
},
{
- 32,
+ 0,
+ 4
+ },
+ {
+ 7,
0
},
{
- 1,
- 0
- },
- {
- 32,
- 0
- },
- {
- 1,
- 0
- },
- {
- 32,
- 0
- },
- {
- 1,
- 0
+ 0,
+ 3
}
}
},
[18]={
["board"]={
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
{
0,
- 4
- },
- {
- 0,
- 4
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 0,
- 3
+ 2
},
{
0,
@@ -3445,356 +3413,388 @@ local chapter_board_dungeon_gold = {
0,
3
},
+ {
+ 7,
+ 0
+ },
{
0,
4
},
{
- 1,
+ 0,
+ 5
+ },
+ {
+ 7,
0
},
{
- 1,
+ 0,
+ 5
+ },
+ {
+ 7,
0
},
{
- 4,
+ 0,
+ 5
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
1
},
{
- 4,
+ 0,
2
},
{
- 4,
+ 0,
+ 2
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
3
},
{
- 4,
- 4
- },
- {
- 32,
- 0
- },
- {
- 31,
- 0
- },
- {
- 1,
+ 7,
0
},
{
0,
- 0
+ 2
},
{
0,
- 0
- },
- {
- 0,
- 0
- },
- {
- 32,
- 0
- },
- {
- 35,
- 5
- },
- {
- 32,
- 0
- },
- {
- 14,
- 0
- },
- {
- 4,
- 4
- },
- {
- 4,
3
},
{
- 4,
- 5
+ 7,
+ 0
},
{
- 4,
+ 0,
+ 2
+ },
+ {
+ 0,
1
},
{
- 32,
- 0
- },
- {
- 32,
- 0
- },
- {
- 1,
+ 7,
0
},
{
0,
- 0
+ 4
},
{
0,
- 0
- },
- {
- 0,
- 0
- },
- {
- 0,
- 0
- },
- {
- 35,
5
},
{
- 33,
+ 0,
+ 4
+ },
+ {
+ 7,
0
},
{
- 1,
+ 7,
0
},
{
- 1,
+ 0,
+ 3
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 7,
0
},
{
- 1,
+ 0,
+ 3
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 7,
0
},
{
- 1,
+ 0,
+ 4
+ },
+ {
+ 7,
0
},
{
- 1,
+ 0,
+ 5
+ },
+ {
+ 7,
0
},
{
- 1,
+ 0,
+ 3
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 7,
0
},
{
- 33,
+ 7,
0
},
{
- 1,
+ 7,
+ 0
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 7,
0
}
}
},
[19]={
["board"]={
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
{
0,
- 3
- },
- {
- 0,
- 3
- },
- {
- 0,
- 3
- },
- {
- 31,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 0,
- 4
- },
- {
- 0,
- 2
- },
- {
- 0,
- 2
- },
- {
- 31,
- 0
- },
- {
- 35,
- 2
- },
- {
- 1,
- 0
- },
- {
- 31,
- 0
- },
- {
- 4,
- 2
- },
- {
- 4,
- 4
- },
- {
- 4,
- 4
- },
- {
- 31,
- 0
- },
- {
- 1,
- 0
- },
- {
- 31,
- 0
- },
- {
- 31,
- 0
- },
- {
- 0,
- 0
- },
- {
- 0,
- 0
- },
- {
- 0,
- 0
- },
- {
- 31,
- 0
- },
- {
- 1,
- 0
- },
- {
- 32,
- 0
- },
- {
- 32,
- 0
- },
- {
- 32,
- 0
- },
- {
- 32,
- 0
- },
- {
- 32,
- 0
- },
- {
- 32,
- 0
- },
- {
- 14,
- 0
- },
- {
- 1,
- 0
- },
- {
- 35,
5
},
{
- 32,
+ 7,
0
},
{
- 35,
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
1
},
{
- 32,
+ 0,
+ 3
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 7,
0
},
{
- 32,
+ 0,
+ 4
+ },
+ {
+ 7,
0
},
{
- 1,
+ 0,
+ 2
+ },
+ {
+ 7,
0
},
{
- 1,
+ 0,
+ 3
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 7,
0
},
{
- 1,
+ 7,
0
},
{
- 1,
+ 0,
+ 2
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 7,
0
},
{
- 1,
+ 0,
+ 4
+ },
+ {
+ 7,
0
},
{
- 1,
+ 0,
+ 2
+ },
+ {
+ 7,
0
},
{
- 1,
+ 0,
+ 1
+ },
+ {
+ 7,
0
},
{
- 1,
+ 0,
+ 2
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
0
}
}
@@ -3802,19 +3802,111 @@ local chapter_board_dungeon_gold = {
[20]={
["board"]={
{
- 1,
+ 0,
+ 1
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
0
},
{
0,
5
},
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 5
+ },
{
0,
5
},
{
- 1,
+ 7,
+ 0
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 7,
0
},
{
@@ -3823,14 +3915,18 @@ local chapter_board_dungeon_gold = {
},
{
0,
- 3
+ 4
},
{
- 1,
+ 0,
+ 5
+ },
+ {
+ 7,
0
},
{
- 1,
+ 7,
0
},
{
@@ -3838,199 +3934,75 @@ local chapter_board_dungeon_gold = {
4
},
{
- 4,
- 5
+ 7,
+ 0
},
{
- 4,
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
4
},
{
- 4,
- 3
- },
- {
- 32,
+ 7,
0
},
{
- 35,
- 5
+ 7,
+ 0
},
{
- 1,
+ 7,
+ 0
+ },
+ {
+ 7,
0
},
{
0,
- 3
+ 1
},
{
- 4,
+ 0,
+ 1
+ },
+ {
+ 0,
4
},
- {
- 1,
- 0
- },
- {
- 4,
- 2
- },
{
0,
1
},
- {
- 33,
- 0
- },
- {
- 1,
- 0
- },
- {
- 0,
- 2
- },
- {
- 4,
- 3
- },
- {
- 1,
- 0
- },
- {
- 4,
- 1
- },
- {
- 32,
- 0
- },
- {
- 14,
- 0
- },
- {
- 1,
- 0
- },
- {
- 0,
- 3
- },
- {
- 4,
- 2
- },
- {
- 1,
- 0
- },
- {
- 4,
- 2
- },
{
0,
1
- },
- {
- 33,
- 0
- },
- {
- 1,
- 0
- },
- {
- 0,
- 2
- },
- {
- 4,
- 1
- },
- {
- 1,
- 0
- },
- {
- 4,
- 3
- },
- {
- 32,
- 0
- },
- {
- 35,
- 5
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
}
}
},
[21]={
["board"]={
{
- 1,
- 0
- },
- {
- 0,
- 1
- },
- {
- 0,
- 1
- },
- {
- 0,
- 1
- },
- {
- 0,
- 2
- },
- {
- 0,
- 2
- },
- {
- 1,
- 0
- },
- {
- 1,
+ 7,
0
},
{
@@ -4047,18 +4019,14 @@ local chapter_board_dungeon_gold = {
},
{
0,
- 2
+ 1
},
{
0,
- 5
+ 4
},
{
- 1,
- 0
- },
- {
- 32,
+ 7,
0
},
{
@@ -4070,7 +4038,47 @@ local chapter_board_dungeon_gold = {
2
},
{
- 34,
+ 0,
+ 2
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
4
},
{
@@ -4078,347 +4086,327 @@ local chapter_board_dungeon_gold = {
5
},
{
- 0,
- 1
- },
- {
- 32,
+ 7,
0
},
{
- 32,
+ 7,
0
},
{
0,
- 2
- },
- {
- 34,
- 3
- },
- {
- 14,
- 0
- },
- {
- 34,
5
},
+ {
+ 7,
+ 0
+ },
{
0,
3
},
{
- 32,
+ 7,
0
},
{
- 32,
- 0
- },
- {
- 34,
- 2
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 34,
- 4
- },
- {
- 32,
- 0
- },
- {
- 34,
- 1
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 34,
+ 0,
3
},
{
- 1,
+ 0,
+ 2
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 7,
0
},
{
- 1,
+ 0,
+ 5
+ },
+ {
+ 7,
0
},
{
- 1,
+ 7,
0
},
{
- 1,
+ 0,
+ 3
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 7,
0
},
{
- 1,
+ 0,
+ 3
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
0
},
{
- 1,
+ 0,
+ 5
+ },
+ {
+ 7,
0
},
{
- 1,
+ 7,
0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 5
}
}
},
[22]={
["board"]={
- {
- 1,
- 0
- },
- {
- 32,
- 0
- },
{
0,
- 5
- },
- {
- 0,
- 2
- },
- {
- 0,
- 5
- },
- {
- 32,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 32,
- 0
- },
- {
- 0,
- 2
- },
- {
- 0,
- 5
- },
- {
- 0,
- 2
- },
- {
- 32,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 32,
- 0
- },
- {
- 31,
- 0
- },
- {
- 31,
- 0
- },
- {
- 31,
- 0
- },
- {
- 32,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 0,
- 0
- },
- {
- 0,
- 0
- },
- {
- 0,
- 0
- },
- {
- 0,
- 0
- },
- {
- 0,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 34,
1
},
{
- 34,
- 2
- },
- {
- 34,
- 3
- },
- {
- 34,
- 4
- },
- {
- 34,
+ 0,
5
},
{
- 1,
+ 7,
0
},
{
- 1,
+ 0,
+ 2
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 7,
0
},
{
- 1,
+ 7,
0
},
{
- 1,
+ 7,
0
},
{
- 14,
+ 7,
0
},
{
- 1,
+ 7,
0
},
{
- 1,
+ 7,
0
},
{
- 1,
+ 7,
0
},
{
- 1,
+ 0,
+ 1
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 7,
0
},
{
- 1,
+ 7,
0
},
{
- 1,
+ 0,
+ 4
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 7,
0
},
{
- 1,
+ 7,
0
},
{
- 1,
+ 0,
+ 4
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
0
},
{
- 1,
+ 7,
0
},
{
- 1,
+ 7,
0
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 1
}
}
},
[23]={
["board"]={
{
- 32,
+ 7,
0
},
{
- 32,
- 0
- },
- {
- 0,
- 3
- },
- {
- 0,
- 3
- },
- {
- 32,
+ 7,
0
},
{
@@ -4426,19 +4414,59 @@ local chapter_board_dungeon_gold = {
1
},
{
- 1,
+ 0,
+ 1
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 7,
0
},
{
- 32,
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
0
},
{
0,
- 4
+ 1
},
{
- 32,
+ 0,
+ 5
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
0
},
{
@@ -4447,154 +4475,126 @@ local chapter_board_dungeon_gold = {
},
{
0,
- 1
- },
- {
- 32,
- 0
- },
- {
- 1,
- 0
- },
- {
- 32,
- 0
- },
- {
- 32,
- 0
+ 5
},
{
0,
- 4
+ 5
},
{
- 0,
- 3
- },
- {
- 32,
+ 7,
0
},
{
0,
1
},
- {
- 1,
- 0
- },
- {
- 32,
- 0
- },
{
0,
4
},
{
- 32,
- 0
- },
- {
- 0,
- 2
- },
- {
- 32,
+ 7,
0
},
{
0,
5
},
- {
- 1,
- 0
- },
- {
- 32,
- 0
- },
- {
- 32,
- 0
- },
{
0,
- 2
- },
- {
- 0,
- 2
- },
- {
- 32,
- 0
- },
- {
- 14,
- 0
- },
- {
- 1,
- 0
- },
- {
- 34,
- 1
- },
- {
- 34,
- 2
- },
- {
- 34,
- 3
- },
- {
- 34,
- 4
- },
- {
- 34,
5
},
{
- 1,
+ 0,
+ 2
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 7,
0
},
{
- 1,
+ 0,
+ 2
+ },
+ {
+ 7,
0
},
{
- 1,
+ 7,
0
},
{
- 1,
+ 0,
+ 3
+ },
+ {
+ 7,
0
},
{
- 1,
+ 0,
+ 2
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 7,
0
},
{
- 1,
+ 0,
+ 1
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
0
},
{
- 1,
- 0
+ 0,
+ 4
},
{
- 1,
- 0
- },
- {
- 1,
+ 7,
0
}
}
@@ -4602,44 +4602,36 @@ local chapter_board_dungeon_gold = {
[24]={
["board"]={
{
- 31,
- 0
+ 0,
+ 5
},
{
- 31,
- 0
- },
- {
- 31,
+ 7,
0
},
{
0,
- 1
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 32,
- 0
+ 4
},
{
0,
- 1
+ 5
},
{
- 0,
- 1
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
},
{
0,
@@ -4649,160 +4641,204 @@ local chapter_board_dungeon_gold = {
0,
2
},
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 32,
- 0
- },
{
0,
3
},
{
- 0,
- 5
- },
- {
- 0,
- 3
- },
- {
- 0,
- 3
- },
- {
- 31,
- 0
- },
- {
- 1,
- 0
- },
- {
- 32,
- 0
- },
- {
- 32,
- 0
- },
- {
- 32,
+ 7,
0
},
{
0,
- 5
+ 4
},
{
0,
- 5
+ 4
},
{
- 31,
- 0
- },
- {
- 34,
- 3
- },
- {
- 32,
- 0
- },
- {
- 34,
- 1
- },
- {
- 34,
+ 0,
2
},
{
- 34,
- 3
+ 0,
+ 1
},
{
- 34,
- 4
- },
- {
- 31,
+ 7,
0
},
{
- 34,
+ 0,
+ 1
+ },
+ {
+ 0,
4
},
{
- 32,
- 0
- },
- {
- 34,
- 5
- },
- {
- 34,
- 4
- },
- {
- 34,
- 3
- },
- {
- 34,
- 5
- },
- {
- 31,
- 0
- },
- {
- 34,
- 5
- },
- {
- 32,
- 0
- },
- {
- 34,
- 4
- },
- {
- 34,
- 3
- },
- {
- 34,
+ 0,
2
},
{
- 34,
- 1
+ 0,
+ 2
},
{
- 14,
+ 7,
0
},
{
- 34,
+ 0,
+ 2
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
1
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
}
}
},
[25]={
["board"]={
{
- 1,
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
0
},
{
@@ -4814,23 +4850,19 @@ local chapter_board_dungeon_gold = {
3
},
{
- 1,
- 0
+ 0,
+ 2
},
{
0,
- 1
+ 3
},
{
- 0,
- 4
- },
- {
- 1,
+ 7,
0
},
{
- 31,
+ 7,
0
},
{
@@ -4842,7 +4874,27 @@ local chapter_board_dungeon_gold = {
2
},
{
- 1,
+ 0,
+ 1
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
0
},
{
@@ -4853,108 +4905,16 @@ local chapter_board_dungeon_gold = {
0,
1
},
- {
- 31,
- 0
- },
- {
- 1,
- 0
- },
- {
- 0,
- 2
- },
- {
- 0,
- 3
- },
- {
- 1,
- 0
- },
{
0,
1
},
{
- 0,
- 4
- },
- {
- 1,
+ 7,
0
},
{
- 14,
- 0
- },
- {
- 32,
- 0
- },
- {
- 0,
- 2
- },
- {
- 1,
- 0
- },
- {
- 0,
- 2
- },
- {
- 32,
- 0
- },
- {
- 14,
- 0
- },
- {
- 1,
- 0
- },
- {
- 0,
- 2
- },
- {
- 0,
- 2
- },
- {
- 1,
- 0
- },
- {
- 0,
- 2
- },
- {
- 0,
- 2
- },
- {
- 1,
- 0
- },
- {
- 0,
- 1
- },
- {
- 0,
- 2
- },
- {
- 0,
- 2
- },
- {
- 1,
+ 7,
0
},
{
@@ -4967,48 +4927,116 @@ local chapter_board_dungeon_gold = {
},
{
0,
- 1
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 34,
- 4
- },
- {
- 34,
5
},
{
- 34,
- 4
- },
- {
- 1,
+ 7,
0
},
{
- 1,
+ 7,
0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 3
}
}
},
[26]={
["board"]={
{
- 1,
+ 0,
+ 2
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 7,
0
},
{
- 1,
+ 7,
0
},
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 4
+ },
{
0,
3
@@ -5017,80 +5045,24 @@ local chapter_board_dungeon_gold = {
0,
2
},
- {
- 31,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 32,
- 0
- },
- {
- 0,
- 2
- },
- {
- 0,
- 2
- },
- {
- 31,
- 0
- },
- {
- 31,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 32,
- 0
- },
{
0,
3
},
+ {
+ 7,
+ 0
+ },
{
0,
4
},
{
- 31,
+ 7,
0
},
{
- 31,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 32,
+ 7,
0
},
{
@@ -5099,27 +5071,7 @@ local chapter_board_dungeon_gold = {
},
{
0,
- 4
- },
- {
- 31,
- 0
- },
- {
- 31,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 32,
- 0
+ 2
},
{
0,
@@ -5130,71 +5082,119 @@ local chapter_board_dungeon_gold = {
1
},
{
- 31,
- 0
- },
- {
- 14,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 32,
- 0
+ 0,
+ 2
},
{
0,
- 1
- },
- {
- 0,
- 1
- },
- {
- 31,
- 0
- },
- {
- 34,
3
},
{
- 1,
+ 0,
+ 1
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 7,
0
},
{
- 1,
+ 7,
0
},
{
- 1,
+ 0,
+ 3
+ },
+ {
+ 7,
0
},
{
- 1,
+ 7,
0
},
{
- 1,
+ 7,
0
},
{
- 1,
+ 0,
+ 1
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 7,
0
},
{
- 1,
+ 7,
0
},
{
- 1,
+ 0,
+ 2
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
0
}
}
@@ -5202,199 +5202,199 @@ local chapter_board_dungeon_gold = {
[27]={
["board"]={
{
- 1,
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
0
},
{
0,
- 1
- },
- {
- 0,
- 1
- },
- {
- 1,
- 0
- },
- {
- 0,
- 1
- },
- {
- 0,
- 3
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 31,
- 0
- },
- {
- 31,
- 0
- },
- {
- 0,
- 1
- },
- {
- 0,
- 3
- },
- {
- 0,
- 3
- },
- {
- 0,
- 5
- },
- {
- 1,
- 0
- },
- {
- 31,
- 0
- },
- {
- 0,
- 1
- },
- {
- 0,
- 3
- },
- {
- 0,
- 5
- },
- {
- 0,
- 5
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 32,
- 0
- },
- {
- 32,
- 0
- },
- {
- 1,
- 0
- },
- {
- 32,
- 0
- },
- {
- 32,
- 0
- },
- {
- 14,
- 0
- },
- {
- 1,
- 0
- },
- {
- 31,
- 0
- },
- {
- 31,
- 0
- },
- {
- 31,
- 0
- },
- {
- 31,
- 0
- },
- {
- 31,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 0,
- 0
- },
- {
- 0,
- 0
- },
- {
- 1,
- 0
- },
- {
- 0,
- 0
- },
- {
- 0,
- 0
- },
- {
- 0,
- 0
- },
- {
- 1,
- 0
- },
- {
- 34,
- 1
- },
- {
- 34,
2
},
{
- 34,
- 3
- },
- {
- 34,
- 4
- },
- {
- 34,
+ 0,
5
},
{
- 1,
+ 0,
+ 1
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 7,
0
}
}
@@ -5402,37 +5402,17 @@ local chapter_board_dungeon_gold = {
[28]={
["board"]={
{
- 1,
+ 7,
0
},
+ {
+ 0,
+ 3
+ },
{
0,
1
},
- {
- 0,
- 2
- },
- {
- 0,
- 4
- },
- {
- 0,
- 4
- },
- {
- 0,
- 5
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
{
0,
5
@@ -5442,159 +5422,179 @@ local chapter_board_dungeon_gold = {
4
},
{
- 0,
- 2
- },
- {
- 0,
- 2
- },
- {
- 0,
- 1
- },
- {
- 1,
+ 7,
0
},
{
- 1,
+ 7,
0
},
{
0,
- 3
- },
- {
- 0,
- 3
- },
- {
- 0,
- 3
- },
- {
- 0,
- 3
- },
- {
- 0,
- 3
- },
- {
- 1,
- 0
- },
- {
- 34,
- 3
- },
- {
- 31,
- 0
- },
- {
- 31,
- 0
- },
- {
- 31,
- 0
- },
- {
- 31,
- 0
- },
- {
- 31,
- 0
- },
- {
- 1,
- 0
- },
- {
- 34,
- 1
- },
- {
- 32,
- 0
- },
- {
- 0,
- 0
- },
- {
- 32,
- 0
- },
- {
- 0,
- 0
- },
- {
- 0,
- 0
- },
- {
- 1,
- 0
- },
- {
- 34,
- 2
- },
- {
- 33,
- 0
- },
- {
- 0,
- 0
- },
- {
- 33,
- 0
- },
- {
- 0,
- 0
- },
- {
- 34,
5
},
{
- 1,
- 0
+ 0,
+ 2
},
{
- 34,
+ 0,
3
},
{
- 1,
+ 7,
0
},
{
- 1,
+ 0,
+ 2
+ },
+ {
+ 7,
0
},
{
- 14,
+ 0,
+ 2
+ },
+ {
+ 7,
0
},
{
- 34,
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
1
},
{
- 34,
+ 0,
+ 1
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
4
},
{
- 1,
+ 0,
+ 2
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
0
}
}
@@ -5602,7 +5602,7 @@ local chapter_board_dungeon_gold = {
[29]={
["board"]={
{
- 1,
+ 7,
0
},
{
@@ -5610,191 +5610,191 @@ local chapter_board_dungeon_gold = {
1
},
{
- 0,
- 1
- },
- {
- 1,
+ 7,
0
},
{
0,
- 1
- },
- {
- 0,
- 3
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 31,
- 0
- },
- {
- 31,
- 0
- },
- {
- 0,
- 1
- },
- {
- 0,
- 3
- },
- {
- 0,
- 3
- },
- {
- 0,
- 5
- },
- {
- 1,
- 0
- },
- {
- 31,
- 0
- },
- {
- 0,
- 1
- },
- {
- 0,
- 3
- },
- {
- 0,
- 5
- },
- {
- 0,
- 5
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 32,
- 0
- },
- {
- 32,
- 0
- },
- {
- 1,
- 0
- },
- {
- 32,
- 0
- },
- {
- 32,
- 0
- },
- {
- 14,
- 0
- },
- {
- 1,
- 0
- },
- {
- 31,
- 0
- },
- {
- 31,
- 0
- },
- {
- 31,
- 0
- },
- {
- 31,
- 0
- },
- {
- 31,
- 0
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 0,
- 0
- },
- {
- 0,
- 0
- },
- {
- 1,
- 0
- },
- {
- 0,
- 0
- },
- {
- 0,
- 0
- },
- {
- 0,
- 0
- },
- {
- 1,
- 0
- },
- {
- 34,
- 1
- },
- {
- 34,
2
},
{
- 34,
- 3
+ 7,
+ 0
},
{
- 34,
- 4
- },
- {
- 34,
+ 0,
5
},
{
- 1,
+ 7,
+ 0
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
0
}
}
@@ -5802,7 +5802,83 @@ local chapter_board_dungeon_gold = {
[30]={
["board"]={
{
- 1,
+ 7,
+ 0
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 4
+ },
+ {
+ 0,
+ 5
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
0
},
{
@@ -5813,6 +5889,14 @@ local chapter_board_dungeon_gold = {
0,
2
},
+ {
+ 0,
+ 3
+ },
+ {
+ 7,
+ 0
+ },
{
0,
4
@@ -5821,18 +5905,30 @@ local chapter_board_dungeon_gold = {
0,
4
},
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 0,
+ 3
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
{
0,
5
},
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
{
0,
5
@@ -5845,157 +5941,61 @@ local chapter_board_dungeon_gold = {
0,
2
},
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 1
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 0,
+ 2
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
+ {
+ 7,
+ 0
+ },
{
0,
2
},
{
0,
- 1
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 0,
- 3
- },
- {
- 0,
- 3
- },
- {
- 0,
- 3
- },
- {
- 0,
- 3
- },
- {
- 0,
- 3
- },
- {
- 1,
- 0
- },
- {
- 34,
- 3
- },
- {
- 31,
- 0
- },
- {
- 31,
- 0
- },
- {
- 31,
- 0
- },
- {
- 31,
- 0
- },
- {
- 31,
- 0
- },
- {
- 1,
- 0
- },
- {
- 34,
- 1
- },
- {
- 32,
- 0
- },
- {
- 0,
- 0
- },
- {
- 32,
- 0
- },
- {
- 0,
- 0
- },
- {
- 0,
- 0
- },
- {
- 1,
- 0
- },
- {
- 34,
2
- },
- {
- 33,
- 0
- },
- {
- 0,
- 0
- },
- {
- 33,
- 0
- },
- {
- 0,
- 0
- },
- {
- 34,
- 5
- },
- {
- 1,
- 0
- },
- {
- 34,
- 3
- },
- {
- 1,
- 0
- },
- {
- 1,
- 0
- },
- {
- 14,
- 0
- },
- {
- 34,
- 1
- },
- {
- 34,
- 4
- },
- {
- 1,
- 0
}
}
}
diff --git a/lua/app/config/chapter_dungeon_shards.lua b/lua/app/config/chapter_dungeon_shards.lua
index 1927a01b..a67f3cf3 100644
--- a/lua/app/config/chapter_dungeon_shards.lua
+++ b/lua/app/config/chapter_dungeon_shards.lua
@@ -25,68 +25,258 @@ local chapter_dungeon_shards = {
["round"]=999
}
},
+ ["first_pass_reward_a"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_a"]=10,
+ ["first_pass_reward_b"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_b"]=10,
["wave_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
},
+ ["times_c"]=10,
["pass_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
- }
- },
- ["first_pass_reward"]={
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
- }
+ },
+ ["times_d"]=10
},
[2]={
["scene"]="bg_11",
@@ -114,68 +304,258 @@ local chapter_dungeon_shards = {
["round"]=999
}
},
+ ["first_pass_reward_a"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_a"]=10,
+ ["first_pass_reward_b"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_b"]=10,
["wave_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
},
+ ["times_c"]=10,
["pass_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
- }
- },
- ["first_pass_reward"]={
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
- }
+ },
+ ["times_d"]=10
},
[3]={
["scene"]="bg_11",
@@ -203,68 +583,258 @@ local chapter_dungeon_shards = {
["round"]=999
}
},
+ ["first_pass_reward_a"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_a"]=10,
+ ["first_pass_reward_b"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_b"]=10,
["wave_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
},
+ ["times_c"]=10,
["pass_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
- }
- },
- ["first_pass_reward"]={
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
- }
+ },
+ ["times_d"]=10
},
[4]={
["scene"]="bg_11",
@@ -292,68 +862,258 @@ local chapter_dungeon_shards = {
["round"]=999
}
},
+ ["first_pass_reward_a"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_a"]=10,
+ ["first_pass_reward_b"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_b"]=10,
["wave_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
},
+ ["times_c"]=10,
["pass_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
- }
- },
- ["first_pass_reward"]={
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
- }
+ },
+ ["times_d"]=10
},
[5]={
["scene"]="bg_11",
@@ -381,68 +1141,258 @@ local chapter_dungeon_shards = {
["round"]=999
}
},
+ ["first_pass_reward_a"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_a"]=10,
+ ["first_pass_reward_b"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_b"]=10,
["wave_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
},
+ ["times_c"]=10,
["pass_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
- }
- },
- ["first_pass_reward"]={
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
- }
+ },
+ ["times_d"]=10
},
[6]={
["scene"]="bg_11",
@@ -470,68 +1420,258 @@ local chapter_dungeon_shards = {
["round"]=999
}
},
+ ["first_pass_reward_a"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_a"]=10,
+ ["first_pass_reward_b"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_b"]=10,
["wave_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
},
+ ["times_c"]=10,
["pass_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
- }
- },
- ["first_pass_reward"]={
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
- }
+ },
+ ["times_d"]=10
},
[7]={
["scene"]="bg_11",
@@ -559,68 +1699,258 @@ local chapter_dungeon_shards = {
["round"]=999
}
},
+ ["first_pass_reward_a"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_a"]=10,
+ ["first_pass_reward_b"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_b"]=10,
["wave_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
},
+ ["times_c"]=10,
["pass_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
- }
- },
- ["first_pass_reward"]={
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
- }
+ },
+ ["times_d"]=10
},
[8]={
["scene"]="bg_11",
@@ -648,68 +1978,258 @@ local chapter_dungeon_shards = {
["round"]=999
}
},
+ ["first_pass_reward_a"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_a"]=10,
+ ["first_pass_reward_b"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_b"]=10,
["wave_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
},
+ ["times_c"]=10,
["pass_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
- }
- },
- ["first_pass_reward"]={
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
- }
+ },
+ ["times_d"]=10
},
[9]={
["scene"]="bg_11",
@@ -737,68 +2257,258 @@ local chapter_dungeon_shards = {
["round"]=999
}
},
+ ["first_pass_reward_a"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_a"]=10,
+ ["first_pass_reward_b"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_b"]=10,
["wave_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
},
+ ["times_c"]=10,
["pass_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
- }
- },
- ["first_pass_reward"]={
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
- }
+ },
+ ["times_d"]=10
},
[10]={
["scene"]="bg_11",
@@ -826,68 +2536,258 @@ local chapter_dungeon_shards = {
["round"]=999
}
},
+ ["first_pass_reward_a"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_a"]=10,
+ ["first_pass_reward_b"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_b"]=10,
["wave_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
},
+ ["times_c"]=10,
["pass_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
- }
- },
- ["first_pass_reward"]={
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
- }
+ },
+ ["times_d"]=10
},
[11]={
["scene"]="bg_11",
@@ -915,68 +2815,258 @@ local chapter_dungeon_shards = {
["round"]=999
}
},
+ ["first_pass_reward_a"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_a"]=10,
+ ["first_pass_reward_b"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_b"]=10,
["wave_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
},
+ ["times_c"]=10,
["pass_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
- }
- },
- ["first_pass_reward"]={
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
- }
+ },
+ ["times_d"]=10
},
[12]={
["scene"]="bg_11",
@@ -1004,68 +3094,258 @@ local chapter_dungeon_shards = {
["round"]=999
}
},
+ ["first_pass_reward_a"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_a"]=10,
+ ["first_pass_reward_b"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_b"]=10,
["wave_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
},
+ ["times_c"]=10,
["pass_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
- }
- },
- ["first_pass_reward"]={
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
- }
+ },
+ ["times_d"]=10
},
[13]={
["scene"]="bg_11",
@@ -1093,68 +3373,258 @@ local chapter_dungeon_shards = {
["round"]=999
}
},
+ ["first_pass_reward_a"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_a"]=10,
+ ["first_pass_reward_b"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_b"]=10,
["wave_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
},
+ ["times_c"]=10,
["pass_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
- }
- },
- ["first_pass_reward"]={
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
- }
+ },
+ ["times_d"]=10
},
[14]={
["scene"]="bg_11",
@@ -1182,68 +3652,258 @@ local chapter_dungeon_shards = {
["round"]=999
}
},
+ ["first_pass_reward_a"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_a"]=10,
+ ["first_pass_reward_b"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_b"]=10,
["wave_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
},
+ ["times_c"]=10,
["pass_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
- }
- },
- ["first_pass_reward"]={
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
- }
+ },
+ ["times_d"]=10
},
[15]={
["scene"]="bg_11",
@@ -1271,68 +3931,258 @@ local chapter_dungeon_shards = {
["round"]=999
}
},
+ ["first_pass_reward_a"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_a"]=10,
+ ["first_pass_reward_b"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_b"]=10,
["wave_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
},
+ ["times_c"]=10,
["pass_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
- }
- },
- ["first_pass_reward"]={
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
- }
+ },
+ ["times_d"]=10
},
[16]={
["scene"]="bg_11",
@@ -1360,68 +4210,258 @@ local chapter_dungeon_shards = {
["round"]=999
}
},
+ ["first_pass_reward_a"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_a"]=10,
+ ["first_pass_reward_b"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_b"]=10,
["wave_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
},
+ ["times_c"]=10,
["pass_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
- }
- },
- ["first_pass_reward"]={
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
- }
+ },
+ ["times_d"]=10
},
[17]={
["scene"]="bg_11",
@@ -1449,68 +4489,258 @@ local chapter_dungeon_shards = {
["round"]=999
}
},
+ ["first_pass_reward_a"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_a"]=10,
+ ["first_pass_reward_b"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_b"]=10,
["wave_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
},
+ ["times_c"]=10,
["pass_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
- }
- },
- ["first_pass_reward"]={
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
- }
+ },
+ ["times_d"]=10
},
[18]={
["scene"]="bg_11",
@@ -1538,68 +4768,258 @@ local chapter_dungeon_shards = {
["round"]=999
}
},
+ ["first_pass_reward_a"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_a"]=10,
+ ["first_pass_reward_b"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_b"]=10,
["wave_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
},
+ ["times_c"]=10,
["pass_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
- }
- },
- ["first_pass_reward"]={
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
- }
+ },
+ ["times_d"]=10
},
[19]={
["scene"]="bg_11",
@@ -1627,68 +5047,258 @@ local chapter_dungeon_shards = {
["round"]=999
}
},
+ ["first_pass_reward_a"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_a"]=10,
+ ["first_pass_reward_b"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_b"]=10,
["wave_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
},
+ ["times_c"]=10,
["pass_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
- }
- },
- ["first_pass_reward"]={
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
- }
+ },
+ ["times_d"]=10
},
[20]={
["scene"]="bg_11",
@@ -1716,68 +5326,258 @@ local chapter_dungeon_shards = {
["round"]=999
}
},
+ ["first_pass_reward_a"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_a"]=10,
+ ["first_pass_reward_b"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_b"]=10,
["wave_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
},
+ ["times_c"]=10,
["pass_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
- }
- },
- ["first_pass_reward"]={
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
- }
+ },
+ ["times_d"]=10
},
[21]={
["scene"]="bg_11",
@@ -1805,68 +5605,258 @@ local chapter_dungeon_shards = {
["round"]=999
}
},
+ ["first_pass_reward_a"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_a"]=10,
+ ["first_pass_reward_b"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_b"]=10,
["wave_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
},
+ ["times_c"]=10,
["pass_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
- }
- },
- ["first_pass_reward"]={
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
- }
+ },
+ ["times_d"]=10
},
[22]={
["scene"]="bg_11",
@@ -1894,68 +5884,258 @@ local chapter_dungeon_shards = {
["round"]=999
}
},
+ ["first_pass_reward_a"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_a"]=10,
+ ["first_pass_reward_b"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_b"]=10,
["wave_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
},
+ ["times_c"]=10,
["pass_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
- }
- },
- ["first_pass_reward"]={
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
- }
+ },
+ ["times_d"]=10
},
[23]={
["scene"]="bg_11",
@@ -1983,68 +6163,258 @@ local chapter_dungeon_shards = {
["round"]=999
}
},
+ ["first_pass_reward_a"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_a"]=10,
+ ["first_pass_reward_b"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_b"]=10,
["wave_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
},
+ ["times_c"]=10,
["pass_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
- }
- },
- ["first_pass_reward"]={
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
- }
+ },
+ ["times_d"]=10
},
[24]={
["scene"]="bg_11",
@@ -2072,68 +6442,258 @@ local chapter_dungeon_shards = {
["round"]=999
}
},
+ ["first_pass_reward_a"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_a"]=10,
+ ["first_pass_reward_b"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_b"]=10,
["wave_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
},
+ ["times_c"]=10,
["pass_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
- }
- },
- ["first_pass_reward"]={
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
- }
+ },
+ ["times_d"]=10
},
[25]={
["scene"]="bg_11",
@@ -2161,68 +6721,258 @@ local chapter_dungeon_shards = {
["round"]=999
}
},
+ ["first_pass_reward_a"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_a"]=10,
+ ["first_pass_reward_b"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_b"]=10,
["wave_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
},
+ ["times_c"]=10,
["pass_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
- }
- },
- ["first_pass_reward"]={
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
- }
+ },
+ ["times_d"]=10
},
[26]={
["scene"]="bg_11",
@@ -2250,68 +7000,258 @@ local chapter_dungeon_shards = {
["round"]=999
}
},
+ ["first_pass_reward_a"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_a"]=10,
+ ["first_pass_reward_b"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_b"]=10,
["wave_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
},
+ ["times_c"]=10,
["pass_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
- }
- },
- ["first_pass_reward"]={
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
- }
+ },
+ ["times_d"]=10
},
[27]={
["scene"]="bg_11",
@@ -2339,68 +7279,258 @@ local chapter_dungeon_shards = {
["round"]=999
}
},
+ ["first_pass_reward_a"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_a"]=10,
+ ["first_pass_reward_b"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_b"]=10,
["wave_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
},
+ ["times_c"]=10,
["pass_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
- }
- },
- ["first_pass_reward"]={
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
- }
+ },
+ ["times_d"]=10
},
[28]={
["scene"]="bg_11",
@@ -2428,68 +7558,258 @@ local chapter_dungeon_shards = {
["round"]=999
}
},
+ ["first_pass_reward_a"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_a"]=10,
+ ["first_pass_reward_b"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_b"]=10,
["wave_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
},
+ ["times_c"]=10,
["pass_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
- }
- },
- ["first_pass_reward"]={
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
- }
+ },
+ ["times_d"]=10
},
[29]={
["scene"]="bg_11",
@@ -2517,68 +7837,258 @@ local chapter_dungeon_shards = {
["round"]=999
}
},
+ ["first_pass_reward_a"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_a"]=10,
+ ["first_pass_reward_b"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_b"]=10,
["wave_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
},
+ ["times_c"]=10,
["pass_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
- }
- },
- ["first_pass_reward"]={
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
- }
+ },
+ ["times_d"]=10
},
[30]={
["scene"]="bg_11",
@@ -2606,68 +8116,258 @@ local chapter_dungeon_shards = {
["round"]=999
}
},
+ ["first_pass_reward_a"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_a"]=10,
+ ["first_pass_reward_b"]={
+ {
+ ["type"]=1,
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
+ }
+ },
+ ["times_b"]=10,
["wave_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=20,
- ["num_for_nothing"]="VAg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=30,
- ["num_for_nothing"]="VQg="
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=40,
- ["num_for_nothing"]="Ugg="
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
},
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=50,
- ["num_for_nothing"]="Uwg="
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
},
+ ["times_c"]=10,
["pass_reward"]={
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
- }
- },
- ["first_pass_reward"]={
+ ["id"]=13001,
+ ["num"]=1,
+ ["weight"]=100
+ },
{
["type"]=1,
- ["type_for_nothing"]="Vw==",
- ["id"]=1,
- ["id_for_nothing"]="Vw==",
- ["num"]=10,
- ["num_for_nothing"]="Vwg="
+ ["id"]=13002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=23002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=33002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=43002,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53001,
+ ["num"]=1,
+ ["weight"]=100
+ },
+ {
+ ["type"]=1,
+ ["id"]=53002,
+ ["num"]=1,
+ ["weight"]=100
}
- }
+ },
+ ["times_d"]=10
}
}
local config = {
diff --git a/lua/app/config/item.lua b/lua/app/config/item.lua
index a0253f85..a49f871d 100644
--- a/lua/app/config/item.lua
+++ b/lua/app/config/item.lua
@@ -376,7 +376,10 @@ local item = {
["icon"]="14001"
},
[14002]={
-
+ ["type"]=5,
+ ["parameter"]=14002,
+ ["qlt"]=4,
+ ["icon"]="14002"
},
[22001]={
["type"]=5,
@@ -404,9 +407,9 @@ local item = {
},
[24002]={
["type"]=5,
- ["parameter"]=24001,
+ ["parameter"]=24002,
["qlt"]=4,
- ["icon"]="24001"
+ ["icon"]="24002"
},
[32001]={
["type"]=5,
@@ -434,9 +437,9 @@ local item = {
},
[34002]={
["type"]=5,
- ["parameter"]=34001,
+ ["parameter"]=34002,
["qlt"]=4,
- ["icon"]="34001"
+ ["icon"]="34002"
},
[42001]={
["type"]=5,
@@ -464,9 +467,9 @@ local item = {
},
[44002]={
["type"]=5,
- ["parameter"]=44001,
+ ["parameter"]=44002,
["qlt"]=4,
- ["icon"]="44001"
+ ["icon"]="44002"
},
[52001]={
["type"]=5,
@@ -494,9 +497,9 @@ local item = {
},
[54002]={
["type"]=5,
- ["parameter"]=54001,
+ ["parameter"]=54002,
["qlt"]=4,
- ["icon"]="54001"
+ ["icon"]="54002"
}
}
local config = {
diff --git a/lua/app/config/monster_dungeon_gold.lua b/lua/app/config/monster_dungeon_gold.lua
index 87add52d..bbcbbbcc 100644
--- a/lua/app/config/monster_dungeon_gold.lua
+++ b/lua/app/config/monster_dungeon_gold.lua
@@ -18,10 +18,10 @@ local monster_dungeon_gold = {
2000
},
["monster_hp_skin"]={
- "1",
- "2",
- "3",
- "4"
+ "skin_01",
+ "skin_02",
+ "skin_03",
+ "skin_04"
}
},
[205]={
@@ -43,10 +43,10 @@ local monster_dungeon_gold = {
2000
},
["monster_hp_skin"]={
- "1",
- "2",
- "3",
- "4"
+ "skin_01",
+ "skin_02",
+ "skin_03",
+ "skin_04"
}
},
[305]={
@@ -68,10 +68,10 @@ local monster_dungeon_gold = {
2000
},
["monster_hp_skin"]={
- "1",
- "2",
- "3",
- "4"
+ "skin_01",
+ "skin_02",
+ "skin_03",
+ "skin_04"
}
},
[405]={
@@ -93,10 +93,10 @@ local monster_dungeon_gold = {
2000
},
["monster_hp_skin"]={
- "1",
- "2",
- "3",
- "4"
+ "skin_01",
+ "skin_02",
+ "skin_03",
+ "skin_04"
}
},
[505]={
@@ -118,10 +118,10 @@ local monster_dungeon_gold = {
2000
},
["monster_hp_skin"]={
- "1",
- "2",
- "3",
- "4"
+ "skin_01",
+ "skin_02",
+ "skin_03",
+ "skin_04"
}
},
[605]={
@@ -143,15 +143,15 @@ local monster_dungeon_gold = {
2000
},
["monster_hp_skin"]={
- "1",
- "2",
- "3",
- "4"
+ "skin_01",
+ "skin_02",
+ "skin_03",
+ "skin_04"
}
},
[705]={
["monster_base"]=20003,
- ["hp"]=3433227539,
+ ["hp"]=3433227538,
["atk"]=10000000000,
["atk_times"]=0,
["skill"]={
@@ -168,15 +168,15 @@ local monster_dungeon_gold = {
2000
},
["monster_hp_skin"]={
- "1",
- "2",
- "3",
- "4"
+ "skin_01",
+ "skin_02",
+ "skin_03",
+ "skin_04"
}
},
[805]={
["monster_base"]=20003,
- ["hp"]=4291534423,
+ ["hp"]=4291534422,
["atk"]=10000000000,
["atk_times"]=0,
["skill"]={
@@ -193,15 +193,15 @@ local monster_dungeon_gold = {
2000
},
["monster_hp_skin"]={
- "1",
- "2",
- "3",
- "4"
+ "skin_01",
+ "skin_02",
+ "skin_03",
+ "skin_04"
}
},
[905]={
["monster_base"]=20003,
- ["hp"]=5364418029,
+ ["hp"]=5364418027,
["atk"]=10000000000,
["atk_times"]=0,
["skill"]={
@@ -218,15 +218,15 @@ local monster_dungeon_gold = {
2000
},
["monster_hp_skin"]={
- "1",
- "2",
- "3",
- "4"
+ "skin_01",
+ "skin_02",
+ "skin_03",
+ "skin_04"
}
},
[1005]={
["monster_base"]=20003,
- ["hp"]=6705522537,
+ ["hp"]=6705522533,
["atk"]=10000000000,
["atk_times"]=0,
["skill"]={
@@ -243,15 +243,15 @@ local monster_dungeon_gold = {
2000
},
["monster_hp_skin"]={
- "1",
- "2",
- "3",
- "4"
+ "skin_01",
+ "skin_02",
+ "skin_03",
+ "skin_04"
}
},
[1105]={
["monster_base"]=20003,
- ["hp"]=8381903171,
+ ["hp"]=8381903166,
["atk"]=10000000000,
["atk_times"]=0,
["skill"]={
@@ -268,15 +268,15 @@ local monster_dungeon_gold = {
2000
},
["monster_hp_skin"]={
- "1",
- "2",
- "3",
- "4"
+ "skin_01",
+ "skin_02",
+ "skin_03",
+ "skin_04"
}
},
[1205]={
["monster_base"]=20003,
- ["hp"]=10477378964,
+ ["hp"]=10477378957,
["atk"]=10000000000,
["atk_times"]=0,
["skill"]={
@@ -293,15 +293,15 @@ local monster_dungeon_gold = {
2000
},
["monster_hp_skin"]={
- "1",
- "2",
- "3",
- "4"
+ "skin_01",
+ "skin_02",
+ "skin_03",
+ "skin_04"
}
},
[1305]={
["monster_base"]=20003,
- ["hp"]=13096723705,
+ ["hp"]=13096723696,
["atk"]=10000000000,
["atk_times"]=0,
["skill"]={
@@ -318,15 +318,15 @@ local monster_dungeon_gold = {
2000
},
["monster_hp_skin"]={
- "1",
- "2",
- "3",
- "4"
+ "skin_01",
+ "skin_02",
+ "skin_03",
+ "skin_04"
}
},
[1405]={
["monster_base"]=20003,
- ["hp"]=16370904631,
+ ["hp"]=16370904620,
["atk"]=10000000000,
["atk_times"]=0,
["skill"]={
@@ -343,15 +343,15 @@ local monster_dungeon_gold = {
2000
},
["monster_hp_skin"]={
- "1",
- "2",
- "3",
- "4"
+ "skin_01",
+ "skin_02",
+ "skin_03",
+ "skin_04"
}
},
[1505]={
["monster_base"]=20003,
- ["hp"]=20463630789,
+ ["hp"]=20463630775,
["atk"]=10000000000,
["atk_times"]=0,
["skill"]={
@@ -368,15 +368,15 @@ local monster_dungeon_gold = {
2000
},
["monster_hp_skin"]={
- "1",
- "2",
- "3",
- "4"
+ "skin_01",
+ "skin_02",
+ "skin_03",
+ "skin_04"
}
},
[1605]={
["monster_base"]=20003,
- ["hp"]=25579538487,
+ ["hp"]=25579538468,
["atk"]=10000000000,
["atk_times"]=0,
["skill"]={
@@ -393,15 +393,15 @@ local monster_dungeon_gold = {
2000
},
["monster_hp_skin"]={
- "1",
- "2",
- "3",
- "4"
+ "skin_01",
+ "skin_02",
+ "skin_03",
+ "skin_04"
}
},
[1705]={
["monster_base"]=20003,
- ["hp"]=31974423109,
+ ["hp"]=31974423085,
["atk"]=10000000000,
["atk_times"]=0,
["skill"]={
@@ -418,15 +418,15 @@ local monster_dungeon_gold = {
2000
},
["monster_hp_skin"]={
- "1",
- "2",
- "3",
- "4"
+ "skin_01",
+ "skin_02",
+ "skin_03",
+ "skin_04"
}
},
[1805]={
["monster_base"]=20003,
- ["hp"]=39968028886,
+ ["hp"]=39968028856,
["atk"]=10000000000,
["atk_times"]=0,
["skill"]={
@@ -443,15 +443,15 @@ local monster_dungeon_gold = {
2000
},
["monster_hp_skin"]={
- "1",
- "2",
- "3",
- "4"
+ "skin_01",
+ "skin_02",
+ "skin_03",
+ "skin_04"
}
},
[1905]={
["monster_base"]=20003,
- ["hp"]=49960036108,
+ ["hp"]=49960036070,
["atk"]=10000000000,
["atk_times"]=0,
["skill"]={
@@ -468,15 +468,15 @@ local monster_dungeon_gold = {
2000
},
["monster_hp_skin"]={
- "1",
- "2",
- "3",
- "4"
+ "skin_01",
+ "skin_02",
+ "skin_03",
+ "skin_04"
}
},
[2005]={
["monster_base"]=20003,
- ["hp"]=62450045135,
+ ["hp"]=62450045087,
["atk"]=10000000000,
["atk_times"]=0,
["skill"]={
@@ -493,15 +493,15 @@ local monster_dungeon_gold = {
2000
},
["monster_hp_skin"]={
- "1",
- "2",
- "3",
- "4"
+ "skin_01",
+ "skin_02",
+ "skin_03",
+ "skin_04"
}
},
[2105]={
["monster_base"]=20003,
- ["hp"]=78062556418,
+ ["hp"]=78062556358,
["atk"]=10000000000,
["atk_times"]=0,
["skill"]={
@@ -518,15 +518,15 @@ local monster_dungeon_gold = {
2000
},
["monster_hp_skin"]={
- "1",
- "2",
- "3",
- "4"
+ "skin_01",
+ "skin_02",
+ "skin_03",
+ "skin_04"
}
},
[2205]={
["monster_base"]=20003,
- ["hp"]=97578195523,
+ ["hp"]=97578195447,
["atk"]=10000000000,
["atk_times"]=0,
["skill"]={
@@ -543,15 +543,15 @@ local monster_dungeon_gold = {
2000
},
["monster_hp_skin"]={
- "1",
- "2",
- "3",
- "4"
+ "skin_01",
+ "skin_02",
+ "skin_03",
+ "skin_04"
}
},
[2305]={
["monster_base"]=20003,
- ["hp"]=121972744404,
+ ["hp"]=121972744308,
["atk"]=10000000000,
["atk_times"]=0,
["skill"]={
@@ -568,15 +568,15 @@ local monster_dungeon_gold = {
2000
},
["monster_hp_skin"]={
- "1",
- "2",
- "3",
- "4"
+ "skin_01",
+ "skin_02",
+ "skin_03",
+ "skin_04"
}
},
[2405]={
["monster_base"]=20003,
- ["hp"]=152465930505,
+ ["hp"]=152465930385,
["atk"]=10000000000,
["atk_times"]=0,
["skill"]={
@@ -593,15 +593,15 @@ local monster_dungeon_gold = {
2000
},
["monster_hp_skin"]={
- "1",
- "2",
- "3",
- "4"
+ "skin_01",
+ "skin_02",
+ "skin_03",
+ "skin_04"
}
},
[2505]={
["monster_base"]=20003,
- ["hp"]=190582413132,
+ ["hp"]=190582412981,
["atk"]=10000000000,
["atk_times"]=0,
["skill"]={
@@ -618,15 +618,15 @@ local monster_dungeon_gold = {
2000
},
["monster_hp_skin"]={
- "1",
- "2",
- "3",
- "4"
+ "skin_01",
+ "skin_02",
+ "skin_03",
+ "skin_04"
}
},
[2605]={
["monster_base"]=20003,
- ["hp"]=238228016415,
+ ["hp"]=238228016226,
["atk"]=10000000000,
["atk_times"]=0,
["skill"]={
@@ -643,15 +643,15 @@ local monster_dungeon_gold = {
2000
},
["monster_hp_skin"]={
- "1",
- "2",
- "3",
- "4"
+ "skin_01",
+ "skin_02",
+ "skin_03",
+ "skin_04"
}
},
[2705]={
["monster_base"]=20003,
- ["hp"]=297785020519,
+ ["hp"]=297785020282,
["atk"]=10000000000,
["atk_times"]=0,
["skill"]={
@@ -668,15 +668,15 @@ local monster_dungeon_gold = {
2000
},
["monster_hp_skin"]={
- "1",
- "2",
- "3",
- "4"
+ "skin_01",
+ "skin_02",
+ "skin_03",
+ "skin_04"
}
},
[2805]={
["monster_base"]=20003,
- ["hp"]=372231275648,
+ ["hp"]=372231275352,
["atk"]=10000000000,
["atk_times"]=0,
["skill"]={
@@ -693,15 +693,15 @@ local monster_dungeon_gold = {
2000
},
["monster_hp_skin"]={
- "1",
- "2",
- "3",
- "4"
+ "skin_01",
+ "skin_02",
+ "skin_03",
+ "skin_04"
}
},
[2905]={
["monster_base"]=20003,
- ["hp"]=465289094561,
+ ["hp"]=465289094190,
["atk"]=10000000000,
["atk_times"]=0,
["skill"]={
@@ -718,15 +718,15 @@ local monster_dungeon_gold = {
2000
},
["monster_hp_skin"]={
- "1",
- "2",
- "3",
- "4"
+ "skin_01",
+ "skin_02",
+ "skin_03",
+ "skin_04"
}
},
[3005]={
["monster_base"]=20003,
- ["hp"]=581611368201,
+ ["hp"]=581611367737,
["atk"]=10000000000,
["atk_times"]=0,
["skill"]={
@@ -743,10 +743,10 @@ local monster_dungeon_gold = {
2000
},
["monster_hp_skin"]={
- "1",
- "2",
- "3",
- "4"
+ "skin_01",
+ "skin_02",
+ "skin_03",
+ "skin_04"
}
}
}
diff --git a/lua/app/config/monster_dungeon_shards.lua b/lua/app/config/monster_dungeon_shards.lua
index d90835cb..7be6cc07 100644
--- a/lua/app/config/monster_dungeon_shards.lua
+++ b/lua/app/config/monster_dungeon_shards.lua
@@ -1,344 +1,291 @@
local monster_dungeon_shards = {
[104]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20021,
+ ["hp"]=36000000,
+ ["atk"]=380000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30061,
+ 30062,
+ 30063
},
["skill"]={
- 10029
+ 10034
},
["passive_skill"]={
- 10013,
- 10008,
10011,
- 10401
+ 10008
},
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[204]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20026,
+ ["hp"]=36000000,
+ ["atk"]=380000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30076,
+ 30077,
+ 30078
},
["skill"]={
- 10029
+ 10064
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10013
},
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[304]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20009,
+ ["hp"]=46000000,
+ ["atk"]=420000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30025,
+ 30026,
+ 30027
},
["skill"]={
- 10029
+ 10039
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10010,
+ 10011
},
["monster_exp"]=22000
},
[404]={
- ["monster_base"]=20003,
+ ["monster_base"]=30015,
["hp"]=90000000,
- ["atk"]=650000,
+ ["atk"]=550000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 40025,
+ 40026,
+ 40027,
+ 40028
},
["skill"]={
- 10029
- },
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10042
},
["monster_exp"]=22000
},
[504]={
- ["monster_base"]=20003,
+ ["monster_base"]=30014,
["hp"]=90000000,
- ["atk"]=650000,
+ ["atk"]=550000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 40009,
+ 40010,
+ 40011,
+ 40012
},
["skill"]={
- 10029
+ 10031
},
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
- },
- ["monster_exp"]=22000
+ ["monster_exp"]=24000
},
[604]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20032,
+ ["hp"]=434900000,
+ ["atk"]=4900000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30094,
+ 30095,
+ 30096
},
["skill"]={
- 10029
+ 10052,
+ 10053,
+ 10054
},
["passive_skill"]={
- 10013,
10008,
- 10011,
- 10401
+ 10010,
+ 10013
},
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[704]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20023,
+ ["hp"]=53300000,
+ ["atk"]=600000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30067,
+ 30068,
+ 30069
},
["skill"]={
- 10029
+ 10063
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10013
},
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[804]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20008,
+ ["hp"]=137800000,
+ ["atk"]=3370000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30022,
+ 30023,
+ 30024
},
["skill"]={
- 10029
+ 10032
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10009
},
["monster_exp"]=22000
},
[904]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20006,
+ ["hp"]=220700000,
+ ["atk"]=2330000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30016,
+ 30017,
+ 30018
},
["skill"]={
- 10029
+ 10033
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10010
},
["monster_exp"]=22000
},
[1004]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
- ["atk_times"]=4,
+ ["monster_base"]=20004,
+ ["hp"]=18000000,
+ ["atk"]=250000,
+ ["atk_times"]=3,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30010,
+ 30011,
+ 30012
},
["skill"]={
- 10029
+ 10015
},
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
- },
- ["monster_exp"]=22000
+ ["monster_exp"]=24000
},
[1104]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20005,
+ ["hp"]=130700000,
+ ["atk"]=1320000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30013,
+ 30014,
+ 30015
},
["skill"]={
- 10029
+ 10024
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10012
},
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[1204]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20013,
+ ["hp"]=126900000,
+ ["atk"]=3090000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30037,
+ 30038,
+ 30039
},
["skill"]={
- 10029
+ 10049,
+ 10050
},
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
- },
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[1304]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=30020,
+ ["hp"]=264600000,
+ ["atk"]=2850000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 40033,
+ 40034,
+ 40035,
+ 40036
},
["skill"]={
- 10029
- },
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10069
},
["monster_exp"]=22000
},
[1404]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=30019,
+ ["hp"]=108900000,
+ ["atk"]=1070000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 40029,
+ 40030,
+ 40031,
+ 40032
},
["skill"]={
- 10029
+ 10067,
+ 10068
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10013
},
["monster_exp"]=22000
},
[1504]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20007,
+ ["hp"]=149300000,
+ ["atk"]=1970000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30019,
+ 30020,
+ 30021
},
["skill"]={
- 10029
+ 10060
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10061
},
- ["monster_exp"]=22000
+ ["monster_exp"]=24000
},
[1604]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=30010,
+ ["hp"]=239900000,
+ ["atk"]=2560000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 40013,
+ 40014,
+ 40015,
+ 40016
},
["skill"]={
- 10029
+ 10035
},
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
- },
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[1704]={
["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["hp"]=190400000,
+ ["atk"]=1960000,
["atk_times"]=4,
["hurt_skill"]={
30007,
@@ -351,603 +298,510 @@ local monster_dungeon_shards = {
["passive_skill"]={
10013,
10008,
- 10011,
- 10401
+ 10011
},
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[1804]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20030,
+ ["hp"]=283320000,
+ ["atk"]=4264000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30088,
+ 30089,
+ 30090
},
["skill"]={
- 10029
+ 10056,
+ 10057
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10014
},
["monster_exp"]=22000
},
[1904]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20012,
+ ["hp"]=46000000,
+ ["atk"]=420000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30034,
+ 30035,
+ 30036
},
["skill"]={
- 10029
- },
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10017
},
["monster_exp"]=22000
},
[2004]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=30009,
+ ["hp"]=288400000,
+ ["atk"]=3150000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 40021,
+ 40022,
+ 40023,
+ 40024
},
["skill"]={
- 10029
+ 10040
},
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
- },
- ["monster_exp"]=22000
+ ["monster_exp"]=24000
},
[2104]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20025,
+ ["hp"]=121900000,
+ ["atk"]=1210000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30073,
+ 30074,
+ 30075
},
["skill"]={
- 10029
+ 10062
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10013
},
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[2204]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20009,
+ ["hp"]=271600000,
+ ["atk"]=2950000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30025,
+ 30026,
+ 30027
},
["skill"]={
- 10029
+ 10039
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10010,
+ 10011
},
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[2304]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20031,
+ ["hp"]=514600000,
+ ["atk"]=5830000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30091,
+ 30092,
+ 30093
},
["skill"]={
- 10029
+ 10058,
+ 10059
},
["passive_skill"]={
- 10013,
10008,
10011,
- 10401
+ 10013
},
["monster_exp"]=22000
},
[2404]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20017,
+ ["hp"]=108400000,
+ ["atk"]=2610000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30049,
+ 30050,
+ 30051
},
["skill"]={
- 10029
- },
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10027
},
["monster_exp"]=22000
},
[2504]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20020,
+ ["hp"]=291600000,
+ ["atk"]=3654000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30058,
+ 30059,
+ 30060
},
["skill"]={
- 10029
+ 10047
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10048,
+ 10013
},
- ["monster_exp"]=22000
+ ["monster_exp"]=24000
},
[2604]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20022,
+ ["hp"]=25600000,
+ ["atk"]=490000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30064,
+ 30065,
+ 30066
},
["skill"]={
- 10029
+ 10023
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10013
},
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[2704]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20008,
+ ["hp"]=137800000,
+ ["atk"]=3370000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30022,
+ 30023,
+ 30024
},
["skill"]={
- 10029
+ 10032
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10009
},
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[2804]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=30015,
+ ["hp"]=318300000,
+ ["atk"]=3500000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 40025,
+ 40026,
+ 40027,
+ 40028
},
["skill"]={
- 10029
- },
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10042
},
["monster_exp"]=22000
},
[2904]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=30014,
+ ["hp"]=194600000,
+ ["atk"]=2020000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 40009,
+ 40010,
+ 40011,
+ 40012
},
["skill"]={
- 10029
- },
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10031
},
["monster_exp"]=22000
},
[3004]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20010,
+ ["hp"]=239600000,
+ ["atk"]=3340000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30028,
+ 30029,
+ 30030
},
["skill"]={
- 10029
+ 10041,
+ 10066
},
["passive_skill"]={
- 10013,
10008,
- 10011,
- 10401
+ 10009,
+ 10013
},
- ["monster_exp"]=22000
+ ["monster_exp"]=24000
},
[3104]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20026,
+ ["hp"]=109200000,
+ ["atk"]=980000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30076,
+ 30077,
+ 30078
},
["skill"]={
- 10029
+ 10064
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10013
},
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[3204]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=30020,
+ ["hp"]=264600000,
+ ["atk"]=2850000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 40033,
+ 40034,
+ 40035,
+ 40036
},
["skill"]={
- 10029
+ 10069
},
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
- },
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[3304]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20006,
+ ["hp"]=220700000,
+ ["atk"]=2330000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30016,
+ 30017,
+ 30018
},
["skill"]={
- 10029
+ 10033
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10010
},
["monster_exp"]=22000
},
[3404]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
- ["atk_times"]=4,
+ ["monster_base"]=20004,
+ ["hp"]=18000000,
+ ["atk"]=250000,
+ ["atk_times"]=3,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30010,
+ 30011,
+ 30012
},
["skill"]={
- 10029
- },
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10015
},
["monster_exp"]=22000
},
[3504]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20019,
+ ["hp"]=270320000,
+ ["atk"]=3375000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30055,
+ 30056,
+ 30057
},
["skill"]={
- 10029
+ 10045
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10046,
+ 10013
},
- ["monster_exp"]=22000
+ ["monster_exp"]=24000
},
[3604]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20023,
+ ["hp"]=53300000,
+ ["atk"]=600000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30067,
+ 30068,
+ 30069
},
["skill"]={
- 10029
+ 10063
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10013
},
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[3704]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20030,
+ ["hp"]=283320000,
+ ["atk"]=4264000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30088,
+ 30089,
+ 30090
},
["skill"]={
- 10029
+ 10056,
+ 10057
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10014
},
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[3804]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=30019,
+ ["hp"]=108900000,
+ ["atk"]=1070000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 40029,
+ 40030,
+ 40031,
+ 40032
},
["skill"]={
- 10029
+ 10067,
+ 10068
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10013
},
["monster_exp"]=22000
},
[3904]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20007,
+ ["hp"]=149300000,
+ ["atk"]=1970000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30019,
+ 30020,
+ 30021
},
["skill"]={
- 10029
+ 10060
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10061
},
["monster_exp"]=22000
},
[4004]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20014,
+ ["hp"]=186000000,
+ ["atk"]=2540000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30040,
+ 30041,
+ 30042
},
["skill"]={
- 10029
+ 10016
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10010
},
- ["monster_exp"]=22000
+ ["monster_exp"]=24000
},
[4104]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20013,
+ ["hp"]=126900000,
+ ["atk"]=3090000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30037,
+ 30038,
+ 30039
},
["skill"]={
- 10029
+ 10049,
+ 10050
},
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
- },
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[4204]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20031,
+ ["hp"]=514600000,
+ ["atk"]=5830000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30091,
+ 30092,
+ 30093
},
["skill"]={
- 10029
+ 10058,
+ 10059
},
["passive_skill"]={
- 10013,
10008,
10011,
- 10401
+ 10013
},
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[4304]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20012,
+ ["hp"]=46000000,
+ ["atk"]=420000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30034,
+ 30035,
+ 30036
},
["skill"]={
- 10029
- },
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10017
},
["monster_exp"]=22000
},
[4404]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=30009,
+ ["hp"]=288400000,
+ ["atk"]=3150000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 40021,
+ 40022,
+ 40023,
+ 40024
},
["skill"]={
- 10029
- },
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10040
},
["monster_exp"]=22000
},
[4504]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
- ["atk_times"]=4,
+ ["monster_base"]=20015,
+ ["hp"]=36000000,
+ ["atk"]=380000,
+ ["atk_times"]=3,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30043,
+ 30044,
+ 30045
},
["skill"]={
- 10029
+ 10070
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10008
},
- ["monster_exp"]=22000
+ ["monster_exp"]=24000
},
[4604]={
["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["hp"]=190400000,
+ ["atk"]=1960000,
["atk_times"]=4,
["hurt_skill"]={
30007,
@@ -960,1758 +814,1478 @@ local monster_dungeon_shards = {
["passive_skill"]={
10013,
10008,
- 10011,
- 10401
+ 10011
},
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[4704]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=30015,
+ ["hp"]=318300000,
+ ["atk"]=3500000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 40025,
+ 40026,
+ 40027,
+ 40028
},
["skill"]={
- 10029
+ 10042
},
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
- },
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[4804]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20017,
+ ["hp"]=108400000,
+ ["atk"]=2610000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30049,
+ 30050,
+ 30051
},
["skill"]={
- 10029
- },
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10027
},
["monster_exp"]=22000
},
[4904]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20020,
+ ["hp"]=291600000,
+ ["atk"]=3654000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30058,
+ 30059,
+ 30060
},
["skill"]={
- 10029
+ 10047
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10048,
+ 10013
},
["monster_exp"]=22000
},
[5004]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20024,
+ ["hp"]=221100000,
+ ["atk"]=3070000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30070,
+ 30071,
+ 30072
},
["skill"]={
- 10029
+ 10043,
+ 10044
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10012
},
- ["monster_exp"]=22000
+ ["monster_exp"]=24000
},
[5104]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20009,
+ ["hp"]=271600000,
+ ["atk"]=2950000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30025,
+ 30026,
+ 30027
},
["skill"]={
- 10029
+ 10039
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10010,
+ 10011
},
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[5204]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20006,
+ ["hp"]=220700000,
+ ["atk"]=2330000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30016,
+ 30017,
+ 30018
},
["skill"]={
- 10029
+ 10033
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10010
},
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[5304]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=30014,
+ ["hp"]=194600000,
+ ["atk"]=2020000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 40009,
+ 40010,
+ 40011,
+ 40012
},
["skill"]={
- 10029
- },
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10031
},
["monster_exp"]=22000
},
[5404]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20010,
+ ["hp"]=239600000,
+ ["atk"]=3340000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30028,
+ 30029,
+ 30030
},
["skill"]={
- 10029
+ 10041,
+ 10066
},
["passive_skill"]={
- 10013,
10008,
- 10011,
- 10401
+ 10009,
+ 10013
},
["monster_exp"]=22000
},
[5504]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=30012,
+ ["hp"]=146200000,
+ ["atk"]=1480000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 40005,
+ 40006,
+ 40007,
+ 40008
},
["skill"]={
- 10029
+ 10025,
+ 10026
},
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
- },
- ["monster_exp"]=22000
+ ["monster_exp"]=24000
},
[5604]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20008,
+ ["hp"]=137800000,
+ ["atk"]=3370000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30022,
+ 30023,
+ 30024
},
["skill"]={
- 10029
+ 10032
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10009
},
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[5704]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=30019,
+ ["hp"]=108900000,
+ ["atk"]=1070000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 40029,
+ 40030,
+ 40031,
+ 40032
},
["skill"]={
- 10029
+ 10067,
+ 10068
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10013
},
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[5804]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
- ["atk_times"]=4,
+ ["monster_base"]=20004,
+ ["hp"]=18000000,
+ ["atk"]=250000,
+ ["atk_times"]=3,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30010,
+ 30011,
+ 30012
},
["skill"]={
- 10029
- },
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10015
},
["monster_exp"]=22000
},
[5904]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20019,
+ ["hp"]=270320000,
+ ["atk"]=3375000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30055,
+ 30056,
+ 30057
},
["skill"]={
- 10029
+ 10045
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10046,
+ 10013
},
["monster_exp"]=22000
},
[6004]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20018,
+ ["hp"]=401300000,
+ ["atk"]=4500000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30052,
+ 30053,
+ 30054
},
["skill"]={
- 10029
+ 10051
},
["passive_skill"]={
- 10013,
- 10008,
10011,
- 10401
+ 10012
},
- ["monster_exp"]=22000
+ ["monster_exp"]=24000
},
[6104]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=30020,
+ ["hp"]=264600000,
+ ["atk"]=2850000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 40033,
+ 40034,
+ 40035,
+ 40036
},
["skill"]={
- 10029
+ 10069
},
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
- },
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[6204]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20012,
+ ["hp"]=46000000,
+ ["atk"]=420000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30034,
+ 30035,
+ 30036
},
["skill"]={
- 10029
+ 10017
},
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
- },
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[6304]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20007,
+ ["hp"]=149300000,
+ ["atk"]=1970000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30019,
+ 30020,
+ 30021
},
["skill"]={
- 10029
+ 10060
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10061
},
["monster_exp"]=22000
},
[6404]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20014,
+ ["hp"]=186000000,
+ ["atk"]=2540000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30040,
+ 30041,
+ 30042
},
["skill"]={
- 10029
+ 10016
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10010
},
["monster_exp"]=22000
},
[6504]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20016,
+ ["hp"]=249700000,
+ ["atk"]=2680000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30046,
+ 30047,
+ 30048
},
["skill"]={
- 10029
+ 10036
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10010,
+ 10011
},
- ["monster_exp"]=22000
+ ["monster_exp"]=24000
},
[6604]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20030,
+ ["hp"]=283320000,
+ ["atk"]=4264000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30088,
+ 30089,
+ 30090
},
["skill"]={
- 10029
+ 10056,
+ 10057
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10014
},
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[6704]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20017,
+ ["hp"]=108400000,
+ ["atk"]=2610000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30049,
+ 30050,
+ 30051
},
["skill"]={
- 10029
+ 10027
},
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
- },
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[6804]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=30009,
+ ["hp"]=288400000,
+ ["atk"]=3150000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 40021,
+ 40022,
+ 40023,
+ 40024
},
["skill"]={
- 10029
- },
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10040
},
["monster_exp"]=22000
},
[6904]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
- ["atk_times"]=4,
+ ["monster_base"]=20015,
+ ["hp"]=36000000,
+ ["atk"]=380000,
+ ["atk_times"]=3,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30043,
+ 30044,
+ 30045
},
["skill"]={
- 10029
+ 10070
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10008
},
["monster_exp"]=22000
},
[7004]={
- ["monster_base"]=20003,
+ ["monster_base"]=20029,
["hp"]=90000000,
- ["atk"]=650000,
+ ["atk"]=550000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30085,
+ 30086,
+ 30087
},
["skill"]={
- 10029
+ 10065
},
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
- },
- ["monster_exp"]=22000
+ ["monster_exp"]=24000
},
[7104]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20031,
+ ["hp"]=514600000,
+ ["atk"]=5830000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30091,
+ 30092,
+ 30093
},
["skill"]={
- 10029
+ 10058,
+ 10059
},
["passive_skill"]={
- 10013,
10008,
10011,
- 10401
+ 10013
},
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[7204]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=30014,
+ ["hp"]=194600000,
+ ["atk"]=2020000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 40009,
+ 40010,
+ 40011,
+ 40012
},
["skill"]={
- 10029
+ 10031
},
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
- },
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[7304]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20020,
+ ["hp"]=291600000,
+ ["atk"]=3654000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30058,
+ 30059,
+ 30060
},
["skill"]={
- 10029
+ 10047
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10048,
+ 10013
},
["monster_exp"]=22000
},
[7404]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20024,
+ ["hp"]=221100000,
+ ["atk"]=3070000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30070,
+ 30071,
+ 30072
},
["skill"]={
- 10029
+ 10043,
+ 10044
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10012
},
["monster_exp"]=22000
},
[7504]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20011,
+ ["hp"]=260200000,
+ ["atk"]=3640000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30031,
+ 30032,
+ 30033
},
["skill"]={
- 10029
+ 10018
},
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
- },
- ["monster_exp"]=22000
+ ["monster_exp"]=24000
},
[7604]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=30015,
+ ["hp"]=318300000,
+ ["atk"]=3500000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 40025,
+ 40026,
+ 40027,
+ 40028
},
["skill"]={
- 10029
+ 10042
},
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
- },
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[7704]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
- ["atk_times"]=4,
+ ["monster_base"]=20004,
+ ["hp"]=18000000,
+ ["atk"]=250000,
+ ["atk_times"]=3,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30010,
+ 30011,
+ 30012
},
["skill"]={
- 10029
+ 10015
},
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
- },
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[7804]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20010,
+ ["hp"]=239600000,
+ ["atk"]=3340000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30028,
+ 30029,
+ 30030
},
["skill"]={
- 10029
+ 10041,
+ 10066
},
["passive_skill"]={
- 10013,
10008,
- 10011,
- 10401
+ 10009,
+ 10013
},
["monster_exp"]=22000
},
[7904]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=30012,
+ ["hp"]=146200000,
+ ["atk"]=1480000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 40005,
+ 40006,
+ 40007,
+ 40008
},
["skill"]={
- 10029
- },
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10025,
+ 10026
},
["monster_exp"]=22000
},
[8004]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20001,
+ ["hp"]=95000000,
+ ["atk"]=920000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30001,
+ 30002,
+ 30003
},
["skill"]={
- 10029
+ 10020
},
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
- },
- ["monster_exp"]=22000
+ ["monster_exp"]=24000
},
[8104]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20006,
+ ["hp"]=220700000,
+ ["atk"]=2330000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30016,
+ 30017,
+ 30018
},
["skill"]={
- 10029
+ 10033
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10010
},
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[8204]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20007,
+ ["hp"]=149300000,
+ ["atk"]=1970000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30019,
+ 30020,
+ 30021
},
["skill"]={
- 10029
+ 10060
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10061
},
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[8304]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20019,
+ ["hp"]=270320000,
+ ["atk"]=3375000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30055,
+ 30056,
+ 30057
},
["skill"]={
- 10029
+ 10045
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10046,
+ 10013
},
["monster_exp"]=22000
},
[8404]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20018,
+ ["hp"]=401300000,
+ ["atk"]=4500000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30052,
+ 30053,
+ 30054
},
["skill"]={
- 10029
+ 10051
},
["passive_skill"]={
- 10013,
- 10008,
10011,
- 10401
+ 10012
},
["monster_exp"]=22000
},
[8504]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20021,
+ ["hp"]=226800000,
+ ["atk"]=2400000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30061,
+ 30062,
+ 30063
},
["skill"]={
- 10029
+ 10034
},
["passive_skill"]={
- 10013,
- 10008,
10011,
- 10401
+ 10008
},
- ["monster_exp"]=22000
+ ["monster_exp"]=24000
},
[8604]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=30019,
+ ["hp"]=108900000,
+ ["atk"]=1070000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 40029,
+ 40030,
+ 40031,
+ 40032
},
["skill"]={
- 10029
+ 10067,
+ 10068
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10013
},
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[8704]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=30009,
+ ["hp"]=288400000,
+ ["atk"]=3150000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 40021,
+ 40022,
+ 40023,
+ 40024
},
["skill"]={
- 10029
+ 10040
},
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
- },
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[8804]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20014,
+ ["hp"]=186000000,
+ ["atk"]=2540000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30040,
+ 30041,
+ 30042
},
["skill"]={
- 10029
+ 10016
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10010
},
["monster_exp"]=22000
},
[8904]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20016,
+ ["hp"]=249700000,
+ ["atk"]=2680000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30046,
+ 30047,
+ 30048
},
["skill"]={
- 10029
+ 10036
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10010,
+ 10011
},
["monster_exp"]=22000
},
[9004]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20032,
+ ["hp"]=434900000,
+ ["atk"]=4900000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30094,
+ 30095,
+ 30096
},
["skill"]={
- 10029
+ 10052,
+ 10053,
+ 10054
},
["passive_skill"]={
- 10013,
10008,
- 10011,
- 10401
+ 10010,
+ 10013
},
- ["monster_exp"]=22000
+ ["monster_exp"]=24000
},
[9104]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20012,
+ ["hp"]=46000000,
+ ["atk"]=420000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30034,
+ 30035,
+ 30036
},
["skill"]={
- 10029
+ 10017
},
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
- },
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[9204]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20020,
+ ["hp"]=291600000,
+ ["atk"]=3654000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30058,
+ 30059,
+ 30060
},
["skill"]={
- 10029
+ 10047
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10048,
+ 10013
},
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[9304]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
- ["atk_times"]=4,
+ ["monster_base"]=20015,
+ ["hp"]=36000000,
+ ["atk"]=380000,
+ ["atk_times"]=3,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30043,
+ 30044,
+ 30045
},
["skill"]={
- 10029
+ 10070
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10008
},
["monster_exp"]=22000
},
[9404]={
- ["monster_base"]=20003,
+ ["monster_base"]=20029,
["hp"]=90000000,
- ["atk"]=650000,
+ ["atk"]=550000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30085,
+ 30086,
+ 30087
},
["skill"]={
- 10029
- },
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10065
},
["monster_exp"]=22000
},
[9504]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20005,
+ ["hp"]=130700000,
+ ["atk"]=1320000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30013,
+ 30014,
+ 30015
},
["skill"]={
- 10029
+ 10024
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10012
},
- ["monster_exp"]=22000
+ ["monster_exp"]=24000
},
[9604]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20017,
+ ["hp"]=108400000,
+ ["atk"]=2610000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30049,
+ 30050,
+ 30051
},
["skill"]={
- 10029
+ 10027
},
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
- },
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[9704]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20010,
+ ["hp"]=239600000,
+ ["atk"]=3340000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30028,
+ 30029,
+ 30030
},
["skill"]={
- 10029
+ 10041,
+ 10066
},
["passive_skill"]={
- 10013,
10008,
- 10011,
- 10401
+ 10009,
+ 10013
},
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[9804]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20024,
+ ["hp"]=221100000,
+ ["atk"]=3070000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30070,
+ 30071,
+ 30072
},
["skill"]={
- 10029
+ 10043,
+ 10044
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10012
},
["monster_exp"]=22000
},
[9904]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20011,
+ ["hp"]=260200000,
+ ["atk"]=3640000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30031,
+ 30032,
+ 30033
},
["skill"]={
- 10029
- },
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10018
},
["monster_exp"]=22000
},
[10004]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=30010,
+ ["hp"]=239900000,
+ ["atk"]=2560000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 40013,
+ 40014,
+ 40015,
+ 40016
},
["skill"]={
- 10029
+ 10035
},
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
- },
- ["monster_exp"]=22000
+ ["monster_exp"]=24000
},
[10104]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=30014,
+ ["hp"]=194600000,
+ ["atk"]=2020000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 40009,
+ 40010,
+ 40011,
+ 40012
},
["skill"]={
- 10029
+ 10031
},
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
- },
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[10204]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20019,
+ ["hp"]=270320000,
+ ["atk"]=3375000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30055,
+ 30056,
+ 30057
},
["skill"]={
- 10029
+ 10045
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10046,
+ 10013
},
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[10304]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=30012,
+ ["hp"]=146200000,
+ ["atk"]=1480000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 40005,
+ 40006,
+ 40007,
+ 40008
},
["skill"]={
- 10029
- },
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10025,
+ 10026
},
["monster_exp"]=22000
},
[10404]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20001,
+ ["hp"]=95000000,
+ ["atk"]=920000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30001,
+ 30002,
+ 30003
},
["skill"]={
- 10029
- },
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10020
},
["monster_exp"]=22000
},
[10504]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20025,
+ ["hp"]=121900000,
+ ["atk"]=1210000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30073,
+ 30074,
+ 30075
},
["skill"]={
- 10029
+ 10062
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10013
},
- ["monster_exp"]=22000
+ ["monster_exp"]=24000
},
[10604]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
- ["atk_times"]=4,
+ ["monster_base"]=20004,
+ ["hp"]=18000000,
+ ["atk"]=250000,
+ ["atk_times"]=3,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30010,
+ 30011,
+ 30012
},
["skill"]={
- 10029
+ 10015
},
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
- },
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[10704]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20014,
+ ["hp"]=186000000,
+ ["atk"]=2540000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30040,
+ 30041,
+ 30042
},
["skill"]={
- 10029
+ 10016
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10010
},
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[10804]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20018,
+ ["hp"]=401300000,
+ ["atk"]=4500000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30052,
+ 30053,
+ 30054
},
["skill"]={
- 10029
+ 10051
},
["passive_skill"]={
- 10013,
- 10008,
10011,
- 10401
+ 10012
},
["monster_exp"]=22000
},
[10904]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20021,
+ ["hp"]=226800000,
+ ["atk"]=2400000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30061,
+ 30062,
+ 30063
},
["skill"]={
- 10029
+ 10034
},
["passive_skill"]={
- 10013,
- 10008,
10011,
- 10401
+ 10008
},
["monster_exp"]=22000
},
[11004]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20022,
+ ["hp"]=25600000,
+ ["atk"]=490000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30064,
+ 30065,
+ 30066
},
["skill"]={
- 10029
+ 10023
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10013
},
- ["monster_exp"]=22000
+ ["monster_exp"]=24000
},
[11104]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20007,
+ ["hp"]=149300000,
+ ["atk"]=1970000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30019,
+ 30020,
+ 30021
},
["skill"]={
- 10029
+ 10060
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10061
},
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[11204]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
- ["atk_times"]=4,
+ ["monster_base"]=20015,
+ ["hp"]=36000000,
+ ["atk"]=380000,
+ ["atk_times"]=3,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30043,
+ 30044,
+ 30045
},
["skill"]={
- 10029
+ 10070
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10008
},
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[11304]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20016,
+ ["hp"]=249700000,
+ ["atk"]=2680000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30046,
+ 30047,
+ 30048
},
["skill"]={
- 10029
+ 10036
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10010,
+ 10011
},
["monster_exp"]=22000
},
[11404]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20032,
+ ["hp"]=434900000,
+ ["atk"]=4900000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30094,
+ 30095,
+ 30096
},
["skill"]={
- 10029
+ 10052,
+ 10053,
+ 10054
},
["passive_skill"]={
- 10013,
10008,
- 10011,
- 10401
+ 10010,
+ 10013
},
["monster_exp"]=22000
},
[11504]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20026,
+ ["hp"]=109200000,
+ ["atk"]=980000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30076,
+ 30077,
+ 30078
},
["skill"]={
- 10029
+ 10064
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10013
},
- ["monster_exp"]=22000
+ ["monster_exp"]=24000
},
[11604]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=30009,
+ ["hp"]=288400000,
+ ["atk"]=3150000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 40021,
+ 40022,
+ 40023,
+ 40024
},
["skill"]={
- 10029
+ 10040
},
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
- },
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[11704]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20024,
+ ["hp"]=221100000,
+ ["atk"]=3070000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30070,
+ 30071,
+ 30072
},
["skill"]={
- 10029
+ 10043,
+ 10044
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10012
},
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[11804]={
- ["monster_base"]=20003,
+ ["monster_base"]=20029,
["hp"]=90000000,
- ["atk"]=650000,
+ ["atk"]=550000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30085,
+ 30086,
+ 30087
},
["skill"]={
- 10029
- },
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10065
},
["monster_exp"]=22000
},
[11904]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20005,
+ ["hp"]=130700000,
+ ["atk"]=1320000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30013,
+ 30014,
+ 30015
},
["skill"]={
- 10029
+ 10024
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10012
},
["monster_exp"]=22000
},
[12004]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20023,
+ ["hp"]=53300000,
+ ["atk"]=600000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30067,
+ 30068,
+ 30069
},
["skill"]={
- 10029
+ 10063
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10013
},
- ["monster_exp"]=22000
+ ["monster_exp"]=24000
},
[12104]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20020,
+ ["hp"]=291600000,
+ ["atk"]=3654000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30058,
+ 30059,
+ 30060
},
["skill"]={
- 10029
+ 10047
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10048,
+ 10013
},
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[12204]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=30012,
+ ["hp"]=146200000,
+ ["atk"]=1480000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 40005,
+ 40006,
+ 40007,
+ 40008
},
["skill"]={
- 10029
+ 10025,
+ 10026
},
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
- },
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[12304]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20011,
+ ["hp"]=260200000,
+ ["atk"]=3640000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30031,
+ 30032,
+ 30033
},
["skill"]={
- 10029
- },
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10018
},
["monster_exp"]=22000
},
[12404]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=30010,
+ ["hp"]=239900000,
+ ["atk"]=2560000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 40013,
+ 40014,
+ 40015,
+ 40016
},
["skill"]={
- 10029
- },
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10035
},
["monster_exp"]=22000
},
[12504]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20013,
+ ["hp"]=126900000,
+ ["atk"]=3090000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30037,
+ 30038,
+ 30039
},
["skill"]={
- 10029
+ 10049,
+ 10050
},
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
- },
- ["monster_exp"]=22000
+ ["monster_exp"]=24000
},
[12604]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20010,
+ ["hp"]=239600000,
+ ["atk"]=3340000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30028,
+ 30029,
+ 30030
},
["skill"]={
- 10029
+ 10041,
+ 10066
},
["passive_skill"]={
- 10013,
10008,
- 10011,
- 10401
+ 10009,
+ 10013
},
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[12704]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20018,
+ ["hp"]=401300000,
+ ["atk"]=4500000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30052,
+ 30053,
+ 30054
},
["skill"]={
- 10029
+ 10051
},
["passive_skill"]={
- 10013,
- 10008,
10011,
- 10401
+ 10012
},
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[12804]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20001,
+ ["hp"]=95000000,
+ ["atk"]=920000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30001,
+ 30002,
+ 30003
},
["skill"]={
- 10029
- },
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10020
},
["monster_exp"]=22000
},
[12904]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20025,
+ ["hp"]=121900000,
+ ["atk"]=1210000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30073,
+ 30074,
+ 30075
},
["skill"]={
- 10029
+ 10062
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10013
},
["monster_exp"]=22000
},
[13004]={
["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["hp"]=190400000,
+ ["atk"]=1960000,
["atk_times"]=4,
["hurt_skill"]={
30007,
@@ -2724,430 +2298,364 @@ local monster_dungeon_shards = {
["passive_skill"]={
10013,
10008,
- 10011,
- 10401
+ 10011
},
- ["monster_exp"]=22000
+ ["monster_exp"]=24000
},
[13104]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20019,
+ ["hp"]=270320000,
+ ["atk"]=3375000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30055,
+ 30056,
+ 30057
},
["skill"]={
- 10029
+ 10045
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10046,
+ 10013
},
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[13204]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20016,
+ ["hp"]=249700000,
+ ["atk"]=2680000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30046,
+ 30047,
+ 30048
},
["skill"]={
- 10029
+ 10036
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10010,
+ 10011
},
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[13304]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20021,
+ ["hp"]=226800000,
+ ["atk"]=2400000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30061,
+ 30062,
+ 30063
},
["skill"]={
- 10029
+ 10034
},
["passive_skill"]={
- 10013,
- 10008,
10011,
- 10401
+ 10008
},
["monster_exp"]=22000
},
[13404]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20022,
+ ["hp"]=25600000,
+ ["atk"]=490000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30064,
+ 30065,
+ 30066
},
["skill"]={
- 10029
+ 10023
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10013
},
["monster_exp"]=22000
},
[13504]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20009,
+ ["hp"]=271600000,
+ ["atk"]=2950000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30025,
+ 30026,
+ 30027
},
["skill"]={
- 10029
+ 10039
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10010,
+ 10011
},
- ["monster_exp"]=22000
+ ["monster_exp"]=24000
},
[13604]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20014,
+ ["hp"]=186000000,
+ ["atk"]=2540000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30040,
+ 30041,
+ 30042
},
["skill"]={
- 10029
+ 10016
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10010
},
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[13704]={
- ["monster_base"]=20003,
+ ["monster_base"]=20029,
["hp"]=90000000,
- ["atk"]=650000,
+ ["atk"]=550000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30085,
+ 30086,
+ 30087
},
["skill"]={
- 10029
+ 10065
},
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
- },
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[13804]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20032,
+ ["hp"]=283600000,
+ ["atk"]=3990000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30094,
+ 30095,
+ 30096
},
["skill"]={
- 10029
+ 10052,
+ 10053,
+ 10054
},
["passive_skill"]={
- 10013,
10008,
- 10011,
- 10401
+ 10010,
+ 10013
},
["monster_exp"]=22000
},
[13904]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20026,
+ ["hp"]=385700000,
+ ["atk"]=4100000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30076,
+ 30077,
+ 30078
},
["skill"]={
- 10029
+ 10064
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10013
},
["monster_exp"]=22000
},
[14004]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20008,
+ ["hp"]=514600000,
+ ["atk"]=5830000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30022,
+ 30023,
+ 30024
},
["skill"]={
- 10029
+ 10032
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10009
},
- ["monster_exp"]=22000
+ ["monster_exp"]=24000
},
[14104]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
- ["atk_times"]=4,
+ ["monster_base"]=20015,
+ ["hp"]=150200000,
+ ["atk"]=3690000,
+ ["atk_times"]=3,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30043,
+ 30044,
+ 30045
},
["skill"]={
- 10029
+ 10070
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10008
},
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[14204]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20011,
+ ["hp"]=283600000,
+ ["atk"]=3990000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30031,
+ 30032,
+ 30033
},
["skill"]={
- 10029
+ 10018
},
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
- },
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[14304]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20005,
+ ["hp"]=385700000,
+ ["atk"]=4100000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30013,
+ 30014,
+ 30015
},
["skill"]={
- 10029
+ 10024
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10012
},
["monster_exp"]=22000
},
[14404]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20023,
+ ["hp"]=385700000,
+ ["atk"]=4100000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30067,
+ 30068,
+ 30069
},
["skill"]={
- 10029
+ 10063
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10013
},
["monster_exp"]=22000
},
[14504]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=30020,
+ ["hp"]=514600000,
+ ["atk"]=5830000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 40033,
+ 40034,
+ 40035,
+ 40036
},
["skill"]={
- 10029
+ 10069
},
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
- },
- ["monster_exp"]=22000
+ ["monster_exp"]=24000
},
[14604]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20024,
+ ["hp"]=150200000,
+ ["atk"]=3690000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30070,
+ 30071,
+ 30072
},
["skill"]={
- 10029
+ 10043,
+ 10044
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10012
},
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[14704]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20001,
+ ["hp"]=150200000,
+ ["atk"]=3690000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30001,
+ 30002,
+ 30003
},
["skill"]={
- 10029
+ 10020
},
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
- },
- ["monster_exp"]=22000
+ ["monster_exp"]=18000
},
[14804]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=30010,
+ ["hp"]=283600000,
+ ["atk"]=3990000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 40013,
+ 40014,
+ 40015,
+ 40016
},
["skill"]={
- 10029
- },
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10035
},
["monster_exp"]=22000
},
[14904]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20013,
+ ["hp"]=385700000,
+ ["atk"]=4100000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30037,
+ 30038,
+ 30039
},
["skill"]={
- 10029
- },
- ["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10049,
+ 10050
},
["monster_exp"]=22000
},
[15004]={
- ["monster_base"]=20003,
- ["hp"]=90000000,
- ["atk"]=650000,
+ ["monster_base"]=20030,
+ ["hp"]=514600000,
+ ["atk"]=5830000,
["atk_times"]=4,
["hurt_skill"]={
- 30007,
- 30008,
- 30009
+ 30088,
+ 30089,
+ 30090
},
["skill"]={
- 10029
+ 10056,
+ 10057
},
["passive_skill"]={
- 10013,
- 10008,
- 10011,
- 10401
+ 10014
},
- ["monster_exp"]=22000
+ ["monster_exp"]=24000
}
}
local config = {
diff --git a/lua/app/config/skill.lua b/lua/app/config/skill.lua
index 76f4cbd6..fc042e8d 100644
--- a/lua/app/config/skill.lua
+++ b/lua/app/config/skill.lua
@@ -3881,7 +3881,7 @@ local skill = {
["trigger"]=1,
["effect"]={
{
- ["type"]="hurt_blue",
+ ["type"]="hurt_green",
["num"]=10000,
["ratio"]=10000,
["round"]=0
@@ -3906,7 +3906,7 @@ local skill = {
["trigger"]=1,
["effect"]={
{
- ["type"]="hurt_blue",
+ ["type"]="hurt_green",
["num"]=10000,
["ratio"]=10000,
["round"]=0
@@ -3931,7 +3931,7 @@ local skill = {
["trigger"]=1,
["effect"]={
{
- ["type"]="hurt_blue",
+ ["type"]="hurt_green",
["num"]=10000,
["ratio"]=10000,
["round"]=0
@@ -3956,7 +3956,7 @@ local skill = {
["trigger"]=1,
["effect"]={
{
- ["type"]="hurt_blue",
+ ["type"]="hurt_green",
["num"]=10000,
["ratio"]=10000,
["round"]=0
@@ -3989,7 +3989,7 @@ local skill = {
["trigger"]=1,
["effect"]={
{
- ["type"]="hurt_blue",
+ ["type"]="hurt_green",
["num"]=40000,
["ratio"]=10000,
["round"]=0
@@ -4032,12 +4032,18 @@ local skill = {
}
}
},
+ ["condition_rel"]={
+ {
+ 1,
+ 1
+ }
+ },
["combo_position"]=3,
["effect_type"]=2,
["trigger"]=7,
["effect"]={
{
- ["type"]="dmg_addition_blue_add",
+ ["type"]="dmg_addition_green_add",
["num"]=5000,
["ratio"]=10000,
["round"]=1
@@ -4058,12 +4064,18 @@ local skill = {
}
}
},
+ ["condition_rel"]={
+ {
+ 1,
+ 1
+ }
+ },
["effect_type"]=2,
- ["trigger"]=5,
+ ["trigger"]=3,
["effect"]={
{
["type"]="imprison",
- ["num"]=0,
+ ["num"]=1,
["ratio"]=10000,
["round"]=2
}
@@ -4084,7 +4096,7 @@ local skill = {
["trigger"]=1,
["effect"]={
{
- ["type"]="hurt_blue",
+ ["type"]="hurt_green",
["num"]=40000,
["ratio"]=10000,
["round"]=0
@@ -5079,7 +5091,7 @@ local skill = {
["trigger"]=1,
["effect"]={
{
- ["type"]="hurt_green",
+ ["type"]="hurt_blue",
["num"]=10000,
["ratio"]=10000,
["round"]=0
@@ -5104,7 +5116,7 @@ local skill = {
["trigger"]=1,
["effect"]={
{
- ["type"]="hurt_green",
+ ["type"]="hurt_blue",
["num"]=10000,
["ratio"]=10000,
["round"]=0
@@ -5129,7 +5141,7 @@ local skill = {
["trigger"]=1,
["effect"]={
{
- ["type"]="hurt_green",
+ ["type"]="hurt_blue",
["num"]=10000,
["ratio"]=10000,
["round"]=0
@@ -5154,7 +5166,7 @@ local skill = {
["trigger"]=1,
["effect"]={
{
- ["type"]="hurt_green",
+ ["type"]="hurt_blue",
["num"]=10000,
["ratio"]=10000,
["round"]=0
@@ -5184,7 +5196,7 @@ local skill = {
["trigger"]=1,
["effect"]={
{
- ["type"]="hurt_green",
+ ["type"]="hurt_blue",
["num"]=40000,
["ratio"]=10000,
["round"]=0
@@ -5235,7 +5247,7 @@ local skill = {
["trigger"]=1,
["effect"]={
{
- ["type"]="hurt_green",
+ ["type"]="hurt_blue",
["num"]=40000,
["ratio"]=10000,
["round"]=0
@@ -8977,9 +8989,9 @@ local skill = {
},
["obj"]=2,
["cd"]=1,
- ["cd_start"]=40,
+ ["cd_start"]=39,
["shake_time"]=200,
- ["shake_type"]=600,
+ ["shake_type"]=6,
["sound_hit"]={
10063
},
diff --git a/lua/app/config/strings/cn/skill_rogue.lua b/lua/app/config/strings/cn/skill_rogue.lua
index 3295d087..87260e00 100644
--- a/lua/app/config/strings/cn/skill_rogue.lua
+++ b/lua/app/config/strings/cn/skill_rogue.lua
@@ -141,7 +141,7 @@ local skill_rogue = {
["desc"]="舞步消散使用时本次普攻伤害提升10%。"
},
[1200103]={
- ["desc"]="Combo:舞步消散对冰霜敌人的伤害增加50%。"
+ ["desc"]="Combo:舞步消散对冰霜敌人的伤害增加50%。"
},
[1200104]={
["desc"]="舞步消散纵向可额外消除4格。"
@@ -162,7 +162,7 @@ local skill_rogue = {
["desc"]="巨剑旋风可附加灼烧效果,2回合。"
},
[1300102]={
- ["desc"]="Combo:巨剑旋风对流血敌人的伤害增加50%。"
+ ["desc"]="Combo:巨剑旋风对流血敌人的伤害增加50%。"
},
[1300103]={
["desc"]="巨剑旋风技能伤害提升。"
@@ -186,7 +186,7 @@ local skill_rogue = {
["desc"]="炎拳沿横向可额外消除4格。"
},
[1300202]={
- ["desc"]="Combo:炎拳对禁锢敌人的伤害增加50%。"
+ ["desc"]="Combo:炎拳对禁锢敌人的伤害增加50%。"
},
[1300203]={
["desc"]="炎拳的灼烧概率提高到100%。"
@@ -213,7 +213,7 @@ local skill_rogue = {
["desc"]="钢铁重击附加眩晕效果,1回合。"
},
[1400103]={
- ["desc"]="Combo:钢铁重击对流血敌人额外造成1次伤害。"
+ ["desc"]="Combo:钢铁重击对流血敌人额外造成1次伤害。"
},
[1400104]={
["desc"]="钢铁重击附加的眩晕,回合数+1。"
@@ -234,7 +234,7 @@ local skill_rogue = {
["desc"]="熊猫爆竹可附加灼烧效果,2回合。"
},
[1400202]={
- ["desc"]="Combo:熊猫爆竹对冻结敌人的伤害增加50%。"
+ ["desc"]="Combo:熊猫爆竹对冻结敌人的伤害增加50%。"
},
[1400203]={
["desc"]="熊猫爆竹横向可额外消除4个格。"
@@ -243,7 +243,7 @@ local skill_rogue = {
["desc"]="潘达普攻时有10%概率附加灼烧效果,2回合。"
},
[1400205]={
- ["desc"]="Combo:熊猫爆竹命中冻结敌人时,为团队附加亢奋效果,3回合。"
+ ["desc"]="Combo:熊猫爆竹命中冻结敌人时,为团队附加亢奋效果,3回合。"
},
[1400206]={
["desc"]="潘达攻击提升15%。"
@@ -261,7 +261,7 @@ local skill_rogue = {
["desc"]="拔刀斩纵向可额外消除4格。"
},
[2200103]={
- ["desc"]="Combo:拔刀斩对灼烧敌人的伤害增加50%。"
+ ["desc"]="Combo:拔刀斩对灼烧敌人的伤害增加50%。"
},
[2200104]={
["desc"]="刀妹攻击提升15%。"
@@ -285,7 +285,7 @@ local skill_rogue = {
["desc"]="旋风骨技能伤害提升。"
},
[2300103]={
- ["desc"]="Combo:旋风骨对易伤敌人有50%概率附加眩晕效果,1回合。"
+ ["desc"]="Combo:旋风骨对易伤敌人有50%概率附加眩晕效果,1回合。"
},
[2300104]={
["desc"]="旋风骨附加的流血效果,回合数+1。"
@@ -330,7 +330,7 @@ local skill_rogue = {
["desc"]="巨剑轰击沿X方向可额外消除4格。"
},
[2400102]={
- ["desc"]="Combo:巨剑轰击对冻结敌人伤害大幅增加,并有50%概率附加眩晕效果,1回合。"
+ ["desc"]="Combo:巨剑轰击对冻结敌人伤害大幅增加,并有50%概率附加眩晕效果,1回合。"
},
[2400103]={
["desc"]="巨剑轰击附加眩晕效果的概率提高到70%。"
@@ -378,7 +378,7 @@ local skill_rogue = {
["desc"]="长枪突刺可恢复一定量生命。"
},
[3200102]={
- ["desc"]="Combo:长枪突刺对中毒敌人的伤害增加50%。"
+ ["desc"]="Combo:长枪突刺对中毒敌人的伤害增加50%。"
},
[3200103]={
["desc"]="长枪突刺伤害提升。"
@@ -432,7 +432,7 @@ local skill_rogue = {
["desc"]="狼袭瞬杀伤害提升。"
},
[3300204]={
- ["desc"]="Combo:狼袭瞬杀对中毒敌人有50%概率附加中毒效果,2回合。"
+ ["desc"]="Combo:狼袭瞬杀对中毒敌人有50%概率附加中毒效果,2回合。"
},
[3300205]={
["desc"]="狼袭瞬杀附加的中毒效果,伤害提升。"
@@ -474,7 +474,7 @@ local skill_rogue = {
["desc"]="美丽梦魇沿X方向可额外消除4格。"
},
[3400202]={
- ["desc"]="Combo:美丽梦魇对虚弱敌人伤害增加50%。"
+ ["desc"]="Combo:美丽梦魇对虚弱敌人伤害增加50%。"
},
[3400203]={
["desc"]="美丽梦魇沿X方向可额外消除4格。"
@@ -483,7 +483,7 @@ local skill_rogue = {
["desc"]="美丽梦魇附加的昏睡效果,概率提升到100%。"
},
[3400205]={
- ["desc"]="Combo:梦魔普攻昏睡敌人将附加禁锢效果,2回合。"
+ ["desc"]="Combo:梦魔普攻昏睡敌人将附加禁锢效果,2回合。"
},
[3400206]={
["desc"]="梦魔攻击提升15%。"
@@ -507,7 +507,7 @@ local skill_rogue = {
["desc"]="元素链接随机消除元素+2。"
},
[4200105]={
- ["desc"]="Combo:元素链接对冰霜敌人有20%概率附加冻结效果,1回合。"
+ ["desc"]="Combo:元素链接对冰霜敌人有20%概率附加冻结效果,1回合。"
},
[4200106]={
["desc"]="冰心攻击提升15%。"
@@ -522,7 +522,7 @@ local skill_rogue = {
["desc"]="霜冻冰晶横向可额外消除4格。"
},
[4300102]={
- ["desc"]="Combo:霜冻冰晶对灼烧敌人的伤害增加50%。"
+ ["desc"]="Combo:霜冻冰晶对灼烧敌人的伤害增加50%。"
},
[4300103]={
["desc"]="霜冻冰晶附加的冰霜效果,回合数+1。"
@@ -531,7 +531,7 @@ local skill_rogue = {
["desc"]="霜冻冰晶伤害提升。"
},
[4300105]={
- ["desc"]="Combo:霜冻冰晶对冰霜敌人有50%概率附加冻结效果,1回合。"
+ ["desc"]="Combo:霜冻冰晶对冰霜敌人有50%概率附加冻结效果,1回合。"
},
[4300106]={
["desc"]="霜冻冰晶后为团队附加冰盾效果,2回合。"
@@ -546,7 +546,7 @@ local skill_rogue = {
["desc"]="腐败利刃附加的腐败效果,回合数+1."
},
[4300202]={
- ["desc"]="Combo:腐败利刃对易伤敌人附加冰霜效果,1回合。"
+ ["desc"]="Combo:腐败利刃对易伤敌人附加冰霜效果,1回合。"
},
[4300203]={
["desc"]="腐败利刃使用时本次普攻伤害提升15%。"
@@ -570,7 +570,7 @@ local skill_rogue = {
["desc"]="冰霜剑舞附加的冰霜效果,回合数+1"
},
[4400102]={
- ["desc"]="Combo:冰霜剑舞对灼烧敌人伤害增加50%。"
+ ["desc"]="Combo:冰霜剑舞对灼烧敌人伤害增加50%。"
},
[4400103]={
["desc"]="冰霜剑舞随机消除元素+3"
@@ -666,7 +666,7 @@ local skill_rogue = {
["desc"]="灵魂爆破横向可额外消除4格。"
},
[5300202]={
- ["desc"]="Combo:灵魂爆破对冰霜敌人有50%概率附加冻结效果,1回合。"
+ ["desc"]="Combo:灵魂爆破对冰霜敌人有50%概率附加冻结效果,1回合。"
},
[5300203]={
["desc"]="灵魂爆破伤害提升。"
@@ -714,7 +714,7 @@ local skill_rogue = {
["desc"]="幻影连击伤害提升。"
},
[5400202]={
- ["desc"]="Combo:闪烁法师普攻和反击对诅咒敌人额外造成50%伤害。"
+ ["desc"]="Combo:闪烁法师普攻和反击对诅咒敌人额外造成50%伤害。"
},
[5400203]={
["desc"]="幻影连击释放后将为团队附加反击效果,2回合。"
@@ -729,7 +729,7 @@ local skill_rogue = {
["desc"]="幻影连击附加的反击效果,回合数+1。"
},
[5400207]={
- ["desc"]="Combo:闪烁法师普攻和反击对诅咒敌人额外造成伤害提高至100%。"
+ ["desc"]="Combo:闪烁法师普攻和反击对诅咒敌人额外造成伤害提高至100%。"
}
}
local config = {
diff --git a/lua/app/config/task_daily_challenge.lua b/lua/app/config/task_daily_challenge.lua
index 5ede56dc..6d297bb4 100644
--- a/lua/app/config/task_daily_challenge.lua
+++ b/lua/app/config/task_daily_challenge.lua
@@ -103,8 +103,8 @@ local task_daily_challenge = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=14001,
- ["id_for_nothing"]="VwxcA2Q=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=1,
["num_for_nothing"]="Vw=="
},
@@ -133,8 +133,8 @@ local task_daily_challenge = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=14001,
- ["id_for_nothing"]="VwxcA2Q=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=1,
["num_for_nothing"]="Vw=="
},
@@ -182,8 +182,8 @@ local task_daily_challenge = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=14001,
- ["id_for_nothing"]="VwxcA2Q=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=1,
["num_for_nothing"]="Vw=="
},
@@ -213,8 +213,8 @@ local task_daily_challenge = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
- ["id"]=14001,
- ["id_for_nothing"]="VwxcA2Q=",
+ ["id"]=6,
+ ["id_for_nothing"]="UA==",
["num"]=1,
["num_for_nothing"]="Vw=="
},
diff --git a/lua/app/module/battle/component/battle_unit_comp.lua b/lua/app/module/battle/component/battle_unit_comp.lua
index 3a144f3b..3b29809f 100644
--- a/lua/app/module/battle/component/battle_unit_comp.lua
+++ b/lua/app/module/battle/component/battle_unit_comp.lua
@@ -1487,7 +1487,7 @@ function BattleUnitComp:takeEffect(buff, target, conditionResult)
end
end
- if self.unitEntity:getIsFrozen() and buff:getDecr() == BattleConst.BUFF_DECR_TYPE.INCREASE_GAIN then -- 冻结状态,缓存增益buff
+ if self.unitEntity:getIsFrozen() and buff:isIncreaseGain() then -- 冻结状态,缓存增益buff
if buff:getRound() > 0 then
local buffEffect = BattleHelper:getBuffEffect()
buffEffect.buff = buff
diff --git a/lua/app/module/tutorial/tutorial_const.lua b/lua/app/module/tutorial/tutorial_const.lua
index 28aacd32..700ee4d3 100644
--- a/lua/app/module/tutorial/tutorial_const.lua
+++ b/lua/app/module/tutorial/tutorial_const.lua
@@ -8,6 +8,7 @@ TutorialConst.PASS_ONE_CHAPTER = 2
TutorialConst.TWO_CHAPTER_BOX_CAN_GOT = 3
TutorialConst.PASS_THREE_CHAPTER = 4
TutorialConst.UNLOCK_DAILY_CHALLENGE = 5
+TutorialConst.UNLOCK_DUNGEON = 6
TutorialConst.TUTORIAL_TYPE = {
CLICK = 1, -- 点击任意区域
diff --git a/lua/app/module/tutorial/tutorial_manager.lua b/lua/app/module/tutorial/tutorial_manager.lua
index e8f19e50..075d29c0 100644
--- a/lua/app/module/tutorial/tutorial_manager.lua
+++ b/lua/app/module/tutorial/tutorial_manager.lua
@@ -184,7 +184,7 @@ function TutorialManager:checkFuncTutorial(id, onlyCheck)
if DataManager.TutorialData:getIsInTutorial() or GFunc.isShenhe() then
return false
end
- if CS.BF.BFMain.IsShenhe and not DataManager.TutorialData:getTutorialIdMap(id) then
+ if not DataManager.TutorialData:getTutorialIdMap(id) then
return false
end
diff --git a/lua/app/ui/battle/battle_box_open_ui.lua b/lua/app/ui/battle/battle_box_open_ui.lua
index 74ed4164..5a886c9e 100644
--- a/lua/app/ui/battle/battle_box_open_ui.lua
+++ b/lua/app/ui/battle/battle_box_open_ui.lua
@@ -40,6 +40,7 @@ function BattleBoxOpenUI:onLoadRootComplete()
self.seqAni = nil
end
+ AudioManager:playEffect(AudioManager.EFFECT_ID.BATTLE_BOX_OPEN)
local canvasGroup = uiMap["battle_box_open_ui.title_bg"]:getComponent(GConst.TYPEOF_UNITY_CLASS.CANVAS_GROUP)
canvasGroup.alpha = 0
uiMap["battle_box_open_ui.title_bg.title"]:setText(I18N:getGlobalText(I18N.GlobalConst.BATTLE_DESC_11))
diff --git a/lua/app/ui/battle/cell/grid_cell.lua b/lua/app/ui/battle/cell/grid_cell.lua
index 2259fdce..0611260a 100644
--- a/lua/app/ui/battle/cell/grid_cell.lua
+++ b/lua/app/ui/battle/cell/grid_cell.lua
@@ -231,17 +231,15 @@ function GridCell:doScale(targetScale, time, callback)
self.doScaleSeq = self.baseObject:createBindTweenSequence()
self.doScaleSeq:Append(self.baseObject:getTransform():DOScale(targetScale, time))
self.doScaleSeq:AppendCallback(function()
- if self.doScaleCallback then
- self.doScaleCallback()
- self.doScaleCallback = nil
- end
+ self:clearDoScale()
end)
end
function GridCell:clearDoScale()
- if self.doScaleCallback then
- self.doScaleCallback()
- self.doScaleCallback = nil
+ local callback = self.doScaleCallback
+ self.doScaleCallback = nil
+ if callback then
+ callback()
end
if self.doScaleSeq then
self.doScaleSeq:Kill()
diff --git a/lua/app/ui/main_city/main_city_ui.lua b/lua/app/ui/main_city/main_city_ui.lua
index f9ab2d28..44fe6534 100644
--- a/lua/app/ui/main_city/main_city_ui.lua
+++ b/lua/app/ui/main_city/main_city_ui.lua
@@ -972,6 +972,12 @@ function MainCityUI:checkTutorial()
return true
end
end
+
+ if DataManager.DungeonData:isOpenAnyone() then
+ if ModuleManager.TutorialManager:checkFuncTutorial(GConst.TutorialConst.UNLOCK_DUNGEON) then
+ return true
+ end
+ end
end
-- 检查礼包(首充/章节/新手/助力/成长/金币顺序)
diff --git a/lua/app/userdata/battle/skill/battle_buff_entity.lua b/lua/app/userdata/battle/skill/battle_buff_entity.lua
index d64456e3..d35bccfe 100644
--- a/lua/app/userdata/battle/skill/battle_buff_entity.lua
+++ b/lua/app/userdata/battle/skill/battle_buff_entity.lua
@@ -90,6 +90,10 @@ function BattleBuffEntity:getDecr()
return self.buffInfo.decr
end
+function BattleBuffEntity:isIncreaseGain()
+ return self:getDecr() == BattleConst.BUFF_DECR_TYPE.INCREASE_GAIN
+end
+
function BattleBuffEntity:getIcon()
return self.buffInfo.icon
end
@@ -115,7 +119,11 @@ function BattleBuffEntity:getShowName(needRedColor)
self.showNameStr = I18N:getTextWithOtherKey("buff", "name", self:getName(), "show_name")
end
if not self.showNameRedColor and self.showNameStr then
- self.showNameRedColor = "" .. self.showNameStr .. ""
+ if self:isIncreaseGain() then
+ self.showNameRedColor = "" .. self.showNameStr .. ""
+ else
+ self.showNameRedColor = "" .. self.showNameStr .. ""
+ end
end
if needRedColor then
return self.showNameRedColor
diff --git a/lua/app/userdata/dungeon/dungeon_data.lua b/lua/app/userdata/dungeon/dungeon_data.lua
index 24a15496..88959aac 100644
--- a/lua/app/userdata/dungeon/dungeon_data.lua
+++ b/lua/app/userdata/dungeon/dungeon_data.lua
@@ -1,11 +1,5 @@
local DungeonData = class("DungeonData", BaseData)
--- 副本展示权重(由上到下排列)
-local DUNGEON_SHOW_WEIGHT = {
- [1] = ModuleManager.MODULE_KEY.DUNGEON_SHARDS,
- [2] = ModuleManager.MODULE_KEY.DUNGEON_GOLD,
-}
-
-- 所有活动副本数据
function DungeonData:ctor()
@@ -116,17 +110,52 @@ end
-- 返回已开启的副本
function DungeonData:getOpenDungeons()
+ if self.dungeonStage == nil then
+ self.dungeonStage = {}
+ for module, entity in pairs(self.dataDungeons) do
+ local openStage = ConfigManager:getConfig("func_open")[module].stage
+ self.dungeonStage[module] = openStage
+ end
+ table.sort(self.dungeonStage, function(a, b)
+ return a < b
+ end)
+ end
+
local openDungeons = {}
- for idx, moduleKey in pairs(DUNGEON_SHOW_WEIGHT) do
- if self:isOpen(moduleKey) then
- table.insert(openDungeons, moduleKey)
+ table.foreach(self.dungeonStage, function(module, s)
+ if self:isOpen(module) and self:isActive(module) then
+ table.insert(openDungeons, module)
+ end
+ end)
+ table.foreach(self.dungeonStage, function(module, s)
+ if self:isOpen(module) and not self:isActive(module) then
+ table.insert(openDungeons, module)
+ end
+ end)
+
+ -- 碎片和金币顺序特殊处理:策划要求,同时开启时,金币在碎片之上
+ if self:isActive(ModuleManager.MODULE_KEY.DUNGEON_GOLD) and self:isActive(ModuleManager.MODULE_KEY.DUNGEON_SHARDS) then
+ local idxGold,idxShards = 0,0
+ for idx, module in pairs(openDungeons) do
+ if module == ModuleManager.MODULE_KEY.DUNGEON_GOLD then
+ idxGold = idx
+ end
+ if module == ModuleManager.MODULE_KEY.DUNGEON_SHARDS then
+ idxShards = idx
+ end
+ end
+ if idxGold > idxShards then
+ local temp = openDungeons[idxShards]
+ openDungeons[idxShards] = openDungeons[idxGold]
+ openDungeons[idxGold] = temp
end
end
+
if EDITOR_MODE then
Logger.logHighlight("已开启副本:")
Logger.printTable(openDungeons)
end
- return table.revert(openDungeons)
+ return openDungeons
end
-- 是否在活动副本时间内
diff --git a/lua/app/userdata/dungeon/dungeon_shards_entity.lua b/lua/app/userdata/dungeon/dungeon_shards_entity.lua
index 73e8d6de..96f996c3 100644
--- a/lua/app/userdata/dungeon/dungeon_shards_entity.lua
+++ b/lua/app/userdata/dungeon/dungeon_shards_entity.lua
@@ -83,24 +83,15 @@ function DungeonShardsEntity:getBoardShowRewardIcon()
end
function DungeonShardsEntity:getFirstRewardNum(id)
- local count = 0
- for index, reward in ipairs(ConfigManager:getConfig("chapter_dungeon_shards")[id].first_pass_reward) do
- count = count + GFunc.getRewardNum(reward)
- end
- return count
+ local cfg = ConfigManager:getConfig("chapter_dungeon_shards")[id]
+ return cfg.times_a + cfg.times_b
end
function DungeonShardsEntity:getPassRewardNum(id)
- local count = 0
- local pass = ConfigManager:getConfig("chapter_dungeon_shards")[id].pass_reward
- local wave = ConfigManager:getConfig("chapter_dungeon_shards")[id].wave_reward
- for index, reward in ipairs(pass) do
- count = count + GFunc.getRewardNum(reward)
- end
- for index, reward in ipairs(wave) do
- count = count + GFunc.getRewardNum(reward)
- end
- return count
+ local cfg = ConfigManager:getConfig("chapter_dungeon_shards")[id]
+ local pass = cfg.times_d
+ local wave = cfg.times_c * #cfg.monster
+ return pass + wave
end
return DungeonShardsEntity
\ No newline at end of file