diff --git a/lua/app/common/config_manager.lua b/lua/app/common/config_manager.lua index 537bc5a1..a464784b 100644 --- a/lua/app/common/config_manager.lua +++ b/lua/app/common/config_manager.lua @@ -115,6 +115,7 @@ function ConfigManager:preLoadConfig() handleMonsterGrow("monster_dungeon_shards") handleMonsterGrow("monster_dungeon_equip") handleMonsterGrow("monster_dungeon_armor") + handleMonsterGrow("monster_activity") self.configs["monster"] = { data = monsterFullData, diff --git a/lua/app/common/data_manager.lua b/lua/app/common/data_manager.lua index 9cb6e279..bf71c5be 100644 --- a/lua/app/common/data_manager.lua +++ b/lua/app/common/data_manager.lua @@ -437,14 +437,15 @@ function DataManager:getActivityExchangeByActId(actId) self.activityExchangeMap = {} local cfg = ConfigManager:getConfig("activity_exchange") for id, info in pairs(cfg) do - if info.act_id then - if not self.activityExchangeMap[info.act_id] then - self.activityExchangeMap[info.act_id] = {} + if info.activity then + if not self.activityExchangeMap[info.activity] then + self.activityExchangeMap[info.activity] = {} end - table.insert(self.activityExchangeMap[info.act_id], id) + table.insert(self.activityExchangeMap[info.activity], id) end end end + Logger.printTable(self.activityExchangeMap) return self.activityExchangeMap[actId] end diff --git a/lua/app/common/local_data.lua b/lua/app/common/local_data.lua index 47e7f3ce..4f98d7c2 100644 --- a/lua/app/common/local_data.lua +++ b/lua/app/common/local_data.lua @@ -40,6 +40,7 @@ local LOCAL_DATA_KEY = { BATTLE_SNAPSHOT = "BATTLE_SNAPSHOT", ACTIVITY_SUMMER_TODAY_SKIN = "ACTIVITY_SUMMER_TODAY_SKIN", ACTIVITY_SUMMER_TODAY_HERO = "ACTIVITY_SUMMER_TODAY_HERO", + NOT_POP_TODAY = "NOT_POP_TODAY", } LocalData.KEYS = LOCAL_DATA_KEY @@ -465,4 +466,12 @@ function LocalData:recordTodayActSummerWatchedHero() self:setInt(LOCAL_DATA_KEY.ACTIVITY_SUMMER_TODAY_HERO .. Time:getBeginningOfServerToday(), 1) end +function LocalData:setNotPopToday(customKey) + self:setInt(LOCAL_DATA_KEY.NOT_POP_TODAY .. customKey, Time:getBeginningOfServerToday()) +end + +function LocalData:getNotPopToday(customKey) + return self:getInt(LOCAL_DATA_KEY.NOT_POP_TODAY .. customKey, 0) +end + return LocalData \ No newline at end of file diff --git a/lua/app/common/server_push_manager.lua b/lua/app/common/server_push_manager.lua index d0cc21e3..f7c33fae 100644 --- a/lua/app/common/server_push_manager.lua +++ b/lua/app/common/server_push_manager.lua @@ -22,6 +22,7 @@ function ServerPushManager:initWhenLogin() self:addServerPushListener(ProtoMsgType.FromMsgEnum.MallDailyResetNtf, ModuleManager.ShopManager, ModuleManager.ShopManager.onMallDailyReset) self:addServerPushListener(ProtoMsgType.FromMsgEnum.AIHelpUnreadNtf, ModuleManager.GameSettingManager, ModuleManager.GameSettingManager.rspAiHelperNtf) self:addServerPushListener(ProtoMsgType.FromMsgEnum.RecoveryNtf, ModuleManager.ItemManager, ModuleManager.ItemManager.rspRecoveryNtf) + self:addServerPushListener(ProtoMsgType.FromMsgEnum.BossRushBoughtNtf, ModuleManager.ActBossRushManager, ModuleManager.ActBossRushManager.rspBossRushBoughtNtf) end ---- 移除全局推送监听 diff --git a/lua/app/config/act_fourteen_bounty.lua b/lua/app/config/act_fourteen_bounty.lua index 75f79032..756a1edc 100644 --- a/lua/app/config/act_fourteen_bounty.lua +++ b/lua/app/config/act_fourteen_bounty.lua @@ -3,18 +3,18 @@ local act_fourteen_bounty = { ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=1100, - ["num_for_nothing"]="VwlcAw==" + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=8000, + ["num_for_nothing"]="XghcAw==" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=3, - ["id_for_nothing"]="VQ==", - ["num"]=1100, - ["num_for_nothing"]="VwlcAw==" + ["id"]=14001, + ["id_for_nothing"]="VwxcA2Q=", + ["num"]=3, + ["num_for_nothing"]="VQ==" } }, [2]={ @@ -23,52 +23,52 @@ local act_fourteen_bounty = { ["type_for_nothing"]="Vw==", ["id"]=2, ["id_for_nothing"]="VA==", - ["num"]=1101, - ["num_for_nothing"]="VwlcAg==" + ["num"]=30, + ["num_for_nothing"]="VQg=" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=3, - ["id_for_nothing"]="VQ==", - ["num"]=1101, - ["num_for_nothing"]="VwlcAg==" + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=60, + ["num_for_nothing"]="UAg=" } }, [3]={ ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=1102, - ["num_for_nothing"]="VwlcAQ==" + ["id"]=14001, + ["id_for_nothing"]="VwxcA2Q=", + ["num"]=1, + ["num_for_nothing"]="Vw==" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=3, - ["id_for_nothing"]="VQ==", - ["num"]=1102, - ["num_for_nothing"]="VwlcAQ==" + ["id"]=14001, + ["id_for_nothing"]="VwxcA2Q=", + ["num"]=3, + ["num_for_nothing"]="VQ==" } }, [4]={ ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=1103, - ["num_for_nothing"]="VwlcAA==" + ["id"]=10, + ["id_for_nothing"]="Vwg=", + ["num"]=1, + ["num_for_nothing"]="Vw==" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=3, - ["id_for_nothing"]="VQ==", - ["num"]=1103, - ["num_for_nothing"]="VwlcAA==" + ["id"]=11, + ["id_for_nothing"]="Vwk=", + ["num"]=1, + ["num_for_nothing"]="Vw==" } }, [5]={ @@ -77,34 +77,34 @@ local act_fourteen_bounty = { ["type_for_nothing"]="Vw==", ["id"]=2, ["id_for_nothing"]="VA==", - ["num"]=1104, - ["num_for_nothing"]="VwlcBw==" + ["num"]=30, + ["num_for_nothing"]="VQg=" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=3, - ["id_for_nothing"]="VQ==", - ["num"]=1104, - ["num_for_nothing"]="VwlcBw==" + ["id"]=14001, + ["id_for_nothing"]="VwxcA2Q=", + ["num"]=3, + ["num_for_nothing"]="VQ==" } }, [6]={ ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=1105, - ["num_for_nothing"]="VwlcBg==" + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=30, + ["num_for_nothing"]="VQg=" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=3, ["id_for_nothing"]="VQ==", - ["num"]=1105, - ["num_for_nothing"]="VwlcBg==" + ["num"]=60, + ["num_for_nothing"]="UAg=" } }, [7]={ @@ -113,20 +113,38 @@ local act_fourteen_bounty = { ["type_for_nothing"]="Vw==", ["id"]=2, ["id_for_nothing"]="VA==", - ["num"]=1106, - ["num_for_nothing"]="VwlcBQ==" + ["num"]=30, + ["num_for_nothing"]="VQg=" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=3, - ["id_for_nothing"]="VQ==", - ["num"]=1106, - ["num_for_nothing"]="VwlcBQ==" + ["id"]=14001, + ["id_for_nothing"]="VwxcA2Q=", + ["num"]=3, + ["num_for_nothing"]="VQ==" + } + }, + [8]={ + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=14001, + ["id_for_nothing"]="VwxcA2Q=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=14001, + ["id_for_nothing"]="VwxcA2Q=", + ["num"]=3, + ["num_for_nothing"]="VQ==" } } } local config = { -data=act_fourteen_bounty,count=7 +data=act_fourteen_bounty,count=8 } return config \ No newline at end of file diff --git a/lua/app/config/act_fourteen_exchange.lua b/lua/app/config/act_fourteen_exchange.lua index 3c278f74..8b20ed6e 100644 --- a/lua/app/config/act_fourteen_exchange.lua +++ b/lua/app/config/act_fourteen_exchange.lua @@ -1,5 +1,205 @@ local act_fourteen_exchange = { [1]={ + ["stage"]=1, + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=1000, + ["num_for_nothing"]="VwhcAw==" + }, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=44002, + ["id_for_nothing"]="UgxcA2c=", + ["num"]=3, + ["num_for_nothing"]="VQ==" + }, + ["limit"]=10 + }, + [2]={ + ["stage"]=1, + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=750, + ["num_for_nothing"]="UQ1c" + }, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=24001, + ["id_for_nothing"]="VAxcA2Q=", + ["num"]=3, + ["num_for_nothing"]="VQ==" + }, + ["limit"]=10 + }, + [3]={ + ["stage"]=1, + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=750, + ["num_for_nothing"]="UQ1c" + }, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=34001, + ["id_for_nothing"]="VQxcA2Q=", + ["num"]=3, + ["num_for_nothing"]="VQ==" + }, + ["limit"]=10 + }, + [4]={ + ["stage"]=1, + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=750, + ["num_for_nothing"]="UQ1c" + }, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=54003, + ["id_for_nothing"]="UwxcA2Y=", + ["num"]=3, + ["num_for_nothing"]="VQ==" + }, + ["limit"]=10 + }, + [5]={ + ["stage"]=1, + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=800, + ["num_for_nothing"]="Xghc" + }, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=15, + ["id_for_nothing"]="Vw0=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["limit"]=3 + }, + [6]={ + ["stage"]=1, + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=300, + ["num_for_nothing"]="VQhc" + }, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=14, + ["id_for_nothing"]="Vww=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["limit"]=3 + }, + [7]={ + ["stage"]=1, + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=40, + ["num_for_nothing"]="Ugg=" + }, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1002, + ["id_for_nothing"]="VwhcAQ==", + ["num"]=10, + ["num_for_nothing"]="Vwg=" + }, + ["limit"]=10 + }, + [8]={ + ["stage"]=1, + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=50, + ["num_for_nothing"]="Uwg=" + }, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1003, + ["id_for_nothing"]="VwhcAA==", + ["num"]=10, + ["num_for_nothing"]="Vwg=" + }, + ["limit"]=10 + }, + [9]={ + ["stage"]=1, + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=60, + ["num_for_nothing"]="UAg=" + }, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1004, + ["id_for_nothing"]="VwhcBw==", + ["num"]=10, + ["num_for_nothing"]="Vwg=" + }, + ["limit"]=10 + }, + [10]={ + ["stage"]=1, + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=80, + ["num_for_nothing"]="Xgg=" + }, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=39, + ["id_for_nothing"]="VQE=", + ["num"]=10, + ["num_for_nothing"]="Vwg=" + }, + ["limit"]=10 + }, + [11]={ ["stage"]=1, ["cost"]={ ["type"]=1, @@ -12,155 +212,95 @@ local act_fourteen_exchange = { ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=100, - ["num_for_nothing"]="Vwhc" + ["id"]=40, + ["id_for_nothing"]="Ugg=", + ["num"]=10, + ["num_for_nothing"]="Vwg=" }, - ["limit"]=1 + ["limit"]=10 }, - [2]={ - ["stage"]=2, + [12]={ + ["stage"]=1, ["cost"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=51, ["id_for_nothing"]="Uwk=", - ["num"]=101, - ["num_for_nothing"]="Vwhd" + ["num"]=120, + ["num_for_nothing"]="Vwpc" }, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=101, - ["num_for_nothing"]="Vwhd" + ["id"]=41, + ["id_for_nothing"]="Ugk=", + ["num"]=10, + ["num_for_nothing"]="Vwg=" }, - ["limit"]=1 + ["limit"]=10 }, - [3]={ - ["stage"]=3, + [13]={ + ["stage"]=1, ["cost"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=51, ["id_for_nothing"]="Uwk=", - ["num"]=102, - ["num_for_nothing"]="Vwhe" + ["num"]=10, + ["num_for_nothing"]="Vwg=" }, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=102, - ["num_for_nothing"]="Vwhe" + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=15, + ["num_for_nothing"]="Vw0=" }, - ["limit"]=1 + ["limit"]=10 }, - [4]={ - ["stage"]=4, + [14]={ + ["stage"]=1, ["cost"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=51, ["id_for_nothing"]="Uwk=", - ["num"]=103, - ["num_for_nothing"]="Vwhf" + ["num"]=5, + ["num_for_nothing"]="Uw==" }, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=103, - ["num_for_nothing"]="Vwhf" + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=200, + ["num_for_nothing"]="VAhc" }, - ["limit"]=1 + ["limit"]=999 }, - [5]={ - ["stage"]=5, + [15]={ + ["stage"]=1, ["cost"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=51, ["id_for_nothing"]="Uwk=", - ["num"]=104, - ["num_for_nothing"]="VwhY" + ["num"]=20, + ["num_for_nothing"]="VAg=" }, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=104, - ["num_for_nothing"]="VwhY" + ["id"]=13, + ["id_for_nothing"]="Vws=", + ["num"]=1, + ["num_for_nothing"]="Vw==" }, - ["limit"]=1 - }, - [6]={ - ["stage"]=6, - ["cost"]={ - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=51, - ["id_for_nothing"]="Uwk=", - ["num"]=105, - ["num_for_nothing"]="VwhZ" - }, - ["reward"]={ - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=105, - ["num_for_nothing"]="VwhZ" - }, - ["limit"]=1 - }, - [7]={ - ["stage"]=7, - ["cost"]={ - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=51, - ["id_for_nothing"]="Uwk=", - ["num"]=106, - ["num_for_nothing"]="Vwha" - }, - ["reward"]={ - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=106, - ["num_for_nothing"]="Vwha" - }, - ["limit"]=1 - }, - [8]={ - ["stage"]=8, - ["cost"]={ - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=51, - ["id_for_nothing"]="Uwk=", - ["num"]=107, - ["num_for_nothing"]="Vwhb" - }, - ["reward"]={ - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=107, - ["num_for_nothing"]="Vwhb" - }, - ["limit"]=1 + ["limit"]=999 } } local config = { -data=act_fourteen_exchange,count=8 +data=act_fourteen_exchange,count=15 } return config \ No newline at end of file diff --git a/lua/app/config/act_fourteen_quest.lua b/lua/app/config/act_fourteen_quest.lua index f4f35ab8..0c60456e 100644 --- a/lua/app/config/act_fourteen_quest.lua +++ b/lua/app/config/act_fourteen_quest.lua @@ -1,128 +1,83 @@ local act_fourteen_quest = { [1]={ ["stage"]=1, - ["quest"]=23, - ["none"]="深渊挑战 8", - ["num"]=1, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=100, - ["num_for_nothing"]="Vwhc" - } - } - }, - [2]={ - ["stage"]=1, - ["quest"]=23, - ["none"]="角色升到40级", - ["num"]=2, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - } - } - }, - [3]={ - ["stage"]=1, - ["quest"]=23, - ["none"]="竞技场达到白银I", - ["num"]=3, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=300, - ["num_for_nothing"]="VQhc" - } - } - }, - [4]={ - ["stage"]=1, - ["quest"]=23, - ["none"]="广告次数累计达3", + ["quest"]=32, + ["none"]="深渊挑战4", ["num"]=4, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=400, - ["num_for_nothing"]="Ughc" - } - } - }, - [5]={ - ["stage"]=1, - ["quest"]=23, - ["none"]="完成所有任务", - ["num"]=5, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=1000, - ["num_for_nothing"]="VwhcAw==" + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=2000, + ["num_for_nothing"]="VAhcAw==" }, { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=3, - ["id_for_nothing"]="VQ==", - ["num"]=100, - ["num_for_nothing"]="Vwhc" + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=15, + ["num_for_nothing"]="Vw0=" } - } + }, + ["icon"]=16 }, - [6]={ - ["stage"]=2, + [2]={ + ["stage"]=1, ["quest"]=23, - ["none"]="武器升级 x次", - ["num"]=6, + ["none"]="角色升到20级", + ["num"]=20, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=2000, + ["num_for_nothing"]="VAhcAw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=15, + ["num_for_nothing"]="Vw0=" + } + }, + ["icon"]=7 + }, + [3]={ + ["stage"]=1, + ["quest"]=31, + ["none"]="竞技场达到青铜II", + ["num"]=1000, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=2, ["id_for_nothing"]="VA==", - ["num"]=500, - ["num_for_nothing"]="Uwhc" - } - } - }, - [7]={ - ["stage"]=2, - ["quest"]=23, - ["none"]="时空裂隙3-6", - ["num"]=7, - ["reward"]={ + ["num"]=10, + ["num_for_nothing"]="Vwg=" + }, { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=600, - ["num_for_nothing"]="UAhc" + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=15, + ["num_for_nothing"]="Vw0=" } - } + }, + ["icon"]=14 }, - [8]={ - ["stage"]=2, - ["quest"]=23, - ["none"]="开启主线宝箱 x个", + [4]={ + ["stage"]=1, + ["quest"]=1, + ["none"]="广告次数累计达8", ["num"]=8, ["reward"]={ { @@ -130,119 +85,55 @@ local act_fourteen_quest = { ["type_for_nothing"]="Vw==", ["id"]=2, ["id_for_nothing"]="VA==", - ["num"]=700, - ["num_for_nothing"]="UQhc" - } - } - }, - [9]={ - ["stage"]=2, - ["quest"]=23, - ["none"]="矿车拦截 7", - ["num"]=9, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=800, - ["num_for_nothing"]="Xghc" - } - } - }, - [10]={ - ["stage"]=2, - ["quest"]=23, - ["none"]="完成所有任务", - ["num"]=10, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" + ["num"]=10, + ["num_for_nothing"]="Vwg=" }, { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=3, - ["id_for_nothing"]="VQ==", - ["num"]=100, - ["num_for_nothing"]="Vwhc" + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=15, + ["num_for_nothing"]="Vw0=" } - } + }, + ["icon"]=10 }, - [11]={ - ["stage"]=3, - ["quest"]=23, - ["none"]="灯神之塔 9", - ["num"]=11, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=1100, - ["num_for_nothing"]="VwlcAw==" - } - } - }, - [12]={ - ["stage"]=3, - ["quest"]=23, - ["none"]="角色升级x次", - ["num"]=12, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=1200, - ["num_for_nothing"]="VwpcAw==" - } - } - }, - [13]={ - ["stage"]=3, - ["quest"]=23, - ["none"]="深渊挑战 10", - ["num"]=13, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=1300, - ["num_for_nothing"]="VwtcAw==" - } - } - }, - [14]={ - ["stage"]=3, - ["quest"]=23, - ["none"]="广告次数累计达8", - ["num"]=14, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=1400, - ["num_for_nothing"]="VwxcAw==" - } - } - }, - [15]={ - ["stage"]=3, - ["quest"]=23, + [5]={ + ["stage"]=1, ["none"]="完成所有任务", + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=4000, + ["num_for_nothing"]="UghcAw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=40, + ["num_for_nothing"]="Ugg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=50, + ["num_for_nothing"]="Uwg=" + } + }, + ["icon"]=11 + }, + [6]={ + ["stage"]=2, + ["quest"]=10, + ["none"]="武器升级15次", ["num"]=15, ["reward"]={ { @@ -250,159 +141,205 @@ local act_fourteen_quest = { ["type_for_nothing"]="Vw==", ["id"]=2, ["id_for_nothing"]="VA==", - ["num"]=3000, - ["num_for_nothing"]="VQhcAw==" + ["num"]=10, + ["num_for_nothing"]="Vwg=" }, { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=3, - ["id_for_nothing"]="VQ==", - ["num"]=100, - ["num_for_nothing"]="Vwhc" + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=15, + ["num_for_nothing"]="Vw0=" } - } + }, + ["icon"]=7 }, - [16]={ - ["stage"]=4, - ["quest"]=23, - ["none"]="每日挑战 胜利x次", - ["num"]=16, + [7]={ + ["stage"]=2, + ["quest"]=33, + ["none"]="时空裂隙1-6", + ["num"]=6, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=2000, + ["num_for_nothing"]="VAhcAw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=15, + ["num_for_nothing"]="Vw0=" + } + }, + ["icon"]=17 + }, + [8]={ + ["stage"]=2, + ["quest"]=37, + ["none"]="开启主线宝箱3个", + ["num"]=3, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=2, ["id_for_nothing"]="VA==", - ["num"]=1500, - ["num_for_nothing"]="Vw1cAw==" + ["num"]=10, + ["num_for_nothing"]="Vwg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=15, + ["num_for_nothing"]="Vw0=" } - } + }, + ["icon"]=21 }, - [17]={ - ["stage"]=4, - ["quest"]=23, - ["none"]="矿车拦截 10", - ["num"]=17, + [9]={ + ["stage"]=2, + ["quest"]=34, + ["none"]="矿车拦截5", + ["num"]=5, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=1600, - ["num_for_nothing"]="Vw5cAw==" - } - } - }, - [18]={ - ["stage"]=4, - ["quest"]=23, - ["none"]="时空裂隙4-3", - ["num"]=18, - ["reward"]={ + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=2000, + ["num_for_nothing"]="VAhcAw==" + }, { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=1700, - ["num_for_nothing"]="Vw9cAw==" + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=15, + ["num_for_nothing"]="Vw0=" } - } + }, + ["icon"]=18 }, - [19]={ - ["stage"]=4, - ["quest"]=23, - ["none"]="开宝箱 x次", - ["num"]=19, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=1800, - ["num_for_nothing"]="VwBcAw==" - } - } - }, - [20]={ - ["stage"]=4, - ["quest"]=23, + [10]={ + ["stage"]=2, ["none"]="完成所有任务", - ["num"]=20, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", + ["id"]=1, + ["id_for_nothing"]="Vw==", ["num"]=4000, ["num_for_nothing"]="UghcAw==" }, { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=3, - ["id_for_nothing"]="VQ==", - ["num"]=100, - ["num_for_nothing"]="Vwhc" + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=40, + ["num_for_nothing"]="Ugg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=6, + ["id_for_nothing"]="UA==", + ["num"]=1, + ["num_for_nothing"]="Vw==" } - } + }, + ["icon"]=11 }, - [21]={ - ["stage"]=5, - ["quest"]=23, - ["none"]="广告次数累计达15", - ["num"]=21, + [11]={ + ["stage"]=3, + ["quest"]=35, + ["none"]="灯神之塔4", + ["num"]=4, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=2000, + ["num_for_nothing"]="VAhcAw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=15, + ["num_for_nothing"]="Vw0=" + } + }, + ["icon"]=19 + }, + [12]={ + ["stage"]=3, + ["quest"]=38, + ["none"]="角色升到24级", + ["num"]=24, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=2000, + ["num_for_nothing"]="VAhcAw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=15, + ["num_for_nothing"]="Vw0=" + } + }, + ["icon"]=22 + }, + [13]={ + ["stage"]=3, + ["quest"]=32, + ["none"]="深渊挑战5", + ["num"]=5, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=2, ["id_for_nothing"]="VA==", - ["num"]=2100, - ["num_for_nothing"]="VAlcAw==" - } - } - }, - [22]={ - ["stage"]=5, - ["quest"]=23, - ["none"]="通关波次 x次", - ["num"]=22, - ["reward"]={ + ["num"]=10, + ["num_for_nothing"]="Vwg=" + }, { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=2200, - ["num_for_nothing"]="VApcAw==" + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=15, + ["num_for_nothing"]="Vw0=" } - } + }, + ["icon"]=16 }, - [23]={ - ["stage"]=5, - ["quest"]=23, - ["none"]="灯神之塔 10", - ["num"]=23, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=2300, - ["num_for_nothing"]="VAtcAw==" - } - } - }, - [24]={ - ["stage"]=5, - ["quest"]=23, - ["none"]="竞技场达到白银III", + [14]={ + ["stage"]=3, + ["quest"]=1, + ["none"]="广告次数累计达24", ["num"]=24, ["reward"]={ { @@ -410,279 +347,186 @@ local act_fourteen_quest = { ["type_for_nothing"]="Vw==", ["id"]=2, ["id_for_nothing"]="VA==", - ["num"]=2400, - ["num_for_nothing"]="VAxcAw==" + ["num"]=10, + ["num_for_nothing"]="Vwg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=15, + ["num_for_nothing"]="Vw0=" } - } + }, + ["icon"]=10 }, - [25]={ + [15]={ + ["stage"]=3, + ["none"]="完成所有任务", + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=4000, + ["num_for_nothing"]="UghcAw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=40, + ["num_for_nothing"]="Ugg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=50, + ["num_for_nothing"]="Uwg=" + } + }, + ["icon"]=11 + }, + [16]={ + ["stage"]=4, + ["quest"]=36, + ["none"]="每日挑战胜利5次", + ["num"]=5, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=10, + ["num_for_nothing"]="Vwg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=15, + ["num_for_nothing"]="Vw0=" + } + }, + ["icon"]=6 + }, + [17]={ + ["stage"]=4, + ["quest"]=34, + ["none"]="矿车拦截6", + ["num"]=6, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=2000, + ["num_for_nothing"]="VAhcAw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=15, + ["num_for_nothing"]="Vw0=" + } + }, + ["icon"]=18 + }, + [18]={ + ["stage"]=4, + ["quest"]=33, + ["none"]="时空裂隙2-6", + ["num"]=12, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=10, + ["num_for_nothing"]="Vwg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=15, + ["num_for_nothing"]="Vw0=" + } + }, + ["icon"]=17 + }, + [19]={ + ["stage"]=4, + ["quest"]=6, + ["none"]="开启商城宝箱5次", + ["num"]=5, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=2000, + ["num_for_nothing"]="VAhcAw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=15, + ["num_for_nothing"]="Vw0=" + } + }, + ["icon"]=4 + }, + [20]={ + ["stage"]=4, + ["none"]="完成所有任务", + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=4000, + ["num_for_nothing"]="UghcAw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=40, + ["num_for_nothing"]="Ugg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=6, + ["id_for_nothing"]="UA==", + ["num"]=1, + ["num_for_nothing"]="Vw==" + } + }, + ["icon"]=11 + }, + [21]={ ["stage"]=5, - ["quest"]=23, - ["none"]="完成所有任务", - ["num"]=25, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=5000, - ["num_for_nothing"]="UwhcAw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=3, - ["id_for_nothing"]="VQ==", - ["num"]=100, - ["num_for_nothing"]="Vwhc" - } - } - }, - [26]={ - ["stage"]=6, - ["quest"]=23, - ["none"]="击杀BOSS x次", - ["num"]=26, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=2500, - ["num_for_nothing"]="VA1cAw==" - } - } - }, - [27]={ - ["stage"]=6, - ["quest"]=23, - ["none"]="深渊挑战 13", - ["num"]=27, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=2600, - ["num_for_nothing"]="VA5cAw==" - } - } - }, - [28]={ - ["stage"]=6, - ["quest"]=23, - ["none"]="开启主线宝箱 x个", - ["num"]=28, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=2700, - ["num_for_nothing"]="VA9cAw==" - } - } - }, - [29]={ - ["stage"]=6, - ["quest"]=23, - ["none"]="矿车拦截 13", - ["num"]=29, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=2800, - ["num_for_nothing"]="VABcAw==" - } - } - }, - [30]={ - ["stage"]=6, - ["quest"]=23, - ["none"]="完成所有任务", - ["num"]=30, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=6000, - ["num_for_nothing"]="UAhcAw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=3, - ["id_for_nothing"]="VQ==", - ["num"]=100, - ["num_for_nothing"]="Vwhc" - } - } - }, - [31]={ - ["stage"]=7, - ["quest"]=23, - ["none"]="时空裂隙5-2", - ["num"]=31, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=3100, - ["num_for_nothing"]="VQlcAw==" - } - } - }, - [32]={ - ["stage"]=7, - ["quest"]=23, - ["none"]="每日挑战 胜利x次", - ["num"]=32, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=3200, - ["num_for_nothing"]="VQpcAw==" - } - } - }, - [33]={ - ["stage"]=7, - ["quest"]=23, - ["none"]="开宝箱x次", - ["num"]=33, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=3300, - ["num_for_nothing"]="VQtcAw==" - } - } - }, - [34]={ - ["stage"]=7, - ["quest"]=23, - ["none"]="广告次数累计达20", - ["num"]=34, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=3400, - ["num_for_nothing"]="VQxcAw==" - } - } - }, - [35]={ - ["stage"]=7, - ["quest"]=23, - ["none"]="完成所有任务", - ["num"]=35, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=7000, - ["num_for_nothing"]="UQhcAw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=3, - ["id_for_nothing"]="VQ==", - ["num"]=100, - ["num_for_nothing"]="Vwhc" - } - } - }, - [36]={ - ["stage"]=8, - ["quest"]=23, - ["none"]="装备升级 x次", - ["num"]=36, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=3500, - ["num_for_nothing"]="VQ1cAw==" - } - } - }, - [37]={ - ["stage"]=8, - ["quest"]=23, - ["none"]="灯神之塔 12", - ["num"]=37, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=3600, - ["num_for_nothing"]="VQ5cAw==" - } - } - }, - [38]={ - ["stage"]=8, - ["quest"]=23, - ["none"]="通关波次 x次", - ["num"]=38, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=3700, - ["num_for_nothing"]="VQ9cAw==" - } - } - }, - [39]={ - ["stage"]=8, - ["quest"]=23, - ["none"]="矿车拦截 15", - ["num"]=39, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=3800, - ["num_for_nothing"]="VQBcAw==" - } - } - }, - [40]={ - ["stage"]=8, - ["quest"]=23, - ["none"]="完成所有任务", + ["quest"]=1, + ["none"]="广告次数累计达40", ["num"]=40, ["reward"]={ { @@ -690,106 +534,649 @@ local act_fourteen_quest = { ["type_for_nothing"]="Vw==", ["id"]=2, ["id_for_nothing"]="VA==", - ["num"]=8000, - ["num_for_nothing"]="XghcAw==" + ["num"]=10, + ["num_for_nothing"]="Vwg=" }, { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=3, - ["id_for_nothing"]="VQ==", - ["num"]=100, - ["num_for_nothing"]="Vwhc" + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=15, + ["num_for_nothing"]="Vw0=" } - } + }, + ["icon"]=10 + }, + [22]={ + ["stage"]=5, + ["quest"]=19, + ["none"]="通关波次400次", + ["num"]=400, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=2000, + ["num_for_nothing"]="VAhcAw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=15, + ["num_for_nothing"]="Vw0=" + } + }, + ["icon"]=20 + }, + [23]={ + ["stage"]=5, + ["quest"]=35, + ["none"]="灯神之塔5", + ["num"]=5, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=2000, + ["num_for_nothing"]="VAhcAw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=15, + ["num_for_nothing"]="Vw0=" + } + }, + ["icon"]=19 + }, + [24]={ + ["stage"]=5, + ["quest"]=31, + ["none"]="竞技场达到白银IV", + ["num"]=1200, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=10, + ["num_for_nothing"]="Vwg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=15, + ["num_for_nothing"]="Vw0=" + } + }, + ["icon"]=14 + }, + [25]={ + ["stage"]=5, + ["none"]="完成所有任务", + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=4000, + ["num_for_nothing"]="UghcAw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=40, + ["num_for_nothing"]="Ugg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=50, + ["num_for_nothing"]="Uwg=" + } + }, + ["icon"]=11 + }, + [26]={ + ["stage"]=6, + ["quest"]=12, + ["none"]="击杀BOSS80次", + ["num"]=80, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=10, + ["num_for_nothing"]="Vwg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=15, + ["num_for_nothing"]="Vw0=" + } + }, + ["icon"]=9 + }, + [27]={ + ["stage"]=6, + ["quest"]=32, + ["none"]="深渊挑战7", + ["num"]=7, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=2000, + ["num_for_nothing"]="VAhcAw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=15, + ["num_for_nothing"]="Vw0=" + } + }, + ["icon"]=16 + }, + [28]={ + ["stage"]=6, + ["quest"]=37, + ["none"]="开启主线宝箱15个", + ["num"]=15, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=10, + ["num_for_nothing"]="Vwg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=15, + ["num_for_nothing"]="Vw0=" + } + }, + ["icon"]=21 + }, + [29]={ + ["stage"]=6, + ["quest"]=34, + ["none"]="矿车拦截7", + ["num"]=7, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=2000, + ["num_for_nothing"]="VAhcAw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=15, + ["num_for_nothing"]="Vw0=" + } + }, + ["icon"]=18 + }, + [30]={ + ["stage"]=6, + ["none"]="完成所有任务", + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=4000, + ["num_for_nothing"]="UghcAw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=40, + ["num_for_nothing"]="Ugg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=6, + ["id_for_nothing"]="UA==", + ["num"]=1, + ["num_for_nothing"]="Vw==" + } + }, + ["icon"]=11 + }, + [31]={ + ["stage"]=7, + ["quest"]=33, + ["none"]="时空裂隙3-4", + ["num"]=16, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=10, + ["num_for_nothing"]="Vwg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=15, + ["num_for_nothing"]="Vw0=" + } + }, + ["icon"]=17 + }, + [32]={ + ["stage"]=7, + ["quest"]=36, + ["none"]="每日挑战胜利10次", + ["num"]=10, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=2000, + ["num_for_nothing"]="VAhcAw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=15, + ["num_for_nothing"]="Vw0=" + } + }, + ["icon"]=6 + }, + [33]={ + ["stage"]=7, + ["quest"]=6, + ["none"]="开启商城宝箱10次", + ["num"]=10, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=2000, + ["num_for_nothing"]="VAhcAw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=15, + ["num_for_nothing"]="Vw0=" + } + }, + ["icon"]=4 + }, + [34]={ + ["stage"]=7, + ["quest"]=1, + ["none"]="广告次数累计达56", + ["num"]=56, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=10, + ["num_for_nothing"]="Vwg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=15, + ["num_for_nothing"]="Vw0=" + } + }, + ["icon"]=10 + }, + [35]={ + ["stage"]=7, + ["none"]="完成所有任务", + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=4000, + ["num_for_nothing"]="UghcAw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=40, + ["num_for_nothing"]="Ugg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=50, + ["num_for_nothing"]="Uwg=" + } + }, + ["icon"]=11 + }, + [36]={ + ["stage"]=8, + ["quest"]=39, + ["none"]="防具升级40次", + ["num"]=40, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=10, + ["num_for_nothing"]="Vwg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=15, + ["num_for_nothing"]="Vw0=" + } + }, + ["icon"]=23 + }, + [37]={ + ["stage"]=8, + ["quest"]=35, + ["none"]="灯神之塔7", + ["num"]=7, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=2000, + ["num_for_nothing"]="VAhcAw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=15, + ["num_for_nothing"]="Vw0=" + } + }, + ["icon"]=19 + }, + [38]={ + ["stage"]=8, + ["quest"]=19, + ["none"]="通关波次700次", + ["num"]=700, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=10, + ["num_for_nothing"]="Vwg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=15, + ["num_for_nothing"]="Vw0=" + } + }, + ["icon"]=20 + }, + [39]={ + ["stage"]=8, + ["quest"]=34, + ["none"]="矿车拦截8", + ["num"]=8, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=2000, + ["num_for_nothing"]="VAhcAw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=15, + ["num_for_nothing"]="Vw0=" + } + }, + ["icon"]=18 + }, + [40]={ + ["stage"]=8, + ["none"]="完成所有任务", + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=4000, + ["num_for_nothing"]="UghcAw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=40, + ["num_for_nothing"]="Ugg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=6, + ["id_for_nothing"]="UA==", + ["num"]=1, + ["num_for_nothing"]="Vw==" + } + }, + ["icon"]=11 }, [41]={ ["stage"]=9, - ["quest"]=23, - ["none"]="竞技场达到黄金段位", - ["num"]=41, + ["quest"]=31, + ["none"]="竞技场达到白银III", + ["num"]=1400, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=2, ["id_for_nothing"]="VA==", - ["num"]=4100, - ["num_for_nothing"]="UglcAw==" + ["num"]=10, + ["num_for_nothing"]="Vwg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=15, + ["num_for_nothing"]="Vw0=" } - } + }, + ["icon"]=15 }, [42]={ ["stage"]=9, - ["quest"]=23, - ["none"]="广告次数累计达30", - ["num"]=42, + ["quest"]=1, + ["none"]="广告次数累计达72", + ["num"]=72, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=2, ["id_for_nothing"]="VA==", - ["num"]=4200, - ["num_for_nothing"]="UgpcAw==" + ["num"]=10, + ["num_for_nothing"]="Vwg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=15, + ["num_for_nothing"]="Vw0=" } - } + }, + ["icon"]=10 }, [43]={ ["stage"]=9, ["quest"]=23, - ["none"]="角色升到50级", - ["num"]=43, + ["none"]="角色升到32级", + ["num"]=32, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=4300, - ["num_for_nothing"]="UgtcAw==" - } - } - }, - [44]={ - ["stage"]=9, - ["quest"]=23, - ["none"]="深渊挑战 15", - ["num"]=44, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=4400, - ["num_for_nothing"]="UgxcAw==" - } - } - }, - [45]={ - ["stage"]=9, - ["quest"]=23, - ["none"]="完成所有任务", - ["num"]=45, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=9000, - ["num_for_nothing"]="XwhcAw==" + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=2000, + ["num_for_nothing"]="VAhcAw==" }, { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=3, - ["id_for_nothing"]="VQ==", - ["num"]=100, - ["num_for_nothing"]="Vwhc" + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=15, + ["num_for_nothing"]="Vw0=" } - } + }, + ["icon"]=7 + }, + [44]={ + ["stage"]=9, + ["quest"]=32, + ["none"]="深渊挑战9", + ["num"]=9, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=2000, + ["num_for_nothing"]="VAhcAw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=15, + ["num_for_nothing"]="Vw0=" + } + }, + ["icon"]=16 + }, + [45]={ + ["stage"]=9, + ["none"]="完成所有任务", + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=4000, + ["num_for_nothing"]="UghcAw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=40, + ["num_for_nothing"]="Ugg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=14, + ["id_for_nothing"]="Vww=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + } + }, + ["icon"]=11 } } local config = { diff --git a/lua/app/config/act_gift.lua b/lua/app/config/act_gift.lua index 4d0831f6..5afddf5f 100644 --- a/lua/app/config/act_gift.lua +++ b/lua/app/config/act_gift.lua @@ -429,8 +429,8 @@ local act_gift = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", + ["id"]=53001, + ["id_for_nothing"]="UwtcA2Q=", ["num"]=20, ["num_for_nothing"]="VAg=" }, @@ -1568,16 +1568,6 @@ local act_gift = { ["cd"]=1, ["value"]=1000 }, - [140403]={ - ["type"]=14, - ["recharge_id"]=11, - ["limit"]=1 - }, - [140404]={ - ["type"]=14, - ["recharge_id"]=12, - ["limit"]=1 - }, [130002]={ ["type"]=13, ["recharge_id"]=11, @@ -1686,13 +1676,1080 @@ local act_gift = { ["limit"]=1, ["value"]=1100 }, - [150403]={ + [130502]={ + ["type"]=13, + ["recharge_id"]=11, + ["limit"]=1, + ["value"]=1800 + }, + [130602]={ + ["type"]=13, + ["recharge_id"]=12, + ["limit"]=1, + ["value"]=1800 + }, + [140403]={ + ["type"]=14, + ["recharge_id"]=10, + ["limit"]=1 + }, + [140404]={ + ["type"]=14, + ["recharge_id"]=12, + ["limit"]=1 + }, + [140405]={ ["type"]=14, ["recharge_id"]=11, ["limit"]=1 + }, + [150102]={ + ["type"]=15, + ["parameter_pro"]={ + 0, + 20 + }, + ["recharge_id"]=5, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=6000, + ["num_for_nothing"]="UAhcAw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1001, + ["id_for_nothing"]="VwhcAg==", + ["num"]=60, + ["num_for_nothing"]="UAg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1002, + ["id_for_nothing"]="VwhcAQ==", + ["num"]=5, + ["num_for_nothing"]="Uw==" + } + }, + ["time_type"]=1, + ["limit_time"]=6, + ["cd"]=1, + ["value"]=800 + }, + [150202]={ + ["type"]=15, + ["parameter_pro"]={ + 20, + 40 + }, + ["recharge_id"]=7, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=6000, + ["num_for_nothing"]="UAhcAw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1001, + ["id_for_nothing"]="VwhcAg==", + ["num"]=60, + ["num_for_nothing"]="UAg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1002, + ["id_for_nothing"]="VwhcAQ==", + ["num"]=40, + ["num_for_nothing"]="Ugg=" + } + }, + ["time_type"]=1, + ["limit_time"]=6, + ["cd"]=1, + ["value"]=800 + }, + [150302]={ + ["type"]=15, + ["parameter_pro"]={ + 40, + 60 + }, + ["recharge_id"]=8, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=10000, + ["num_for_nothing"]="VwhcA2U=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1002, + ["id_for_nothing"]="VwhcAQ==", + ["num"]=60, + ["num_for_nothing"]="UAg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1003, + ["id_for_nothing"]="VwhcAA==", + ["num"]=40, + ["num_for_nothing"]="Ugg=" + } + }, + ["time_type"]=1, + ["limit_time"]=6, + ["cd"]=1, + ["value"]=800 + }, + [150402]={ + ["type"]=15, + ["parameter_pro"]={ + 60, + 80 + }, + ["recharge_id"]=8, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=10000, + ["num_for_nothing"]="VwhcA2U=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1002, + ["id_for_nothing"]="VwhcAQ==", + ["num"]=60, + ["num_for_nothing"]="UAg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1003, + ["id_for_nothing"]="VwhcAA==", + ["num"]=40, + ["num_for_nothing"]="Ugg=" + } + }, + ["time_type"]=1, + ["limit_time"]=6, + ["cd"]=1, + ["value"]=800 + }, + [150502]={ + ["type"]=15, + ["parameter_pro"]={ + 80, + 100 + }, + ["recharge_id"]=12, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=16000, + ["num_for_nothing"]="Vw5cA2U=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1002, + ["id_for_nothing"]="VwhcAQ==", + ["num"]=40, + ["num_for_nothing"]="Ugg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1003, + ["id_for_nothing"]="VwhcAA==", + ["num"]=60, + ["num_for_nothing"]="UAg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1004, + ["id_for_nothing"]="VwhcBw==", + ["num"]=60, + ["num_for_nothing"]="UAg=" + } + }, + ["time_type"]=1, + ["limit_time"]=6, + ["cd"]=1, + ["value"]=800 + }, + [150602]={ + ["type"]=15, + ["parameter_pro"]={ + 100, + 120 + }, + ["recharge_id"]=12, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=16000, + ["num_for_nothing"]="Vw5cA2U=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1002, + ["id_for_nothing"]="VwhcAQ==", + ["num"]=40, + ["num_for_nothing"]="Ugg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1003, + ["id_for_nothing"]="VwhcAA==", + ["num"]=60, + ["num_for_nothing"]="UAg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1004, + ["id_for_nothing"]="VwhcBw==", + ["num"]=60, + ["num_for_nothing"]="UAg=" + } + }, + ["time_type"]=1, + ["limit_time"]=6, + ["cd"]=1, + ["value"]=800 + }, + [150702]={ + ["type"]=15, + ["parameter_pro"]={ + 120, + 140 + }, + ["recharge_id"]=13, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=24000, + ["num_for_nothing"]="VAxcA2U=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1003, + ["id_for_nothing"]="VwhcAA==", + ["num"]=40, + ["num_for_nothing"]="Ugg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1004, + ["id_for_nothing"]="VwhcBw==", + ["num"]=60, + ["num_for_nothing"]="UAg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1005, + ["id_for_nothing"]="VwhcBg==", + ["num"]=60, + ["num_for_nothing"]="UAg=" + } + }, + ["time_type"]=1, + ["limit_time"]=6, + ["cd"]=1, + ["value"]=800 + }, + [150802]={ + ["type"]=15, + ["parameter_pro"]={ + 140, + 160 + }, + ["recharge_id"]=13, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=24000, + ["num_for_nothing"]="VAxcA2U=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1003, + ["id_for_nothing"]="VwhcAA==", + ["num"]=40, + ["num_for_nothing"]="Ugg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1004, + ["id_for_nothing"]="VwhcBw==", + ["num"]=60, + ["num_for_nothing"]="UAg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1005, + ["id_for_nothing"]="VwhcBg==", + ["num"]=60, + ["num_for_nothing"]="UAg=" + } + }, + ["time_type"]=1, + ["limit_time"]=6, + ["cd"]=1, + ["value"]=800 + }, + [150902]={ + ["type"]=15, + ["parameter_pro"]={ + 160, + 180 + }, + ["recharge_id"]=15, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=40000, + ["num_for_nothing"]="UghcA2U=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1004, + ["id_for_nothing"]="VwhcBw==", + ["num"]=40, + ["num_for_nothing"]="Ugg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1005, + ["id_for_nothing"]="VwhcBg==", + ["num"]=100, + ["num_for_nothing"]="Vwhc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1006, + ["id_for_nothing"]="VwhcBQ==", + ["num"]=80, + ["num_for_nothing"]="Xgg=" + } + }, + ["time_type"]=1, + ["limit_time"]=6, + ["cd"]=1, + ["value"]=800 + }, + [151002]={ + ["type"]=15, + ["parameter_pro"]={ + 180, + 200 + }, + ["recharge_id"]=15, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=40000, + ["num_for_nothing"]="UghcA2U=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1004, + ["id_for_nothing"]="VwhcBw==", + ["num"]=40, + ["num_for_nothing"]="Ugg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1005, + ["id_for_nothing"]="VwhcBg==", + ["num"]=100, + ["num_for_nothing"]="Vwhc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1006, + ["id_for_nothing"]="VwhcBQ==", + ["num"]=80, + ["num_for_nothing"]="Xgg=" + } + }, + ["time_type"]=1, + ["limit_time"]=6, + ["cd"]=1, + ["value"]=800 + }, + [160102]={ + ["type"]=16, + ["parameter_pro"]={ + 0, + 20 + }, + ["recharge_id"]=7, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=12000, + ["num_for_nothing"]="VwpcA2U=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=38, + ["id_for_nothing"]="VQA=", + ["num"]=60, + ["num_for_nothing"]="UAg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=39, + ["id_for_nothing"]="VQE=", + ["num"]=5, + ["num_for_nothing"]="Uw==" + } + }, + ["time_type"]=1, + ["limit_time"]=6, + ["cd"]=1, + ["value"]=800 + }, + [160202]={ + ["type"]=16, + ["parameter_pro"]={ + 20, + 40 + }, + ["recharge_id"]=10, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=12000, + ["num_for_nothing"]="VwpcA2U=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=38, + ["id_for_nothing"]="VQA=", + ["num"]=60, + ["num_for_nothing"]="UAg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=39, + ["id_for_nothing"]="VQE=", + ["num"]=40, + ["num_for_nothing"]="Ugg=" + } + }, + ["time_type"]=1, + ["limit_time"]=6, + ["cd"]=1, + ["value"]=800 + }, + [160302]={ + ["type"]=16, + ["parameter_pro"]={ + 40, + 60 + }, + ["recharge_id"]=12, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=20000, + ["num_for_nothing"]="VAhcA2U=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=39, + ["id_for_nothing"]="VQE=", + ["num"]=60, + ["num_for_nothing"]="UAg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=40, + ["id_for_nothing"]="Ugg=", + ["num"]=40, + ["num_for_nothing"]="Ugg=" + } + }, + ["time_type"]=1, + ["limit_time"]=6, + ["cd"]=1, + ["value"]=800 + }, + [160402]={ + ["type"]=16, + ["parameter_pro"]={ + 60, + 80 + }, + ["recharge_id"]=12, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=20000, + ["num_for_nothing"]="VAhcA2U=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=39, + ["id_for_nothing"]="VQE=", + ["num"]=60, + ["num_for_nothing"]="UAg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=40, + ["id_for_nothing"]="Ugg=", + ["num"]=40, + ["num_for_nothing"]="Ugg=" + } + }, + ["time_type"]=1, + ["limit_time"]=6, + ["cd"]=1, + ["value"]=800 + }, + [160502]={ + ["type"]=16, + ["parameter_pro"]={ + 80, + 100 + }, + ["recharge_id"]=14, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=32000, + ["num_for_nothing"]="VQpcA2U=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=39, + ["id_for_nothing"]="VQE=", + ["num"]=40, + ["num_for_nothing"]="Ugg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=40, + ["id_for_nothing"]="Ugg=", + ["num"]=60, + ["num_for_nothing"]="UAg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=41, + ["id_for_nothing"]="Ugk=", + ["num"]=60, + ["num_for_nothing"]="UAg=" + } + }, + ["time_type"]=1, + ["limit_time"]=6, + ["cd"]=1, + ["value"]=800 + }, + [160602]={ + ["type"]=16, + ["parameter_pro"]={ + 100, + 120 + }, + ["recharge_id"]=14, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=32000, + ["num_for_nothing"]="VQpcA2U=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=39, + ["id_for_nothing"]="VQE=", + ["num"]=40, + ["num_for_nothing"]="Ugg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=40, + ["id_for_nothing"]="Ugg=", + ["num"]=60, + ["num_for_nothing"]="UAg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=41, + ["id_for_nothing"]="Ugk=", + ["num"]=60, + ["num_for_nothing"]="UAg=" + } + }, + ["time_type"]=1, + ["limit_time"]=6, + ["cd"]=1, + ["value"]=800 + }, + [160702]={ + ["type"]=16, + ["parameter_pro"]={ + 120, + 140 + }, + ["recharge_id"]=15, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=48000, + ["num_for_nothing"]="UgBcA2U=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=40, + ["id_for_nothing"]="Ugg=", + ["num"]=40, + ["num_for_nothing"]="Ugg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=41, + ["id_for_nothing"]="Ugk=", + ["num"]=60, + ["num_for_nothing"]="UAg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=42, + ["id_for_nothing"]="Ugo=", + ["num"]=60, + ["num_for_nothing"]="UAg=" + } + }, + ["time_type"]=1, + ["limit_time"]=6, + ["cd"]=1, + ["value"]=800 + }, + [160802]={ + ["type"]=16, + ["parameter_pro"]={ + 140, + 160 + }, + ["recharge_id"]=15, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=48000, + ["num_for_nothing"]="UgBcA2U=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=40, + ["id_for_nothing"]="Ugg=", + ["num"]=40, + ["num_for_nothing"]="Ugg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=41, + ["id_for_nothing"]="Ugk=", + ["num"]=60, + ["num_for_nothing"]="UAg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=42, + ["id_for_nothing"]="Ugo=", + ["num"]=60, + ["num_for_nothing"]="UAg=" + } + }, + ["time_type"]=1, + ["limit_time"]=6, + ["cd"]=1, + ["value"]=800 + }, + [160902]={ + ["type"]=16, + ["parameter_pro"]={ + 160, + 180 + }, + ["recharge_id"]=17, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=80000, + ["num_for_nothing"]="XghcA2U=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=41, + ["id_for_nothing"]="Ugk=", + ["num"]=40, + ["num_for_nothing"]="Ugg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=42, + ["id_for_nothing"]="Ugo=", + ["num"]=100, + ["num_for_nothing"]="Vwhc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=43, + ["id_for_nothing"]="Ugs=", + ["num"]=80, + ["num_for_nothing"]="Xgg=" + } + }, + ["time_type"]=1, + ["limit_time"]=6, + ["cd"]=1, + ["value"]=800 + }, + [161002]={ + ["type"]=16, + ["parameter_pro"]={ + 180, + 200 + }, + ["recharge_id"]=17, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=80000, + ["num_for_nothing"]="XghcA2U=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=41, + ["id_for_nothing"]="Ugk=", + ["num"]=40, + ["num_for_nothing"]="Ugg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=42, + ["id_for_nothing"]="Ugo=", + ["num"]=100, + ["num_for_nothing"]="Vwhc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=43, + ["id_for_nothing"]="Ugs=", + ["num"]=80, + ["num_for_nothing"]="Xgg=" + } + }, + ["time_type"]=1, + ["limit_time"]=6, + ["cd"]=1, + ["value"]=800 + }, + [170102]={ + ["type"]=17, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=2, + ["num_for_nothing"]="VA==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=300, + ["num_for_nothing"]="VQhc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=5, + ["num_for_nothing"]="Uw==" + } + } + }, + [170202]={ + ["type"]=17, + ["recharge_id"]=5, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=120, + ["num_for_nothing"]="Vwpc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=5000, + ["num_for_nothing"]="UwhcAw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=100, + ["num_for_nothing"]="Vwhc" + } + }, + ["limit"]=5, + ["value"]=800 + }, + [170302]={ + ["type"]=17, + ["recharge_id"]=10, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=300, + ["num_for_nothing"]="VQhc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=10000, + ["num_for_nothing"]="VwhcA2U=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=200, + ["num_for_nothing"]="VAhc" + } + }, + ["limit"]=5, + ["value"]=800 + }, + [170402]={ + ["type"]=17, + ["recharge_id"]=13, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=720, + ["num_for_nothing"]="UQpc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=20000, + ["num_for_nothing"]="VAhcA2U=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=400, + ["num_for_nothing"]="Ughc" + } + }, + ["limit"]=5, + ["value"]=900 + }, + [170502]={ + ["type"]=17, + ["recharge_id"]=16, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=2000, + ["num_for_nothing"]="VAhcAw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=50000, + ["num_for_nothing"]="UwhcA2U=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=1000, + ["num_for_nothing"]="VwhcAw==" + } + }, + ["limit"]=5, + ["value"]=900 + }, + [170602]={ + ["type"]=17, + ["recharge_id"]=18, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=4200, + ["num_for_nothing"]="UgpcAw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=100000, + ["num_for_nothing"]="VwhcA2VR" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=2000, + ["num_for_nothing"]="VAhcAw==" + } + }, + ["limit"]=5, + ["value"]=1000 } } local config = { -data=act_gift,count=57 +data=act_gift,count=85 } return config \ No newline at end of file diff --git a/lua/app/config/activity.lua b/lua/app/config/activity.lua index a300ef7e..a87896f5 100644 --- a/lua/app/config/activity.lua +++ b/lua/app/config/activity.lua @@ -6,8 +6,8 @@ local activity = { }, [206]={ ["act_type"]=2, - ["start_time"]="2023-09-08 00:00:00", - ["end_time"]="2023-09-16 00:00:00" + ["start_time"]="2023-09-13 00:00:00", + ["end_time"]="2023-09-21 00:00:00" } } local config = { diff --git a/lua/app/config/activity_bounty_level.lua b/lua/app/config/activity_bounty_level.lua index 79e26427..92b9d32a 100644 --- a/lua/app/config/activity_bounty_level.lua +++ b/lua/app/config/activity_bounty_level.lua @@ -837,9 +837,849 @@ local activity_bounty_level = { ["num"]=3, ["num_for_nothing"]="VQ==" } + }, + [201]={ + ["act_id"]=206, + ["exp"]=0, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=10, + ["num_for_nothing"]="Vwg=" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1400201, + ["id_for_nothing"]="VwxcA2dRfg==", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["reward_pro_max"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=14002, + ["id_for_nothing"]="VwxcA2c=", + ["num"]=3, + ["num_for_nothing"]="VQ==" + } + }, + [202]={ + ["act_id"]=206, + ["exp"]=50, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=1000, + ["num_for_nothing"]="VwhcAw==" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=1500, + ["num_for_nothing"]="Vw1cAw==" + }, + ["reward_pro_max"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=3000, + ["num_for_nothing"]="VQhcAw==" + } + }, + [203]={ + ["act_id"]=206, + ["exp"]=100, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=8, + ["id_for_nothing"]="Xg==", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=9, + ["id_for_nothing"]="Xw==", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["reward_pro_max"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=9, + ["id_for_nothing"]="Xw==", + ["num"]=2, + ["num_for_nothing"]="VA==" + } + }, + [204]={ + ["act_id"]=206, + ["exp"]=150, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=13, + ["id_for_nothing"]="Vws=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=13, + ["id_for_nothing"]="Vws=", + ["num"]=2, + ["num_for_nothing"]="VA==" + }, + ["reward_pro_max"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=13, + ["id_for_nothing"]="Vws=", + ["num"]=2, + ["num_for_nothing"]="VA==" + } + }, + [205]={ + ["act_id"]=206, + ["exp"]=200, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=10, + ["id_for_nothing"]="Vwg=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=11, + ["id_for_nothing"]="Vwk=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["reward_pro_max"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=14002, + ["id_for_nothing"]="VwxcA2c=", + ["num"]=3, + ["num_for_nothing"]="VQ==" + } + }, + [206]={ + ["act_id"]=206, + ["exp"]=250, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=1000, + ["num_for_nothing"]="VwhcAw==" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=1500, + ["num_for_nothing"]="Vw1cAw==" + }, + ["reward_pro_max"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=3000, + ["num_for_nothing"]="VQhcAw==" + } + }, + [207]={ + ["act_id"]=206, + ["exp"]=300, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=8, + ["id_for_nothing"]="Xg==", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=9, + ["id_for_nothing"]="Xw==", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["reward_pro_max"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=9, + ["id_for_nothing"]="Xw==", + ["num"]=2, + ["num_for_nothing"]="VA==" + } + }, + [208]={ + ["act_id"]=206, + ["exp"]=350, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=20, + ["num_for_nothing"]="VAg=" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=50, + ["num_for_nothing"]="Uwg=" + }, + ["reward_pro_max"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=100, + ["num_for_nothing"]="Vwhc" + } + }, + [209]={ + ["act_id"]=206, + ["exp"]=400, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=10, + ["id_for_nothing"]="Vwg=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=10, + ["id_for_nothing"]="Vwg=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["reward_pro_max"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=10, + ["id_for_nothing"]="Vwg=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + } + }, + [210]={ + ["act_id"]=206, + ["exp"]=450, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=11, + ["id_for_nothing"]="Vwk=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=47, + ["id_for_nothing"]="Ug8=", + ["num"]=2, + ["num_for_nothing"]="VA==" + }, + ["reward_pro_max"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=14002, + ["id_for_nothing"]="VwxcA2c=", + ["num"]=3, + ["num_for_nothing"]="VQ==" + } + }, + [211]={ + ["act_id"]=206, + ["exp"]=500, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=10, + ["num_for_nothing"]="Vwg=" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=15, + ["num_for_nothing"]="Vw0=" + }, + ["reward_pro_max"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=20, + ["num_for_nothing"]="VAg=" + } + }, + [212]={ + ["act_id"]=206, + ["exp"]=550, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=1000, + ["num_for_nothing"]="VwhcAw==" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=1500, + ["num_for_nothing"]="Vw1cAw==" + }, + ["reward_pro_max"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=3000, + ["num_for_nothing"]="VQhcAw==" + } + }, + [213]={ + ["act_id"]=206, + ["exp"]=600, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=8, + ["id_for_nothing"]="Xg==", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=9, + ["id_for_nothing"]="Xw==", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["reward_pro_max"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=9, + ["id_for_nothing"]="Xw==", + ["num"]=2, + ["num_for_nothing"]="VA==" + } + }, + [214]={ + ["act_id"]=206, + ["exp"]=650, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=13, + ["id_for_nothing"]="Vws=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=13, + ["id_for_nothing"]="Vws=", + ["num"]=2, + ["num_for_nothing"]="VA==" + }, + ["reward_pro_max"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=13, + ["id_for_nothing"]="Vws=", + ["num"]=2, + ["num_for_nothing"]="VA==" + } + }, + [215]={ + ["act_id"]=206, + ["exp"]=700, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=10, + ["id_for_nothing"]="Vwg=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=11, + ["id_for_nothing"]="Vwk=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["reward_pro_max"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=18, + ["id_for_nothing"]="VwA=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + } + }, + [216]={ + ["act_id"]=206, + ["exp"]=750, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=1000, + ["num_for_nothing"]="VwhcAw==" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=1500, + ["num_for_nothing"]="Vw1cAw==" + }, + ["reward_pro_max"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=3000, + ["num_for_nothing"]="VQhcAw==" + } + }, + [217]={ + ["act_id"]=206, + ["exp"]=800, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=8, + ["id_for_nothing"]="Xg==", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=9, + ["id_for_nothing"]="Xw==", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["reward_pro_max"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=9, + ["id_for_nothing"]="Xw==", + ["num"]=2, + ["num_for_nothing"]="VA==" + } + }, + [218]={ + ["act_id"]=206, + ["exp"]=850, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=20, + ["num_for_nothing"]="VAg=" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=50, + ["num_for_nothing"]="Uwg=" + }, + ["reward_pro_max"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=100, + ["num_for_nothing"]="Vwhc" + } + }, + [219]={ + ["act_id"]=206, + ["exp"]=900, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=10, + ["id_for_nothing"]="Vwg=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=10, + ["id_for_nothing"]="Vwg=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["reward_pro_max"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=10, + ["id_for_nothing"]="Vwg=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + } + }, + [220]={ + ["act_id"]=206, + ["exp"]=950, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=11, + ["id_for_nothing"]="Vwk=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=47, + ["id_for_nothing"]="Ug8=", + ["num"]=2, + ["num_for_nothing"]="VA==" + }, + ["reward_pro_max"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=14002, + ["id_for_nothing"]="VwxcA2c=", + ["num"]=3, + ["num_for_nothing"]="VQ==" + } + }, + [221]={ + ["act_id"]=206, + ["exp"]=1000, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=10, + ["num_for_nothing"]="Vwg=" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=15, + ["num_for_nothing"]="Vw0=" + }, + ["reward_pro_max"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=20, + ["num_for_nothing"]="VAg=" + } + }, + [222]={ + ["act_id"]=206, + ["exp"]=1050, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=1000, + ["num_for_nothing"]="VwhcAw==" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=1500, + ["num_for_nothing"]="Vw1cAw==" + }, + ["reward_pro_max"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=3000, + ["num_for_nothing"]="VQhcAw==" + } + }, + [223]={ + ["act_id"]=206, + ["exp"]=1100, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=8, + ["id_for_nothing"]="Xg==", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=9, + ["id_for_nothing"]="Xw==", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["reward_pro_max"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=9, + ["id_for_nothing"]="Xw==", + ["num"]=2, + ["num_for_nothing"]="VA==" + } + }, + [224]={ + ["act_id"]=206, + ["exp"]=1150, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=13, + ["id_for_nothing"]="Vws=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=13, + ["id_for_nothing"]="Vws=", + ["num"]=2, + ["num_for_nothing"]="VA==" + }, + ["reward_pro_max"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=13, + ["id_for_nothing"]="Vws=", + ["num"]=2, + ["num_for_nothing"]="VA==" + } + }, + [225]={ + ["act_id"]=206, + ["exp"]=1200, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=10, + ["id_for_nothing"]="Vwg=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=18, + ["id_for_nothing"]="VwA=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["reward_pro_max"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=14002, + ["id_for_nothing"]="VwxcA2c=", + ["num"]=3, + ["num_for_nothing"]="VQ==" + } + }, + [226]={ + ["act_id"]=206, + ["exp"]=1250, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=1000, + ["num_for_nothing"]="VwhcAw==" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=1500, + ["num_for_nothing"]="Vw1cAw==" + }, + ["reward_pro_max"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=3000, + ["num_for_nothing"]="VQhcAw==" + } + }, + [227]={ + ["act_id"]=206, + ["exp"]=1300, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=8, + ["id_for_nothing"]="Xg==", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=9, + ["id_for_nothing"]="Xw==", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["reward_pro_max"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=10, + ["id_for_nothing"]="Vwg=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + } + }, + [228]={ + ["act_id"]=206, + ["exp"]=1350, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=20, + ["num_for_nothing"]="VAg=" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=50, + ["num_for_nothing"]="Uwg=" + }, + ["reward_pro_max"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=100, + ["num_for_nothing"]="Vwhc" + } + }, + [229]={ + ["act_id"]=206, + ["exp"]=1400, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=10, + ["id_for_nothing"]="Vwg=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=10, + ["id_for_nothing"]="Vwg=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["reward_pro_max"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=10, + ["id_for_nothing"]="Vwg=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + } + }, + [230]={ + ["act_id"]=206, + ["exp"]=1450, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5300101, + ["id_for_nothing"]="UwtcA2RRfg==", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=47, + ["id_for_nothing"]="Ug8=", + ["num"]=2, + ["num_for_nothing"]="VA==" + }, + ["reward_pro_max"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=14002, + ["id_for_nothing"]="VwxcA2c=", + ["num"]=3, + ["num_for_nothing"]="VQ==" + } } } local config = { -data=activity_bounty_level,count=30 +data=activity_bounty_level,count=60 } return config \ No newline at end of file diff --git a/lua/app/config/activity_exchange.lua b/lua/app/config/activity_exchange.lua new file mode 100644 index 00000000..1e35100f --- /dev/null +++ b/lua/app/config/activity_exchange.lua @@ -0,0 +1,346 @@ +local activity_exchange = { + [101]={ + ["activity"]=206, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=14001, + ["id_for_nothing"]="VwxcA2Q=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=100, + ["num_for_nothing"]="Vwhc" + }, + ["limit"]=10 + }, + [102]={ + ["activity"]=206, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=24001, + ["id_for_nothing"]="VAxcA2Q=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=100, + ["num_for_nothing"]="Vwhc" + }, + ["limit"]=10 + }, + [103]={ + ["activity"]=206, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=34001, + ["id_for_nothing"]="VQxcA2Q=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=100, + ["num_for_nothing"]="Vwhc" + }, + ["limit"]=10 + }, + [104]={ + ["activity"]=206, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=44001, + ["id_for_nothing"]="UgxcA2Q=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=100, + ["num_for_nothing"]="Vwhc" + }, + ["limit"]=10 + }, + [105]={ + ["activity"]=206, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=54003, + ["id_for_nothing"]="UwxcA2Y=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=100, + ["num_for_nothing"]="Vwhc" + }, + ["limit"]=10 + }, + [106]={ + ["activity"]=206, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=126, + ["id_for_nothing"]="Vwpa", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=1000, + ["num_for_nothing"]="VwhcAw==" + }, + ["limit"]=2 + }, + [107]={ + ["activity"]=206, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=110, + ["id_for_nothing"]="Vwlc", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=500, + ["num_for_nothing"]="Uwhc" + }, + ["limit"]=5 + }, + [108]={ + ["activity"]=206, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=109, + ["id_for_nothing"]="VwhV", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=50, + ["num_for_nothing"]="Uwg=" + }, + ["limit"]=10 + }, + [109]={ + ["activity"]=206, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1001, + ["id_for_nothing"]="VwhcAg==", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["limit"]=50 + }, + [110]={ + ["activity"]=206, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1002, + ["id_for_nothing"]="VwhcAQ==", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=2, + ["num_for_nothing"]="VA==" + }, + ["limit"]=50 + }, + [111]={ + ["activity"]=206, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1003, + ["id_for_nothing"]="VwhcAA==", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=3, + ["num_for_nothing"]="VQ==" + }, + ["limit"]=50 + }, + [112]={ + ["activity"]=206, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1004, + ["id_for_nothing"]="VwhcBw==", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=4, + ["num_for_nothing"]="Ug==" + }, + ["limit"]=50 + }, + [113]={ + ["activity"]=206, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=38, + ["id_for_nothing"]="VQA=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=4, + ["num_for_nothing"]="Ug==" + }, + ["limit"]=50 + }, + [114]={ + ["activity"]=206, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=39, + ["id_for_nothing"]="VQE=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=8, + ["num_for_nothing"]="Xg==" + }, + ["limit"]=50 + }, + [115]={ + ["activity"]=206, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=40, + ["id_for_nothing"]="Ugg=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=12, + ["num_for_nothing"]="Vwo=" + }, + ["limit"]=50 + }, + [116]={ + ["activity"]=206, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=41, + ["id_for_nothing"]="Ugk=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=16, + ["num_for_nothing"]="Vw4=" + }, + ["limit"]=50 + }, + [117]={ + ["activity"]=206, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=1000, + ["num_for_nothing"]="VwhcAw==" + }, + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["limit"]=999 + } +} +local config = { +data=activity_exchange,count=17 +} +return config \ No newline at end of file diff --git a/lua/app/config/activity_exchange.lua.meta b/lua/app/config/activity_exchange.lua.meta new file mode 100644 index 00000000..33748803 --- /dev/null +++ b/lua/app/config/activity_exchange.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 59cc689139c1fb0429cd581fc781710e +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/activity_herofund.lua b/lua/app/config/activity_herofund.lua index 1bd3e595..ce2b6681 100644 --- a/lua/app/config/activity_herofund.lua +++ b/lua/app/config/activity_herofund.lua @@ -1,6 +1,6 @@ local activity_herofund = { [1]={ - ["exp"]=30, + ["exp"]=0, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", @@ -14,8 +14,8 @@ local activity_herofund = { ["type_for_nothing"]="Vw==", ["id"]=44003, ["id_for_nothing"]="UgxcA2Y=", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["num"]=3, + ["num_for_nothing"]="VQ==" }, ["reward_pro_max"]={ ["type"]=1, @@ -27,16 +27,8 @@ local activity_herofund = { } }, [2]={ - ["exp"]=60, + ["exp"]=30, ["reward"]={ - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=1, - ["id_for_nothing"]="Vw==", - ["num"]=1000, - ["num_for_nothing"]="VwhcAw==" - }, - ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=1, @@ -44,44 +36,52 @@ local activity_herofund = { ["num"]=1500, ["num_for_nothing"]="Vw1cAw==" }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=2000, + ["num_for_nothing"]="VAhcAw==" + }, ["reward_pro_max"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=3000, - ["num_for_nothing"]="VQhcAw==" + ["num"]=4000, + ["num_for_nothing"]="UghcAw==" } }, [3]={ - ["exp"]=90, + ["exp"]=60, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=8, - ["id_for_nothing"]="Xg==", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=10, + ["num_for_nothing"]="Vwg=" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=9, - ["id_for_nothing"]="Xw==", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=15, + ["num_for_nothing"]="Vw0=" }, ["reward_pro_max"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=9, - ["id_for_nothing"]="Xw==", - ["num"]=2, - ["num_for_nothing"]="VA==" + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=20, + ["num_for_nothing"]="VAg=" } }, [4]={ - ["exp"]=120, + ["exp"]=90, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", @@ -108,22 +108,49 @@ local activity_herofund = { } }, [5]={ - ["exp"]=150, + ["exp"]=120, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=10, - ["id_for_nothing"]="Vwg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=1500, + ["num_for_nothing"]="Vw1cAw==" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=11, - ["id_for_nothing"]="Vwk=", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=2000, + ["num_for_nothing"]="VAhcAw==" + }, + ["reward_pro_max"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=4000, + ["num_for_nothing"]="UghcAw==" + } + }, + [6]={ + ["exp"]=150, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=30, + ["num_for_nothing"]="VQg=" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=44003, + ["id_for_nothing"]="UgxcA2Y=", + ["num"]=2, + ["num_for_nothing"]="VA==" }, ["reward_pro_max"]={ ["type"]=1, @@ -134,17 +161,36 @@ local activity_herofund = { ["num_for_nothing"]="VQ==" } }, - [6]={ + [7]={ ["exp"]=180, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=1, - ["id_for_nothing"]="Vw==", - ["num"]=1000, - ["num_for_nothing"]="VwhcAw==" + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=10, + ["num_for_nothing"]="Vwg=" }, ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=15, + ["num_for_nothing"]="Vw0=" + }, + ["reward_pro_max"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=20, + ["num_for_nothing"]="VAg=" + } + }, + [8]={ + ["exp"]=210, + ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=1, @@ -152,71 +198,25 @@ local activity_herofund = { ["num"]=1500, ["num_for_nothing"]="Vw1cAw==" }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=2000, + ["num_for_nothing"]="VAhcAw==" + }, ["reward_pro_max"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=3000, - ["num_for_nothing"]="VQhcAw==" - } - }, - [7]={ - ["exp"]=210, - ["reward"]={ - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=8, - ["id_for_nothing"]="Xg==", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - ["reward_pro"]={ - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=9, - ["id_for_nothing"]="Xw==", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - ["reward_pro_max"]={ - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=9, - ["id_for_nothing"]="Xw==", - ["num"]=2, - ["num_for_nothing"]="VA==" - } - }, - [8]={ - ["exp"]=240, - ["reward"]={ - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=20, - ["num_for_nothing"]="VAg=" - }, - ["reward_pro"]={ - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=50, - ["num_for_nothing"]="Uwg=" - }, - ["reward_pro_max"]={ - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=100, - ["num_for_nothing"]="Vwhc" + ["num"]=4000, + ["num_for_nothing"]="UghcAw==" } }, [9]={ - ["exp"]=270, + ["exp"]=240, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", @@ -243,7 +243,7 @@ local activity_herofund = { } }, [10]={ - ["exp"]=300, + ["exp"]=270, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", @@ -270,7 +270,7 @@ local activity_herofund = { } }, [11]={ - ["exp"]=330, + ["exp"]=300, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", @@ -297,124 +297,116 @@ local activity_herofund = { } }, [12]={ + ["exp"]=330, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=30, + ["num_for_nothing"]="VQg=" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=50, + ["num_for_nothing"]="Uwg=" + }, + ["reward_pro_max"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=100, + ["num_for_nothing"]="Vwhc" + } + }, + [13]={ ["exp"]=360, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=1000, - ["num_for_nothing"]="VwhcAw==" + ["num"]=1500, + ["num_for_nothing"]="Vw1cAw==" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=1500, - ["num_for_nothing"]="Vw1cAw==" + ["num"]=2000, + ["num_for_nothing"]="VAhcAw==" }, ["reward_pro_max"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=3000, - ["num_for_nothing"]="VQhcAw==" + ["num"]=4000, + ["num_for_nothing"]="UghcAw==" } }, - [13]={ + [14]={ ["exp"]=390, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=8, - ["id_for_nothing"]="Xg==", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=10, + ["num_for_nothing"]="Vwg=" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=9, - ["id_for_nothing"]="Xw==", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=15, + ["num_for_nothing"]="Vw0=" }, ["reward_pro_max"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=9, - ["id_for_nothing"]="Xw==", - ["num"]=2, - ["num_for_nothing"]="VA==" + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=20, + ["num_for_nothing"]="VAg=" } }, - [14]={ + [15]={ ["exp"]=420, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=13, - ["id_for_nothing"]="Vws=", + ["id"]=44003, + ["id_for_nothing"]="UgxcA2Y=", ["num"]=1, ["num_for_nothing"]="Vw==" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=13, - ["id_for_nothing"]="Vws=", + ["id"]=44003, + ["id_for_nothing"]="UgxcA2Y=", ["num"]=2, ["num_for_nothing"]="VA==" }, ["reward_pro_max"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=13, - ["id_for_nothing"]="Vws=", - ["num"]=2, - ["num_for_nothing"]="VA==" - } - }, - [15]={ - ["exp"]=450, - ["reward"]={ - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=10, - ["id_for_nothing"]="Vwg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - ["reward_pro"]={ - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=11, - ["id_for_nothing"]="Vwk=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - ["reward_pro_max"]={ - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=18, - ["id_for_nothing"]="VwA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["id"]=44003, + ["id_for_nothing"]="UgxcA2Y=", + ["num"]=3, + ["num_for_nothing"]="VQ==" } }, [16]={ - ["exp"]=480, + ["exp"]=450, ["reward"]={ - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=1, - ["id_for_nothing"]="Vw==", - ["num"]=1000, - ["num_for_nothing"]="VwhcAw==" - }, - ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=1, @@ -422,51 +414,59 @@ local activity_herofund = { ["num"]=1500, ["num_for_nothing"]="Vw1cAw==" }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=2000, + ["num_for_nothing"]="VAhcAw==" + }, ["reward_pro_max"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=3000, - ["num_for_nothing"]="VQhcAw==" + ["num"]=4000, + ["num_for_nothing"]="UghcAw==" } }, [17]={ - ["exp"]=510, + ["exp"]=480, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=8, - ["id_for_nothing"]="Xg==", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=10, + ["num_for_nothing"]="Vwg=" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=9, - ["id_for_nothing"]="Xw==", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=15, + ["num_for_nothing"]="Vw0=" }, ["reward_pro_max"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=9, - ["id_for_nothing"]="Xw==", - ["num"]=2, - ["num_for_nothing"]="VA==" + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=20, + ["num_for_nothing"]="VAg=" } }, [18]={ - ["exp"]=540, + ["exp"]=510, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=2, ["id_for_nothing"]="VA==", - ["num"]=20, - ["num_for_nothing"]="VAg=" + ["num"]=30, + ["num_for_nothing"]="VQg=" }, ["reward_pro"]={ ["type"]=1, @@ -486,34 +486,7 @@ local activity_herofund = { } }, [19]={ - ["exp"]=570, - ["reward"]={ - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=10, - ["id_for_nothing"]="Vwg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - ["reward_pro"]={ - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=10, - ["id_for_nothing"]="Vwg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - ["reward_pro_max"]={ - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=10, - ["id_for_nothing"]="Vwg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - }, - [20]={ - ["exp"]=600, + ["exp"]=540, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", @@ -539,8 +512,35 @@ local activity_herofund = { ["num_for_nothing"]="VQ==" } }, + [20]={ + ["exp"]=570, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=1500, + ["num_for_nothing"]="Vw1cAw==" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=2000, + ["num_for_nothing"]="VAhcAw==" + }, + ["reward_pro_max"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=4000, + ["num_for_nothing"]="UghcAw==" + } + }, [21]={ - ["exp"]=630, + ["exp"]=600, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", @@ -567,16 +567,8 @@ local activity_herofund = { } }, [22]={ - ["exp"]=660, + ["exp"]=630, ["reward"]={ - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=1, - ["id_for_nothing"]="Vw==", - ["num"]=1000, - ["num_for_nothing"]="VwhcAw==" - }, - ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=1, @@ -584,17 +576,52 @@ local activity_herofund = { ["num"]=1500, ["num_for_nothing"]="Vw1cAw==" }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=2000, + ["num_for_nothing"]="VAhcAw==" + }, ["reward_pro_max"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=3000, - ["num_for_nothing"]="VQhcAw==" + ["num"]=4000, + ["num_for_nothing"]="UghcAw==" + } + }, + [23]={ + ["exp"]=660, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=44003, + ["id_for_nothing"]="UgxcA2Y=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=44003, + ["id_for_nothing"]="UgxcA2Y=", + ["num"]=2, + ["num_for_nothing"]="VA==" + }, + ["reward_pro_max"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=44003, + ["id_for_nothing"]="UgxcA2Y=", + ["num"]=3, + ["num_for_nothing"]="VQ==" } } } local config = { -data=activity_herofund,count=22 +data=activity_herofund,count=23 } return config \ No newline at end of file diff --git a/lua/app/config/arena_board.lua b/lua/app/config/arena_board.lua index 5c4b8208..0286d318 100644 --- a/lua/app/config/arena_board.lua +++ b/lua/app/config/arena_board.lua @@ -26,11 +26,11 @@ local arena_board = { 0 }, { - 3, + 0, 0 }, { - 3, + 0, 0 }, { @@ -82,7 +82,31 @@ local arena_board = { 0 }, { - 3, + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, 0 }, { @@ -110,11 +134,11 @@ local arena_board = { 0 }, { - 3, + 0, 0 }, { - 3, + 0, 0 }, { @@ -126,7 +150,11 @@ local arena_board = { 0 }, { - 2, + 0, + 0 + }, + { + 0, 0 }, { @@ -137,38 +165,10 @@ local arena_board = { 0, 0 }, - { - 3, - 0 - }, - { - 3, - 0 - }, { 0, 0 }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, { 3, 0 @@ -194,11 +194,11 @@ local arena_board = { 0 }, { - 3, + 0, 0 }, { - 3, + 0, 0 }, { @@ -250,11 +250,11 @@ local arena_board = { 0 }, { - 3, + 0, 0 }, { - 3, + 0, 0 }, { @@ -313,98 +313,10 @@ local arena_board = { 3, 0 }, - { - 3, - 0 - }, { 2, 0 }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, { 2, 0 @@ -422,37 +334,13 @@ local arena_board = { 0 }, { - 3, - 0 - }, - { - 3, - 0 - }, - { - 0, + 2, 0 }, { 2, 0 }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, { 3, 0 @@ -481,38 +369,6 @@ local arena_board = { 3, 0 }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, { 2, 0 @@ -529,6 +385,14 @@ local arena_board = { 0, 0 }, + { + 0, + 0 + }, + { + 0, + 0 + }, { 2, 0 @@ -537,6 +401,26 @@ local arena_board = { 3, 0 }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, { 3, 0 @@ -557,6 +441,14 @@ local arena_board = { 0, 0 }, + { + 0, + 0 + }, + { + 0, + 0 + }, { 2, 0 @@ -564,6 +456,114 @@ local arena_board = { { 3, 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 } } }, @@ -597,14 +597,6 @@ local arena_board = { 3, 0 }, - { - 3, - 0 - }, - { - 0, - 0 - }, { 2, 0 @@ -613,20 +605,12 @@ local arena_board = { 0, 0 }, - { - 2, - 0 - }, { 0, 0 }, { - 3, - 0 - }, - { - 3, + 0, 0 }, { @@ -641,6 +625,10 @@ local arena_board = { 2, 0 }, + { + 3, + 0 + }, { 0, 0 @@ -654,13 +642,17 @@ local arena_board = { 0 }, { - 3, + 0, 0 }, { 0, 0 }, + { + 3, + 0 + }, { 2, 0 @@ -670,7 +662,7 @@ local arena_board = { 0 }, { - 2, + 0, 0 }, { @@ -678,7 +670,15 @@ local arena_board = { 0 }, { - 3, + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, 0 }, { @@ -737,14 +737,6 @@ local arena_board = { 3, 0 }, - { - 3, - 0 - }, - { - 0, - 0 - }, { 2, 0 @@ -753,20 +745,12 @@ local arena_board = { 0, 0 }, - { - 2, - 0 - }, { 0, 0 }, { - 3, - 0 - }, - { - 3, + 0, 0 }, { @@ -781,6 +765,10 @@ local arena_board = { 2, 0 }, + { + 3, + 0 + }, { 0, 0 @@ -794,13 +782,17 @@ local arena_board = { 0 }, { - 3, + 0, 0 }, { 0, 0 }, + { + 3, + 0 + }, { 2, 0 @@ -810,7 +802,7 @@ local arena_board = { 0 }, { - 2, + 0, 0 }, { @@ -818,7 +810,15 @@ local arena_board = { 0 }, { - 3, + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, 0 }, { @@ -910,7 +910,7 @@ local arena_board = { 0 }, { - 3, + 2, 0 }, { @@ -922,7 +922,7 @@ local arena_board = { 0 }, { - 0, + 2, 0 }, { @@ -934,7 +934,7 @@ local arena_board = { 0 }, { - 3, + 2, 0 }, { @@ -1050,7 +1050,7 @@ local arena_board = { 0 }, { - 3, + 2, 0 }, { @@ -1062,7 +1062,7 @@ local arena_board = { 0 }, { - 0, + 2, 0 }, { @@ -1074,7 +1074,7 @@ local arena_board = { 0 }, { - 3, + 2, 0 }, { @@ -1161,42 +1161,6 @@ local arena_board = { 0, 0 }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, { 0, 0 @@ -1205,26 +1169,6 @@ local arena_board = { 0, 0 }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, { 0, 0 @@ -1273,14 +1217,6 @@ local arena_board = { 0, 0 }, - { - 2, - 0 - }, - { - 3, - 0 - }, { 0, 0 @@ -1293,82 +1229,6 @@ local arena_board = { 0, 0 }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, { 2, 0 @@ -1413,44 +1273,156 @@ local arena_board = { 0, 0 }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, { 2, 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 } } }, [6]={ ["board"]={ { - 3, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 3, + 35, 0 }, { @@ -1474,67 +1446,11 @@ local arena_board = { 0 }, { - 3, + 35, 0 }, { - 3, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 3, + 35, 0 }, { @@ -1558,7 +1474,15 @@ local arena_board = { 0 }, { - 3, + 35, + 0 + }, + { + 35, + 0 + }, + { + 0, 0 }, { @@ -1569,6 +1493,166 @@ local arena_board = { 0, 0 }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, { 0, 0 @@ -1586,11 +1670,11 @@ local arena_board = { 0 }, { - 3, + 35, 0 }, { - 3, + 35, 0 }, { @@ -1614,91 +1698,7 @@ local arena_board = { 0 }, { - 3, - 0 - }, - { - 3, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 3, + 35, 0 } } @@ -1706,11 +1706,7 @@ local arena_board = { [7]={ ["board"]={ { - 3, - 0 - }, - { - 2, + 35, 0 }, { @@ -1726,41 +1722,65 @@ local arena_board = { 0 }, { - 2, + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, 0 }, { 3, 0 }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, { 3, 0 }, - { - 2, - 0 - }, { 0, 0 }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, { 3, 0 }, + { + 35, + 0 + }, + { + 35, + 0 + }, + { + 35, + 0 + }, { 3, 0 @@ -1778,19 +1798,15 @@ local arena_board = { 0 }, { - 0, + 35, 0 }, { - 0, + 35, 0 }, { - 3, - 0 - }, - { - 3, + 35, 0 }, { @@ -1813,10 +1829,98 @@ local arena_board = { 0, 0 }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 35, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, { 3, 0 }, + { + 35, + 0 + }, + { + 35, + 0 + }, + { + 35, + 0 + }, { 3, 0 @@ -1825,28 +1929,12 @@ local arena_board = { 0, 0 }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, { 3, 0 }, { - 3, + 35, 0 }, { @@ -1854,7 +1942,7 @@ local arena_board = { 0 }, { - 2, + 0, 0 }, { @@ -1862,11 +1950,7 @@ local arena_board = { 0 }, { - 2, - 0 - }, - { - 0, + 35, 0 }, { @@ -1874,7 +1958,7 @@ local arena_board = { 0 }, { - 3, + 35, 0 }, { @@ -1898,101 +1982,97 @@ local arena_board = { 0 }, { - 3, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 3, + 35, 0 } } }, [8]={ ["board"]={ + { + 2, + 0 + }, { 3, 0 }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, { 2, 0 @@ -2009,46 +2089,6 @@ local arena_board = { 0, 0 }, - { - 2, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, { 0, 0 @@ -2061,50 +2101,6 @@ local arena_board = { 2, 0 }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, { 2, 0 @@ -2121,18 +2117,18 @@ local arena_board = { 0, 0 }, + { + 0, + 0 + }, + { + 0, + 0 + }, { 2, 0 }, - { - 3, - 0 - }, - { - 3, - 0 - }, { 2, 0 @@ -2149,46 +2145,6 @@ local arena_board = { 0, 0 }, - { - 2, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, { 0, 0 @@ -2201,50 +2157,6 @@ local arena_board = { 2, 0 }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, { 2, 0 @@ -2261,6 +2173,18 @@ local arena_board = { 0, 0 }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, { 2, 0 @@ -2268,151 +2192,87 @@ local arena_board = { { 3, 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 } } }, [9]={ ["board"]={ - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, { 0, 0 @@ -2449,46 +2309,10 @@ local arena_board = { 0, 0 }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, { 3, 0 }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, { 0, 0 @@ -2502,11 +2326,7 @@ local arena_board = { 0 }, { - 0, - 0 - }, - { - 2, + 3, 0 }, { @@ -2514,13 +2334,189 @@ local arena_board = { 0 }, { - 2, + 35, 0 }, { 0, 0 }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, { 0, 0 @@ -2550,7 +2546,11 @@ local arena_board = { 0 }, { - 3, + 0, + 0 + }, + { + 0, 0 } } @@ -2558,7 +2558,7 @@ local arena_board = { [10]={ ["board"]={ { - 3, + 35, 0 }, { @@ -2582,35 +2582,7 @@ local arena_board = { 0 }, { - 2, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 3, + 35, 0 }, { @@ -2622,43 +2594,7 @@ local arena_board = { 0 }, { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 2, + 3, 0 }, { @@ -2669,6 +2605,42 @@ local arena_board = { 3, 0 }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 35, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, { 3, 0 @@ -2694,7 +2666,63 @@ local arena_board = { 0 }, { - 2, + 3, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, 0 }, { @@ -2721,38 +2749,38 @@ local arena_board = { 0, 0 }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, { 3, 0 }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 35, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, { 3, 0 @@ -2762,43 +2790,7 @@ local arena_board = { 0 }, { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 2, + 3, 0 }, { @@ -2809,10 +2801,18 @@ local arena_board = { 3, 0 }, + { + 0, + 0 + }, { 3, 0 }, + { + 35, + 0 + }, { 0, 0 @@ -2834,7 +2834,7 @@ local arena_board = { 0 }, { - 2, + 35, 0 } } @@ -2842,7 +2842,11 @@ local arena_board = { [11]={ ["board"]={ { - 3, + 0, + 0 + }, + { + 2, 0 }, { @@ -2866,235 +2870,31 @@ local arena_board = { 0 }, { - 3, + 35, 0 }, { - 3, + 36, 0 }, { - 0, + 35, 0 }, { - 0, + 36, 0 }, { - 0, + 35, 0 }, { - 0, + 36, 0 }, { - 0, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 3, + 35, 0 }, { @@ -3118,7 +2918,207 @@ local arena_board = { 0 }, { - 3, + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 36, + 0 + }, + { + 35, + 0 + }, + { + 36, + 0 + }, + { + 35, + 0 + }, + { + 36, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, 0 } } @@ -3126,11 +3126,11 @@ local arena_board = { [12]={ ["board"]={ { - 3, + 36, 0 }, { - 2, + 35, 0 }, { @@ -3146,19 +3146,15 @@ local arena_board = { 0 }, { - 2, + 35, 0 }, { - 3, + 36, 0 }, { - 3, - 0 - }, - { - 2, + 35, 0 }, { @@ -3169,20 +3165,40 @@ local arena_board = { 0, 0 }, + { + 35, + 0 + }, { 0, 0 }, { - 2, + 0, 0 }, { - 3, + 35, 0 }, { - 3, + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 36, + 0 + }, + { + 35, 0 }, { @@ -3206,11 +3222,7 @@ local arena_board = { 0 }, { - 3, - 0 - }, - { - 3, + 35, 0 }, { @@ -3234,11 +3246,7 @@ local arena_board = { 0 }, { - 3, - 0 - }, - { - 3, + 0, 0 }, { @@ -3246,57 +3254,17 @@ local arena_board = { 0 }, { - 2, + 0, 0 }, { 0, 0 }, - { - 2, - 0 - }, { 0, 0 }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, { 0, 0 @@ -3318,11 +3286,27 @@ local arena_board = { 0 }, { - 3, + 0, 0 }, { - 3, + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, 0 }, { @@ -3346,15 +3330,59 @@ local arena_board = { 0 }, { - 3, + 35, 0 }, { - 3, + 36, 0 }, { - 2, + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 36, + 0 + }, + { + 35, 0 }, { @@ -3370,39 +3398,11 @@ local arena_board = { 0 }, { - 2, + 35, 0 }, { - 3, - 0 - }, - { - 3, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 3, + 36, 0 } } @@ -3410,7 +3410,79 @@ local arena_board = { [13]={ ["board"]={ { - 3, + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 36, + 0 + }, + { + 35, + 0 + }, + { + 35, + 0 + }, + { + 35, + 0 + }, + { + 36, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 35, + 0 + }, + { + 36, + 0 + }, + { + 35, 0 }, { @@ -3429,44 +3501,12 @@ local arena_board = { 0, 0 }, - { - 2, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, { 0, 0 }, { - 2, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 3, + 35, 0 }, { @@ -3478,7 +3518,11 @@ local arena_board = { 0 }, { - 2, + 0, + 0 + }, + { + 0, 0 }, { @@ -3490,11 +3534,7 @@ local arena_board = { 0 }, { - 3, - 0 - }, - { - 3, + 0, 0 }, { @@ -3502,7 +3542,7 @@ local arena_board = { 0 }, { - 2, + 0, 0 }, { @@ -3510,7 +3550,7 @@ local arena_board = { 0 }, { - 2, + 0, 0 }, { @@ -3518,15 +3558,43 @@ local arena_board = { 0 }, { - 3, + 0, 0 }, { - 3, + 0, 0 }, { - 2, + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, 0 }, { @@ -3546,11 +3614,15 @@ local arena_board = { 0 }, { - 3, + 35, 0 }, { - 3, + 36, + 0 + }, + { + 35, 0 }, { @@ -3562,7 +3634,31 @@ local arena_board = { 0 }, { - 0, + 35, + 0 + }, + { + 36, + 0 + }, + { + 35, + 0 + }, + { + 35, + 0 + }, + { + 35, + 0 + }, + { + 36, + 0 + }, + { + 35, 0 }, { @@ -3570,103 +3666,7 @@ local arena_board = { 0 }, { - 2, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 2, + 35, 0 }, { @@ -3682,11 +3682,11 @@ local arena_board = { 0 }, { - 2, + 35, 0 }, { - 3, + 0, 0 } } @@ -3694,7 +3694,79 @@ local arena_board = { [14]={ ["board"]={ { - 3, + 35, + 0 + }, + { + 36, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 36, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 36, + 0 + }, + { + 35, 0 }, { @@ -3718,91 +3790,7 @@ local arena_board = { 0 }, { - 3, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 3, + 35, 0 }, { @@ -3861,38 +3849,10 @@ local arena_board = { 0, 0 }, - { - 3, - 0 - }, { 0, 0 }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, { 0, 0 @@ -3914,39 +3874,7 @@ local arena_board = { 0 }, { - 3, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 3, + 35, 0 }, { @@ -3970,7 +3898,79 @@ local arena_board = { 0 }, { - 3, + 35, + 0 + }, + { + 36, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 36, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 36, + 0 + }, + { + 35, 0 } } @@ -3978,7 +3978,107 @@ local arena_board = { [15]={ ["board"]={ { - 3, + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 36, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 36, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 36, + 0 + }, + { + 35, 0 }, { @@ -4005,94 +4105,10 @@ local arena_board = { 2, 0 }, - { - 2, - 0 - }, { 0, 0 }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, { 0, 0 @@ -4118,7 +4134,91 @@ local arena_board = { 0 }, { - 3, + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 36, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 36, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 36, + 0 + }, + { + 35, 0 }, { @@ -4142,95 +4242,7 @@ local arena_board = { 0 }, { - 2, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 3, + 35, 0 }, { @@ -4244,25 +4256,13 @@ local arena_board = { { 0, 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 } } }, [16]={ ["board"]={ { - 35, + 3, 0 }, { @@ -4270,7 +4270,7 @@ local arena_board = { 0 }, { - 0, + 2, 0 }, { @@ -4278,47 +4278,7 @@ local arena_board = { 0 }, { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 35, + 2, 0 }, { @@ -4329,10 +4289,6 @@ local arena_board = { 3, 0 }, - { - 0, - 0 - }, { 3, 0 @@ -4341,42 +4297,6 @@ local arena_board = { 0, 0 }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, { 0, 0 @@ -4393,86 +4313,38 @@ local arena_board = { 0, 0 }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, { 3, 0 }, + { + 3, + 0 + }, + { + 2, + 0 + }, { 0, 0 }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, { 3, 0 @@ -4482,15 +4354,7 @@ local arena_board = { 0 }, { - 35, - 0 - }, - { - 35, - 0 - }, - { - 35, + 0, 0 }, { @@ -4498,7 +4362,7 @@ local arena_board = { 0 }, { - 35, + 0, 0 }, { @@ -4506,15 +4370,67 @@ local arena_board = { 0 }, { - 35, + 3, 0 }, { - 35, + 3, 0 }, { - 35, + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, 0 }, { @@ -4538,47 +4454,103 @@ local arena_board = { 0 }, { - 35, + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 3, 0 } } }, [17]={ ["board"]={ - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, { 3, 0 }, { - 35, + 2, 0 }, { @@ -4594,47 +4566,7 @@ local arena_board = { 0 }, { - 35, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, + 2, 0 }, { @@ -4645,60 +4577,32 @@ local arena_board = { 3, 0 }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, { 3, 0 }, { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, + 3, 0 }, { @@ -4730,7 +4634,11 @@ local arena_board = { 0 }, { - 3, + 0, + 0 + }, + { + 0, 0 }, { @@ -4749,18 +4657,6 @@ local arena_board = { 3, 0 }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, { 3, 0 @@ -4769,12 +4665,28 @@ local arena_board = { 0, 0 }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, { 3, 0 }, { - 35, + 3, 0 }, { @@ -4782,7 +4694,7 @@ local arena_board = { 0 }, { - 0, + 2, 0 }, { @@ -4790,7 +4702,11 @@ local arena_board = { 0 }, { - 35, + 2, + 0 + }, + { + 0, 0 }, { @@ -4798,7 +4714,7 @@ local arena_board = { 0 }, { - 35, + 3, 0 }, { @@ -4822,33 +4738,97 @@ local arena_board = { 0 }, { - 35, + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 3, 0 } } }, [18]={ ["board"]={ - { - 2, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, { 3, 0 @@ -4858,33 +4838,17 @@ local arena_board = { 0 }, { - 2, - 0 - }, - { - 35, + 0, 0 }, { 0, 0 }, - { - 35, - 0 - }, { 0, 0 }, - { - 35, - 0 - }, - { - 2, - 0 - }, { 2, 0 @@ -4893,12 +4857,24 @@ local arena_board = { 3, 0 }, + { + 3, + 0 + }, { 0, 0 }, { - 3, + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, 0 }, { @@ -4909,126 +4885,6 @@ local arena_board = { 3, 0 }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, { 3, 0 @@ -5037,58 +4893,46 @@ local arena_board = { 0, 0 }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, { 3, 0 }, - { - 0, - 0 - }, { 3, 0 }, { - 2, + 0, 0 }, { 2, 0 }, - { - 35, - 0 - }, { 0, 0 }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, { 2, 0 }, - { - 2, - 0 - }, - { - 3, - 0 - }, { 0, 0 @@ -5097,10 +4941,34 @@ local arena_board = { 3, 0 }, + { + 3, + 0 + }, + { + 2, + 0 + }, { 0, 0 }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, { 3, 0 @@ -5108,17 +4976,145 @@ local arena_board = { { 2, 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 } } }, [19]={ ["board"]={ { - 0, - 0 - }, - { - 0, + 3, 0 }, { @@ -5150,7 +5146,23 @@ local arena_board = { 0 }, { - 3, + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, 0 }, { @@ -5165,66 +5177,6 @@ local arena_board = { 0, 0 }, - { - 3, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, { 0, 0 @@ -5241,110 +5193,10 @@ local arena_board = { 0, 0 }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, + { + 3, + 0 + }, { 3, 0 @@ -5354,7 +5206,15 @@ local arena_board = { 0 }, { - 3, + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, 0 }, { @@ -5392,39 +5252,151 @@ local arena_board = { { 0, 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 } } }, [20]={ ["board"]={ - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, { 3, 0 @@ -5433,6 +5405,54 @@ local arena_board = { 0, 0 }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, { 3, 0 @@ -5442,7 +5462,43 @@ local arena_board = { 0 }, { - 3, + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, 0 }, { @@ -5454,7 +5510,7 @@ local arena_board = { 0 }, { - 35, + 3, 0 }, { @@ -5466,7 +5522,7 @@ local arena_board = { 0 }, { - 35, + 0, 0 }, { @@ -5478,7 +5534,7 @@ local arena_board = { 0 }, { - 35, + 2, 0 }, { @@ -5490,7 +5546,7 @@ local arena_board = { 0 }, { - 35, + 0, 0 }, { @@ -5498,7 +5554,35 @@ local arena_board = { 0 }, { - 35, + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, 0 }, { @@ -5509,62 +5593,6 @@ local arena_board = { 3, 0 }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, { 3, 0 @@ -5574,7 +5602,11 @@ local arena_board = { 0 }, { - 35, + 0, + 0 + }, + { + 2, 0 }, { @@ -5582,7 +5614,31 @@ local arena_board = { 0 }, { - 35, + 0, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, 0 }, { @@ -5593,34 +5649,6 @@ local arena_board = { 3, 0 }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, { 3, 0 @@ -5629,30 +5657,6 @@ local arena_board = { 0, 0 }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 35, - 0 - }, { 0, 0 @@ -5670,11 +5674,7 @@ local arena_board = { 0 }, { - 0, - 0 - }, - { - 35, + 2, 0 } } @@ -7101,90 +7101,10 @@ local arena_board = { }, [26]={ ["board"]={ - { - 35, - 0 - }, { 0, 0 }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, { 35, 0 @@ -7214,27 +7134,7 @@ local arena_board = { 0 }, { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, + 36, 0 }, { @@ -7242,33 +7142,17 @@ local arena_board = { 0 }, { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, + 36, 0 }, { 35, 0 }, + { + 36, + 0 + }, { 35, 0 @@ -7298,7 +7182,7 @@ local arena_board = { 0 }, { - 35, + 0, 0 }, { @@ -7306,7 +7190,7 @@ local arena_board = { 0 }, { - 3, + 0, 0 }, { @@ -7314,7 +7198,7 @@ local arena_board = { 0 }, { - 3, + 0, 0 }, { @@ -7322,15 +7206,7 @@ local arena_board = { 0 }, { - 35, - 0 - }, - { - 35, - 0 - }, - { - 35, + 0, 0 }, { @@ -7338,7 +7214,7 @@ local arena_board = { 0 }, { - 35, + 0, 0 }, { @@ -7346,15 +7222,63 @@ local arena_board = { 0 }, { - 35, + 0, 0 }, { - 35, + 0, 0 }, { - 35, + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, 0 }, { @@ -7380,11 +7304,159 @@ local arena_board = { { 35, 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 36, + 0 + }, + { + 35, + 0 + }, + { + 36, + 0 + }, + { + 35, + 0 + }, + { + 36, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 } } }, [27]={ ["board"]={ + { + 36, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 36, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 36, + 0 + }, { 35, 0 @@ -7413,82 +7485,6 @@ local arena_board = { 35, 0 }, - { - 3, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, { 0, 0 @@ -7561,18 +7557,6 @@ local arena_board = { 0, 0 }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, { 0, 0 @@ -7581,62 +7565,6 @@ local arena_board = { 0, 0 }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 3, - 0 - }, { 35, 0 @@ -7664,17 +7592,89 @@ local arena_board = { { 35, 0 + }, + { + 36, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 36, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 36, + 0 } } }, [28]={ ["board"]={ { - 2, + 0, 0 }, { - 3, + 35, 0 }, { @@ -7682,7 +7682,7 @@ local arena_board = { 0 }, { - 3, + 0, 0 }, { @@ -7690,15 +7690,231 @@ local arena_board = { 0 }, { - 3, + 35, 0 }, { - 2, + 0, 0 }, { - 2, + 35, + 0 + }, + { + 36, + 0 + }, + { + 35, + 0 + }, + { + 35, + 0 + }, + { + 35, + 0 + }, + { + 36, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 35, + 0 + }, + { + 36, + 0 + }, + { + 35, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 35, + 0 + }, + { + 36, + 0 + }, + { + 35, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 36, + 0 + }, + { + 35, + 0 + }, + { + 35, + 0 + }, + { + 35, + 0 + }, + { + 36, 0 }, { @@ -7717,190 +7933,10 @@ local arena_board = { 0, 0 }, - { - 35, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 3, - 0 - }, { 0, 0 }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 35, - 0 - }, { 0, 0 @@ -7912,107 +7948,35 @@ local arena_board = { { 0, 0 - }, - { - 35, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 2, - 0 } } }, [29]={ ["board"]={ { - 0, + 35, 0 }, { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 3, + 36, 0 }, { 35, 0 }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 36, + 0 + }, { 35, 0 @@ -8033,14 +7997,6 @@ local arena_board = { 35, 0 }, - { - 35, - 0 - }, - { - 35, - 0 - }, { 0, 0 @@ -8053,10 +8009,42 @@ local arena_board = { 0, 0 }, + { + 0, + 0 + }, + { + 0, + 0 + }, { 35, 0 }, + { + 36, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, { 0, 0 @@ -8121,6 +8109,78 @@ local arena_board = { 0, 0 }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 36, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, { 35, 0 @@ -8150,7 +8210,7 @@ local arena_board = { 0 }, { - 35, + 36, 0 }, { @@ -8166,81 +8226,17 @@ local arena_board = { 0 }, { - 0, + 36, 0 }, { 35, 0 - }, - { - 35, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 } } }, [30]={ ["board"]={ - { - 35, - 0 - }, { 0, 0 @@ -8253,102 +8249,6 @@ local arena_board = { 0, 0 }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, { 35, 0 @@ -8377,6 +8277,66 @@ local arena_board = { 35, 0 }, + { + 36, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 36, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 36, + 0 + }, { 35, 0 @@ -8405,38 +8365,14 @@ local arena_board = { 35, 0 }, - { - 3, - 0 - }, { 0, 0 }, - { - 35, - 0 - }, { 0, 0 }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 35, - 0 - }, { 0, 0 @@ -8445,10 +8381,6 @@ local arena_board = { 0, 0 }, - { - 35, - 0 - }, { 0, 0 @@ -8461,38 +8393,6 @@ local arena_board = { 35, 0 }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 35, - 0 - }, { 0, 0 @@ -8516,13 +8416,113 @@ local arena_board = { { 35, 0 + }, + { + 36, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 36, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 36, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 } } }, [31]={ ["board"]={ { - 35, + 3, 0 }, { @@ -8530,7 +8530,7 @@ local arena_board = { 0 }, { - 0, + 2, 0 }, { @@ -8538,47 +8538,7 @@ local arena_board = { 0 }, { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 35, + 2, 0 }, { @@ -8589,10 +8549,6 @@ local arena_board = { 3, 0 }, - { - 0, - 0 - }, { 3, 0 @@ -8601,42 +8557,6 @@ local arena_board = { 0, 0 }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, { 0, 0 @@ -8653,86 +8573,38 @@ local arena_board = { 0, 0 }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, { 3, 0 }, + { + 3, + 0 + }, + { + 2, + 0 + }, { 0, 0 }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, { 3, 0 @@ -8742,15 +8614,7 @@ local arena_board = { 0 }, { - 35, - 0 - }, - { - 35, - 0 - }, - { - 35, + 0, 0 }, { @@ -8758,7 +8622,7 @@ local arena_board = { 0 }, { - 35, + 0, 0 }, { @@ -8766,15 +8630,67 @@ local arena_board = { 0 }, { - 35, + 3, 0 }, { - 35, + 3, 0 }, { - 35, + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, 0 }, { @@ -8798,47 +8714,103 @@ local arena_board = { 0 }, { - 35, + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 3, 0 } } }, [32]={ ["board"]={ - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, { 3, 0 }, { - 35, + 2, 0 }, { @@ -8854,47 +8826,7 @@ local arena_board = { 0 }, { - 35, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, + 2, 0 }, { @@ -8905,60 +8837,32 @@ local arena_board = { 3, 0 }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, { 3, 0 }, { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, + 3, 0 }, { @@ -8990,7 +8894,11 @@ local arena_board = { 0 }, { - 3, + 0, + 0 + }, + { + 0, 0 }, { @@ -9009,18 +8917,6 @@ local arena_board = { 3, 0 }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, { 3, 0 @@ -9029,12 +8925,28 @@ local arena_board = { 0, 0 }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, { 3, 0 }, { - 35, + 3, 0 }, { @@ -9042,7 +8954,7 @@ local arena_board = { 0 }, { - 0, + 2, 0 }, { @@ -9050,7 +8962,11 @@ local arena_board = { 0 }, { - 35, + 2, + 0 + }, + { + 0, 0 }, { @@ -9058,7 +8974,7 @@ local arena_board = { 0 }, { - 35, + 3, 0 }, { @@ -9082,33 +8998,97 @@ local arena_board = { 0 }, { - 35, + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 3, 0 } } }, [33]={ ["board"]={ - { - 2, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, { 3, 0 @@ -9118,33 +9098,17 @@ local arena_board = { 0 }, { - 2, - 0 - }, - { - 35, + 0, 0 }, { 0, 0 }, - { - 35, - 0 - }, { 0, 0 }, - { - 35, - 0 - }, - { - 2, - 0 - }, { 2, 0 @@ -9153,12 +9117,24 @@ local arena_board = { 3, 0 }, + { + 3, + 0 + }, { 0, 0 }, { - 3, + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, 0 }, { @@ -9169,126 +9145,6 @@ local arena_board = { 3, 0 }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, { 3, 0 @@ -9297,58 +9153,46 @@ local arena_board = { 0, 0 }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, { 3, 0 }, - { - 0, - 0 - }, { 3, 0 }, { - 2, + 0, 0 }, { 2, 0 }, - { - 35, - 0 - }, { 0, 0 }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, { 2, 0 }, - { - 2, - 0 - }, - { - 3, - 0 - }, { 0, 0 @@ -9357,10 +9201,34 @@ local arena_board = { 3, 0 }, + { + 3, + 0 + }, + { + 2, + 0 + }, { 0, 0 }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, { 3, 0 @@ -9368,17 +9236,145 @@ local arena_board = { { 2, 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 } } }, [34]={ ["board"]={ { - 0, - 0 - }, - { - 0, + 3, 0 }, { @@ -9410,7 +9406,23 @@ local arena_board = { 0 }, { - 3, + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, 0 }, { @@ -9425,66 +9437,6 @@ local arena_board = { 0, 0 }, - { - 3, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, { 0, 0 @@ -9501,110 +9453,10 @@ local arena_board = { 0, 0 }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, + { + 3, + 0 + }, { 3, 0 @@ -9614,7 +9466,15 @@ local arena_board = { 0 }, { - 3, + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, 0 }, { @@ -9652,39 +9512,151 @@ local arena_board = { { 0, 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 } } }, [35]={ ["board"]={ - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, { 3, 0 @@ -9693,6 +9665,54 @@ local arena_board = { 0, 0 }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, { 3, 0 @@ -9702,7 +9722,43 @@ local arena_board = { 0 }, { - 3, + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, 0 }, { @@ -9714,7 +9770,7 @@ local arena_board = { 0 }, { - 35, + 3, 0 }, { @@ -9726,7 +9782,7 @@ local arena_board = { 0 }, { - 35, + 0, 0 }, { @@ -9738,7 +9794,7 @@ local arena_board = { 0 }, { - 35, + 2, 0 }, { @@ -9750,7 +9806,7 @@ local arena_board = { 0 }, { - 35, + 0, 0 }, { @@ -9758,7 +9814,35 @@ local arena_board = { 0 }, { - 35, + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, 0 }, { @@ -9769,62 +9853,6 @@ local arena_board = { 3, 0 }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, { 3, 0 @@ -9834,7 +9862,11 @@ local arena_board = { 0 }, { - 35, + 0, + 0 + }, + { + 2, 0 }, { @@ -9842,7 +9874,31 @@ local arena_board = { 0 }, { - 35, + 0, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, 0 }, { @@ -9853,34 +9909,6 @@ local arena_board = { 3, 0 }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, { 3, 0 @@ -9889,30 +9917,6 @@ local arena_board = { 0, 0 }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 35, - 0 - }, { 0, 0 @@ -9930,21 +9934,97 @@ local arena_board = { 0 }, { - 0, - 0 - }, - { - 35, + 2, 0 } } }, [36]={ ["board"]={ + { + 35, + 0 + }, { 0, 0 }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 35, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 35, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, { 35, 0 @@ -9974,23 +10054,59 @@ local arena_board = { 0 }, { - 36, + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, 0 }, { 35, 0 }, - { - 36, - 0 - }, { 35, 0 }, { - 36, + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, 0 }, { @@ -10022,7 +10138,7 @@ local arena_board = { 0 }, { - 0, + 35, 0 }, { @@ -10030,7 +10146,7 @@ local arena_board = { 0 }, { - 0, + 3, 0 }, { @@ -10038,7 +10154,7 @@ local arena_board = { 0 }, { - 0, + 3, 0 }, { @@ -10046,7 +10162,15 @@ local arena_board = { 0 }, { - 0, + 35, + 0 + }, + { + 35, + 0 + }, + { + 35, 0 }, { @@ -10054,7 +10178,7 @@ local arena_board = { 0 }, { - 0, + 35, 0 }, { @@ -10062,63 +10186,15 @@ local arena_board = { 0 }, { - 0, + 35, 0 }, { - 0, + 35, 0 }, { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, + 35, 0 }, { @@ -10144,159 +10220,11 @@ local arena_board = { { 35, 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 } } }, [37]={ ["board"]={ - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 - }, { 35, 0 @@ -10325,6 +10253,14 @@ local arena_board = { 35, 0 }, + { + 3, + 0 + }, + { + 35, + 0 + }, { 0, 0 @@ -10337,6 +10273,70 @@ local arena_board = { 0, 0 }, + { + 35, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 35, + 0 + }, + { + 35, + 0 + }, + { + 35, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, { 0, 0 @@ -10401,10 +10401,82 @@ local arena_board = { 0, 0 }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, { 0, 0 }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 35, + 0 + }, + { + 35, + 0 + }, + { + 35, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 3, + 0 + }, { 35, 0 @@ -10432,89 +10504,17 @@ local arena_board = { { 35, 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 } } }, [38]={ ["board"]={ { - 0, + 2, 0 }, { - 35, + 3, 0 }, { @@ -10522,7 +10522,7 @@ local arena_board = { 0 }, { - 0, + 3, 0 }, { @@ -10530,231 +10530,15 @@ local arena_board = { 0 }, { - 35, + 3, 0 }, { - 0, + 2, 0 }, { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 36, + 2, 0 }, { @@ -10773,10 +10557,190 @@ local arena_board = { 0, 0 }, + { + 35, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, { 0, 0 }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 35, + 0 + }, { 0, 0 @@ -10788,17 +10752,105 @@ local arena_board = { { 0, 0 + }, + { + 35, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 } } }, [39]={ ["board"]={ { - 35, + 0, 0 }, { - 36, + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 35, 0 }, { @@ -10814,7 +10866,15 @@ local arena_board = { 0 }, { - 36, + 0, + 0 + }, + { + 35, + 0 + }, + { + 35, 0 }, { @@ -10857,78 +10917,6 @@ local arena_board = { 0, 0 }, - { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, { 0, 0 @@ -10982,15 +10970,7 @@ local arena_board = { 0 }, { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, + 35, 0 }, { @@ -11002,7 +10982,7 @@ local arena_board = { 0 }, { - 36, + 0, 0 }, { @@ -11010,15 +10990,7 @@ local arena_board = { 0 }, { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, + 35, 0 }, { @@ -11041,20 +11013,12 @@ local arena_board = { 35, 0 }, - { - 0, - 0 - }, { 35, 0 }, { - 36, - 0 - }, - { - 35, + 3, 0 }, { @@ -11062,21 +11026,65 @@ local arena_board = { 0 }, { - 35, + 3, 0 }, { - 36, + 0, 0 }, { - 35, + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, 0 } } }, [40]={ ["board"]={ + { + 35, + 0 + }, + { + 0, + 0 + }, { 0, 0 @@ -11089,6 +11097,98 @@ local arena_board = { 0, 0 }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, { 35, 0 @@ -11117,66 +11217,6 @@ local arena_board = { 35, 0 }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 - }, { 35, 0 @@ -11205,10 +11245,38 @@ local arena_board = { 35, 0 }, + { + 3, + 0 + }, { 0, 0 }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 35, + 0 + }, { 0, 0 @@ -11218,7 +11286,7 @@ local arena_board = { 0 }, { - 0, + 35, 0 }, { @@ -11233,6 +11301,38 @@ local arena_board = { 35, 0 }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 35, + 0 + }, { 0, 0 @@ -11256,106 +11356,6 @@ local arena_board = { { 35, 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 } } }, @@ -12782,11 +12782,7 @@ local arena_board = { [46]={ ["board"]={ { - 0, - 0 - }, - { - 35, + 3, 0 }, { @@ -12794,7 +12790,7 @@ local arena_board = { 0 }, { - 35, + 2, 0 }, { @@ -12802,7 +12798,7 @@ local arena_board = { 0 }, { - 35, + 2, 0 }, { @@ -12810,55 +12806,11 @@ local arena_board = { 0 }, { - 35, + 3, 0 }, { - 36, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, + 3, 0 }, { @@ -12882,7 +12834,15 @@ local arena_board = { 0 }, { - 0, + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, 0 }, { @@ -12898,7 +12858,15 @@ local arena_board = { 0 }, { - 0, + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, 0 }, { @@ -12922,7 +12890,11 @@ local arena_board = { 0 }, { - 0, + 3, + 0 + }, + { + 3, 0 }, { @@ -12933,6 +12905,10 @@ local arena_board = { 0, 0 }, + { + 2, + 0 + }, { 0, 0 @@ -12941,6 +12917,42 @@ local arena_board = { 0, 0 }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, { 0, 0 @@ -12961,6 +12973,42 @@ local arena_board = { 0, 0 }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, { 0, 0 @@ -12982,7 +13030,11 @@ local arena_board = { 0 }, { - 35, + 3, + 0 + }, + { + 3, 0 }, { @@ -12990,7 +13042,7 @@ local arena_board = { 0 }, { - 35, + 2, 0 }, { @@ -12998,7 +13050,7 @@ local arena_board = { 0 }, { - 35, + 2, 0 }, { @@ -13006,59 +13058,7 @@ local arena_board = { 0 }, { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, + 3, 0 } } @@ -13066,11 +13066,11 @@ local arena_board = { [47]={ ["board"]={ { - 36, + 3, 0 }, { - 35, + 2, 0 }, { @@ -13086,15 +13086,19 @@ local arena_board = { 0 }, { - 35, + 2, 0 }, { - 36, + 3, 0 }, { - 35, + 3, + 0 + }, + { + 2, 0 }, { @@ -13105,40 +13109,20 @@ local arena_board = { 0, 0 }, - { - 35, - 0 - }, { 0, 0 }, { - 0, + 2, 0 }, { - 35, + 3, 0 }, { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, + 3, 0 }, { @@ -13162,7 +13146,11 @@ local arena_board = { 0 }, { - 35, + 3, + 0 + }, + { + 3, 0 }, { @@ -13186,7 +13174,11 @@ local arena_board = { 0 }, { - 0, + 3, + 0 + }, + { + 3, 0 }, { @@ -13194,17 +13186,57 @@ local arena_board = { 0 }, { - 0, + 2, 0 }, { 0, 0 }, + { + 2, + 0 + }, { 0, 0 }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, { 0, 0 @@ -13226,27 +13258,11 @@ local arena_board = { 0 }, { - 0, + 3, 0 }, { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, + 3, 0 }, { @@ -13270,59 +13286,15 @@ local arena_board = { 0 }, { - 35, + 3, 0 }, { - 36, + 3, 0 }, { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, + 2, 0 }, { @@ -13338,11 +13310,39 @@ local arena_board = { 0 }, { - 35, + 2, 0 }, { - 36, + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 3, 0 } } @@ -13350,11 +13350,11 @@ local arena_board = { [48]={ ["board"]={ { - 0, + 3, 0 }, { - 35, + 2, 0 }, { @@ -13370,7 +13370,15 @@ local arena_board = { 0 }, { - 35, + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, 0 }, { @@ -13378,31 +13386,7 @@ local arena_board = { 0 }, { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, + 2, 0 }, { @@ -13410,23 +13394,79 @@ local arena_board = { 0 }, { - 35, + 2, 0 }, { - 35, + 0, 0 }, { - 36, + 3, 0 }, { - 35, + 3, 0 }, { - 35, + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, 0 }, { @@ -13442,11 +13482,19 @@ local arena_board = { 0 }, { - 0, + 2, 0 }, { - 35, + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, 0 }, { @@ -13461,10 +13509,46 @@ local arena_board = { 0, 0 }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, { 0, 0 }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, { 0, 0 @@ -13473,6 +13557,58 @@ local arena_board = { 0, 0 }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, { 0, 0 @@ -13486,147 +13622,11 @@ local arena_board = { 0 }, { - 0, + 2, 0 }, { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, + 3, 0 } } @@ -13634,79 +13634,7 @@ local arena_board = { [49]={ ["board"]={ { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, + 3, 0 }, { @@ -13730,7 +13658,91 @@ local arena_board = { 0 }, { - 35, + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 3, 0 }, { @@ -13790,7 +13802,7 @@ local arena_board = { 0 }, { - 0, + 3, 0 }, { @@ -13798,7 +13810,7 @@ local arena_board = { 0 }, { - 0, + 2, 0 }, { @@ -13806,7 +13818,7 @@ local arena_board = { 0 }, { - 0, + 2, 0 }, { @@ -13814,7 +13826,11 @@ local arena_board = { 0 }, { - 35, + 3, + 0 + }, + { + 3, 0 }, { @@ -13838,15 +13854,39 @@ local arena_board = { 0 }, { - 35, + 3, 0 }, { - 36, + 0, 0 }, { - 35, + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, 0 }, { @@ -13862,7 +13902,7 @@ local arena_board = { 0 }, { - 35, + 0, 0 }, { @@ -13870,47 +13910,7 @@ local arena_board = { 0 }, { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, + 3, 0 } } @@ -13918,19 +13918,7 @@ local arena_board = { [50]={ ["board"]={ { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, + 3, 0 }, { @@ -13954,15 +13942,39 @@ local arena_board = { 0 }, { - 35, + 2, 0 }, { - 36, + 2, 0 }, { - 35, + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, 0 }, { @@ -13974,23 +13986,7 @@ local arena_board = { 0 }, { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, + 2, 0 }, { @@ -14002,7 +13998,11 @@ local arena_board = { 0 }, { - 0, + 2, + 0 + }, + { + 2, 0 }, { @@ -14010,15 +14010,27 @@ local arena_board = { 0 }, { - 35, + 2, 0 }, { - 36, + 0, 0 }, { - 35, + 2, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, 0 }, { @@ -14042,7 +14054,11 @@ local arena_board = { 0 }, { - 35, + 2, + 0 + }, + { + 3, 0 }, { @@ -14065,12 +14081,96 @@ local arena_board = { 0, 0 }, + { + 2, + 0 + }, + { + 2, + 0 + }, { 0, 0 }, { - 35, + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, 0 }, { @@ -14094,117 +14194,97 @@ local arena_board = { 0 }, { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, + 2, 0 } } }, [51]={ ["board"]={ + { + 35, + 0 + }, { 0, 0 }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 35, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 35, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, { 35, 0 @@ -14234,23 +14314,59 @@ local arena_board = { 0 }, { - 36, + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, 0 }, { 35, 0 }, - { - 36, - 0 - }, { 35, 0 }, { - 36, + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, 0 }, { @@ -14282,7 +14398,7 @@ local arena_board = { 0 }, { - 0, + 35, 0 }, { @@ -14290,7 +14406,7 @@ local arena_board = { 0 }, { - 0, + 3, 0 }, { @@ -14298,7 +14414,7 @@ local arena_board = { 0 }, { - 0, + 3, 0 }, { @@ -14306,7 +14422,15 @@ local arena_board = { 0 }, { - 0, + 35, + 0 + }, + { + 35, + 0 + }, + { + 35, 0 }, { @@ -14314,7 +14438,7 @@ local arena_board = { 0 }, { - 0, + 35, 0 }, { @@ -14322,63 +14446,15 @@ local arena_board = { 0 }, { - 0, + 35, 0 }, { - 0, + 35, 0 }, { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, + 35, 0 }, { @@ -14404,159 +14480,11 @@ local arena_board = { { 35, 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 } } }, [52]={ ["board"]={ - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 - }, { 35, 0 @@ -14585,6 +14513,14 @@ local arena_board = { 35, 0 }, + { + 3, + 0 + }, + { + 35, + 0 + }, { 0, 0 @@ -14597,6 +14533,70 @@ local arena_board = { 0, 0 }, + { + 35, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 35, + 0 + }, + { + 35, + 0 + }, + { + 35, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, { 0, 0 @@ -14661,10 +14661,82 @@ local arena_board = { 0, 0 }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, { 0, 0 }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 35, + 0 + }, + { + 35, + 0 + }, + { + 35, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 3, + 0 + }, { 35, 0 @@ -14692,89 +14764,17 @@ local arena_board = { { 35, 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 } } }, [53]={ ["board"]={ { - 0, + 2, 0 }, { - 35, + 3, 0 }, { @@ -14782,7 +14782,7 @@ local arena_board = { 0 }, { - 0, + 3, 0 }, { @@ -14790,231 +14790,15 @@ local arena_board = { 0 }, { - 35, + 3, 0 }, { - 0, + 2, 0 }, { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 35, - 0 - }, - { - 36, + 2, 0 }, { @@ -15033,10 +14817,190 @@ local arena_board = { 0, 0 }, + { + 35, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, { 0, 0 }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 35, + 0 + }, { 0, 0 @@ -15048,17 +15012,105 @@ local arena_board = { { 0, 0 + }, + { + 35, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 } } }, [54]={ ["board"]={ { - 35, + 0, 0 }, { - 36, + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 35, 0 }, { @@ -15074,7 +15126,15 @@ local arena_board = { 0 }, { - 36, + 0, + 0 + }, + { + 35, + 0 + }, + { + 35, 0 }, { @@ -15117,78 +15177,6 @@ local arena_board = { 0, 0 }, - { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, { 0, 0 @@ -15242,15 +15230,7 @@ local arena_board = { 0 }, { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, + 35, 0 }, { @@ -15262,7 +15242,7 @@ local arena_board = { 0 }, { - 36, + 0, 0 }, { @@ -15270,15 +15250,7 @@ local arena_board = { 0 }, { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, + 35, 0 }, { @@ -15301,20 +15273,12 @@ local arena_board = { 35, 0 }, - { - 0, - 0 - }, { 35, 0 }, { - 36, - 0 - }, - { - 35, + 3, 0 }, { @@ -15322,21 +15286,65 @@ local arena_board = { 0 }, { - 35, + 3, 0 }, { - 36, + 0, 0 }, { - 35, + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, 0 } } }, [55]={ ["board"]={ + { + 35, + 0 + }, + { + 0, + 0 + }, { 0, 0 @@ -15349,6 +15357,98 @@ local arena_board = { 0, 0 }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, { 35, 0 @@ -15377,66 +15477,6 @@ local arena_board = { 35, 0 }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 - }, { 35, 0 @@ -15465,10 +15505,38 @@ local arena_board = { 35, 0 }, + { + 3, + 0 + }, { 0, 0 }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 35, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 35, + 0 + }, { 0, 0 @@ -15478,7 +15546,7 @@ local arena_board = { 0 }, { - 0, + 35, 0 }, { @@ -15493,6 +15561,38 @@ local arena_board = { 35, 0 }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 35, + 0 + }, { 0, 0 @@ -15516,106 +15616,6 @@ local arena_board = { { 35, 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 36, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 35, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 } } }, @@ -20227,7 +20227,7 @@ local arena_board = { }, { 35, - 35 + 0 }, { 35, diff --git a/lua/app/config/arena_bounty_level.lua b/lua/app/config/arena_bounty_level.lua index 2b4dd2bf..82bee2dd 100644 --- a/lua/app/config/arena_bounty_level.lua +++ b/lua/app/config/arena_bounty_level.lua @@ -3253,8 +3253,8 @@ local arena_bounty_level = { ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=23, - ["id_for_nothing"]="VAs=", + ["id"]=1400101, + ["id_for_nothing"]="VwxcA2RRfg==", ["num"]=1, ["num_for_nothing"]="Vw==" } diff --git a/lua/app/config/arena_gift.lua b/lua/app/config/arena_gift.lua index 2aa1aa44..9ce15782 100644 --- a/lua/app/config/arena_gift.lua +++ b/lua/app/config/arena_gift.lua @@ -1,32 +1,6 @@ local arena_gift = { - [101]={ - ["score"]=950, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=1, - ["id_for_nothing"]="Vw==", - ["num"]=500, - ["num_for_nothing"]="Uwhc" - } - } - }, - [102]={ - ["score"]=1000, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=22, - ["id_for_nothing"]="VAo=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - } - }, - [103]={ - ["score"]=1050, + [1]={ + ["score"]=900, ["reward"]={ { ["type"]=1, @@ -38,43 +12,82 @@ local arena_gift = { } } }, - [104]={ - ["score"]=1100, + [2]={ + ["score"]=950, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=23002, + ["id_for_nothing"]="VAtcA2c=", + ["num"]=10, + ["num_for_nothing"]="Vwg=" + } + } + }, + [3]={ + ["score"]=1000, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=10, + ["id_for_nothing"]="Vwg=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + } + } + }, + [4]={ + ["score"]=1050, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=500, - ["num_for_nothing"]="Uwhc" + ["num"]=5000, + ["num_for_nothing"]="UwhcAw==" + } + } + }, + [5]={ + ["score"]=1100, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=50, + ["num_for_nothing"]="Uwg=" } }, ["unlock_hero"]={ 54003 } }, - [105]={ + [6]={ ["score"]=1150, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=8, - ["id_for_nothing"]="Xg==", + ["id"]=10, + ["id_for_nothing"]="Vwg=", ["num"]=1, ["num_for_nothing"]="Vw==" } } }, - [106]={ + [7]={ ["score"]=1200, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=13, - ["id_for_nothing"]="Vws=", + ["id"]=6, + ["id_for_nothing"]="UA==", ["num"]=1, ["num_for_nothing"]="Vw==" } @@ -83,140 +96,140 @@ local arena_gift = { 34003 } }, - [107]={ + [8]={ ["score"]=1250, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=22, - ["id_for_nothing"]="VAo=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - } - }, - [108]={ - ["score"]=1300, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=30, - ["num_for_nothing"]="VQg=" - } - } - }, - [109]={ - ["score"]=1350, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=8, - ["id_for_nothing"]="Xg==", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - } - }, - [110]={ - ["score"]=1400, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=50, - ["num_for_nothing"]="Uwg=" - } - }, - ["unlock_hero"]={ - 24003 - } - }, - [111]={ - ["score"]=1450, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=8, - ["id_for_nothing"]="Xg==", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - } - }, - [112]={ - ["score"]=1500, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=500, - ["num_for_nothing"]="Uwhc" + ["num"]=10000, + ["num_for_nothing"]="VwhcA2U=" } } }, - [113]={ + [9]={ + ["score"]=1300, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=11, + ["id_for_nothing"]="Vwk=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + } + } + }, + [10]={ + ["score"]=1350, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=60, + ["num_for_nothing"]="UAg=" + } + } + }, + [11]={ + ["score"]=1400, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=54003, + ["id_for_nothing"]="UwxcA2Y=", + ["num"]=3, + ["num_for_nothing"]="VQ==" + } + }, + ["unlock_hero"]={ + 24003 + } + }, + [12]={ + ["score"]=1450, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=15000, + ["num_for_nothing"]="Vw1cA2U=" + } + } + }, + [13]={ + ["score"]=1500, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=11, + ["id_for_nothing"]="Vwk=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + } + } + }, + [14]={ ["score"]=1550, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=8, - ["id_for_nothing"]="Xg==", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=80, + ["num_for_nothing"]="Xgg=" } } }, - [114]={ + [15]={ ["score"]=1600, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=13, - ["id_for_nothing"]="Vws=", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["id"]=34003, + ["id_for_nothing"]="VQxcA2Y=", + ["num"]=3, + ["num_for_nothing"]="VQ==" } } }, - [115]={ + [16]={ ["score"]=1650, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=10, - ["id_for_nothing"]="Vwg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=18000, + ["num_for_nothing"]="VwBcA2U=" } } }, - [116]={ + [17]={ ["score"]=1700, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=22, - ["id_for_nothing"]="VAo=", + ["id"]=18, + ["id_for_nothing"]="VwA=", ["num"]=1, ["num_for_nothing"]="Vw==" } } }, - [117]={ + [18]={ ["score"]=1750, ["reward"]={ { @@ -224,25 +237,25 @@ local arena_gift = { ["type_for_nothing"]="Vw==", ["id"]=2, ["id_for_nothing"]="VA==", - ["num"]=30, - ["num_for_nothing"]="VQg=" + ["num"]=100, + ["num_for_nothing"]="Vwhc" } } }, - [118]={ + [19]={ ["score"]=1800, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=8, - ["id_for_nothing"]="Xg==", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["id"]=24003, + ["id_for_nothing"]="VAxcA2Y=", + ["num"]=3, + ["num_for_nothing"]="VQ==" } } }, - [119]={ + [20]={ ["score"]=1850, ["reward"]={ { @@ -250,298 +263,298 @@ local arena_gift = { ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=500, - ["num_for_nothing"]="Uwhc" + ["num"]=20000, + ["num_for_nothing"]="VAhcA2U=" } } }, - [120]={ + [21]={ ["score"]=1900, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=11, - ["id_for_nothing"]="Vwk=", + ["id"]=18, + ["id_for_nothing"]="VwA=", ["num"]=1, ["num_for_nothing"]="Vw==" } } }, - [121]={ + [22]={ ["score"]=1950, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=8, - ["id_for_nothing"]="Xg==", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=120, + ["num_for_nothing"]="Vwpc" } } }, - [122]={ + [23]={ ["score"]=2000, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=1, - ["id_for_nothing"]="Vw==", - ["num"]=500, - ["num_for_nothing"]="Uwhc" + ["id"]=47, + ["id_for_nothing"]="Ug8=", + ["num"]=5, + ["num_for_nothing"]="Uw==" } } }, - [123]={ + [24]={ ["score"]=2050, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=8, - ["id_for_nothing"]="Xg==", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=24000, + ["num_for_nothing"]="VAxcA2U=" } } }, - [124]={ + [25]={ ["score"]=2100, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=13, - ["id_for_nothing"]="Vws=", + ["id"]=18, + ["id_for_nothing"]="VwA=", ["num"]=1, ["num_for_nothing"]="Vw==" } } }, - [125]={ + [26]={ ["score"]=2150, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=10, - ["id_for_nothing"]="Vwg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=150, + ["num_for_nothing"]="Vw1c" } } }, - [126]={ + [27]={ ["score"]=2200, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=22, - ["id_for_nothing"]="VAo=", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["id"]=47, + ["id_for_nothing"]="Ug8=", + ["num"]=8, + ["num_for_nothing"]="Xg==" } } }, - [127]={ + [28]={ ["score"]=2250, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=30, - ["num_for_nothing"]="VQg=" + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=30000, + ["num_for_nothing"]="VQhcA2U=" } } }, - [128]={ + [29]={ ["score"]=2300, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=8, - ["id_for_nothing"]="Xg==", + ["id"]=18, + ["id_for_nothing"]="VwA=", ["num"]=1, ["num_for_nothing"]="Vw==" } } }, - [129]={ + [30]={ ["score"]=2350, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=1, - ["id_for_nothing"]="Vw==", - ["num"]=500, - ["num_for_nothing"]="Uwhc" + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=180, + ["num_for_nothing"]="VwBc" } } }, - [130]={ + [31]={ ["score"]=2400, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=50, - ["num_for_nothing"]="Uwg=" + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=30000, + ["num_for_nothing"]="VQhcA2U=" } } }, - [131]={ + [32]={ ["score"]=2450, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=8, - ["id_for_nothing"]="Xg==", + ["id"]=14, + ["id_for_nothing"]="Vww=", ["num"]=1, ["num_for_nothing"]="Vw==" } } }, - [132]={ + [33]={ ["score"]=2500, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=47, + ["id_for_nothing"]="Ug8=", + ["num"]=10, + ["num_for_nothing"]="Vwg=" + } + } + }, + [34]={ + ["score"]=2550, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=500, - ["num_for_nothing"]="Uwhc" + ["num"]=40000, + ["num_for_nothing"]="UghcA2U=" } } }, - [133]={ - ["score"]=2550, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=8, - ["id_for_nothing"]="Xg==", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - } - }, - [134]={ + [35]={ ["score"]=2600, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=10, - ["id_for_nothing"]="Vwg=", + ["id"]=18, + ["id_for_nothing"]="VwA=", ["num"]=1, ["num_for_nothing"]="Vw==" } } }, - [135]={ + [36]={ ["score"]=2650, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=13, - ["id_for_nothing"]="Vws=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - } - }, - [136]={ - ["score"]=2700, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=22, - ["id_for_nothing"]="VAo=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - } - }, - [137]={ - ["score"]=2750, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=2, ["id_for_nothing"]="VA==", - ["num"]=30, - ["num_for_nothing"]="VQg=" + ["num"]=200, + ["num_for_nothing"]="VAhc" } } }, - [138]={ + [37]={ + ["score"]=2700, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=40000, + ["num_for_nothing"]="UghcA2U=" + } + } + }, + [38]={ + ["score"]=2750, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=15, + ["id_for_nothing"]="Vw0=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + } + } + }, + [39]={ ["score"]=2800, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=8, - ["id_for_nothing"]="Xg==", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["id"]=47, + ["id_for_nothing"]="Ug8=", + ["num"]=12, + ["num_for_nothing"]="Vwo=" } } }, - [139]={ + [40]={ ["score"]=2850, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=10, - ["id_for_nothing"]="Vwg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=50000, + ["num_for_nothing"]="UwhcA2U=" } } }, - [140]={ + [41]={ ["score"]=2900, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=11, - ["id_for_nothing"]="Vwk=", + ["id"]=18, + ["id_for_nothing"]="VwA=", ["num"]=1, ["num_for_nothing"]="Vw==" } } }, - [141]={ + [42]={ ["score"]=2950, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=8, - ["id_for_nothing"]="Xg==", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=300, + ["num_for_nothing"]="VQhc" } } }, - [142]={ + [43]={ ["score"]=3000, ["reward"]={ { @@ -549,39 +562,39 @@ local arena_gift = { ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=500, - ["num_for_nothing"]="Uwhc" + ["num"]=50000, + ["num_for_nothing"]="UwhcA2U=" } } }, - [143]={ + [44]={ ["score"]=3050, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=8, - ["id_for_nothing"]="Xg==", + ["id"]=15, + ["id_for_nothing"]="Vw0=", ["num"]=1, ["num_for_nothing"]="Vw==" } } }, - [144]={ + [45]={ ["score"]=3100, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=8, - ["id_for_nothing"]="Xg==", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["id"]=47, + ["id_for_nothing"]="Ug8=", + ["num"]=15, + ["num_for_nothing"]="Vw0=" } } } } local config = { -data=arena_gift,count=44 +data=arena_gift,count=45 } return config \ No newline at end of file diff --git a/lua/app/config/arena_rank.lua b/lua/app/config/arena_rank.lua index 5fc25d3a..aaaf7bdf 100644 --- a/lua/app/config/arena_rank.lua +++ b/lua/app/config/arena_rank.lua @@ -4162,6 +4162,8 @@ local arena_rank = { [301]={ ["season"]=3, ["score"]=900, + ["reset_rank"]=401, + ["inactive_reset_rank"]=401, ["min_point"]=4, ["k1"]=40, ["k2"]=350, @@ -4320,6 +4322,8 @@ local arena_rank = { [302]={ ["season"]=3, ["score"]=1000, + ["reset_rank"]=401, + ["inactive_reset_rank"]=401, ["min_point"]=4, ["k1"]=35, ["k2"]=290, @@ -4456,11 +4460,11 @@ local arena_rank = { } }, ["rand_board"]={ - 6, - 7, - 8, - 9, - 10 + 1, + 2, + 3, + 4, + 5 }, ["effect"]={ { @@ -4486,6 +4490,2082 @@ local arena_rank = { [303]={ ["season"]=3, ["score"]=1100, + ["reset_rank"]=401, + ["inactive_reset_rank"]=401, + ["min_point"]=4, + ["k1"]=30, + ["k2"]=200, + ["k3"]=15, + ["k4"]=15, + ["season_reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=7000, + ["num_for_nothing"]="UQhcAw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=4, + ["id_for_nothing"]="Ug==", + ["num"]=40, + ["num_for_nothing"]="Ugg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=20, + ["num_for_nothing"]="VAg=" + } + }, + ["win_reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=280, + ["num_for_nothing"]="VABc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=21, + ["id_for_nothing"]="VAk=", + ["num"]=200, + ["num_for_nothing"]="VAhc" + } + }, + ["lose_reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=180, + ["num_for_nothing"]="VwBc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=21, + ["id_for_nothing"]="VAk=", + ["num"]=132, + ["num_for_nothing"]="Vwte" + } + }, + ["win_adbox"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=300, + ["num_for_nothing"]="VQhc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=4, + ["id_for_nothing"]="Ug==", + ["num"]=12, + ["num_for_nothing"]="Vwo=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=5, + ["num_for_nothing"]="Uw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=26, + ["id_for_nothing"]="VA4=", + ["num"]=2, + ["num_for_nothing"]="VA==" + } + }, + ["lose_adbox"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=300, + ["num_for_nothing"]="VQhc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=4, + ["id_for_nothing"]="Ug==", + ["num"]=12, + ["num_for_nothing"]="Vwo=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=3, + ["num_for_nothing"]="VQ==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=26, + ["id_for_nothing"]="VA4=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + } + }, + ["rand_board"]={ + 1, + 2, + 3, + 4, + 5 + }, + ["effect"]={ + { + ["type"]="hpp_add", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + }, + { + ["type"]="end_dmg_dec_all_add", + ["num"]=8000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["scene"]="pvp_01", + ["block_icon"]="battle_hinder_2", + ["chess_board"]="chessboard_1", + ["name_txt"]="ARENA_RANKNAME_3", + ["rank_show"]="arena_num_bronze_1", + ["rank_icon"]="arena_dan_1" + }, + [304]={ + ["season"]=3, + ["score"]=1200, + ["reset_rank"]=404, + ["inactive_reset_rank"]=401, + ["min_point"]=4, + ["k1"]=30, + ["k2"]=300, + ["k3"]=15, + ["k4"]=15, + ["season_reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=53, + ["id_for_nothing"]="Uws=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=10000, + ["num_for_nothing"]="VwhcA2U=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=50, + ["num_for_nothing"]="Uwg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=47, + ["id_for_nothing"]="Ug8=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + } + }, + ["win_reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=320, + ["num_for_nothing"]="VQpc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=21, + ["id_for_nothing"]="VAk=", + ["num"]=200, + ["num_for_nothing"]="VAhc" + } + }, + ["lose_reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=210, + ["num_for_nothing"]="VAlc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=21, + ["id_for_nothing"]="VAk=", + ["num"]=132, + ["num_for_nothing"]="Vwte" + } + }, + ["win_adbox"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=400, + ["num_for_nothing"]="Ughc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=4, + ["id_for_nothing"]="Ug==", + ["num"]=15, + ["num_for_nothing"]="Vw0=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=6, + ["num_for_nothing"]="UA==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=26, + ["id_for_nothing"]="VA4=", + ["num"]=3, + ["num_for_nothing"]="VQ==" + } + }, + ["lose_adbox"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=400, + ["num_for_nothing"]="Ughc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=4, + ["id_for_nothing"]="Ug==", + ["num"]=15, + ["num_for_nothing"]="Vw0=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=4, + ["num_for_nothing"]="Ug==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=26, + ["id_for_nothing"]="VA4=", + ["num"]=2, + ["num_for_nothing"]="VA==" + } + }, + ["rand_board"]={ + 6, + 7, + 8, + 9, + 10 + }, + ["effect"]={ + { + ["type"]="hpp_add", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + }, + { + ["type"]="end_dmg_dec_all_add", + ["num"]=8000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["scene"]="pvp_02", + ["block_icon"]="battle_hinder_2", + ["chess_board"]="chessboard_1", + ["name_txt"]="ARENA_RANKNAME_4", + ["rank_show"]="arena_num_silver_4", + ["rank_icon"]="arena_dan_2" + }, + [305]={ + ["season"]=3, + ["score"]=1400, + ["reset_rank"]=404, + ["inactive_reset_rank"]=401, + ["min_point"]=4, + ["k1"]=28, + ["k2"]=250, + ["k3"]=14, + ["k4"]=14, + ["season_reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=53, + ["id_for_nothing"]="Uws=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=15000, + ["num_for_nothing"]="Vw1cA2U=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=60, + ["num_for_nothing"]="UAg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=47, + ["id_for_nothing"]="Ug8=", + ["num"]=2, + ["num_for_nothing"]="VA==" + } + }, + ["win_reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=360, + ["num_for_nothing"]="VQ5c" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=21, + ["id_for_nothing"]="VAk=", + ["num"]=200, + ["num_for_nothing"]="VAhc" + } + }, + ["lose_reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=230, + ["num_for_nothing"]="VAtc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=21, + ["id_for_nothing"]="VAk=", + ["num"]=132, + ["num_for_nothing"]="Vwte" + } + }, + ["win_adbox"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=400, + ["num_for_nothing"]="Ughc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=4, + ["id_for_nothing"]="Ug==", + ["num"]=15, + ["num_for_nothing"]="Vw0=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=6, + ["num_for_nothing"]="UA==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=26, + ["id_for_nothing"]="VA4=", + ["num"]=3, + ["num_for_nothing"]="VQ==" + } + }, + ["lose_adbox"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=400, + ["num_for_nothing"]="Ughc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=4, + ["id_for_nothing"]="Ug==", + ["num"]=15, + ["num_for_nothing"]="Vw0=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=4, + ["num_for_nothing"]="Ug==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=26, + ["id_for_nothing"]="VA4=", + ["num"]=2, + ["num_for_nothing"]="VA==" + } + }, + ["rand_board"]={ + 6, + 7, + 8, + 9, + 10 + }, + ["effect"]={ + { + ["type"]="hpp_add", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + }, + { + ["type"]="end_dmg_dec_all_add", + ["num"]=8000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["scene"]="pvp_02", + ["block_icon"]="battle_hinder_2", + ["chess_board"]="chessboard_1", + ["name_txt"]="ARENA_RANKNAME_5", + ["rank_show"]="arena_num_silver_3", + ["rank_icon"]="arena_dan_2" + }, + [306]={ + ["season"]=3, + ["score"]=1600, + ["reset_rank"]=404, + ["inactive_reset_rank"]=401, + ["min_point"]=4, + ["k1"]=25, + ["k2"]=200, + ["k3"]=12, + ["k4"]=12, + ["season_reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=53, + ["id_for_nothing"]="Uws=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=18000, + ["num_for_nothing"]="VwBcA2U=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=80, + ["num_for_nothing"]="Xgg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=47, + ["id_for_nothing"]="Ug8=", + ["num"]=3, + ["num_for_nothing"]="VQ==" + } + }, + ["win_reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=400, + ["num_for_nothing"]="Ughc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=21, + ["id_for_nothing"]="VAk=", + ["num"]=200, + ["num_for_nothing"]="VAhc" + } + }, + ["lose_reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=260, + ["num_for_nothing"]="VA5c" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=21, + ["id_for_nothing"]="VAk=", + ["num"]=132, + ["num_for_nothing"]="Vwte" + } + }, + ["win_adbox"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=400, + ["num_for_nothing"]="Ughc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=4, + ["id_for_nothing"]="Ug==", + ["num"]=15, + ["num_for_nothing"]="Vw0=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=6, + ["num_for_nothing"]="UA==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=26, + ["id_for_nothing"]="VA4=", + ["num"]=3, + ["num_for_nothing"]="VQ==" + } + }, + ["lose_adbox"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=400, + ["num_for_nothing"]="Ughc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=4, + ["id_for_nothing"]="Ug==", + ["num"]=15, + ["num_for_nothing"]="Vw0=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=4, + ["num_for_nothing"]="Ug==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=26, + ["id_for_nothing"]="VA4=", + ["num"]=2, + ["num_for_nothing"]="VA==" + } + }, + ["rand_board"]={ + 6, + 7, + 8, + 9, + 10 + }, + ["effect"]={ + { + ["type"]="hpp_add", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + }, + { + ["type"]="end_dmg_dec_all_add", + ["num"]=8000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["scene"]="pvp_02", + ["block_icon"]="battle_hinder_2", + ["chess_board"]="chessboard_1", + ["name_txt"]="ARENA_RANKNAME_6", + ["rank_show"]="arena_num_silver_2", + ["rank_icon"]="arena_dan_2" + }, + [307]={ + ["season"]=3, + ["score"]=1800, + ["reset_rank"]=404, + ["inactive_reset_rank"]=401, + ["min_point"]=4, + ["k1"]=23, + ["k2"]=150, + ["k3"]=11, + ["k4"]=11, + ["season_reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=53, + ["id_for_nothing"]="Uws=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=20000, + ["num_for_nothing"]="VAhcA2U=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=100, + ["num_for_nothing"]="Vwhc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=47, + ["id_for_nothing"]="Ug8=", + ["num"]=4, + ["num_for_nothing"]="Ug==" + } + }, + ["win_reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=440, + ["num_for_nothing"]="Ugxc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=21, + ["id_for_nothing"]="VAk=", + ["num"]=200, + ["num_for_nothing"]="VAhc" + } + }, + ["lose_reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=290, + ["num_for_nothing"]="VAFc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=21, + ["id_for_nothing"]="VAk=", + ["num"]=132, + ["num_for_nothing"]="Vwte" + } + }, + ["win_adbox"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=400, + ["num_for_nothing"]="Ughc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=4, + ["id_for_nothing"]="Ug==", + ["num"]=15, + ["num_for_nothing"]="Vw0=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=6, + ["num_for_nothing"]="UA==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=26, + ["id_for_nothing"]="VA4=", + ["num"]=3, + ["num_for_nothing"]="VQ==" + } + }, + ["lose_adbox"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=400, + ["num_for_nothing"]="Ughc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=4, + ["id_for_nothing"]="Ug==", + ["num"]=15, + ["num_for_nothing"]="Vw0=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=4, + ["num_for_nothing"]="Ug==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=26, + ["id_for_nothing"]="VA4=", + ["num"]=2, + ["num_for_nothing"]="VA==" + } + }, + ["rand_board"]={ + 6, + 7, + 8, + 9, + 10 + }, + ["effect"]={ + { + ["type"]="hpp_add", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + }, + { + ["type"]="end_dmg_dec_all_add", + ["num"]=8000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["scene"]="pvp_02", + ["block_icon"]="battle_hinder_2", + ["chess_board"]="chessboard_1", + ["name_txt"]="ARENA_RANKNAME_7", + ["rank_show"]="arena_num_silver_1", + ["rank_icon"]="arena_dan_2" + }, + [308]={ + ["season"]=3, + ["score"]=2000, + ["reset_rank"]=408, + ["inactive_reset_rank"]=404, + ["min_point"]=4, + ["k1"]=21, + ["k2"]=250, + ["k3"]=10, + ["k4"]=10, + ["season_reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=54, + ["id_for_nothing"]="Uww=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=54000, + ["num_for_nothing"]="UwxcA2U=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=120, + ["num_for_nothing"]="Vwpc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=47, + ["id_for_nothing"]="Ug8=", + ["num"]=5, + ["num_for_nothing"]="Uw==" + } + }, + ["win_reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=480, + ["num_for_nothing"]="UgBc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=21, + ["id_for_nothing"]="VAk=", + ["num"]=200, + ["num_for_nothing"]="VAhc" + } + }, + ["lose_reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=310, + ["num_for_nothing"]="VQlc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=21, + ["id_for_nothing"]="VAk=", + ["num"]=132, + ["num_for_nothing"]="Vwte" + } + }, + ["win_adbox"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=500, + ["num_for_nothing"]="Uwhc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=4, + ["id_for_nothing"]="Ug==", + ["num"]=20, + ["num_for_nothing"]="VAg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=8, + ["num_for_nothing"]="Xg==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=26, + ["id_for_nothing"]="VA4=", + ["num"]=4, + ["num_for_nothing"]="Ug==" + } + }, + ["lose_adbox"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=500, + ["num_for_nothing"]="Uwhc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=4, + ["id_for_nothing"]="Ug==", + ["num"]=20, + ["num_for_nothing"]="VAg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=6, + ["num_for_nothing"]="UA==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=26, + ["id_for_nothing"]="VA4=", + ["num"]=3, + ["num_for_nothing"]="VQ==" + } + }, + ["rand_board"]={ + 11, + 12, + 13, + 14, + 15 + }, + ["effect"]={ + { + ["type"]="hpp_add", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + }, + { + ["type"]="end_dmg_dec_all_add", + ["num"]=8000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["scene"]="pvp_03", + ["block_icon"]="battle_hinder_2", + ["chess_board"]="chessboard_1", + ["name_txt"]="ARENA_RANKNAME_8", + ["rank_show"]="arena_num_gold_5", + ["rank_icon"]="arena_dan_3" + }, + [309]={ + ["season"]=3, + ["score"]=2200, + ["reset_rank"]=408, + ["inactive_reset_rank"]=404, + ["min_point"]=4, + ["k1"]=20, + ["k2"]=180, + ["k3"]=10, + ["k4"]=10, + ["season_reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=54, + ["id_for_nothing"]="Uww=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=30000, + ["num_for_nothing"]="VQhcA2U=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=140, + ["num_for_nothing"]="Vwxc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=47, + ["id_for_nothing"]="Ug8=", + ["num"]=6, + ["num_for_nothing"]="UA==" + } + }, + ["win_reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=520, + ["num_for_nothing"]="Uwpc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=21, + ["id_for_nothing"]="VAk=", + ["num"]=200, + ["num_for_nothing"]="VAhc" + } + }, + ["lose_reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=340, + ["num_for_nothing"]="VQxc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=21, + ["id_for_nothing"]="VAk=", + ["num"]=132, + ["num_for_nothing"]="Vwte" + } + }, + ["win_adbox"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=500, + ["num_for_nothing"]="Uwhc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=4, + ["id_for_nothing"]="Ug==", + ["num"]=20, + ["num_for_nothing"]="VAg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=8, + ["num_for_nothing"]="Xg==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=26, + ["id_for_nothing"]="VA4=", + ["num"]=4, + ["num_for_nothing"]="Ug==" + } + }, + ["lose_adbox"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=500, + ["num_for_nothing"]="Uwhc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=4, + ["id_for_nothing"]="Ug==", + ["num"]=20, + ["num_for_nothing"]="VAg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=6, + ["num_for_nothing"]="UA==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=26, + ["id_for_nothing"]="VA4=", + ["num"]=3, + ["num_for_nothing"]="VQ==" + } + }, + ["rand_board"]={ + 11, + 12, + 13, + 14, + 15 + }, + ["effect"]={ + { + ["type"]="hpp_add", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + }, + { + ["type"]="end_dmg_dec_all_add", + ["num"]=8000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["scene"]="pvp_03", + ["block_icon"]="battle_hinder_2", + ["chess_board"]="chessboard_1", + ["name_txt"]="ARENA_RANKNAME_9", + ["rank_show"]="arena_num_gold_4", + ["rank_icon"]="arena_dan_3" + }, + [310]={ + ["season"]=3, + ["score"]=2500, + ["reset_rank"]=408, + ["inactive_reset_rank"]=404, + ["min_point"]=4, + ["k1"]=18, + ["k2"]=150, + ["k3"]=9, + ["k4"]=9, + ["season_reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=54, + ["id_for_nothing"]="Uww=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=35000, + ["num_for_nothing"]="VQ1cA2U=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=160, + ["num_for_nothing"]="Vw5c" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=47, + ["id_for_nothing"]="Ug8=", + ["num"]=7, + ["num_for_nothing"]="UQ==" + } + }, + ["win_reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=560, + ["num_for_nothing"]="Uw5c" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=21, + ["id_for_nothing"]="VAk=", + ["num"]=200, + ["num_for_nothing"]="VAhc" + } + }, + ["lose_reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=360, + ["num_for_nothing"]="VQ5c" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=21, + ["id_for_nothing"]="VAk=", + ["num"]=132, + ["num_for_nothing"]="Vwte" + } + }, + ["win_adbox"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=500, + ["num_for_nothing"]="Uwhc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=4, + ["id_for_nothing"]="Ug==", + ["num"]=20, + ["num_for_nothing"]="VAg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=8, + ["num_for_nothing"]="Xg==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=26, + ["id_for_nothing"]="VA4=", + ["num"]=4, + ["num_for_nothing"]="Ug==" + } + }, + ["lose_adbox"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=500, + ["num_for_nothing"]="Uwhc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=4, + ["id_for_nothing"]="Ug==", + ["num"]=20, + ["num_for_nothing"]="VAg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=6, + ["num_for_nothing"]="UA==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=26, + ["id_for_nothing"]="VA4=", + ["num"]=3, + ["num_for_nothing"]="VQ==" + } + }, + ["rand_board"]={ + 11, + 12, + 13, + 14, + 15 + }, + ["effect"]={ + { + ["type"]="hpp_add", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + }, + { + ["type"]="end_dmg_dec_all_add", + ["num"]=8000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["scene"]="pvp_03", + ["block_icon"]="battle_hinder_2", + ["chess_board"]="chessboard_1", + ["name_txt"]="ARENA_RANKNAME_10", + ["rank_show"]="arena_num_gold_3", + ["rank_icon"]="arena_dan_3" + }, + [311]={ + ["season"]=3, + ["score"]=2800, + ["reset_rank"]=408, + ["inactive_reset_rank"]=404, + ["min_point"]=4, + ["k1"]=16, + ["k2"]=130, + ["k3"]=8, + ["k4"]=8, + ["season_reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=54, + ["id_for_nothing"]="Uww=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=40000, + ["num_for_nothing"]="UghcA2U=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=180, + ["num_for_nothing"]="VwBc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=47, + ["id_for_nothing"]="Ug8=", + ["num"]=8, + ["num_for_nothing"]="Xg==" + } + }, + ["win_reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=600, + ["num_for_nothing"]="UAhc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=21, + ["id_for_nothing"]="VAk=", + ["num"]=200, + ["num_for_nothing"]="VAhc" + } + }, + ["lose_reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=390, + ["num_for_nothing"]="VQFc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=21, + ["id_for_nothing"]="VAk=", + ["num"]=132, + ["num_for_nothing"]="Vwte" + } + }, + ["win_adbox"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=500, + ["num_for_nothing"]="Uwhc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=4, + ["id_for_nothing"]="Ug==", + ["num"]=20, + ["num_for_nothing"]="VAg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=8, + ["num_for_nothing"]="Xg==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=26, + ["id_for_nothing"]="VA4=", + ["num"]=4, + ["num_for_nothing"]="Ug==" + } + }, + ["lose_adbox"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=500, + ["num_for_nothing"]="Uwhc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=4, + ["id_for_nothing"]="Ug==", + ["num"]=20, + ["num_for_nothing"]="VAg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=6, + ["num_for_nothing"]="UA==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=26, + ["id_for_nothing"]="VA4=", + ["num"]=3, + ["num_for_nothing"]="VQ==" + } + }, + ["rand_board"]={ + 11, + 12, + 13, + 14, + 15 + }, + ["effect"]={ + { + ["type"]="hpp_add", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + }, + { + ["type"]="end_dmg_dec_all_add", + ["num"]=8000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["scene"]="pvp_03", + ["block_icon"]="battle_hinder_2", + ["chess_board"]="chessboard_1", + ["name_txt"]="ARENA_RANKNAME_11", + ["rank_show"]="arena_num_gold_2", + ["rank_icon"]="arena_dan_3" + }, + [312]={ + ["season"]=3, + ["score"]=3100, + ["reset_rank"]=408, + ["inactive_reset_rank"]=404, + ["min_point"]=4, + ["k1"]=15, + ["k2"]=120, + ["k3"]=7, + ["k4"]=7, + ["season_reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=54, + ["id_for_nothing"]="Uww=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=50000, + ["num_for_nothing"]="UwhcA2U=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=200, + ["num_for_nothing"]="VAhc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=47, + ["id_for_nothing"]="Ug8=", + ["num"]=10, + ["num_for_nothing"]="Vwg=" + } + }, + ["win_reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=640, + ["num_for_nothing"]="UAxc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=21, + ["id_for_nothing"]="VAk=", + ["num"]=200, + ["num_for_nothing"]="VAhc" + } + }, + ["lose_reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=420, + ["num_for_nothing"]="Ugpc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=21, + ["id_for_nothing"]="VAk=", + ["num"]=132, + ["num_for_nothing"]="Vwte" + } + }, + ["win_adbox"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=500, + ["num_for_nothing"]="Uwhc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=4, + ["id_for_nothing"]="Ug==", + ["num"]=20, + ["num_for_nothing"]="VAg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=8, + ["num_for_nothing"]="Xg==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=26, + ["id_for_nothing"]="VA4=", + ["num"]=4, + ["num_for_nothing"]="Ug==" + } + }, + ["lose_adbox"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=500, + ["num_for_nothing"]="Uwhc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=4, + ["id_for_nothing"]="Ug==", + ["num"]=20, + ["num_for_nothing"]="VAg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=6, + ["num_for_nothing"]="UA==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=26, + ["id_for_nothing"]="VA4=", + ["num"]=3, + ["num_for_nothing"]="VQ==" + } + }, + ["rand_board"]={ + 11, + 12, + 13, + 14, + 15 + }, + ["effect"]={ + { + ["type"]="hpp_add", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + }, + { + ["type"]="end_dmg_dec_all_add", + ["num"]=8000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["scene"]="pvp_03", + ["block_icon"]="battle_hinder_2", + ["chess_board"]="chessboard_1", + ["name_txt"]="ARENA_RANKNAME_12", + ["rank_show"]="arena_num_gold_1", + ["rank_icon"]="arena_dan_3" + }, + [401]={ + ["season"]=4, + ["score"]=900, + ["min_point"]=4, + ["k1"]=40, + ["k2"]=350, + ["k3"]=20, + ["k4"]=20, + ["season_reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=3000, + ["num_for_nothing"]="VQhcAw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=4, + ["id_for_nothing"]="Ug==", + ["num"]=20, + ["num_for_nothing"]="VAg=" + } + }, + ["win_reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=200, + ["num_for_nothing"]="VAhc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=21, + ["id_for_nothing"]="VAk=", + ["num"]=200, + ["num_for_nothing"]="VAhc" + } + }, + ["lose_reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=130, + ["num_for_nothing"]="Vwtc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=21, + ["id_for_nothing"]="VAk=", + ["num"]=132, + ["num_for_nothing"]="Vwte" + } + }, + ["win_adbox"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=300, + ["num_for_nothing"]="VQhc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=4, + ["id_for_nothing"]="Ug==", + ["num"]=12, + ["num_for_nothing"]="Vwo=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=5, + ["num_for_nothing"]="Uw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=26, + ["id_for_nothing"]="VA4=", + ["num"]=2, + ["num_for_nothing"]="VA==" + } + }, + ["lose_adbox"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=300, + ["num_for_nothing"]="VQhc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=4, + ["id_for_nothing"]="Ug==", + ["num"]=12, + ["num_for_nothing"]="Vwo=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=3, + ["num_for_nothing"]="VQ==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=26, + ["id_for_nothing"]="VA4=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + } + }, + ["rand_board"]={ + 1, + 2, + 3, + 4, + 5 + }, + ["effect"]={ + { + ["type"]="hpp_add", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + }, + { + ["type"]="end_dmg_dec_all_add", + ["num"]=8000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["scene"]="pvp_01", + ["block_icon"]="battle_hinder_2", + ["chess_board"]="chessboard_1", + ["name_txt"]="ARENA_RANKNAME_1", + ["rank_show"]="arena_num_bronze_3", + ["rank_icon"]="arena_dan_1" + }, + [402]={ + ["season"]=4, + ["score"]=1000, + ["min_point"]=4, + ["k1"]=35, + ["k2"]=290, + ["k3"]=17, + ["k4"]=17, + ["season_reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=5000, + ["num_for_nothing"]="UwhcAw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=4, + ["id_for_nothing"]="Ug==", + ["num"]=30, + ["num_for_nothing"]="VQg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=15, + ["num_for_nothing"]="Vw0=" + } + }, + ["win_reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=240, + ["num_for_nothing"]="VAxc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=21, + ["id_for_nothing"]="VAk=", + ["num"]=200, + ["num_for_nothing"]="VAhc" + } + }, + ["lose_reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=150, + ["num_for_nothing"]="Vw1c" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=21, + ["id_for_nothing"]="VAk=", + ["num"]=132, + ["num_for_nothing"]="Vwte" + } + }, + ["win_adbox"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=300, + ["num_for_nothing"]="VQhc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=4, + ["id_for_nothing"]="Ug==", + ["num"]=12, + ["num_for_nothing"]="Vwo=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=5, + ["num_for_nothing"]="Uw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=26, + ["id_for_nothing"]="VA4=", + ["num"]=2, + ["num_for_nothing"]="VA==" + } + }, + ["lose_adbox"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=300, + ["num_for_nothing"]="VQhc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=4, + ["id_for_nothing"]="Ug==", + ["num"]=12, + ["num_for_nothing"]="Vwo=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=3, + ["num_for_nothing"]="VQ==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=26, + ["id_for_nothing"]="VA4=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + } + }, + ["rand_board"]={ + 1, + 2, + 3, + 4, + 5 + }, + ["effect"]={ + { + ["type"]="hpp_add", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + }, + { + ["type"]="end_dmg_dec_all_add", + ["num"]=8000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["scene"]="pvp_01", + ["block_icon"]="battle_hinder_2", + ["chess_board"]="chessboard_1", + ["name_txt"]="ARENA_RANKNAME_2", + ["rank_show"]="arena_num_bronze_2", + ["rank_icon"]="arena_dan_1" + }, + [403]={ + ["season"]=4, + ["score"]=1100, ["min_point"]=4, ["k1"]=30, ["k2"]=200, @@ -4622,11 +6702,11 @@ local arena_rank = { } }, ["rand_board"]={ - 11, - 12, - 13, - 14, - 15 + 1, + 2, + 3, + 4, + 5 }, ["effect"]={ { @@ -4649,8 +6729,8 @@ local arena_rank = { ["rank_show"]="arena_num_bronze_1", ["rank_icon"]="arena_dan_1" }, - [304]={ - ["season"]=3, + [404]={ + ["season"]=4, ["score"]=1200, ["min_point"]=4, ["k1"]=30, @@ -4796,11 +6876,11 @@ local arena_rank = { } }, ["rand_board"]={ - 16, - 17, - 18, - 19, - 20 + 6, + 7, + 8, + 9, + 10 }, ["effect"]={ { @@ -4823,8 +6903,8 @@ local arena_rank = { ["rank_show"]="arena_num_silver_4", ["rank_icon"]="arena_dan_2" }, - [305]={ - ["season"]=3, + [405]={ + ["season"]=4, ["score"]=1400, ["min_point"]=4, ["k1"]=28, @@ -4970,11 +7050,11 @@ local arena_rank = { } }, ["rand_board"]={ - 21, - 22, - 23, - 24, - 25 + 6, + 7, + 8, + 9, + 10 }, ["effect"]={ { @@ -4997,8 +7077,8 @@ local arena_rank = { ["rank_show"]="arena_num_silver_3", ["rank_icon"]="arena_dan_2" }, - [306]={ - ["season"]=3, + [406]={ + ["season"]=4, ["score"]=1600, ["min_point"]=4, ["k1"]=25, @@ -5144,11 +7224,11 @@ local arena_rank = { } }, ["rand_board"]={ - 26, - 27, - 28, - 29, - 30 + 6, + 7, + 8, + 9, + 10 }, ["effect"]={ { @@ -5171,8 +7251,8 @@ local arena_rank = { ["rank_show"]="arena_num_silver_2", ["rank_icon"]="arena_dan_2" }, - [307]={ - ["season"]=3, + [407]={ + ["season"]=4, ["score"]=1800, ["min_point"]=4, ["k1"]=23, @@ -5318,11 +7398,11 @@ local arena_rank = { } }, ["rand_board"]={ - 31, - 32, - 33, - 34, - 35 + 6, + 7, + 8, + 9, + 10 }, ["effect"]={ { @@ -5345,8 +7425,8 @@ local arena_rank = { ["rank_show"]="arena_num_silver_1", ["rank_icon"]="arena_dan_2" }, - [308]={ - ["season"]=3, + [408]={ + ["season"]=4, ["score"]=2000, ["min_point"]=4, ["k1"]=21, @@ -5492,11 +7572,11 @@ local arena_rank = { } }, ["rand_board"]={ - 36, - 37, - 38, - 39, - 40 + 11, + 12, + 13, + 14, + 15 }, ["effect"]={ { @@ -5519,8 +7599,8 @@ local arena_rank = { ["rank_show"]="arena_num_gold_5", ["rank_icon"]="arena_dan_3" }, - [309]={ - ["season"]=3, + [409]={ + ["season"]=4, ["score"]=2200, ["min_point"]=4, ["k1"]=20, @@ -5666,11 +7746,11 @@ local arena_rank = { } }, ["rand_board"]={ - 41, - 42, - 43, - 44, - 45 + 11, + 12, + 13, + 14, + 15 }, ["effect"]={ { @@ -5693,8 +7773,8 @@ local arena_rank = { ["rank_show"]="arena_num_gold_4", ["rank_icon"]="arena_dan_3" }, - [310]={ - ["season"]=3, + [410]={ + ["season"]=4, ["score"]=2500, ["min_point"]=4, ["k1"]=18, @@ -5840,11 +7920,11 @@ local arena_rank = { } }, ["rand_board"]={ - 46, - 47, - 48, - 49, - 50 + 11, + 12, + 13, + 14, + 15 }, ["effect"]={ { @@ -5867,8 +7947,8 @@ local arena_rank = { ["rank_show"]="arena_num_gold_3", ["rank_icon"]="arena_dan_3" }, - [311]={ - ["season"]=3, + [411]={ + ["season"]=4, ["score"]=2800, ["min_point"]=4, ["k1"]=16, @@ -6014,11 +8094,11 @@ local arena_rank = { } }, ["rand_board"]={ - 51, - 52, - 53, - 54, - 55 + 11, + 12, + 13, + 14, + 15 }, ["effect"]={ { @@ -6041,8 +8121,8 @@ local arena_rank = { ["rank_show"]="arena_num_gold_2", ["rank_icon"]="arena_dan_3" }, - [312]={ - ["season"]=3, + [412]={ + ["season"]=4, ["score"]=3100, ["min_point"]=4, ["k1"]=15, @@ -6188,11 +8268,11 @@ local arena_rank = { } }, ["rand_board"]={ - 56, - 57, - 58, - 59, - 60 + 11, + 12, + 13, + 14, + 15 }, ["effect"]={ { @@ -6217,6 +8297,6 @@ local arena_rank = { } } local config = { -data=arena_rank,count=36 +data=arena_rank,count=48 } return config \ No newline at end of file diff --git a/lua/app/config/arena_time.lua b/lua/app/config/arena_time.lua index 046f8697..806bb1e6 100644 --- a/lua/app/config/arena_time.lua +++ b/lua/app/config/arena_time.lua @@ -16,9 +16,15 @@ local arena_time = { ["start_time"]="2023-9-15 00:00:00", ["end_time"]="2023-10-16 00:00:00", ["ui_banner"]="ui_arena_bounty_banner_1" + }, + [4]={ + ["season"]=4, + ["start_time"]="2023-10-16 00:00:00", + ["end_time"]="2023-11-15 00:00:00", + ["ui_banner"]="ui_arena_bounty_banner_1" } } local config = { -data=arena_time,count=3 +data=arena_time,count=4 } return config \ No newline at end of file diff --git a/lua/app/config/avatar.lua b/lua/app/config/avatar.lua index f5f7ebd8..7d01200a 100644 --- a/lua/app/config/avatar.lua +++ b/lua/app/config/avatar.lua @@ -132,23 +132,27 @@ local avatar = { ["hero"]=54003 }, [1400201]={ - ["iconId"]="skin_3", + ["iconId"]="23_1", ["item"]=1400201 }, [3400101]={ - ["iconId"]="skin_1", + ["iconId"]="18_1", ["item"]=3400101 }, [5300101]={ - ["iconId"]="skin_4", + ["iconId"]="10_1", ["item"]=5300101 }, [5400101]={ - ["iconId"]="skin_2", + ["iconId"]="20_1", ["item"]=5400101 + }, + [1400101]={ + ["iconId"]="16_1", + ["item"]=1400101 } } local config = { -data=avatar,count=36 +data=avatar,count=37 } return config \ No newline at end of file diff --git a/lua/app/config/avatar_frame.lua b/lua/app/config/avatar_frame.lua index b88c5ae5..bd633098 100644 --- a/lua/app/config/avatar_frame.lua +++ b/lua/app/config/avatar_frame.lua @@ -20,9 +20,17 @@ local avatar_frame = { [27]={ ["iconId"]="avatar_frame_5", ["item"]=46 + }, + [28]={ + ["iconId"]="avatar_frame_6", + ["item"]=53 + }, + [29]={ + ["iconId"]="avatar_frame_7", + ["item"]=54 } } local config = { -data=avatar_frame,count=5 +data=avatar_frame,count=7 } return config \ No newline at end of file diff --git a/lua/app/config/bounty_level.lua b/lua/app/config/bounty_level.lua index 60b263ba..d000182a 100644 --- a/lua/app/config/bounty_level.lua +++ b/lua/app/config/bounty_level.lua @@ -3669,16 +3669,16 @@ local bounty_level = { ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=500, - ["num_for_nothing"]="Uwhc" + ["num"]=1000, + ["num_for_nothing"]="VwhcAw==" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=1500, - ["num_for_nothing"]="Vw1cAw==" + ["num"]=3000, + ["num_for_nothing"]="VQhcAw==" } }, [323]={ @@ -3870,16 +3870,16 @@ local bounty_level = { ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=500, - ["num_for_nothing"]="Uwhc" + ["num"]=1000, + ["num_for_nothing"]="VwhcAw==" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=1500, - ["num_for_nothing"]="Vw1cAw==" + ["num"]=3000, + ["num_for_nothing"]="VQhcAw==" } }, [333]={ @@ -4071,16 +4071,16 @@ local bounty_level = { ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=500, - ["num_for_nothing"]="Uwhc" + ["num"]=1000, + ["num_for_nothing"]="VwhcAw==" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=1500, - ["num_for_nothing"]="Vw1cAw==" + ["num"]=3000, + ["num_for_nothing"]="VQhcAw==" } }, [343]={ @@ -4211,8 +4211,8 @@ local bounty_level = { ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=1000, - ["num_for_nothing"]="VwhcAw==" + ["num"]=1500, + ["num_for_nothing"]="Vw1cAw==" }, ["reward_pro"]={ ["type"]=1, @@ -4272,16 +4272,16 @@ local bounty_level = { ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=500, - ["num_for_nothing"]="Uwhc" + ["num"]=1500, + ["num_for_nothing"]="Vw1cAw==" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=1500, - ["num_for_nothing"]="Vw1cAw==" + ["num"]=4500, + ["num_for_nothing"]="Ug1cAw==" } }, [353]={ @@ -4473,16 +4473,16 @@ local bounty_level = { ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=500, - ["num_for_nothing"]="Uwhc" + ["num"]=1500, + ["num_for_nothing"]="Vw1cAw==" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=1500, - ["num_for_nothing"]="Vw1cAw==" + ["num"]=4500, + ["num_for_nothing"]="Ug1cAw==" } }, [363]={ @@ -4674,16 +4674,16 @@ local bounty_level = { ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=500, - ["num_for_nothing"]="Uwhc" + ["num"]=1500, + ["num_for_nothing"]="Vw1cAw==" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=1500, - ["num_for_nothing"]="Vw1cAw==" + ["num"]=4500, + ["num_for_nothing"]="Ug1cAw==" } }, [373]={ @@ -4774,16 +4774,16 @@ local bounty_level = { ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=500, - ["num_for_nothing"]="Uwhc" + ["num"]=1500, + ["num_for_nothing"]="Vw1cAw==" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=1500, - ["num_for_nothing"]="Vw1cAw==" + ["num"]=4500, + ["num_for_nothing"]="Ug1cAw==" } }, [378]={ diff --git a/lua/app/config/chapter.lua b/lua/app/config/chapter.lua index 96bedf1a..5a183fbc 100644 --- a/lua/app/config/chapter.lua +++ b/lua/app/config/chapter.lua @@ -7580,8 +7580,8 @@ local chapter = { ["num_for_nothing"]="Vw==" } }, - ["idle_exp"]=30, - ["idle_gold"]=55, + ["idle_exp"]=35, + ["idle_gold"]=87, ["idle_drop"]={ { ["type"]=1, @@ -7799,8 +7799,8 @@ local chapter = { ["num_for_nothing"]="Vw==" } }, - ["idle_exp"]=32, - ["idle_gold"]=55, + ["idle_exp"]=35, + ["idle_gold"]=88, ["idle_drop"]={ { ["type"]=1, @@ -8018,8 +8018,8 @@ local chapter = { ["num_for_nothing"]="Vw==" } }, - ["idle_exp"]=32, - ["idle_gold"]=56, + ["idle_exp"]=36, + ["idle_gold"]=88, ["idle_drop"]={ { ["type"]=1, @@ -8237,8 +8237,8 @@ local chapter = { ["num_for_nothing"]="Vw==" } }, - ["idle_exp"]=34, - ["idle_gold"]=56, + ["idle_exp"]=36, + ["idle_gold"]=89, ["idle_drop"]={ { ["type"]=1, @@ -8455,8 +8455,8 @@ local chapter = { ["num_for_nothing"]="Vw==" } }, - ["idle_exp"]=34, - ["idle_gold"]=57, + ["idle_exp"]=37, + ["idle_gold"]=89, ["idle_drop"]={ { ["type"]=1, diff --git a/lua/app/config/chapter_board_bossrush.lua b/lua/app/config/chapter_board_bossrush.lua index 46e5a15c..4d3d0e9b 100644 --- a/lua/app/config/chapter_board_bossrush.lua +++ b/lua/app/config/chapter_board_bossrush.lua @@ -2,11 +2,67 @@ local chapter_board_bossrush = { [1]={ ["board"]={ { - 1, + 3, 0 }, { - 1, + 3, + 0 + }, + { + 0, + 1 + }, + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 0, + 5 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, 0 }, { @@ -15,32 +71,28 @@ local chapter_board_bossrush = { }, { 0, - 3 + 5 }, { 0, - 4 + 2 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, - { - 0, - 4 - }, { 0, 2 @@ -49,152 +101,100 @@ local chapter_board_bossrush = { 0, 2 }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, { 0, - 3 + 2 }, { - 0, - 4 - }, - { - 0, - 4 - }, - { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 0, - 4 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, + 3, 0 } } @@ -202,39 +202,39 @@ local chapter_board_bossrush = { [2]={ ["board"]={ { - 1, + 3, 0 }, { 2, 0 }, - { - 0, - 1 - }, { 0, 2 }, { 0, - 1 + 3 + }, + { + 0, + 2 }, { 2, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { @@ -243,27 +243,27 @@ local chapter_board_bossrush = { }, { 0, - 1 + 2 }, { 0, 3 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { 0, - 1 + 3 }, { 2, @@ -279,18 +279,18 @@ local chapter_board_bossrush = { }, { 0, - 1 + 3 }, { - 1, + 3, 0 }, { - 1, - 0 + 0, + 3 }, { - 1, + 3, 0 }, { @@ -306,19 +306,19 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 0, + 3 + }, + { + 3, 0 }, { - 1, - 0 - }, - { - 1, + 3, 0 }, { @@ -326,7 +326,7 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { @@ -334,67 +334,67 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 } } @@ -402,125 +402,17 @@ local chapter_board_bossrush = { [3]={ ["board"]={ { - 1, + 3, 0 }, { - 1, + 3, 0 }, { 2, 0 }, - { - 0, - 2 - }, - { - 2, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 2, - 0 - }, - { - 0, - 4 - }, - { - 0, - 2 - }, - { - 0, - 4 - }, - { - 2, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 2, - 0 - }, - { - 0, - 3 - }, - { - 0, - 2 - }, - { - 0, - 3 - }, - { - 2, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 2, - 0 - }, - { - 0, - 4 - }, - { - 2, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, { 0, 1 @@ -529,72 +421,180 @@ local chapter_board_bossrush = { 2, 0 }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 0, + 5 + }, { 0, 1 }, { - 1, + 0, + 5 + }, + { + 2, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 2, 0 }, { - 1, + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 2, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 2, 0 }, { - 1, + 0, + 1 + }, + { + 2, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 0, + 3 + }, + { + 2, 0 }, { - 1, + 0, + 3 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, 0 } } @@ -602,13 +602,41 @@ local chapter_board_bossrush = { [4]={ ["board"]={ { - 1, + 3, 0 }, { 2, 0 }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, { 0, 3 @@ -619,18 +647,10 @@ local chapter_board_bossrush = { }, { 0, - 4 + 3 }, { - 2, - 0 - }, - { - 1, - 0 - }, - { - 1, + 3, 0 }, { @@ -638,12 +658,16 @@ local chapter_board_bossrush = { 0 }, { - 0, - 1 + 3, + 0 }, { - 0, - 2 + 2, + 0 + }, + { + 3, + 0 }, { 0, @@ -653,14 +677,6 @@ local chapter_board_bossrush = { 3, 0 }, - { - 1, - 0 - }, - { - 1, - 0 - }, { 2, 0 @@ -669,22 +685,6 @@ local chapter_board_bossrush = { 3, 0 }, - { - 0, - 5 - }, - { - 3, - 0 - }, - { - 2, - 0 - }, - { - 1, - 0 - }, { 2, 0 @@ -699,7 +699,7 @@ local chapter_board_bossrush = { }, { 0, - 5 + 4 }, { 2, @@ -714,7 +714,7 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { @@ -727,7 +727,7 @@ local chapter_board_bossrush = { }, { 0, - 5 + 4 }, { 3, @@ -738,15 +738,15 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { @@ -755,46 +755,46 @@ local chapter_board_bossrush = { }, { 0, - 5 + 4 }, { 2, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 14, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 } } @@ -802,35 +802,11 @@ local chapter_board_bossrush = { [5]={ ["board"]={ { - 1, + 3, 0 }, { - 1, - 0 - }, - { - 0, - 3 - }, - { - 0, - 2 - }, - { - 0, - 3 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, + 3, 0 }, { @@ -839,11 +815,31 @@ local chapter_board_bossrush = { }, { 0, - 2 + 1 }, { 0, - 3 + 2 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 0, + 1 }, { 0, @@ -851,10 +847,70 @@ local chapter_board_bossrush = { }, { 0, - 2 + 1 }, { - 1, + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 1 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 1 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, 0 }, { @@ -898,7 +954,7 @@ local chapter_board_bossrush = { 0 }, { - 14, + 3, 0 }, { @@ -918,7 +974,7 @@ local chapter_board_bossrush = { 0 }, { - 2, + 3, 0 }, { @@ -926,73 +982,17 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { 3, 0 }, - { - 2, - 0 - }, { 3, 0 }, - { - 2, - 0 - }, - { - 3, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 3, - 0 - }, - { - 2, - 0 - }, - { - 3, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, { 3, 0 @@ -1002,45 +1002,41 @@ local chapter_board_bossrush = { [6]={ ["board"]={ { - 1, + 3, 0 }, { - 1, + 3, 0 }, { 0, - 5 + 4 }, { 0, - 2 + 3 }, { 0, - 5 + 4 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, - { - 0, - 2 - }, { 0, 3 @@ -1049,30 +1045,58 @@ local chapter_board_bossrush = { 0, 2 }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 2, - 0 - }, { 0, - 5 - }, - { - 2, 3 }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 0, + 4 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, { 0, 5 @@ -1081,14 +1105,6 @@ local chapter_board_bossrush = { 2, 0 }, - { - 1, - 0 - }, - { - 2, - 0 - }, { 3, 0 @@ -1109,6 +1125,14 @@ local chapter_board_bossrush = { 3, 0 }, + { + 0, + 5 + }, + { + 3, + 0 + }, { 2, 0 @@ -1117,6 +1141,46 @@ local chapter_board_bossrush = { 3, 0 }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, { 2, 0 @@ -1125,84 +1189,188 @@ local chapter_board_bossrush = { 3, 0 }, - { - 14, - 0 - }, { 3, 0 }, - { - 2, - 0 - }, { 3, 0 - }, - { - 1, - 0 - }, - { - 3, - 0 - }, - { - 2, - 0 - }, - { - 3, - 0 - }, - { - 2, - 0 - }, - { - 3, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 3, - 0 - }, - { - 2, - 0 - }, - { - 3, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 } } }, [7]={ ["board"]={ { - 1, + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, 0 }, { @@ -1215,250 +1383,26 @@ local chapter_board_bossrush = { }, { 0, - 2 + 3 }, { 0, 3 }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 0, - 2 - }, - { - 0, - 3 - }, - { - 0, - 2 - }, { 3, 0 }, - { - 1, - 0 - }, - { - 1, - 0 - }, { 3, 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 2, - 0 - }, - { - 14, - 0 - }, - { - 2, - 0 - }, - { - 3, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 3, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 3, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 } } }, [8]={ ["board"]={ { - 1, - 0 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 0, - 4 - }, - { - 0, - 4 - }, - { - 0, - 4 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 0, - 4 - }, - { - 0, - 4 - }, - { - 1, - 0 - }, - { - 1, + 3, 0 }, { @@ -1471,7 +1415,23 @@ local chapter_board_bossrush = { }, { 0, - 2 + 3 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 3, + 0 + }, + { + 3, + 0 }, { 0, @@ -1482,11 +1442,47 @@ local chapter_board_bossrush = { 2 }, { - 1, + 0, + 3 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 3, 0 }, { - 1, + 3, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 3, 0 }, { @@ -1510,11 +1506,15 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, + 0 + }, + { + 3, 0 }, { @@ -1526,7 +1526,7 @@ local chapter_board_bossrush = { 0 }, { - 14, + 3, 0 }, { @@ -1538,11 +1538,11 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { @@ -1566,125 +1566,45 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 } } }, [9]={ ["board"]={ - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 0, - 3 - }, - { - 0, - 1 - }, - { - 0, - 4 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 0, - 2 - }, - { - 0, - 1 - }, - { - 0, - 1 - }, - { - 0, - 4 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, { 3, 0 }, - { - 0, - 2 - }, - { - 0, - 4 - }, - { - 0, - 4 - }, - { - 7, - 0 - }, - { - 2, - 0 - }, - { - 1, - 0 - }, { 3, 0 @@ -1698,19 +1618,99 @@ local chapter_board_bossrush = { 3 }, { - 2, + 0, + 5 + }, + { + 3, 0 }, { - 2, + 3, 0 }, { - 14, + 3, 0 }, { - 1, + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 3, 0 }, { @@ -1730,7 +1730,7 @@ local chapter_board_bossrush = { 0 }, { - 7, + 2, 0 }, { @@ -1738,11 +1738,11 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { @@ -1758,23 +1758,23 @@ local chapter_board_bossrush = { 0 }, { - 7, + 2, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { @@ -1786,15 +1786,15 @@ local chapter_board_bossrush = { 0 }, { - 7, + 2, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 } } @@ -1802,35 +1802,35 @@ local chapter_board_bossrush = { [10]={ ["board"]={ { - 1, + 3, 0 }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, { 0, 3 }, { 0, - 4 + 3 }, { - 0, - 4 - }, - { - 0, - 2 - }, - { - 0, - 1 - }, - { - 1, + 3, 0 }, { - 1, + 3, 0 }, { @@ -1839,11 +1839,39 @@ local chapter_board_bossrush = { }, { 0, - 4 + 5 }, { 0, - 2 + 1 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 0, + 5 }, { 0, @@ -1854,39 +1882,11 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, - 0 - }, - { - 2, - 0 - }, - { - 0, - 2 - }, - { - 0, - 4 - }, - { - 0, - 1 - }, - { - 2, - 0 - }, - { - 1, - 0 - }, - { - 1, + 3, 0 }, { @@ -1910,11 +1910,11 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { @@ -1926,7 +1926,7 @@ local chapter_board_bossrush = { 0 }, { - 14, + 3, 0 }, { @@ -1938,11 +1938,11 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { @@ -1954,7 +1954,7 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { @@ -1966,35 +1966,35 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 } } @@ -2002,44 +2002,40 @@ local chapter_board_bossrush = { [11]={ ["board"]={ { - 1, + 3, 0 }, { 0, - 1 + 3 }, { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 + 0, + 3 }, { 0, 2 }, { - 1, + 0, + 1 + }, + { + 0, + 1 + }, + { + 3, 0 }, { - 1, + 3, 0 }, { 4, - 1 - }, - { - 4, - 1 + 3 }, { 4, @@ -2049,72 +2045,72 @@ local chapter_board_bossrush = { 4, 2 }, + { + 4, + 1 + }, + { + 4, + 1 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 4, + 5 + }, + { + 4, + 5 + }, { 4, 2 }, { - 1, + 4, + 5 + }, + { + 4, + 5 + }, + { + 3, 0 }, { - 1, - 0 - }, - { - 4, - 4 - }, - { - 4, - 4 - }, - { - 4, - 3 - }, - { - 4, - 4 - }, - { - 4, - 4 - }, - { - 1, - 0 - }, - { - 1, + 3, 0 }, { 0, - 0 + 5 }, { 0, - 0 + 5 }, { 0, - 0 + 2 }, { 0, - 0 + 5 }, { 0, - 0 + 5 }, { - 1, - 0 - }, - { - 1, + 3, 0 }, { @@ -2138,11 +2134,15 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, + 0 + }, + { + 3, 0 }, { @@ -2154,7 +2154,7 @@ local chapter_board_bossrush = { 0 }, { - 14, + 3, 0 }, { @@ -2166,15 +2166,15 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { @@ -2190,11 +2190,11 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 } } @@ -2202,20 +2202,72 @@ local chapter_board_bossrush = { [12]={ ["board"]={ { - 1, + 3, 0 }, + { + 0, + 1 + }, { 0, 2 }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 4, + 1 + }, + { + 4, + 1 + }, + { + 4, + 2 + }, + { + 4, + 5 + }, + { + 4, + 5 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, { 0, 3 }, { 0, - 2 + 3 }, { 0, @@ -2223,42 +2275,46 @@ local chapter_board_bossrush = { }, { 0, - 4 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 4, - 2 - }, - { - 4, - 2 - }, - { - 4, 3 }, { - 4, - 4 + 0, + 3 + }, + { + 3, + 0 + }, + { + 3, + 0 }, { 4, - 4 + 1 }, { - 1, + 3, 0 }, { - 1, + 3, + 0 + }, + { + 3, + 0 + }, + { + 4, + 5 + }, + { + 3, + 0 + }, + { + 3, 0 }, { @@ -2266,7 +2322,15 @@ local chapter_board_bossrush = { 0 }, { - 0, + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, 0 }, { @@ -2274,7 +2338,11 @@ local chapter_board_bossrush = { 0 }, { - 0, + 3, + 0 + }, + { + 3, 0 }, { @@ -2282,11 +2350,15 @@ local chapter_board_bossrush = { 0 }, { - 1, + 2, 0 }, { - 1, + 0, + 0 + }, + { + 2, 0 }, { @@ -2306,95 +2378,23 @@ local chapter_board_bossrush = { 0 }, { - 0, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 0, + 3, 0 }, { - 2, - 0 - }, - { - 14, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, + 3, 0 } } @@ -2402,93 +2402,97 @@ local chapter_board_bossrush = { [13]={ ["board"]={ { - 1, + 3, 0 }, { 2, 0 }, + { + 0, + 1 + }, { 0, 2 }, { 0, - 3 - }, - { - 0, - 2 - }, - { - 2, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 2, - 0 - }, - { - 0, - 3 - }, - { - 0, - 2 - }, - { - 0, - 3 - }, - { - 2, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 2, 1 }, { 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, 2 }, { 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, 3 }, { - 2, + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, 4 }, { - 2, - 5 - }, - { - 1, + 3, 0 }, { - 1, + 3, 0 }, + { + 4, + 3 + }, { 4, 1 @@ -2499,22 +2503,18 @@ local chapter_board_bossrush = { }, { 4, - 3 + 1 }, { 4, 4 }, { - 4, - 5 - }, - { - 1, + 3, 0 }, { - 1, + 3, 0 }, { @@ -2538,11 +2538,11 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { @@ -2565,26 +2565,10 @@ local chapter_board_bossrush = { 0, 0 }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 2, - 0 - }, { 3, 0 }, - { - 14, - 0 - }, { 3, 0 @@ -2594,7 +2578,23 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, 0 } } @@ -2602,7 +2602,7 @@ local chapter_board_bossrush = { [14]={ ["board"]={ { - 1, + 3, 0 }, { @@ -2611,82 +2611,82 @@ local chapter_board_bossrush = { }, { 0, - 1 - }, - { - 0, - 2 + 3 }, { 0, 1 }, + { + 0, + 3 + }, { 2, 0 }, { - 1, + 3, 0 }, { - 1, + 3, + 0 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 3, + 0 + }, + { + 3, 0 }, { 4, 1 }, - { - 4, - 2 - }, - { - 4, - 1 - }, - { - 4, - 2 - }, - { - 4, - 1 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 4, - 2 - }, - { - 4, - 4 - }, - { - 4, - 5 - }, { 4, 3 }, { 4, - 2 + 1 }, { - 1, + 4, + 3 + }, + { + 4, + 1 + }, + { + 3, 0 }, { - 1, + 3, 0 }, { @@ -2698,7 +2698,7 @@ local chapter_board_bossrush = { 0 }, { - 14, + 3, 0 }, { @@ -2710,7 +2710,7 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { @@ -2802,59 +2802,59 @@ local chapter_board_bossrush = { [15]={ ["board"]={ { - 1, + 3, 0 }, { 0, - 3 + 2 }, { 0, - 4 + 5 }, { 0, - 4 + 2 }, { 0, - 3 + 5 }, { 0, - 4 + 2 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { 0, - 4 + 5 }, { 0, - 3 + 2 }, { 0, - 4 + 5 }, { 0, - 4 + 2 }, { 0, - 3 + 5 }, { - 1, + 3, 0 }, { @@ -2867,7 +2867,7 @@ local chapter_board_bossrush = { }, { 5, - 4 + 3 }, { 2, @@ -2882,7 +2882,7 @@ local chapter_board_bossrush = { 0 }, { - 0, + 5, 3 }, { @@ -2942,7 +2942,7 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { @@ -2966,11 +2966,11 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { @@ -2982,7 +2982,7 @@ local chapter_board_bossrush = { 0 }, { - 14, + 3, 0 }, { @@ -2994,7 +2994,7 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 } } @@ -3002,48 +3002,20 @@ local chapter_board_bossrush = { [16]={ ["board"]={ { - 1, + 3, 0 }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 0, - 4 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 0, - 3 - }, { 0, 2 }, { 0, - 4 + 2 + }, + { + 0, + 5 }, { 0, @@ -3051,42 +3023,70 @@ local chapter_board_bossrush = { }, { 0, - 3 + 2 }, { - 1, + 3, 0 }, { - 1, + 3, + 0 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 3, + 0 + }, + { + 3, 0 }, { 4, - 3 + 2 }, { 4, - 4 + 5 }, { 4, - 4 + 5 }, { 4, - 4 + 5 }, { 4, - 3 + 2 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { @@ -3110,7 +3110,7 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { @@ -3119,23 +3119,23 @@ local chapter_board_bossrush = { }, { 5, - 2 + 1 }, { 5, - 4 + 5 }, { 5, - 2 + 1 }, { 5, - 4 + 5 }, { 5, - 2 + 1 }, { 2, @@ -3147,23 +3147,23 @@ local chapter_board_bossrush = { }, { 5, - 4 + 5 }, { 5, - 2 + 1 }, { - 14, + 3, 0 }, { 5, - 2 + 1 }, { 5, - 4 + 5 }, { 2, @@ -3201,34 +3201,6 @@ local chapter_board_bossrush = { }, [17]={ ["board"]={ - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 0, - 1 - }, - { - 0, - 1 - }, - { - 0, - 1 - }, { 0, 2 @@ -3241,41 +3213,69 @@ local chapter_board_bossrush = { 0, 2 }, + { + 0, + 5 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, { 0, 1 }, { - 5, - 3 + 0, + 1 }, { - 5, - 3 + 0, + 1 }, { - 5, - 3 - }, - { - 5, + 0, 5 }, { 5, + 2 + }, + { + 5, + 2 + }, + { + 5, + 2 + }, + { + 5, + 4 + }, + { + 5, + 4 + }, + { + 5, + 4 + }, + { + 0, 5 }, { 5, - 5 - }, - { - 2, - 0 - }, - { - 5, - 3 + 2 }, { 3, @@ -3283,7 +3283,75 @@ local chapter_board_bossrush = { }, { 5, - 3 + 2 + }, + { + 5, + 4 + }, + { + 3, + 0 + }, + { + 5, + 4 + }, + { + 0, + 5 + }, + { + 5, + 2 + }, + { + 5, + 2 + }, + { + 5, + 2 + }, + { + 5, + 4 + }, + { + 5, + 4 + }, + { + 5, + 4 + }, + { + 5, + 5 + }, + { + 5, + 5 + }, + { + 5, + 5 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 }, { 5, @@ -3297,21 +3365,21 @@ local chapter_board_bossrush = { 5, 5 }, + { + 3, + 0 + }, { 2, 0 }, { - 5, - 3 + 2, + 0 }, { - 5, - 3 - }, - { - 5, - 3 + 2, + 0 }, { 5, @@ -3326,75 +3394,7 @@ local chapter_board_bossrush = { 5 }, { - 5, - 4 - }, - { - 5, - 4 - }, - { - 5, - 4 - }, - { - 1, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 5, - 4 - }, - { - 14, - 0 - }, - { - 5, - 4 - }, - { - 1, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 5, - 4 - }, - { - 5, - 4 - }, - { - 5, - 4 - }, - { - 1, + 3, 0 } } @@ -3402,7 +3402,7 @@ local chapter_board_bossrush = { [18]={ ["board"]={ { - 1, + 3, 0 }, { @@ -3411,26 +3411,26 @@ local chapter_board_bossrush = { }, { 0, - 4 + 5 }, { 0, - 4 + 5 }, { 0, - 4 + 5 }, { 2, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { @@ -3439,26 +3439,26 @@ local chapter_board_bossrush = { }, { 0, - 3 + 2 }, { 0, - 3 + 2 }, { 0, - 3 + 2 }, { 2, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { @@ -3471,7 +3471,7 @@ local chapter_board_bossrush = { }, { 4, - 2 + 1 }, { 2, @@ -3482,11 +3482,11 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { @@ -3497,90 +3497,86 @@ local chapter_board_bossrush = { 0, 0 }, + { + 0, + 3 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, { 5, 1 }, { - 0, + 5, + 1 + }, + { + 3, 0 }, { - 0, + 5, + 2 + }, + { + 5, + 2 + }, + { + 3, 0 }, { - 1, - 0 - }, - { - 1, - 0 - }, - { - 0, - 0 - }, - { - 0, + 3, 0 }, { 5, 1 }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 5, - 2 - }, - { - 5, - 2 - }, - { - 14, - 0 - }, - { - 5, - 3 - }, - { - 5, - 3 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 5, - 2 - }, - { - 5, - 2 - }, { 5, 1 @@ -3591,10 +3587,14 @@ local chapter_board_bossrush = { }, { 5, - 3 + 2 }, { - 1, + 5, + 2 + }, + { + 3, 0 } } @@ -3602,36 +3602,20 @@ local chapter_board_bossrush = { [19]={ ["board"]={ { - 1, + 3, 0 }, + { + 0, + 2 + }, { 0, 3 }, { 0, - 1 - }, - { - 0, - 1 - }, - { - 0, - 1 - }, - { - 0, - 4 - }, - { - 1, - 0 - }, - { - 1, - 0 + 3 }, { 0, @@ -3639,7 +3623,15 @@ local chapter_board_bossrush = { }, { 0, - 2 + 5 + }, + { + 3, + 0 + }, + { + 3, + 0 }, { 0, @@ -3647,14 +3639,22 @@ local chapter_board_bossrush = { }, { 0, - 2 + 1 }, { 0, - 4 + 1 }, { - 1, + 0, + 1 + }, + { + 0, + 5 + }, + { + 3, 0 }, { @@ -3671,7 +3671,7 @@ local chapter_board_bossrush = { }, { 4, - 1 + 3 }, { 3, @@ -3686,35 +3686,35 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { 0, - 0 + 3 }, { 0, - 0 + 3 }, { 0, - 0 + 3 }, { 0, - 0 + 3 }, { 0, + 3 + }, + { + 3, 0 }, { - 1, - 0 - }, - { - 1, + 3, 0 }, { @@ -3727,7 +3727,7 @@ local chapter_board_bossrush = { }, { 4, - 1 + 3 }, { 3, @@ -3738,24 +3738,36 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { 5, - 5 + 4 }, { 5, - 5 + 4 }, { 5, - 1 + 3 + }, + { + 5, + 2 + }, + { + 5, + 2 + }, + { + 3, + 0 }, { 5, @@ -3766,71 +3778,31 @@ local chapter_board_bossrush = { 3 }, { - 1, + 5, + 2 + }, + { + 3, 0 }, - { - 5, - 1 - }, - { - 5, - 1 - }, - { - 5, - 3 - }, - { - 14, - 0 - }, - { - 5, - 1 - }, { 5, 3 }, { 5, - 1 + 2 + }, + { + 5, + 3 } } }, [20]={ ["board"]={ { - 1, - 0 - }, - { - 1, - 0 - }, - { - 0, - 5 - }, - { - 0, - 4 - }, - { - 0, - 5 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, + 3, 0 }, { @@ -3854,7 +3826,35 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 5 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 3, + 0 + }, + { + 3, 0 }, { @@ -3866,71 +3866,15 @@ local chapter_board_bossrush = { 0 }, { - 5, - 3 - }, - { - 5, - 3 - }, - { - 5, - 3 - }, - { - 2, - 0 - }, - { - 3, - 0 - }, - { - 2, - 0 - }, - { - 3, - 0 - }, - { - 2, - 0 - }, - { - 14, - 0 - }, - { - 2, - 0 - }, - { - 3, - 0 - }, - { - 2, - 0 - }, - { - 3, - 0 - }, - { - 2, - 0 - }, - { - 5, + 0, 2 }, { - 5, + 0, 2 }, { - 5, + 0, 2 }, { @@ -3938,15 +3882,7 @@ local chapter_board_bossrush = { 0 }, { - 2, - 0 - }, - { - 1, - 0 - }, - { - 2, + 3, 0 }, { @@ -3961,20 +3897,28 @@ local chapter_board_bossrush = { 2, 0 }, + { + 3, + 0 + }, { 2, 0 }, { - 1, + 3, 0 }, { - 1, + 2, 0 }, { - 1, + 3, + 0 + }, + { + 2, 0 }, { @@ -3990,11 +3934,67 @@ local chapter_board_bossrush = { 1 }, { - 1, + 2, 0 }, { - 1, + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 5, + 3 + }, + { + 5, + 3 + }, + { + 5, + 3 + }, + { + 3, + 0 + }, + { + 3, 0 } } @@ -4002,49 +4002,69 @@ local chapter_board_bossrush = { [21]={ ["board"]={ { - 1, + 3, 0 }, { 0, - 3 - }, - { - 0, - 5 - }, - { - 1, - 0 - }, - { - 0, - 5 + 2 }, { 0, 4 }, { - 1, - 0 - }, - { - 1, + 3, 0 }, { 0, - 3 - }, - { - 0, - 3 + 4 }, { 0, 5 }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 2 + }, { 0, 4 @@ -4053,36 +4073,16 @@ local chapter_board_bossrush = { 0, 4 }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 0, - 3 - }, - { - 0, - 5 - }, - { - 0, - 5 - }, - { - 0, - 5 - }, { 0, 4 }, { - 1, + 0, + 5 + }, + { + 3, 0 }, { @@ -4126,7 +4126,7 @@ local chapter_board_bossrush = { 0 }, { - 14, + 3, 0 }, { @@ -4202,60 +4202,32 @@ local chapter_board_bossrush = { [22]={ ["board"]={ { - 1, + 3, 0 }, { 5, + 1 + }, + { + 0, 2 }, { 0, - 3 + 5 }, { 0, - 3 + 5 }, { 0, - 4 + 5 }, { 0, - 4 - }, - { - 0, - 4 - }, - { - 1, - 0 - }, - { - 5, - 2 - }, - { - 0, - 3 - }, - { - 0, - 4 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 1, - 0 + 5 }, { 3, @@ -4263,10 +4235,30 @@ local chapter_board_bossrush = { }, { 5, + 1 + }, + { + 0, 2 }, { - 2, + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 3, + 0 + }, + { + 3, 0 }, { @@ -4277,12 +4269,16 @@ local chapter_board_bossrush = { 2, 0 }, + { + 5, + 3 + }, { 2, 0 }, { - 1, + 2, 0 }, { @@ -4290,11 +4286,7 @@ local chapter_board_bossrush = { 0 }, { - 5, - 2 - }, - { - 2, + 3, 0 }, { @@ -4305,12 +4297,16 @@ local chapter_board_bossrush = { 2, 0 }, + { + 5, + 3 + }, { 2, 0 }, { - 1, + 2, 0 }, { @@ -4318,11 +4314,7 @@ local chapter_board_bossrush = { 0 }, { - 5, - 2 - }, - { - 2, + 3, 0 }, { @@ -4333,12 +4325,16 @@ local chapter_board_bossrush = { 2, 0 }, + { + 5, + 3 + }, { 2, 0 }, { - 1, + 2, 0 }, { @@ -4346,11 +4342,7 @@ local chapter_board_bossrush = { 0 }, { - 5, - 2 - }, - { - 14, + 3, 0 }, { @@ -4358,24 +4350,32 @@ local chapter_board_bossrush = { 1 }, { - 2, - 0 - }, - { - 2, - 0 - }, - { - 1, - 0 - }, - { - 1, + 3, 0 }, { 5, - 2 + 3 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 5, + 1 }, { 3, @@ -4394,7 +4394,7 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 } } @@ -4402,59 +4402,87 @@ local chapter_board_bossrush = { [23]={ ["board"]={ { - 1, + 3, 0 }, { - 1, + 3, 0 }, { 0, - 2 + 1 }, { 0, - 5 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 4, - 2 - }, - { - 0, - 2 - }, - { - 0, - 5 - }, - { - 4, 4 }, { - 1, + 3, 0 }, { - 1, + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 3, 0 }, { @@ -4463,52 +4491,24 @@ local chapter_board_bossrush = { }, { 4, - 3 - }, - { - 0, 2 }, - { - 0, - 5 - }, - { - 4, - 4 - }, - { - 0, - 0 - }, - { - 1, - 0 - }, - { - 3, - 0 - }, { 4, 3 }, { 4, - 1 + 3 }, { 4, - 1 + 4 }, { 4, 5 }, - { - 0, - 0 - }, { 3, 0 @@ -4542,7 +4542,19 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, 0 }, { @@ -4562,153 +4574,141 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 14, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, + 3, 0 } } }, [24]={ ["board"]={ - { - 1, - 0 - }, - { - 0, - 4 - }, - { - 0, - 3 - }, - { - 0, - 2 - }, - { - 0, - 3 - }, - { - 0, - 4 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 0, - 2 - }, - { - 0, - 2 - }, - { - 0, - 3 - }, - { - 0, - 2 - }, - { - 0, - 2 - }, - { - 1, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, { 3, 0 }, { - 3, - 0 - }, - { - 3, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 4, - 1 - }, - { - 4, - 1 - }, - { - 2, - 0 - }, - { - 4, + 0, 5 }, { - 4, + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, 5 }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 4, + 3 + }, + { + 4, + 3 + }, + { + 2, + 0 + }, + { + 4, + 4 + }, + { + 4, + 4 + }, { 2, 0 @@ -4770,11 +4770,11 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { @@ -4782,7 +4782,7 @@ local chapter_board_bossrush = { 0 }, { - 14, + 3, 0 }, { @@ -4790,11 +4790,11 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 } } @@ -4803,19 +4803,19 @@ local chapter_board_bossrush = { ["board"]={ { 0, - 3 + 2 }, { 0, - 4 + 5 }, { 0, - 3 + 2 }, { 0, - 4 + 5 }, { 2, @@ -4825,36 +4825,36 @@ local chapter_board_bossrush = { 2, 0 }, - { - 1, - 0 - }, - { - 0, - 4 - }, - { - 0, - 3 - }, - { - 0, - 4 - }, - { - 0, - 3 - }, - { - 2, - 0 - }, { 3, 0 }, { - 1, + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, 0 }, { @@ -4879,14 +4879,14 @@ local chapter_board_bossrush = { }, { 5, - 4 + 5 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { @@ -4907,14 +4907,14 @@ local chapter_board_bossrush = { }, { 5, - 3 + 2 }, { 0, 0 }, { - 1, + 3, 0 }, { @@ -4935,18 +4935,18 @@ local chapter_board_bossrush = { }, { 5, - 4 + 5 }, { 0, 0 }, { - 1, + 3, 0 }, { - 14, + 3, 0 }, { @@ -4963,18 +4963,18 @@ local chapter_board_bossrush = { }, { 5, - 3 + 2 }, { 0, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { @@ -4991,10 +4991,10 @@ local chapter_board_bossrush = { }, { 5, - 4 + 5 }, { - 1, + 3, 0 } } @@ -5002,44 +5002,44 @@ local chapter_board_bossrush = { [26]={ ["board"]={ { - 1, + 3, 0 }, { 0, - 5 + 4 }, { 0, - 5 + 4 }, { 0, - 2 + 1 }, { 0, - 5 + 4 }, { 0, - 5 + 4 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { 0, - 5 + 4 }, { 0, - 2 + 1 }, { 2, @@ -5047,14 +5047,14 @@ local chapter_board_bossrush = { }, { 0, - 2 + 1 }, { 0, - 5 + 4 }, { - 1, + 3, 0 }, { @@ -5063,7 +5063,7 @@ local chapter_board_bossrush = { }, { 0, - 2 + 1 }, { 2, @@ -5079,7 +5079,7 @@ local chapter_board_bossrush = { }, { 0, - 2 + 1 }, { 2, @@ -5098,7 +5098,7 @@ local chapter_board_bossrush = { 0 }, { - 14, + 3, 0 }, { @@ -5115,15 +5115,15 @@ local chapter_board_bossrush = { }, { 4, - 2 + 1 }, { 4, - 2 + 1 }, { 4, - 4 + 5 }, { 3, @@ -5131,7 +5131,59 @@ local chapter_board_bossrush = { }, { 4, - 4 + 5 + }, + { + 4, + 1 + }, + { + 4, + 1 + }, + { + 4, + 3 + }, + { + 0, + 0 + }, + { + 4, + 5 + }, + { + 2, + 0 + }, + { + 4, + 5 + }, + { + 0, + 0 + }, + { + 4, + 3 + }, + { + 4, + 3 + }, + { + 4, + 2 + }, + { + 4, + 2 + }, + { + 2, + 0 }, { 4, @@ -5141,94 +5193,14 @@ local chapter_board_bossrush = { 4, 2 }, - { - 4, - 1 - }, - { - 0, - 0 - }, - { - 4, - 4 - }, - { - 2, - 0 - }, - { - 4, - 4 - }, - { - 0, - 0 - }, - { - 4, - 1 - }, - { - 4, - 1 - }, { 4, 3 - }, - { - 4, - 3 - }, - { - 2, - 0 - }, - { - 4, - 3 - }, - { - 4, - 3 - }, - { - 4, - 1 } } }, [27]={ ["board"]={ - { - 2, - 0 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 2, - 0 - }, { 2, 0 @@ -5261,6 +5233,34 @@ local chapter_board_bossrush = { 2, 0 }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, { 2, 0 @@ -5286,19 +5286,7 @@ local chapter_board_bossrush = { 0 }, { - 1, - 0 - }, - { - 4, - 4 - }, - { - 4, - 4 - }, - { - 1, + 3, 0 }, { @@ -5310,7 +5298,19 @@ local chapter_board_bossrush = { 5 }, { - 1, + 3, + 0 + }, + { + 4, + 4 + }, + { + 4, + 4 + }, + { + 3, 0 }, { @@ -5326,7 +5326,7 @@ local chapter_board_bossrush = { 0 }, { - 14, + 3, 0 }, { @@ -5370,31 +5370,31 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 } } @@ -5402,7 +5402,39 @@ local chapter_board_bossrush = { [28]={ ["board"]={ { - 1, + 3, + 0 + }, + { + 0, + 1 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, 0 }, { @@ -5411,144 +5443,112 @@ local chapter_board_bossrush = { }, { 0, - 4 - }, - { - 0, - 3 - }, - { - 0, - 4 + 5 }, { 0, 2 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { 3, 0 }, + { + 0, + 2 + }, + { + 3, + 0 + }, { 0, 3 }, + { + 3, + 0 + }, { 0, + 2 + }, + { + 3, + 0 + }, + { + 0, + 2 + }, + { + 3, + 0 + }, + { + 0, + 3 + }, + { + 3, + 0 + }, + { + 0, + 3 + }, + { + 3, + 0 + }, + { + 0, + 2 + }, + { + 3, + 0 + }, + { + 4, + 3 + }, + { + 4, 4 }, { - 0, + 4, + 4 + }, + { + 4, + 4 + }, + { + 4, 3 }, { 3, 0 }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 0, - 3 - }, { 3, 0 }, - { - 0, - 1 - }, { 3, 0 }, - { - 0, - 3 - }, - { - 1, - 0 - }, - { - 0, - 3 - }, - { - 3, - 0 - }, - { - 0, - 1 - }, - { - 3, - 0 - }, - { - 0, - 1 - }, - { - 3, - 0 - }, - { - 0, - 3 - }, - { - 3, - 0 - }, - { - 4, - 1 - }, - { - 4, - 5 - }, - { - 4, - 5 - }, - { - 4, - 5 - }, - { - 4, - 1 - }, - { - 3, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, { 0, 0 @@ -5562,19 +5562,19 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { @@ -5582,7 +5582,7 @@ local chapter_board_bossrush = { 0 }, { - 14, + 3, 0 }, { @@ -5590,11 +5590,11 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 } } @@ -5602,68 +5602,44 @@ local chapter_board_bossrush = { [29]={ ["board"]={ { - 1, + 3, 0 }, + { + 0, + 1 + }, + { + 0, + 1 + }, { 0, 2 }, { 0, - 2 + 5 }, { 0, - 3 + 5 }, { - 0, - 4 - }, - { - 0, - 4 - }, - { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { 0, - 2 - }, - { - 4, - 3 - }, - { - 0, - 4 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 0, - 2 + 1 }, { 4, @@ -5671,18 +5647,42 @@ local chapter_board_bossrush = { }, { 0, - 3 + 5 }, { - 4, - 4 + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 }, { 0, - 4 + 1 }, { - 1, + 4, + 1 + }, + { + 0, + 2 + }, + { + 4, + 5 + }, + { + 0, + 5 + }, + { + 3, 0 }, { @@ -5699,7 +5699,7 @@ local chapter_board_bossrush = { }, { 4, - 3 + 2 }, { 3, @@ -5754,7 +5754,7 @@ local chapter_board_bossrush = { 0 }, { - 14, + 3, 0 }, { @@ -5802,9 +5802,13 @@ local chapter_board_bossrush = { [30]={ ["board"]={ { - 1, + 3, 0 }, + { + 0, + 3 + }, { 0, 1 @@ -5815,24 +5819,52 @@ local chapter_board_bossrush = { }, { 0, - 3 + 5 }, { 0, 4 }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, { 0, 5 }, { - 1, + 0, + 4 + }, + { + 3, 0 }, { - 1, + 3, 0 }, + { + 4, + 3 + }, { 4, 1 @@ -5843,50 +5875,18 @@ local chapter_board_bossrush = { }, { 4, - 3 + 5 }, { 4, 4 }, { - 4, - 5 - }, - { - 1, + 3, 0 }, { - 1, - 0 - }, - { - 4, - 1 - }, - { - 4, - 2 - }, - { - 4, - 3 - }, - { - 4, - 4 - }, - { - 4, - 5 - }, - { - 1, - 0 - }, - { - 1, + 3, 0 }, { @@ -5910,11 +5910,11 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { @@ -5937,26 +5937,10 @@ local chapter_board_bossrush = { 3, 0 }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 0, - 0 - }, { 3, 0 }, - { - 14, - 0 - }, { 3, 0 @@ -5966,11 +5950,27 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, 0 }, { @@ -5994,7 +5994,7 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 } } @@ -6002,59 +6002,27 @@ local chapter_board_bossrush = { [31]={ ["board"]={ { - 1, + 3, 0 }, { - 1, + 3, 0 }, { 0, - 4 + 5 }, { 0, - 4 + 5 }, { 0, - 4 + 5 }, { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 4, - 3 - }, - { - 0, - 3 - }, - { - 0, - 2 - }, - { - 0, - 3 - }, - { - 4, - 3 - }, - { - 1, + 3, 0 }, { @@ -6066,15 +6034,23 @@ local chapter_board_bossrush = { 0 }, { - 4, + 0, 2 }, { - 4, - 3 + 0, + 2 }, { - 4, + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, 2 }, { @@ -6085,6 +6061,30 @@ local chapter_board_bossrush = { 3, 0 }, + { + 3, + 0 + }, + { + 4, + 1 + }, + { + 4, + 2 + }, + { + 4, + 1 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, { 0, 0 @@ -6142,7 +6142,7 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { @@ -6166,15 +6166,15 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { @@ -6182,7 +6182,7 @@ local chapter_board_bossrush = { 0 }, { - 14, + 3, 0 }, { @@ -6190,11 +6190,11 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 } } @@ -6202,63 +6202,63 @@ local chapter_board_bossrush = { [32]={ ["board"]={ { - 1, + 3, 0 }, { - 1, + 3, 0 }, - { - 4, - 1 - }, { 0, 3 }, { - 4, + 0, 2 }, { - 1, + 0, + 1 + }, + { + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { 9, 0 }, - { - 4, - 1 - }, { 0, 3 }, { - 4, + 0, 2 }, + { + 0, + 1 + }, { 9, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { @@ -6267,36 +6267,32 @@ local chapter_board_bossrush = { }, { 4, - 1 - }, - { - 0, 3 }, { - 4, + 0, 2 }, - { - 7, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 7, - 0 - }, { 4, 1 }, + { + 7, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 7, + 0 + }, { 4, 3 @@ -6305,16 +6301,20 @@ local chapter_board_bossrush = { 4, 2 }, + { + 4, + 1 + }, { 7, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { @@ -6327,7 +6327,7 @@ local chapter_board_bossrush = { }, { 0, - 0 + 5 }, { 0, @@ -6338,11 +6338,11 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { @@ -6351,26 +6351,26 @@ local chapter_board_bossrush = { }, { 0, - 0 + 5 }, { 0, - 0 + 5 }, { 0, - 0 + 5 }, { 7, 0 }, { - 1, + 3, 0 }, { - 14, + 3, 0 }, { @@ -6378,15 +6378,15 @@ local chapter_board_bossrush = { 0 }, { - 0, + 2, 0 }, { - 0, + 2, 0 }, { - 0, + 2, 0 }, { @@ -6394,7 +6394,7 @@ local chapter_board_bossrush = { 0 }, { - 14, + 3, 0 } } @@ -6402,35 +6402,63 @@ local chapter_board_bossrush = { [33]={ ["board"]={ { - 1, + 3, 0 }, { 0, - 1 + 3 }, { 0, - 1 + 3 }, { 0, - 1 + 3 }, { 0, - 1 + 3 }, { 0, - 1 + 3 }, { 0, - 1 + 3 }, { - 1, + 3, + 0 + }, + { + 2, + 0 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, + { + 3, 0 }, { @@ -6454,35 +6482,7 @@ local chapter_board_bossrush = { 0 }, { - 2, - 0 - }, - { - 1, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 14, + 3, 0 }, { @@ -6506,11 +6506,7 @@ local chapter_board_bossrush = { 0 }, { - 1, - 0 - }, - { - 1, + 3, 0 }, { @@ -6518,7 +6514,11 @@ local chapter_board_bossrush = { 0 }, { - 14, + 3, + 0 + }, + { + 3, 0 }, { @@ -6538,7 +6538,7 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { @@ -6562,19 +6562,19 @@ local chapter_board_bossrush = { 0 }, { - 14, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { @@ -6594,7 +6594,7 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 } } @@ -6607,11 +6607,11 @@ local chapter_board_bossrush = { }, { 0, - 1 + 3 }, { 0, - 1 + 3 }, { 3, @@ -6619,11 +6619,11 @@ local chapter_board_bossrush = { }, { 0, - 1 + 3 }, { 0, - 1 + 3 }, { 3, @@ -6631,7 +6631,7 @@ local chapter_board_bossrush = { }, { 0, - 1 + 3 }, { 2, @@ -6643,7 +6643,7 @@ local chapter_board_bossrush = { }, { 0, - 1 + 3 }, { 2, @@ -6655,11 +6655,11 @@ local chapter_board_bossrush = { }, { 0, - 1 + 3 }, { 0, - 1 + 3 }, { 2, @@ -6683,11 +6683,11 @@ local chapter_board_bossrush = { }, { 0, - 1 + 3 }, { 0, - 1 + 3 }, { 2, @@ -6697,61 +6697,13 @@ local chapter_board_bossrush = { 2, 0 }, - { - 14, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 0, - 1 - }, - { - 1, - 0 - }, - { - 0, - 1 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 0, - 1 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, { 3, 0 }, { - 0, - 1 + 2, + 0 }, { 2, @@ -6759,18 +6711,34 @@ local chapter_board_bossrush = { }, { 0, - 1 + 3 }, { 3, 0 }, { - 1, + 0, + 3 + }, + { + 2, 0 }, { - 1, + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 3, 0 }, { @@ -6783,7 +6751,15 @@ local chapter_board_bossrush = { }, { 0, - 1 + 3 + }, + { + 2, + 0 + }, + { + 0, + 3 }, { 3, @@ -6794,7 +6770,31 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 3 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, 0 } } @@ -6802,87 +6802,55 @@ local chapter_board_bossrush = { [35]={ ["board"]={ { - 1, + 3, 0 }, + { + 0, + 2 + }, { 0, 3 }, - { - 0, - 1 - }, - { - 0, - 4 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 3, - 0 - }, { 0, 5 }, { - 0, - 1 + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 }, { 0, 4 }, { - 1, - 0 - }, - { - 1, - 0 - }, - { - 3, - 0 - }, - { - 4, + 0, 3 }, - { - 3, - 0 - }, { 0, 5 }, { - 0, - 1 - }, - { - 0, - 4 - }, - { - 1, + 3, 0 }, { @@ -6890,8 +6858,8 @@ local chapter_board_bossrush = { 0 }, { - 4, - 3 + 3, + 0 }, { 4, @@ -6901,25 +6869,25 @@ local chapter_board_bossrush = { 3, 0 }, - { - 0, - 5 - }, - { - 0, - 1 - }, { 0, 4 }, + { + 0, + 3 + }, + { + 0, + 5 + }, { 3, 0 }, { - 4, - 1 + 3, + 0 }, { 4, @@ -6933,6 +6901,38 @@ local chapter_board_bossrush = { 3, 0 }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 5 + }, + { + 3, + 0 + }, + { + 4, + 3 + }, + { + 4, + 1 + }, + { + 4, + 3 + }, + { + 3, + 0 + }, { 2, 0 @@ -6950,7 +6950,7 @@ local chapter_board_bossrush = { 0 }, { - 14, + 3, 0 }, { @@ -6966,7 +6966,11 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, + 0 + }, + { + 3, 0 }, { @@ -6990,11 +6994,7 @@ local chapter_board_bossrush = { 0 }, { - 1, - 0 - }, - { - 1, + 3, 0 } } @@ -7002,7 +7002,7 @@ local chapter_board_bossrush = { [36]={ ["board"]={ { - 1, + 3, 0 }, { @@ -7011,55 +7011,47 @@ local chapter_board_bossrush = { }, { 0, - 4 + 5 }, { 0, - 4 + 5 }, { 0, - 4 + 5 }, { 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, + { + 0, + 3 + }, + { + 0, + 5 + }, { 2, 0 }, { 0, - 4 - }, - { - 2, - 0 + 5 }, { 0, - 4 - }, - { - 2, - 0 - }, - { - 1, - 0 - }, - { - 3, - 0 + 3 }, { 3, @@ -7067,23 +7059,31 @@ local chapter_board_bossrush = { }, { 0, - 4 + 3 }, { 0, - 4 + 3 }, { 0, - 4 + 5 }, { - 3, - 0 + 0, + 5 }, { - 3, - 0 + 0, + 5 + }, + { + 0, + 3 + }, + { + 0, + 3 }, { 3, @@ -7114,11 +7114,11 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { @@ -7134,19 +7134,19 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { @@ -7154,7 +7154,7 @@ local chapter_board_bossrush = { 0 }, { - 14, + 3, 0 }, { @@ -7162,15 +7162,15 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { @@ -7182,7 +7182,7 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { @@ -7194,7 +7194,7 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 } } @@ -7202,35 +7202,7 @@ local chapter_board_bossrush = { [37]={ ["board"]={ { - 1, - 0 - }, - { - 2, - 0 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 2, - 0 - }, - { - 1, - 0 - }, - { - 1, + 3, 0 }, { @@ -7239,26 +7211,54 @@ local chapter_board_bossrush = { }, { 0, - 5 + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 }, { 0, 5 }, { - 0, - 5 - }, - { - 0, - 5 - }, - { - 1, + 3, 0 }, { - 1, + 3, + 0 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 3, + 0 + }, + { + 3, 0 }, { @@ -7282,11 +7282,27 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, + 0 + }, + { + 5, + 3 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, 0 }, { @@ -7294,7 +7310,15 @@ local chapter_board_bossrush = { 1 }, { - 0, + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, 0 }, { @@ -7302,53 +7326,29 @@ local chapter_board_bossrush = { 0 }, { - 0, + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, 0 }, { 5, 2 }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 3, - 0 - }, - { - 2, - 0 - }, - { - 14, - 0 - }, - { - 2, - 0 - }, - { - 3, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 5, - 3 - }, { 0, 0 @@ -7363,14 +7363,14 @@ local chapter_board_bossrush = { }, { 5, - 5 + 4 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { @@ -7383,7 +7383,7 @@ local chapter_board_bossrush = { }, { 5, - 2 + 1 }, { 2, @@ -7394,7 +7394,7 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 } } @@ -7411,68 +7411,12 @@ local chapter_board_bossrush = { }, { 0, - 2 - }, - { - 0, - 2 - }, - { - 0, - 2 - }, - { - 2, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 5, - 5 - }, - { - 0, - 5 - }, - { - 0, - 2 + 1 }, { 0, 1 }, - { - 5, - 1 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 2, - 0 - }, - { - 0, - 5 - }, - { - 0, - 2 - }, { 0, 1 @@ -7491,7 +7435,31 @@ local chapter_board_bossrush = { }, { 5, - 5 + 4 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 5, + 3 + }, + { + 3, + 0 + }, + { + 3, + 0 }, { 2, @@ -7499,7 +7467,39 @@ local chapter_board_bossrush = { }, { 0, - 2 + 4 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 5, + 4 + }, + { + 2, + 0 + }, + { + 0, + 1 }, { 2, @@ -7507,7 +7507,7 @@ local chapter_board_bossrush = { }, { 5, - 1 + 3 }, { 3, @@ -7527,44 +7527,44 @@ local chapter_board_bossrush = { }, { 0, - 2 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 5, - 5 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 5, 1 }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 5, + 4 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 5, + 3 + }, { 3, 0 @@ -7582,7 +7582,7 @@ local chapter_board_bossrush = { 0 }, { - 14, + 3, 0 }, { @@ -7602,15 +7602,15 @@ local chapter_board_bossrush = { [39]={ ["board"]={ { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { @@ -7619,182 +7619,182 @@ local chapter_board_bossrush = { }, { 0, - 3 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 0, - 3 - }, - { - 13, - 1 - }, - { - 0, - 3 - }, - { - 1, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 1, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 14, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 1, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 13, - 5 - }, - { - 13, - 1 - }, - { - 13, 2 }, { - 1, + 0, + 2 + }, + { + 0, + 2 + }, + { + 3, 0 }, { - 1, + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 13, + 3 + }, + { + 0, + 2 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 13, + 4 + }, + { + 13, + 3 + }, + { + 13, + 1 + }, + { + 3, + 0 + }, + { + 3, 0 } } @@ -7803,32 +7803,16 @@ local chapter_board_bossrush = { ["board"]={ { 0, - 5 - }, - { - 0, - 2 + 4 }, { 0, 1 }, - { - 0, - 4 - }, { 0, 3 }, - { - 3, - 0 - }, - { - 3, - 0 - }, { 0, 5 @@ -7838,25 +7822,25 @@ local chapter_board_bossrush = { 2 }, { - 0, - 1 + 3, + 0 + }, + { + 3, + 0 }, { 0, 4 }, + { + 0, + 1 + }, { 0, 3 }, - { - 3, - 0 - }, - { - 3, - 0 - }, { 0, 5 @@ -7866,25 +7850,25 @@ local chapter_board_bossrush = { 2 }, { - 0, - 1 + 3, + 0 + }, + { + 3, + 0 }, { 0, 4 }, + { + 0, + 1 + }, { 0, 3 }, - { - 3, - 0 - }, - { - 14, - 0 - }, { 0, 5 @@ -7894,17 +7878,33 @@ local chapter_board_bossrush = { 2 }, { - 0, - 1 + 3, + 0 + }, + { + 3, + 0 }, { 0, 4 }, + { + 0, + 1 + }, { 0, 3 }, + { + 0, + 5 + }, + { + 0, + 2 + }, { 3, 0 @@ -7942,59 +7942,59 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, + { + 13, + 1 + }, + { + 13, + 3 + }, + { + 13, + 5 + }, { 13, 2 }, { - 13, - 1 + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 }, { 13, - 4 + 1 }, { 13, 3 }, { - 2, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 + 13, + 5 }, { 13, 2 }, - { - 13, - 1 - }, - { - 13, - 4 - }, - { - 13, - 3 - }, { 2, 0 }, { - 1, + 3, 0 } } @@ -8002,35 +8002,7 @@ local chapter_board_bossrush = { [41]={ ["board"]={ { - 1, - 0 - }, - { - 0, - 1 - }, - { - 0, - 3 - }, - { - 0, - 1 - }, - { - 0, - 3 - }, - { - 0, - 1 - }, - { - 1, - 0 - }, - { - 2, + 3, 0 }, { @@ -8039,7 +8011,7 @@ local chapter_board_bossrush = { }, { 0, - 1 + 2 }, { 0, @@ -8047,14 +8019,14 @@ local chapter_board_bossrush = { }, { 0, - 1 + 2 }, { 0, 3 }, { - 2, + 3, 0 }, { @@ -8062,87 +8034,23 @@ local chapter_board_bossrush = { 0 }, { - 2, - 0 + 0, + 2 }, { - 2, - 0 + 0, + 3 }, { - 2, - 0 + 0, + 2 }, { - 2, - 0 + 0, + 3 }, { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 13, - 5 - }, - { - 2, - 0 - }, - { - 13, - 5 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 13, - 5 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 13, - 5 - }, - { - 2, - 0 - }, - { - 13, + 0, 2 }, { @@ -8150,8 +8058,36 @@ local chapter_board_bossrush = { 0 }, { - 13, - 2 + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 }, { 2, @@ -8159,7 +8095,7 @@ local chapter_board_bossrush = { }, { 13, - 2 + 4 }, { 2, @@ -8167,14 +8103,78 @@ local chapter_board_bossrush = { }, { 13, - 2 + 4 }, { - 1, + 2, 0 }, { - 14, + 2, + 0 + }, + { + 2, + 0 + }, + { + 13, + 4 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 13, + 4 + }, + { + 2, + 0 + }, + { + 13, + 1 + }, + { + 2, + 0 + }, + { + 13, + 1 + }, + { + 2, + 0 + }, + { + 13, + 1 + }, + { + 2, + 0 + }, + { + 13, + 1 + }, + { + 3, + 0 + }, + { + 3, 0 }, { @@ -8190,11 +8190,11 @@ local chapter_board_bossrush = { 0 }, { - 14, + 3, 0 }, { - 1, + 3, 0 } } @@ -8202,37 +8202,101 @@ local chapter_board_bossrush = { [42]={ ["board"]={ { - 1, + 3, 0 }, { 0, - 3 + 2 }, { 0, - 3 + 2 }, { 0, - 3 + 2 }, { 0, - 3 + 2 }, { 0, - 3 + 2 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 13, + 4 + }, + { + 0, + 4 + }, { 0, 4 @@ -8242,84 +8306,64 @@ local chapter_board_bossrush = { 4 }, { - 0, - 3 - }, - { - 0, + 13, 4 }, { - 0, - 4 - }, - { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 2, + 3, 0 }, { - 2, + 3, 0 }, { - 2, + 3, 0 }, { - 2, + 3, 0 }, { - 2, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { 13, - 5 + 1 }, { 0, - 5 + 1 }, { 0, - 5 + 1 }, { 0, - 5 + 1 }, { 13, - 5 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 14, - 0 + 1 }, { 3, @@ -8333,50 +8377,6 @@ local chapter_board_bossrush = { 3, 0 }, - { - 14, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 13, - 2 - }, - { - 0, - 2 - }, - { - 0, - 2 - }, - { - 0, - 2 - }, - { - 13, - 2 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 3, - 0 - }, { 3, 0 @@ -8394,13 +8394,41 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 } } }, [43]={ ["board"]={ + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, { 0, 2 @@ -8423,39 +8451,11 @@ local chapter_board_bossrush = { }, { 0, - 4 + 2 }, { 0, - 4 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 0, - 1 - }, - { - 0, - 1 - }, - { - 0, - 1 - }, - { - 0, - 3 - }, - { - 0, - 3 + 2 }, { 2, @@ -8495,16 +8495,16 @@ local chapter_board_bossrush = { }, { 0, - 2 - }, - { - 0, - 2 + 1 }, { 0, 1 }, + { + 0, + 3 + }, { 2, 0 @@ -8521,80 +8521,80 @@ local chapter_board_bossrush = { 2, 0 }, + { + 0, + 5 + }, + { + 3, + 0 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, { 0, 4 }, { - 14, - 0 - }, - { - 0, - 1 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 1, - 0 - }, - { - 0, - 5 + 13, + 4 }, { 13, - 5 + 4 }, { 13, - 5 - }, - { - 13, - 5 + 4 }, { 0, - 5 + 4 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 } } @@ -8611,154 +8611,14 @@ local chapter_board_bossrush = { }, { 0, - 4 - }, - { - 0, - 3 - }, - { - 0, - 1 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 0, - 4 - }, - { - 0, - 3 - }, - { - 0, - 1 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 0, - 4 - }, - { - 0, - 3 - }, - { - 0, - 1 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 0, - 1 - }, - { - 0, - 3 - }, - { - 0, - 4 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 13, - 1 - }, - { - 13, - 3 - }, - { - 13, - 3 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 14, - 0 - }, - { - 2, - 0 - }, - { - 13, 5 }, { - 13, - 5 + 0, + 2 }, { - 13, + 0, 3 }, { @@ -8766,35 +8626,175 @@ local chapter_board_bossrush = { 0 }, { - 14, + 2, 0 }, { - 1, + 2, 0 }, { - 1, + 2, 0 }, { - 13, + 0, 5 }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, { 13, 3 }, { 13, - 5 + 2 }, { - 1, + 13, + 2 + }, + { + 2, 0 }, { - 1, + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 13, + 4 + }, + { + 13, + 4 + }, + { + 13, + 2 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 13, + 4 + }, + { + 13, + 2 + }, + { + 13, + 4 + }, + { + 3, + 0 + }, + { + 3, 0 } } @@ -8807,175 +8807,67 @@ local chapter_board_bossrush = { }, { 0, - 5 - }, - { - 0, - 5 - }, - { - 0, - 5 - }, - { - 0, - 5 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 14, - 0 - }, - { - 13, - 1 - }, - { - 13, 4 }, { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 13, + 0, 4 }, { - 13, - 1 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 14, - 0 - }, - { - 13, + 0, 4 }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 3, + 0 + }, { 13, - 1 + 3 + }, + { + 13, + 5 }, { 2, @@ -8986,15 +8878,123 @@ local chapter_board_bossrush = { 0 }, { - 1, + 2, 0 }, { - 1, + 2, 0 }, { - 1, + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 13, + 5 + }, + { + 13, + 3 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 13, + 5 + }, + { + 13, + 3 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, 0 } } @@ -9005,6 +9005,42 @@ local chapter_board_bossrush = { 3, 0 }, + { + 0, + 2 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 0, + 4 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, { 0, 3 @@ -9017,24 +9053,84 @@ local chapter_board_bossrush = { 0, 1 }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, { 2, 0 }, { - 0, + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 13, + 2 + }, + { + 13, 5 }, { - 3, - 0 - }, - { - 3, - 0 - }, - { - 0, + 13, 4 }, { @@ -9042,8 +9138,12 @@ local chapter_board_bossrush = { 0 }, { - 0, - 1 + 3, + 0 + }, + { + 3, + 0 }, { 2, @@ -9053,114 +9153,14 @@ local chapter_board_bossrush = { 0, 2 }, - { - 3, - 0 - }, - { - 3, - 0 - }, { 0, - 1 - }, - { - 0, - 1 - }, - { - 0, - 1 - }, - { - 0, - 1 - }, - { - 0, - 1 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 2, - 0 - }, - { - 13, - 3 - }, - { - 13, - 4 - }, - { - 13, 5 }, - { - 2, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 2, - 0 - }, - { - 0, - 3 - }, { 0, 4 }, - { - 0, - 5 - }, { 2, 0 @@ -9174,23 +9174,23 @@ local chapter_board_bossrush = { 0 }, { - 14, + 3, 0 }, { 0, - 3 - }, - { - 0, - 4 + 2 }, { 0, 5 }, { - 14, + 0, + 4 + }, + { + 3, 0 }, { @@ -9203,15 +9203,27 @@ local chapter_board_bossrush = { ["board"]={ { 0, - 2 + 1 }, { 0, - 4 + 5 }, { 0, - 4 + 5 + }, + { + 0, + 3 + }, + { + 0, + 5 + }, + { + 0, + 5 }, { 0, @@ -9219,56 +9231,12 @@ local chapter_board_bossrush = { }, { 0, - 4 - }, - { - 0, - 4 - }, - { - 0, - 2 - }, - { - 0, - 4 - }, - { - 0, - 2 - }, - { - 0, - 2 + 5 }, { 0, 1 }, - { - 0, - 2 - }, - { - 0, - 2 - }, - { - 0, - 4 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, { 0, 1 @@ -9279,70 +9247,102 @@ local chapter_board_bossrush = { }, { 0, - 3 + 1 + }, + { + 0, + 1 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 }, { 0, 3 }, { - 1, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 21, + 0, 2 }, { - 2, - 0 - }, - { - 21, - 4 - }, - { - 2, - 0 - }, - { - 21, + 0, 2 }, { - 1, + 0, + 2 + }, + { + 3, 0 }, { - 1, + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 21, + 1 + }, + { + 2, + 0 + }, + { + 21, + 5 + }, + { + 2, + 0 + }, + { + 21, + 1 + }, + { + 3, + 0 + }, + { + 3, 0 }, { @@ -9366,15 +9366,15 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { @@ -9382,7 +9382,7 @@ local chapter_board_bossrush = { 0 }, { - 14, + 3, 0 }, { @@ -9390,11 +9390,11 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 } } @@ -9403,31 +9403,39 @@ local chapter_board_bossrush = { ["board"]={ { 0, - 5 + 4 }, { 0, - 5 + 4 }, { 0, - 5 + 4 }, { 0, - 5 + 4 }, { 0, - 5 + 4 }, { 0, - 5 + 4 }, { 0, - 5 + 4 + }, + { + 2, + 0 + }, + { + 0, + 2 }, { 2, @@ -9443,7 +9451,11 @@ local chapter_board_bossrush = { }, { 0, - 1 + 5 + }, + { + 2, + 0 }, { 2, @@ -9451,11 +9463,7 @@ local chapter_board_bossrush = { }, { 0, - 4 - }, - { - 2, - 0 + 2 }, { 2, @@ -9471,7 +9479,11 @@ local chapter_board_bossrush = { }, { 0, - 1 + 5 + }, + { + 2, + 0 }, { 2, @@ -9479,11 +9491,7 @@ local chapter_board_bossrush = { }, { 0, - 4 - }, - { - 2, - 0 + 2 }, { 2, @@ -9499,14 +9507,34 @@ local chapter_board_bossrush = { }, { 0, - 1 + 5 }, { 2, 0 }, { - 0, + 2, + 0 + }, + { + 21, + 4 + }, + { + 2, + 0 + }, + { + 21, + 4 + }, + { + 2, + 0 + }, + { + 21, 4 }, { @@ -9518,35 +9546,7 @@ local chapter_board_bossrush = { 0 }, { - 21, - 5 - }, - { - 2, - 0 - }, - { - 21, - 5 - }, - { - 2, - 0 - }, - { - 21, - 5 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 14, + 3, 0 }, { @@ -9555,14 +9555,14 @@ local chapter_board_bossrush = { }, { 21, - 5 + 4 }, { 2, 0 }, { - 14, + 3, 0 }, { @@ -9570,31 +9570,31 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 } } @@ -9602,69 +9602,37 @@ local chapter_board_bossrush = { [49]={ ["board"]={ { - 1, + 3, 0 }, { 0, - 3 - }, - { - 0, - 4 + 2 }, { 0, 5 }, - { - 0, - 3 - }, { 0, 4 }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 2, - 0 - }, { 0, - 4 + 2 }, { 0, 5 }, { - 0, - 3 - }, - { - 2, + 3, 0 }, { - 1, + 3, 0 }, - { - 1, - 0 - }, - { - 21, - 3 - }, { 2, 0 @@ -9674,107 +9642,51 @@ local chapter_board_bossrush = { 5 }, { - 2, - 0 - }, - { - 21, + 0, 4 }, { - 1, - 0 - }, - { - 1, - 0 + 0, + 2 }, { 2, 0 }, + { + 3, + 0 + }, + { + 3, + 0 + }, { 21, + 2 + }, + { + 2, + 0 + }, + { + 0, 4 }, { 2, 0 }, - { - 21, - 3 - }, - { - 2, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 14, - 0 - }, - { - 2, - 0 - }, - { - 1, - 0 - }, - { - 2, - 0 - }, - { - 14, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 2, - 0 - }, - { - 21, - 4 - }, { 21, 5 }, { - 21, - 3 - }, - { - 2, + 3, 0 }, { - 1, - 0 - }, - { - 1, - 0 - }, - { - 2, + 3, 0 }, { @@ -9789,12 +9701,100 @@ local chapter_board_bossrush = { 2, 0 }, + { + 21, + 2 + }, { 2, 0 }, { - 1, + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 21, + 5 + }, + { + 21, + 4 + }, + { + 21, + 2 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 21, + 4 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, 0 } } @@ -9803,19 +9803,15 @@ local chapter_board_bossrush = { ["board"]={ { 0, - 4 + 5 }, { 0, - 4 + 5 }, { 0, - 4 - }, - { - 0, - 2 + 5 }, { 0, @@ -9823,38 +9819,98 @@ local chapter_board_bossrush = { }, { 0, - 1 + 3 }, { 0, + 3 + }, + { + 0, + 3 + }, + { + 9, + 0 + }, + { + 2, + 0 + }, + { + 9, + 0 + }, + { + 2, + 0 + }, + { + 9, + 0 + }, + { + 2, + 0 + }, + { + 9, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 21, 1 }, { - 9, + 3, 0 }, { - 2, + 21, + 1 + }, + { + 3, 0 }, { - 9, - 0 + 21, + 1 }, { - 2, - 0 - }, - { - 9, - 0 - }, - { - 2, - 0 - }, - { - 9, + 3, 0 }, { @@ -9891,7 +9947,7 @@ local chapter_board_bossrush = { }, { 21, - 2 + 1 }, { 3, @@ -9899,7 +9955,7 @@ local chapter_board_bossrush = { }, { 21, - 2 + 1 }, { 3, @@ -9907,68 +9963,12 @@ local chapter_board_bossrush = { }, { 21, - 2 + 1 }, { 3, 0 }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 14, - 0 - }, - { - 21, - 2 - }, - { - 3, - 0 - }, - { - 21, - 2 - }, - { - 3, - 0 - }, - { - 21, - 2 - }, - { - 14, - 0 - }, { 3, 0 @@ -10003,15 +10003,7 @@ local chapter_board_bossrush = { ["board"]={ { 0, - 2 - }, - { - 0, - 2 - }, - { - 0, - 2 + 1 }, { 0, @@ -10019,15 +10011,23 @@ local chapter_board_bossrush = { }, { 0, - 5 + 1 }, { 0, - 5 + 3 }, { 0, - 5 + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 }, { 3, @@ -10115,7 +10115,7 @@ local chapter_board_bossrush = { }, { 21, - 1 + 3 }, { 0, @@ -10123,7 +10123,7 @@ local chapter_board_bossrush = { }, { 21, - 1 + 3 }, { 0, @@ -10131,7 +10131,7 @@ local chapter_board_bossrush = { }, { 21, - 1 + 3 }, { 0, @@ -10139,7 +10139,7 @@ local chapter_board_bossrush = { }, { 21, - 1 + 3 }, { 3, @@ -10174,7 +10174,7 @@ local chapter_board_bossrush = { 0 }, { - 14, + 3, 0 }, { @@ -10190,7 +10190,7 @@ local chapter_board_bossrush = { 0 }, { - 14, + 3, 0 }, { @@ -10203,19 +10203,11 @@ local chapter_board_bossrush = { ["board"]={ { 0, - 2 + 1 }, { 0, - 2 - }, - { - 0, - 3 - }, - { - 0, - 3 + 1 }, { 0, @@ -10227,10 +10219,18 @@ local chapter_board_bossrush = { }, { 0, - 2 + 1 }, { - 1, + 0, + 1 + }, + { + 0, + 1 + }, + { + 3, 0 }, { @@ -10239,16 +10239,16 @@ local chapter_board_bossrush = { }, { 0, - 2 - }, - { - 0, - 3 + 1 }, { 0, 2 }, + { + 0, + 1 + }, { 2, 0 @@ -10259,7 +10259,7 @@ local chapter_board_bossrush = { }, { 21, - 3 + 2 }, { 3, @@ -10279,11 +10279,11 @@ local chapter_board_bossrush = { }, { 3, - 4 + 5 }, { 21, - 4 + 5 }, { 11, @@ -10291,39 +10291,23 @@ local chapter_board_bossrush = { }, { 21, - 3 + 2 }, { 21, - 3 + 2 }, { 9, 0 }, - { - 1, - 0 - }, - { - 21, - 3 - }, - { - 21, - 3 - }, - { - 1, - 0 - }, { 3, 0 }, { - 14, - 0 + 21, + 2 }, { 21, @@ -10338,12 +10322,12 @@ local chapter_board_bossrush = { 0 }, { - 21, - 3 + 3, + 0 }, { - 1, - 0 + 21, + 1 }, { 3, @@ -10362,7 +10346,31 @@ local chapter_board_bossrush = { 0 }, { - 14, + 3, + 0 + }, + { + 3, + 0 + }, + { + 21, + 1 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 21, + 2 + }, + { + 3, 0 }, { @@ -10370,8 +10378,8 @@ local chapter_board_bossrush = { 3 }, { - 1, - 0 + 21, + 3 }, { 21, @@ -10379,19 +10387,11 @@ local chapter_board_bossrush = { }, { 21, - 1 + 3 }, { 21, - 2 - }, - { - 21, - 1 - }, - { - 21, - 1 + 3 }, { 10, @@ -10403,20 +10403,20 @@ local chapter_board_bossrush = { ["board"]={ { 0, - 4 + 5 }, { 0, - 4 - }, - { - 21, - 3 - }, - { - 21, 5 }, + { + 21, + 2 + }, + { + 21, + 4 + }, { 3, 0 @@ -10426,25 +10426,25 @@ local chapter_board_bossrush = { 0 }, { - 14, + 3, 0 }, { 0, - 1 - }, - { - 0, - 4 - }, - { - 21, 3 }, { - 21, + 0, 5 }, + { + 21, + 2 + }, + { + 21, + 4 + }, { 3, 0 @@ -10455,23 +10455,23 @@ local chapter_board_bossrush = { }, { 21, - 3 - }, - { - 0, - 1 + 2 }, { 0, 3 }, { - 21, + 0, 2 }, { 21, - 5 + 1 + }, + { + 21, + 4 }, { 9, @@ -10479,28 +10479,32 @@ local chapter_board_bossrush = { }, { 21, - 2 - }, - { - 21, - 3 - }, - { - 0, - 4 - }, - { - 0, 1 }, { 21, 2 }, + { + 0, + 5 + }, + { + 0, + 3 + }, + { + 21, + 1 + }, { 8, 0 }, + { + 21, + 3 + }, { 21, 1 @@ -10510,16 +10514,12 @@ local chapter_board_bossrush = { 2 }, { - 21, + 0, 3 }, { 0, - 1 - }, - { - 0, - 1 + 3 }, { 8, @@ -10529,6 +10529,10 @@ local chapter_board_bossrush = { 3, 0 }, + { + 21, + 3 + }, { 21, 1 @@ -10537,44 +10541,40 @@ local chapter_board_bossrush = { 21, 2 }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, { 21, 3 }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, { 21, 1 }, - { - 21, - 2 - }, { 8, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { @@ -10587,14 +10587,14 @@ local chapter_board_bossrush = { }, { 21, - 1 + 3 }, { - 14, + 3, 0 }, { - 1, + 3, 0 } } @@ -10602,17 +10602,9 @@ local chapter_board_bossrush = { [54]={ ["board"]={ { - 1, + 3, 0 }, - { - 0, - 1 - }, - { - 0, - 1 - }, { 0, 3 @@ -10623,42 +10615,50 @@ local chapter_board_bossrush = { }, { 0, - 3 + 2 }, { 0, - 4 + 2 }, { - 1, + 0, + 2 + }, + { + 0, + 5 + }, + { + 3, 0 }, { 9, 0 }, + { + 0, + 3 + }, { 0, 1 }, { 0, - 2 + 1 }, { 0, - 2 + 1 }, { 0, - 2 + 1 }, { - 0, - 2 - }, - { - 1, + 3, 0 }, { @@ -10682,12 +10682,12 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { 21, - 3 + 2 }, { 0, @@ -10698,7 +10698,7 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { @@ -10710,16 +10710,16 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { 21, - 3 + 2 }, { 0, @@ -10742,17 +10742,41 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { 11, 0 }, + { + 21, + 3 + }, + { + 21, + 2 + }, + { + 21, + 2 + }, { 21, 1 }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, { 21, 3 @@ -10761,22 +10785,6 @@ local chapter_board_bossrush = { 21, 3 }, - { - 21, - 2 - }, - { - 14, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, { 21, 1 @@ -10786,15 +10794,7 @@ local chapter_board_bossrush = { 1 }, { - 21, - 2 - }, - { - 21, - 2 - }, - { - 1, + 3, 0 } } @@ -10805,46 +10805,6 @@ local chapter_board_bossrush = { 18, 0 }, - { - 0, - 1 - }, - { - 0, - 1 - }, - { - 0, - 3 - }, - { - 0, - 4 - }, - { - 0, - 4 - }, - { - 1, - 0 - }, - { - 18, - 0 - }, - { - 18, - 0 - }, - { - 18, - 0 - }, - { - 0, - 1 - }, { 0, 3 @@ -10855,7 +10815,47 @@ local chapter_board_bossrush = { }, { 0, - 4 + 2 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 3, + 0 + }, + { + 18, + 0 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 5 }, { 18, @@ -10910,63 +10910,71 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 22, 1 }, { 0, + 0 + }, + { + 22, + 2 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 22, 1 }, { - 0, - 2 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 0, - 4 - }, - { - 1, - 0 - }, - { - 0, - 2 - }, - { - 22, - 2 - }, - { - 0, - 2 - }, - { - 22, - 3 - }, - { - 0, - 3 - }, - { - 1, - 0 - }, - { - 1, + 3, 0 }, { @@ -10974,27 +10982,19 @@ local chapter_board_bossrush = { 2 }, { - 14, + 3, 0 }, { 22, - 3 + 2 }, { - 14, + 3, 0 }, { - 22, - 3 - }, - { - 1, - 0 - }, - { - 1, + 3, 0 } } @@ -11003,62 +11003,90 @@ local chapter_board_bossrush = { ["board"]={ { 0, - 2 + 5 }, { 0, - 4 + 1 }, { 0, - 2 + 5 }, { 0, - 2 + 1 }, { 0, - 4 + 5 }, { 0, - 2 + 1 }, { 0, - 4 + 5 }, { 0, - 2 + 1 }, { 0, - 4 + 5 }, { 0, + 1 + }, + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 3, + 0 + }, + { + 4, + 1 + }, + { + 4, + 1 + }, + { + 22, 3 }, { - 0, + 4, 1 }, { - 0, + 4, 1 }, { - 0, - 2 + 3, + 0 }, { - 0, - 4 - }, - { - 1, + 3, 0 }, { @@ -11069,30 +11097,6 @@ local chapter_board_bossrush = { 4, 3 }, - { - 4, - 1 - }, - { - 4, - 2 - }, - { - 4, - 4 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 4, - 2 - }, { 4, 2 @@ -11106,53 +11110,41 @@ local chapter_board_bossrush = { 5 }, { - 4, + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, 5 }, { - 1, + 0, + 5 + }, + { + 3, 0 }, { - 1, + 3, 0 }, - { - 0, - 1 - }, - { - 0, - 1 - }, - { - 0, - 3 - }, - { - 0, - 4 - }, - { - 0, - 4 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 22, - 3 - }, - { - 22, - 3 - }, { 22, 2 @@ -11166,35 +11158,43 @@ local chapter_board_bossrush = { 1 }, { - 1, + 22, + 1 + }, + { + 22, + 3 + }, + { + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, + { + 22, + 4 + }, { 22, 5 }, { 22, - 4 + 5 }, { - 22, - 4 - }, - { - 1, + 3, 0 }, { - 1, + 3, 0 } } @@ -11205,77 +11205,165 @@ local chapter_board_bossrush = { 19, 0 }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, { 19, 0 }, + { + 19, + 0 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, { 0, 4 }, - { - 0, - 2 - }, { 0, 1 }, - { - 19, - 0 - }, - { - 19, - 0 - }, - { - 19, - 0 - }, - { - 19, - 0 - }, { 0, 2 }, - { - 0, - 5 - }, - { - 0, - 2 - }, - { - 19, - 0 - }, - { - 19, - 0 - }, - { - 19, - 0 - }, { 19, 0 }, { 4, + 5 + }, + { + 4, + 5 + }, + { + 4, + 5 + }, + { + 4, + 1 + }, + { + 4, + 3 + }, + { + 4, + 3 + }, + { + 4, + 3 + }, + { + 19, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 22, + 2 + }, + { + 22, + 2 + }, + { + 22, + 2 + }, + { + 22, + 1 + }, + { + 22, 4 }, { - 4, - 2 + 19, + 0 }, { - 4, - 5 + 19, + 0 + }, + { + 22, + 1 + }, + { + 22, + 3 + }, + { + 22, + 4 + }, + { + 22, + 1 + }, + { + 22, + 3 }, { 19, @@ -11286,35 +11374,7 @@ local chapter_board_bossrush = { 0 }, { - 1, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 1, - 0 - }, - { - 1, + 19, 0 }, { @@ -11323,78 +11383,18 @@ local chapter_board_bossrush = { }, { 22, - 3 - }, - { - 22, - 3 - }, - { - 22, - 2 - }, - { - 22, - 5 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 22, - 2 + 4 }, { 22, 1 }, { - 22, - 5 - }, - { - 22, - 2 - }, - { - 22, - 1 - }, - { - 1, + 19, 0 }, { - 1, - 0 - }, - { - 14, - 0 - }, - { - 22, - 1 - }, - { - 22, - 5 - }, - { - 22, - 2 - }, - { - 14, - 0 - }, - { - 1, + 19, 0 } } @@ -11402,56 +11402,28 @@ local chapter_board_bossrush = { [58]={ ["board"]={ { - 1, + 19, 0 }, - { - 0, - 4 - }, - { - 0, - 1 - }, - { - 0, - 4 - }, { 0, 5 }, + { + 0, + 3 + }, { 0, 5 }, { - 1, - 0 + 0, + 3 }, { - 1, - 0 - }, - { - 19, - 0 - }, - { - 4, - 4 - }, - { - 4, - 1 - }, - { - 4, - 4 - }, - { - 4, - 4 + 0, + 5 }, { 19, @@ -11462,8 +11434,24 @@ local chapter_board_bossrush = { 0 }, { - 19, - 0 + 0, + 3 + }, + { + 0, + 5 + }, + { + 0, + 3 + }, + { + 0, + 5 + }, + { + 0, + 3 }, { 19, @@ -11477,6 +11465,18 @@ local chapter_board_bossrush = { 4, 5 }, + { + 4, + 3 + }, + { + 4, + 5 + }, + { + 4, + 3 + }, { 19, 0 @@ -11487,7 +11487,7 @@ local chapter_board_bossrush = { }, { 22, - 1 + 3 }, { 0, @@ -11514,12 +11514,12 @@ local chapter_board_bossrush = { 0 }, { - 14, + 19, 0 }, { 22, - 1 + 3 }, { 0, @@ -11543,39 +11543,11 @@ local chapter_board_bossrush = { }, { 22, - 1 + 3 }, { 22, - 1 - }, - { - 22, - 2 - }, - { - 22, - 2 - }, - { - 22, - 2 - }, - { - 19, - 0 - }, - { - 1, - 0 - }, - { - 14, - 0 - }, - { - 22, - 1 + 3 }, { 22, @@ -11594,7 +11566,35 @@ local chapter_board_bossrush = { 0 }, { - 1, + 19, + 0 + }, + { + 19, + 0 + }, + { + 22, + 3 + }, + { + 22, + 3 + }, + { + 22, + 3 + }, + { + 22, + 3 + }, + { + 19, + 0 + }, + { + 19, 0 } } @@ -11607,7 +11607,11 @@ local chapter_board_bossrush = { }, { 0, - 2 + 1 + }, + { + 0, + 1 }, { 0, @@ -11615,12 +11619,32 @@ local chapter_board_bossrush = { }, { 0, - 3 + 1 + }, + { + 0, + 1 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 }, { 0, 2 }, + { + 0, + 1 + }, { 0, 2 @@ -11638,36 +11662,68 @@ local chapter_board_bossrush = { 0 }, { - 0, - 3 - }, - { - 0, + 4, 2 }, { - 0, + 4, + 5 + }, + { + 4, 2 }, - { - 19, - 0 - }, - { - 19, - 0 - }, - { - 1, - 0 - }, { 4, 3 }, { 4, - 4 + 2 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 4, + 1 + }, + { + 4, + 1 }, { 4, @@ -11682,119 +11738,63 @@ local chapter_board_bossrush = { 1 }, { - 1, + 19, 0 }, { - 1, + 19, 0 }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 4, - 2 - }, - { - 4, - 2 - }, - { - 4, - 1 - }, - { - 4, - 2 - }, - { - 4, - 2 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 0, - 1 - }, { 0, 3 }, { - 14, - 0 + 0, + 2 }, { - 0, - 4 + 19, + 0 }, { 0, 5 }, { - 1, + 0, + 4 + }, + { + 19, 0 }, { - 1, + 19, 0 }, { - 1, + 19, 0 }, - { - 22, - 1 - }, { 22, 3 }, { 22, - 5 + 2 }, { - 1, + 22, + 4 + }, + { + 19, 0 }, { - 1, + 19, 0 } } @@ -11802,52 +11802,24 @@ local chapter_board_bossrush = { [60]={ ["board"]={ { - 1, + 19, 0 }, - { - 1, - 5 - }, - { - 0, - 2 - }, - { - 0, - 5 - }, { 0, 4 }, { 0, - 2 - }, - { - 19, - 0 - }, - { - 1, - 0 - }, - { - 19, - 0 - }, - { - 19, - 0 + 1 }, { 0, - 2 + 4 }, { 0, - 5 + 1 }, { 0, @@ -11862,55 +11834,55 @@ local chapter_board_bossrush = { 0 }, { - 19, - 0 - }, - { - 19, - 0 - }, - { - 19, - 0 - }, - { - 19, - 0 + 0, + 1 }, { 0, 4 }, { - 1, + 0, + 1 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 19, 0 }, { - 4, - 3 - }, - { - 4, - 3 - }, - { - 4, - 3 - }, - { - 4, - 2 - }, - { - 4, - 2 - }, - { - 1, + 18, 0 }, { - 1, + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 19, 0 }, { @@ -11926,55 +11898,55 @@ local chapter_board_bossrush = { 0 }, { - 4, - 2 + 0, + 0 + }, + { + 0, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 }, { 22, - 2 - }, - { - 22, - 4 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 14, - 0 - }, - { - 0, - 0 - }, - { - 4, 1 }, { 22, - 2 + 5 }, { - 22, - 4 - }, - { - 22, - 4 - }, - { - 1, + 19, 0 }, { - 1, + 19, + 0 + }, + { + 19, 0 }, { @@ -11982,20 +11954,48 @@ local chapter_board_bossrush = { 0 }, { - 14, + 19, 0 }, { 22, - 2 + 1 }, { 22, - 4 + 5 }, { 22, - 4 + 5 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 0, + 0 + }, + { + 19, + 0 + }, + { + 22, + 1 + }, + { + 22, + 5 + }, + { + 22, + 5 } } }, @@ -12005,6 +12005,14 @@ local chapter_board_bossrush = { 18, 0 }, + { + 0, + 2 + }, + { + 0, + 2 + }, { 0, 3 @@ -12015,19 +12023,11 @@ local chapter_board_bossrush = { }, { 0, - 1 + 5 }, { 0, - 1 - }, - { - 0, - 4 - }, - { - 0, - 4 + 5 }, { 18, @@ -12039,7 +12039,15 @@ local chapter_board_bossrush = { }, { 0, - 1 + 3 + }, + { + 0, + 2 + }, + { + 0, + 2 }, { 0, @@ -12047,15 +12055,7 @@ local chapter_board_bossrush = { }, { 0, - 3 - }, - { - 0, - 1 - }, - { - 0, - 4 + 5 }, { 18, @@ -12085,66 +12085,38 @@ local chapter_board_bossrush = { 18, 0 }, - { - 22, - 1 - }, { 22, 3 }, - { - 18, - 0 - }, - { - 18, - 0 - }, - { - 18, - 0 - }, - { - 18, - 0 - }, - { - 18, - 0 - }, { 22, 2 }, { - 22, - 4 + 18, + 0 }, { 18, 0 }, { - 4, - 5 - }, - { - 4, - 5 - }, - { - 4, - 5 - }, - { - 4, - 4 - }, - { - 14, + 18, 0 }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 22, + 1 + }, { 22, 5 @@ -12170,17 +12142,49 @@ local chapter_board_bossrush = { 0 }, { - 1, + 19, 0 }, { - 1, + 22, + 4 + }, + { + 18, 0 }, { - 1, + 0, 0 }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 22, + 3 + }, { 22, 1 @@ -12191,11 +12195,7 @@ local chapter_board_bossrush = { }, { 22, - 3 - }, - { - 22, - 4 + 5 } } }, @@ -12203,7 +12203,7 @@ local chapter_board_bossrush = { ["board"]={ { 22, - 5 + 4 }, { 19, @@ -12219,16 +12219,100 @@ local chapter_board_bossrush = { }, { 4, + 2 + }, + { + 0, 3 }, + { + 0, + 2 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 4, + 2 + }, + { + 4, + 2 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 4, + 4 + }, + { + 0, + 5 + }, + { + 0, + 3 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 4, + 4 + }, + { + 4, + 4 + }, + { + 0, + 5 + }, { 0, 1 }, - { - 0, - 3 - }, { 19, 0 @@ -12241,45 +12325,17 @@ local chapter_board_bossrush = { 19, 0 }, - { - 4, - 3 - }, - { - 4, - 3 - }, - { - 0, - 4 - }, - { - 0, - 3 - }, - { - 14, - 0 - }, - { - 19, - 0 - }, - { - 19, - 0 - }, { 19, 0 }, { 4, - 5 + 1 }, { 0, - 4 + 3 }, { 0, @@ -12299,75 +12355,27 @@ local chapter_board_bossrush = { }, { 4, - 5 + 1 }, { 4, - 5 - }, - { - 0, - 4 - }, - { - 0, - 2 - }, - { - 14, - 0 - }, - { - 19, - 0 - }, - { - 19, - 0 - }, - { - 19, - 0 - }, - { - 4, - 2 - }, - { - 0, 1 }, { 0, - 2 - }, - { - 19, - 0 - }, - { - 19, - 0 - }, - { - 19, - 0 - }, - { - 4, - 2 - }, - { - 4, - 2 + 5 }, { 0, - 4 + 3 }, { - 0, - 1 + 22, + 3 + }, + { + 19, + 0 }, { 22, @@ -12379,22 +12387,14 @@ local chapter_board_bossrush = { }, { 22, - 2 + 4 }, { 19, 0 }, { - 22, - 5 - }, - { - 1, - 0 - }, - { - 1, + 19, 0 } } @@ -12403,7 +12403,7 @@ local chapter_board_bossrush = { ["board"]={ { 12, - 2 + 1 }, { 18, @@ -12411,82 +12411,82 @@ local chapter_board_bossrush = { }, { 0, - 2 - }, - { - 0, - 5 - }, - { - 0, - 2 - }, - { - 18, - 0 - }, - { - 18, - 0 - }, - { - 1, - 0 - }, - { - 18, - 0 - }, - { - 0, - 5 - }, - { - 0, - 2 + 1 }, { 0, 4 }, + { + 0, + 1 + }, { 18, 0 }, { - 12, - 2 - }, - { - 12, - 2 + 18, + 0 }, { 19, 0 }, { - 0, - 5 - }, - { - 0, - 5 + 18, + 0 }, { 0, 4 }, + { + 0, + 1 + }, + { + 0, + 5 + }, + { + 18, + 0 + }, + { + 12, + 1 + }, + { + 12, + 1 + }, { 19, 0 }, { - 1, + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 19, 0 }, { - 1, + 19, + 0 + }, + { + 19, 0 }, { @@ -12511,11 +12511,11 @@ local chapter_board_bossrush = { }, { 12, - 2 + 1 }, { 12, - 2 + 1 }, { 19, @@ -12538,11 +12538,11 @@ local chapter_board_bossrush = { 0 }, { - 1, + 19, 0 }, { - 1, + 19, 0 }, { @@ -12554,7 +12554,7 @@ local chapter_board_bossrush = { 0 }, { - 1, + 19, 0 }, { @@ -12567,26 +12567,26 @@ local chapter_board_bossrush = { }, { 12, - 2 + 1 }, { 12, - 2 + 1 }, { 20, 0 }, { - 14, + 19, 0 }, { - 1, + 19, 0 }, { - 14, + 19, 0 }, { @@ -12594,7 +12594,7 @@ local chapter_board_bossrush = { 0 }, { - 1, + 19, 0 } } @@ -12603,198 +12603,198 @@ local chapter_board_bossrush = { ["board"]={ { 0, - 5 + 4 }, { 0, - 5 + 4 }, { 0, - 3 - }, - { - 0, - 5 - }, - { - 0, - 5 - }, - { - 0, - 5 - }, - { - 0, - 5 - }, - { - 18, - 0 - }, - { - 18, - 0 - }, - { - 0, - 5 - }, - { - 18, - 0 - }, - { - 0, - 5 - }, - { - 18, - 0 - }, - { - 18, - 0 - }, - { - 19, - 0 - }, - { - 18, - 0 - }, - { - 19, - 0 - }, - { - 18, - 0 - }, - { - 19, - 0 - }, - { - 18, - 0 - }, - { - 19, - 0 - }, - { - 4, - 3 - }, - { - 4, - 3 - }, - { - 4, - 3 - }, - { - 18, - 0 - }, - { - 19, - 0 - }, - { - 19, - 0 - }, - { - 19, - 0 - }, - { - 19, - 0 - }, - { - 19, - 0 - }, - { - 19, - 0 - }, - { - 19, - 0 - }, - { - 19, - 0 - }, - { - 19, - 0 - }, - { - 19, - 0 - }, - { - 19, - 0 - }, - { - 19, - 0 - }, - { - 19, - 0 - }, - { - 12, - 1 - }, - { - 12, - 1 - }, - { - 12, - 1 - }, - { - 14, - 0 - }, - { - 14, - 0 - }, - { - 12, 2 }, { - 12, + 0, + 4 + }, + { + 0, 2 }, { - 1, + 0, + 4 + }, + { + 0, + 4 + }, + { + 18, 0 }, { - 1, + 18, 0 }, { - 1, + 0, + 4 + }, + { + 18, 0 }, { - 1, + 0, + 4 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 4, + 2 + }, + { + 4, + 2 + }, + { + 4, + 2 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 12, + 3 + }, + { + 12, + 3 + }, + { + 12, + 3 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 12, + 1 + }, + { + 12, + 1 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, 0 } } @@ -12809,6 +12809,14 @@ local chapter_board_bossrush = { 19, 0 }, + { + 0, + 3 + }, + { + 0, + 3 + }, { 0, 1 @@ -12819,74 +12827,66 @@ local chapter_board_bossrush = { }, { 0, + 3 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 19, + 0 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 18, + 0 + }, + { + 4, 2 }, { - 0, + 4, 2 }, - { - 0, - 1 - }, - { - 18, - 0 - }, - { - 19, - 0 - }, - { - 18, - 0 - }, - { - 19, - 0 - }, - { - 0, - 1 - }, - { - 0, - 2 - }, - { - 0, - 1 - }, - { - 19, - 0 - }, - { - 18, - 0 - }, - { - 19, - 0 - }, - { - 18, - 0 - }, { 4, 3 }, { - 4, - 3 - }, - { - 4, - 1 - }, - { - 14, + 19, 0 }, { @@ -12929,21 +12929,45 @@ local chapter_board_bossrush = { 18, 0 }, + { + 12, + 5 + }, + { + 12, + 4 + }, + { + 12, + 4 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 18, + 0 + }, { 12, 4 }, { 12, - 5 - }, - { - 12, - 5 - }, - { - 18, - 0 + 4 }, { 19, @@ -12957,44 +12981,20 @@ local chapter_board_bossrush = { 19, 0 }, - { - 18, - 0 - }, - { - 12, - 5 - }, - { - 12, - 5 - }, { 19, 0 }, - { - 18, - 0 - }, { 19, 0 }, - { - 14, - 0 - }, { 19, 0 }, { - 1, - 0 - }, - { - 1, + 19, 0 } } @@ -13002,123 +13002,87 @@ local chapter_board_bossrush = { [66]={ ["board"]={ { - 1, + 19, 0 }, { 0, - 5 + 4 }, { 0, - 2 + 4 }, { 0, - 2 + 4 }, { 0, - 5 + 4 }, { 0, - 5 + 4 }, { - 1, - 0 - }, - { - 1, - 0 - }, - { - 0, - 5 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 0, - 2 - }, - { - 1, - 0 - }, - { - 18, - 0 - }, - { - 18, - 0 - }, - { - 18, - 0 - }, - { - 12, - 2 - }, - { - 18, - 0 - }, - { - 18, - 0 - }, - { - 18, + 19, 0 }, { 19, 0 }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 19, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, { 12, 1 }, { - 19, + 18, 0 }, { - 19, + 18, 0 }, { - 19, - 0 - }, - { - 19, - 0 - }, - { - 19, - 0 - }, - { - 1, - 0 - }, - { - 19, + 18, 0 }, { @@ -13138,11 +13102,11 @@ local chapter_board_bossrush = { 0 }, { - 1, + 19, 0 }, { - 1, + 19, 0 }, { @@ -13162,23 +13126,15 @@ local chapter_board_bossrush = { 0 }, { - 14, + 12, + 2 + }, + { + 19, 0 }, { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 14, + 19, 0 }, { @@ -13190,11 +13146,55 @@ local chapter_board_bossrush = { 0 }, { - 1, + 19, 0 }, { - 1, + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, 0 } } @@ -13203,11 +13203,11 @@ local chapter_board_bossrush = { ["board"]={ { 0, - 2 + 1 }, { 0, - 4 + 5 }, { 11, @@ -13218,7 +13218,7 @@ local chapter_board_bossrush = { 0 }, { - 14, + 19, 0 }, { @@ -13231,35 +13231,7 @@ local chapter_board_bossrush = { }, { 0, - 2 - }, - { - 0, - 4 - }, - { - 18, - 0 - }, - { - 18, - 0 - }, - { - 18, - 0 - }, - { - 18, - 0 - }, - { - 18, - 0 - }, - { - 0, - 4 + 5 }, { 0, @@ -13291,7 +13263,7 @@ local chapter_board_bossrush = { }, { 0, - 2 + 5 }, { 18, @@ -13310,7 +13282,31 @@ local chapter_board_bossrush = { 0 }, { - 14, + 18, + 0 + }, + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, 0 }, { @@ -13318,8 +13314,12 @@ local chapter_board_bossrush = { 0 }, { - 19, - 0 + 0, + 1 + }, + { + 0, + 5 }, { 19, @@ -13382,19 +13382,19 @@ local chapter_board_bossrush = { 0 }, { - 1, + 19, 0 }, { - 1, + 19, 0 }, { - 1, + 19, 0 }, { - 1, + 19, 0 } } @@ -13407,52 +13407,52 @@ local chapter_board_bossrush = { }, { 0, - 2 - }, - { - 0, - 3 + 1 }, { 0, 2 }, - { - 0, - 3 - }, - { - 0, - 5 - }, - { - 18, - 0 - }, - { - 18, - 0 - }, - { - 0, - 4 - }, - { - 0, - 2 - }, - { - 0, - 3 - }, { 0, 1 }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, { 0, 5 }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, { 18, 0 @@ -13463,11 +13463,11 @@ local chapter_board_bossrush = { }, { 4, - 4 + 5 }, { 4, - 4 + 5 }, { 19, @@ -13475,11 +13475,11 @@ local chapter_board_bossrush = { }, { 4, - 1 + 3 }, { 4, - 1 + 3 }, { 19, @@ -13499,7 +13499,7 @@ local chapter_board_bossrush = { }, { 12, - 5 + 4 }, { 0, @@ -13526,7 +13526,7 @@ local chapter_board_bossrush = { 0 }, { - 1, + 19, 0 }, { @@ -13546,7 +13546,7 @@ local chapter_board_bossrush = { 0 }, { - 14, + 19, 0 }, { @@ -13554,7 +13554,7 @@ local chapter_board_bossrush = { 0 }, { - 1, + 19, 0 }, { @@ -13562,7 +13562,7 @@ local chapter_board_bossrush = { 0 }, { - 14, + 19, 0 }, { @@ -13570,31 +13570,31 @@ local chapter_board_bossrush = { 0 }, { - 1, + 19, 0 }, { - 1, + 19, 0 }, { - 1, + 19, 0 }, { - 1, + 19, 0 }, { - 1, + 19, 0 }, { - 1, + 19, 0 }, { - 1, + 19, 0 } } @@ -13611,19 +13611,19 @@ local chapter_board_bossrush = { }, { 0, - 4 + 5 }, { 0, - 4 + 5 }, { 0, - 4 + 5 }, { 0, - 4 + 5 }, { 19, @@ -13639,15 +13639,15 @@ local chapter_board_bossrush = { }, { 0, - 4 + 5 }, { 0, - 3 + 2 }, { 0, - 4 + 5 }, { 19, @@ -13691,7 +13691,7 @@ local chapter_board_bossrush = { }, { 4, - 4 + 5 }, { 0, @@ -13699,7 +13699,7 @@ local chapter_board_bossrush = { }, { 4, - 4 + 5 }, { 0, @@ -13707,7 +13707,7 @@ local chapter_board_bossrush = { }, { 4, - 4 + 5 }, { 20, @@ -13719,7 +13719,7 @@ local chapter_board_bossrush = { }, { 4, - 4 + 5 }, { 0, @@ -13727,7 +13727,7 @@ local chapter_board_bossrush = { }, { 4, - 4 + 5 }, { 0, @@ -13735,7 +13735,7 @@ local chapter_board_bossrush = { }, { 4, - 4 + 5 }, { 0, @@ -13747,7 +13747,7 @@ local chapter_board_bossrush = { }, { 12, - 4 + 5 }, { 20, @@ -13755,7 +13755,7 @@ local chapter_board_bossrush = { }, { 12, - 4 + 5 }, { 20, @@ -13763,7 +13763,7 @@ local chapter_board_bossrush = { }, { 12, - 4 + 5 }, { 20, @@ -13771,47 +13771,43 @@ local chapter_board_bossrush = { }, { 12, - 4 + 5 }, { - 14, + 19, 0 }, { 12, - 4 + 5 }, { 12, - 4 + 5 }, { 12, - 4 + 5 }, { - 14, + 19, 0 }, { 12, - 4 + 5 } } }, [70]={ ["board"]={ { - 1, + 19, 0 }, { 0, - 2 - }, - { - 0, - 1 + 5 }, { 0, @@ -13819,18 +13815,18 @@ local chapter_board_bossrush = { }, { 0, - 1 + 5 }, { 0, - 2 + 3 }, { - 1, - 0 + 0, + 5 }, { - 1, + 19, 0 }, { @@ -13838,27 +13834,31 @@ local chapter_board_bossrush = { 0 }, { - 4, - 2 - }, - { - 4, - 1 - }, - { - 4, - 3 + 19, + 0 }, { 0, - 1 + 5 }, { 0, 3 }, { - 1, + 0, + 5 + }, + { + 0, + 3 + }, + { + 0, + 5 + }, + { + 19, 0 }, { @@ -13873,21 +13873,21 @@ local chapter_board_bossrush = { 19, 0 }, - { - 4, - 2 - }, { 4, 3 }, { 4, - 2 + 5 + }, + { + 4, + 3 }, { 12, - 2 + 1 }, { 0, @@ -13911,7 +13911,7 @@ local chapter_board_bossrush = { }, { 4, - 2 + 5 }, { 18, @@ -13923,7 +13923,7 @@ local chapter_board_bossrush = { }, { 12, - 2 + 1 }, { 0, @@ -13943,7 +13943,7 @@ local chapter_board_bossrush = { }, { 12, - 2 + 1 }, { 19, @@ -13967,10 +13967,10 @@ local chapter_board_bossrush = { }, { 12, - 2 + 1 }, { - 1, + 19, 0 }, { @@ -13978,7 +13978,7 @@ local chapter_board_bossrush = { 0 }, { - 14, + 19, 0 }, { @@ -13986,52 +13986,52 @@ local chapter_board_bossrush = { 0 }, { - 14, + 19, 0 }, { - 1, + 19, 0 }, { - 1, + 19, 0 } } }, [71]={ ["board"]={ + { + 0, + 3 + }, { 0, 1 }, { 0, - 2 + 5 }, { 0, - 4 + 1 }, { 0, - 2 + 5 }, { 0, - 4 + 1 }, { - 0, - 2 - }, - { - 1, + 3, 0 }, { 0, - 1 + 3 }, { 11, @@ -14039,28 +14039,28 @@ local chapter_board_bossrush = { }, { 0, - 4 + 5 }, { 0, - 2 + 1 }, { 0, - 4 + 5 }, { 0, - 2 + 1 }, { 12, - 2 - }, - { - 0, 1 }, + { + 0, + 3 + }, { 2, 0 @@ -14082,7 +14082,7 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { @@ -14109,10 +14109,6 @@ local chapter_board_bossrush = { 3, 0 }, - { - 14, - 0 - }, { 3, 0 @@ -14138,7 +14134,11 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, + 0 + }, + { + 3, 0 }, { @@ -14165,10 +14165,6 @@ local chapter_board_bossrush = { 2, 0 }, - { - 14, - 0 - }, { 3, 0 @@ -14194,7 +14190,11 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, + 0 + }, + { + 3, 0 } } @@ -14202,13 +14202,17 @@ local chapter_board_bossrush = { [72]={ ["board"]={ { - 1, + 3, 0 }, { 0, 4 }, + { + 0, + 4 + }, { 0, 5 @@ -14217,25 +14221,21 @@ local chapter_board_bossrush = { 0, 4 }, - { - 0, - 5 - }, { 0, 4 }, { - 1, + 3, 0 }, { - 12, - 3 + 0, + 2 }, { 0, - 4 + 5 }, { 10, @@ -14243,7 +14243,7 @@ local chapter_board_bossrush = { }, { 0, - 5 + 4 }, { 11, @@ -14251,15 +14251,15 @@ local chapter_board_bossrush = { }, { 0, - 4 + 5 }, { - 12, - 3 + 0, + 2 }, { 4, - 3 + 2 }, { 2, @@ -14283,11 +14283,11 @@ local chapter_board_bossrush = { }, { 4, - 3 + 2 }, { 12, - 3 + 2 }, { 3, @@ -14311,7 +14311,7 @@ local chapter_board_bossrush = { }, { 12, - 3 + 2 }, { 7, @@ -14342,7 +14342,7 @@ local chapter_board_bossrush = { 0 }, { - 14, + 3, 0 }, { @@ -14366,11 +14366,11 @@ local chapter_board_bossrush = { 0 }, { - 14, + 3, 0 }, { - 1, + 3, 0 }, { @@ -14394,7 +14394,7 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 } } @@ -14402,16 +14402,16 @@ local chapter_board_bossrush = { [73]={ ["board"]={ { - 1, - 0 + 0, + 3 }, { 0, - 1 + 3 }, { 0, - 1 + 3 }, { 9, @@ -14419,27 +14419,27 @@ local chapter_board_bossrush = { }, { 0, - 1 + 3 }, { 0, - 1 - }, - { - 1, - 0 - }, - { - 1, - 0 + 3 }, { 0, - 1 + 3 }, { 0, - 1 + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 }, { 2, @@ -14447,18 +14447,18 @@ local chapter_board_bossrush = { }, { 0, - 1 + 3 }, { 0, - 1 + 3 }, { - 1, - 0 + 0, + 3 }, { - 1, + 3, 0 }, { @@ -14482,35 +14482,11 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, - 0 - }, - { - 4, - 1 - }, - { - 4, - 1 - }, - { - 2, - 0 - }, - { - 4, - 1 - }, - { - 4, - 1 - }, - { - 1, + 3, 0 }, { @@ -14521,18 +14497,10 @@ local chapter_board_bossrush = { 4, 3 }, - { - 1, - 0 - }, { 2, 0 }, - { - 1, - 0 - }, { 4, 3 @@ -14542,15 +14510,19 @@ local chapter_board_bossrush = { 3 }, { - 14, + 3, 0 }, { - 1, - 0 + 4, + 2 }, { - 1, + 4, + 2 + }, + { + 3, 0 }, { @@ -14558,27 +14530,27 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 4, + 2 + }, + { + 4, + 2 + }, + { + 3, 0 }, { - 14, + 3, 0 }, { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, + 3, 0 }, { @@ -14586,15 +14558,43 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, 0 } } @@ -14602,7 +14602,7 @@ local chapter_board_bossrush = { [74]={ ["board"]={ { - 1, + 3, 0 }, { @@ -14619,18 +14619,18 @@ local chapter_board_bossrush = { }, { 0, - 1 - }, - { - 0, - 2 + 3 }, { 0, 1 }, { - 1, + 0, + 3 + }, + { + 3, 0 }, { @@ -14645,20 +14645,20 @@ local chapter_board_bossrush = { 2, 0 }, + { + 0, + 3 + }, { 0, 1 }, { 0, - 2 + 1 }, { - 0, - 2 - }, - { - 1, + 3, 0 }, { @@ -14675,22 +14675,22 @@ local chapter_board_bossrush = { }, { 0, - 1 + 3 }, { 0, - 1 + 3 }, { 0, - 1 + 3 }, { - 1, + 3, 0 }, { - 14, + 3, 0 }, { @@ -14714,7 +14714,7 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { @@ -14742,7 +14742,7 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { @@ -14754,7 +14754,7 @@ local chapter_board_bossrush = { 0 }, { - 14, + 3, 0 }, { @@ -14766,35 +14766,35 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 } } @@ -14803,15 +14803,15 @@ local chapter_board_bossrush = { ["board"]={ { 0, - 4 + 5 }, { 0, - 4 + 5 }, { 0, - 4 + 5 }, { 2, @@ -14819,27 +14819,27 @@ local chapter_board_bossrush = { }, { 0, - 3 + 2 }, { 0, - 3 + 2 }, { 0, - 3 + 2 }, { 0, - 3 + 2 }, { 0, - 3 + 2 }, { 0, - 3 + 2 }, { 2, @@ -14847,15 +14847,15 @@ local chapter_board_bossrush = { }, { 0, - 4 + 5 }, { 0, - 4 + 5 }, { 0, - 4 + 5 }, { 2, @@ -14926,7 +14926,7 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { @@ -14954,7 +14954,15 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, 0 }, { @@ -14970,19 +14978,11 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, + 3, 0 }, { @@ -15007,12 +15007,40 @@ local chapter_board_bossrush = { }, { 0, - 4 + 2 }, { 0, 3 }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, { 0, 3 @@ -15029,34 +15057,6 @@ local chapter_board_bossrush = { 2, 0 }, - { - 0, - 3 - }, - { - 0, - 1 - }, - { - 0, - 1 - }, - { - 0, - 1 - }, - { - 0, - 1 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, { 2, 0 @@ -15071,82 +15071,18 @@ local chapter_board_bossrush = { }, { 0, - 3 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 4, 5 }, { - 4, + 0, 5 }, { - 4, - 2 - }, - { - 4, - 2 - }, - { - 4, - 1 - }, - { - 4, - 1 - }, - { - 10, - 0 - }, - { - 11, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 14, - 0 - }, - { - 4, + 0, 5 }, { - 4, + 0, 5 }, { @@ -15157,6 +15093,14 @@ local chapter_board_bossrush = { 4, 4 }, + { + 4, + 1 + }, + { + 4, + 1 + }, { 4, 3 @@ -15194,7 +15138,63 @@ local chapter_board_bossrush = { 0 }, { - 14, + 3, + 0 + }, + { + 4, + 4 + }, + { + 4, + 4 + }, + { + 4, + 5 + }, + { + 4, + 5 + }, + { + 4, + 2 + }, + { + 4, + 2 + }, + { + 10, + 0 + }, + { + 11, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, 0 } } @@ -15203,15 +15203,15 @@ local chapter_board_bossrush = { ["board"]={ { 0, - 2 + 5 }, { 0, - 1 + 5 }, { 0, - 1 + 5 }, { 2, @@ -15226,16 +15226,16 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { 0, - 1 + 3 }, { 0, - 2 + 3 }, { 2, @@ -15254,7 +15254,35 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, 0 }, { @@ -15265,34 +15293,6 @@ local chapter_board_bossrush = { 0, 1 }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 1, - 0 - }, - { - 4, - 2 - }, - { - 4, - 2 - }, { 11, 0 @@ -15306,20 +15306,20 @@ local chapter_board_bossrush = { 0 }, { - 14, + 3, 0 }, { - 1, + 3, 0 }, { 0, - 0 + 1 }, { 0, - 0 + 1 }, { 7, @@ -15338,11 +15338,11 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { @@ -15362,19 +15362,19 @@ local chapter_board_bossrush = { 0 }, { - 14, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { @@ -15394,24 +15394,24 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 } } }, [78]={ ["board"]={ - { - 0, - 2 - }, { 0, 1 }, { 0, - 1 + 3 + }, + { + 0, + 3 }, { 9, @@ -15419,118 +15419,118 @@ local chapter_board_bossrush = { }, { 0, - 5 - }, - { - 0, - 5 - }, - { - 0, - 5 - }, - { - 0, - 2 - }, - { - 0, - 1 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 3, - 0 - }, - { - 4, - 2 - }, - { - 0, - 2 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 3, - 0 - }, - { - 4, - 1 - }, - { - 1, - 0 - }, - { - 3, - 0 - }, - { - 2, - 0 - }, - { - 3, - 0 - }, - { - 2, - 0 - }, - { - 4, - 1 - }, - { - 0, - 0 - }, - { - 1, - 0 - }, - { - 4, 4 }, { - 4, + 0, 4 }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, { 4, 3 }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, { 4, 3 }, { - 1, + 0, + 0 + }, + { + 3, + 0 + }, + { + 4, + 5 + }, + { + 4, + 5 + }, + { + 4, + 2 + }, + { + 4, + 2 + }, + { + 3, 0 }, { @@ -15538,7 +15538,7 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { @@ -15550,7 +15550,7 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { @@ -15558,7 +15558,7 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { @@ -15566,19 +15566,19 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 14, + 3, 0 }, { - 1, + 3, 0 }, { @@ -15586,15 +15586,15 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 14, + 3, 0 }, { - 1, + 3, 0 } } @@ -15611,22 +15611,22 @@ local chapter_board_bossrush = { }, { 0, - 4 + 5 }, { 0, - 3 + 2 }, { 24, 0 }, { - 1, + 25, 0 }, { - 1, + 25, 0 }, { @@ -15639,11 +15639,11 @@ local chapter_board_bossrush = { }, { 0, - 4 + 5 }, { 0, - 3 + 2 }, { 24, @@ -15654,7 +15654,7 @@ local chapter_board_bossrush = { 0 }, { - 1, + 25, 0 }, { @@ -15667,11 +15667,11 @@ local chapter_board_bossrush = { }, { 0, - 4 + 5 }, { 0, - 3 + 2 }, { 24, @@ -15695,11 +15695,11 @@ local chapter_board_bossrush = { }, { 0, - 4 + 5 }, { 0, - 3 + 2 }, { 24, @@ -15723,14 +15723,10 @@ local chapter_board_bossrush = { }, { 0, - 4 + 5 }, { - 23, - 3 - }, - { - 23, + 0, 2 }, { @@ -15739,10 +15735,14 @@ local chapter_board_bossrush = { }, { 23, - 5 + 3 }, { - 1, + 23, + 4 + }, + { + 25, 0 }, { @@ -15751,11 +15751,7 @@ local chapter_board_bossrush = { }, { 23, - 4 - }, - { - 23, - 3 + 5 }, { 23, @@ -15767,23 +15763,23 @@ local chapter_board_bossrush = { }, { 23, - 5 - }, - { - 1, - 0 - }, - { - 1, - 0 + 3 }, { 23, 4 }, + { + 25, + 0 + }, + { + 25, + 0 + }, { 23, - 3 + 5 }, { 23, @@ -15795,14 +15791,46 @@ local chapter_board_bossrush = { }, { 23, - 5 + 3 + }, + { + 23, + 4 } } }, [80]={ ["board"]={ { - 1, + 25, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 25, + 0 + }, + { + 25, 0 }, { @@ -15811,7 +15839,7 @@ local chapter_board_bossrush = { }, { 0, - 1 + 2 }, { 0, @@ -15826,101 +15854,49 @@ local chapter_board_bossrush = { 1 }, { - 1, + 25, 0 }, { - 1, - 0 - }, - { - 0, - 2 - }, - { - 0, + 23, 3 }, { - 0, + 25, + 0 + }, + { + 27, 1 }, { - 0, + 27, + 1 + }, + { + 27, + 5 + }, + { + 25, + 0 + }, + { + 23, 3 }, - { - 0, - 2 - }, - { - 1, - 0 - }, { 23, - 1 + 3 }, { 25, 0 }, - { - 27, - 2 - }, - { - 27, - 2 - }, { 27, 4 }, - { - 25, - 0 - }, - { - 23, - 1 - }, - { - 23, - 1 - }, - { - 25, - 0 - }, - { - 27, - 5 - }, - { - 27, - 4 - }, - { - 27, - 4 - }, - { - 25, - 0 - }, - { - 23, - 1 - }, - { - 23, - 1 - }, - { - 25, - 0 - }, { 27, 5 @@ -15929,9 +15905,33 @@ local chapter_board_bossrush = { 27, 5 }, + { + 25, + 0 + }, + { + 23, + 3 + }, + { + 23, + 3 + }, + { + 25, + 0 + }, { 27, - 1 + 4 + }, + { + 27, + 4 + }, + { + 27, + 3 }, { 25, @@ -15939,11 +15939,11 @@ local chapter_board_bossrush = { }, { 23, - 1 + 3 }, { 23, - 1 + 3 }, { 25, @@ -15967,76 +15967,40 @@ local chapter_board_bossrush = { }, { 23, - 1 + 3 }, { - 1, + 25, 0 }, { - 1, + 25, 0 }, { - 14, + 25, 0 }, { 23, - 1 + 3 }, { - 14, + 25, 0 }, { - 1, + 25, 0 }, { - 1, + 25, 0 } } }, [81]={ ["board"]={ - { - 1, - 0 - }, - { - 23, - 5 - }, - { - 0, - 2 - }, - { - 0, - 5 - }, - { - 0, - 4 - }, - { - 0, - 2 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 0, - 5 - }, { 25, 0 @@ -16047,23 +16011,23 @@ local chapter_board_bossrush = { }, { 0, - 2 + 1 }, { 0, 4 }, { - 1, - 0 - }, - { - 1, - 0 + 0, + 5 }, { 0, - 5 + 1 + }, + { + 25, + 0 }, { 25, @@ -16079,15 +16043,11 @@ local chapter_board_bossrush = { }, { 23, - 2 + 5 }, { - 1, - 0 - }, - { - 1, - 0 + 0, + 1 }, { 0, @@ -16097,6 +16057,10 @@ local chapter_board_bossrush = { 25, 0 }, + { + 25, + 0 + }, { 0, 4 @@ -16107,14 +16071,50 @@ local chapter_board_bossrush = { }, { 0, - 2 + 5 }, { - 1, + 25, 0 }, { - 1, + 23, + 1 + }, + { + 25, + 0 + }, + { + 25, + 0 + }, + { + 0, + 4 + }, + { + 25, + 0 + }, + { + 0, + 5 + }, + { + 25, + 0 + }, + { + 0, + 1 + }, + { + 25, + 0 + }, + { + 25, 0 }, { @@ -16127,7 +16127,7 @@ local chapter_board_bossrush = { }, { 0, - 4 + 5 }, { 25, @@ -16135,22 +16135,22 @@ local chapter_board_bossrush = { }, { 0, - 2 + 1 }, { - 1, + 25, 0 }, { - 1, + 25, 0 }, { - 14, + 25, 0 }, { - 1, + 25, 0 }, { @@ -16163,38 +16163,38 @@ local chapter_board_bossrush = { }, { 0, - 2 + 1 }, { - 1, + 25, 0 }, { - 1, + 25, 0 }, { - 1, + 25, 0 }, { - 1, + 25, 0 }, { - 14, + 25, 0 }, { - 1, + 25, 0 }, { - 1, + 25, 0 }, { - 1, + 25, 0 } } @@ -16203,72 +16203,32 @@ local chapter_board_bossrush = { ["board"]={ { 0, - 4 - }, - { - 1, - 0 - }, - { - 0, - 3 - }, - { - 1, - 0 - }, - { - 0, - 3 - }, - { - 1, - 0 - }, - { - 0, - 4 - }, - { - 27, - 2 - }, - { - 0, - 4 - }, - { - 27, - 1 - }, - { - 0, - 1 - }, - { - 27, - 1 - }, - { - 0, - 4 - }, - { - 27, 5 }, { - 0, - 4 - }, - { - 27, - 2 + 25, + 0 }, { 0, 2 }, + { + 25, + 0 + }, + { + 0, + 2 + }, + { + 25, + 0 + }, + { + 0, + 5 + }, { 27, 1 @@ -16279,12 +16239,52 @@ local chapter_board_bossrush = { }, { 27, + 3 + }, + { + 0, + 3 + }, + { + 27, + 3 + }, + { + 0, 5 }, + { + 27, + 4 + }, + { + 0, + 5 + }, + { + 27, + 1 + }, + { + 0, + 1 + }, + { + 27, + 3 + }, { 0, 4 }, + { + 27, + 4 + }, + { + 0, + 5 + }, { 24, 0 @@ -16299,7 +16299,7 @@ local chapter_board_bossrush = { }, { 0, - 3 + 2 }, { 24, @@ -16323,15 +16323,15 @@ local chapter_board_bossrush = { }, { 23, - 3 + 2 }, { 23, - 3 + 2 }, { 23, - 3 + 2 }, { 24, @@ -16341,38 +16341,10 @@ local chapter_board_bossrush = { 25, 0 }, - { - 14, - 0 - }, { 25, 0 }, - { - 23, - 3 - }, - { - 23, - 2 - }, - { - 23, - 3 - }, - { - 25, - 0 - }, - { - 14, - 0 - }, - { - 23, - 3 - }, { 25, 0 @@ -16381,10 +16353,22 @@ local chapter_board_bossrush = { 23, 2 }, + { + 23, + 1 + }, { 23, 2 }, + { + 25, + 0 + }, + { + 25, + 0 + }, { 23, 2 @@ -16395,7 +16379,23 @@ local chapter_board_bossrush = { }, { 23, - 3 + 1 + }, + { + 23, + 1 + }, + { + 23, + 1 + }, + { + 25, + 0 + }, + { + 23, + 2 } } }, @@ -16403,19 +16403,15 @@ local chapter_board_bossrush = { ["board"]={ { 0, - 4 + 5 }, { 0, - 4 + 5 }, { 0, - 4 - }, - { - 0, - 3 + 5 }, { 0, @@ -16423,10 +16419,14 @@ local chapter_board_bossrush = { }, { 0, - 3 + 1 }, { - 14, + 0, + 2 + }, + { + 25, 0 }, { @@ -16439,11 +16439,7 @@ local chapter_board_bossrush = { }, { 0, - 3 - }, - { - 0, - 3 + 2 }, { 0, @@ -16451,7 +16447,11 @@ local chapter_board_bossrush = { }, { 0, - 3 + 1 + }, + { + 0, + 2 }, { 24, @@ -16511,39 +16511,7 @@ local chapter_board_bossrush = { }, { 23, - 2 - }, - { - 1, - 0 - }, - { - 24, - 0 - }, - { - 24, - 0 - }, - { - 24, - 0 - }, - { - 24, - 0 - }, - { - 23, - 2 - }, - { - 23, - 2 - }, - { - 1, - 0 + 1 }, { 25, @@ -16558,23 +16526,23 @@ local chapter_board_bossrush = { 0 }, { - 23, - 1 - }, - { - 23, - 1 - }, - { - 23, - 1 - }, - { - 1, + 24, 0 }, { - 1, + 24, + 0 + }, + { + 23, + 1 + }, + { + 23, + 1 + }, + { + 25, 0 }, { @@ -16582,69 +16550,89 @@ local chapter_board_bossrush = { 0 }, { - 23, - 1 + 24, + 0 + }, + { + 24, + 0 }, { 23, 3 }, { - 14, + 23, + 3 + }, + { + 23, + 3 + }, + { + 25, 0 }, { - 1, + 25, + 0 + }, + { + 25, + 0 + }, + { + 23, + 3 + }, + { + 23, + 2 + }, + { + 25, + 0 + }, + { + 25, 0 } } }, [84]={ ["board"]={ - { - 0, - 3 - }, { 0, 2 }, - { - 1, - 0 - }, - { - 0, - 2 - }, - { - 1, - 0 - }, - { - 0, - 3 - }, { 0, 1 }, + { + 25, + 0 + }, + { + 0, + 1 + }, + { + 25, + 0 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, { 24, 0 }, - { - 0, - 3 - }, - { - 0, - 2 - }, - { - 0, - 5 - }, { 0, 2 @@ -16653,6 +16641,18 @@ local chapter_board_bossrush = { 0, 1 }, + { + 25, + 0 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, { 24, 0 @@ -16665,10 +16665,6 @@ local chapter_board_bossrush = { 24, 0 }, - { - 27, - 3 - }, { 27, 2 @@ -16677,6 +16673,10 @@ local chapter_board_bossrush = { 27, 1 }, + { + 27, + 3 + }, { 24, 0 @@ -16693,10 +16693,6 @@ local chapter_board_bossrush = { 25, 0 }, - { - 27, - 3 - }, { 27, 2 @@ -16705,6 +16701,10 @@ local chapter_board_bossrush = { 27, 1 }, + { + 27, + 3 + }, { 25, 0 @@ -16742,16 +16742,16 @@ local chapter_board_bossrush = { 0 }, { - 1, + 25, 0 }, { 23, - 1 + 3 }, { 23, - 1 + 3 }, { 26, @@ -16759,42 +16759,42 @@ local chapter_board_bossrush = { }, { 23, - 2 + 1 }, { 23, - 2 + 1 }, { - 1, + 25, 0 }, { - 1, + 25, 0 }, { - 1, + 25, 0 }, { - 14, + 25, 0 }, { - 1, + 25, 0 }, { - 14, + 25, 0 }, { - 1, + 25, 0 }, { - 1, + 25, 0 } } @@ -16802,135 +16802,63 @@ local chapter_board_bossrush = { [85]={ ["board"]={ { - 1, + 25, 0 }, { - 1, + 25, 0 }, { 0, - 1 - }, - { - 0, - 2 - }, - { - 0, - 1 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 0, - 1 - }, - { - 0, - 2 - }, - { - 0, - 1 - }, - { - 0, - 2 - }, - { - 0, - 1 - }, - { - 1, - 0 - }, - { - 23, - 5 - }, - { - 24, - 0 - }, - { - 27, - 1 - }, - { - 27, - 2 - }, - { - 27, - 1 - }, - { - 24, - 0 - }, - { - 23, - 5 - }, - { - 23, - 5 - }, - { - 23, - 5 - }, - { - 27, 3 }, { - 27, - 4 + 0, + 1 }, { - 27, + 0, 3 }, { - 23, - 5 - }, - { - 23, - 5 - }, - { - 23, - 5 - }, - { - 24, + 25, 0 }, { - 27, - 4 + 25, + 0 }, { - 27, + 25, + 0 + }, + { + 0, 3 }, { - 27, + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 25, + 0 + }, + { + 23, 4 }, { @@ -16938,15 +16866,87 @@ local chapter_board_bossrush = { 0 }, { - 23, - 5 + 27, + 3 }, { - 1, + 27, + 1 + }, + { + 27, + 3 + }, + { + 24, 0 }, { - 1, + 23, + 4 + }, + { + 23, + 4 + }, + { + 23, + 4 + }, + { + 27, + 2 + }, + { + 27, + 5 + }, + { + 27, + 2 + }, + { + 23, + 4 + }, + { + 23, + 4 + }, + { + 23, + 4 + }, + { + 24, + 0 + }, + { + 27, + 5 + }, + { + 27, + 2 + }, + { + 27, + 5 + }, + { + 24, + 0 + }, + { + 23, + 4 + }, + { + 25, + 0 + }, + { + 25, 0 }, { @@ -16954,7 +16954,7 @@ local chapter_board_bossrush = { 0 }, { - 14, + 25, 0 }, { @@ -16962,39 +16962,39 @@ local chapter_board_bossrush = { 0 }, { - 1, + 25, 0 }, { - 1, + 25, 0 }, { - 1, + 25, 0 }, { - 1, + 25, 0 }, { 23, - 5 + 4 }, { 23, - 5 + 4 }, { 23, - 5 + 4 }, { - 1, + 25, 0 }, { - 1, + 25, 0 } } @@ -17002,49 +17002,17 @@ local chapter_board_bossrush = { [86]={ ["board"]={ { - 14, + 25, 0 }, - { - 27, - 1 - }, - { - 0, - 2 - }, - { - 0, - 5 - }, - { - 0, - 4 - }, - { - 27, - 4 - }, - { - 14, - 0 - }, - { - 0, - 1 - }, - { - 0, - 2 - }, - { - 0, - 5 - }, { 27, 3 }, + { + 0, + 1 + }, { 0, 4 @@ -17053,9 +17021,17 @@ local chapter_board_bossrush = { 0, 1 }, + { + 27, + 5 + }, + { + 25, + 0 + }, { 0, - 1 + 3 }, { 0, @@ -17063,8 +17039,20 @@ local chapter_board_bossrush = { }, { 0, + 4 + }, + { + 27, 2 }, + { + 0, + 4 + }, + { + 0, + 1 + }, { 0, 5 @@ -17073,128 +17061,140 @@ local chapter_board_bossrush = { 0, 3 }, - { - 0, - 3 - }, { 0, 1 }, - { - 0, - 1 - }, - { - 25, - 0 - }, - { - 25, - 0 - }, - { - 25, - 0 - }, - { - 25, - 0 - }, - { - 25, - 0 - }, - { - 25, - 0 - }, - { - 25, - 0 - }, - { - 1, - 0 - }, - { - 0, - 1 - }, - { - 0, - 2 - }, - { - 1, - 0 - }, - { - 0, - 3 - }, { 0, 4 }, { - 1, + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 0, + 5 + }, + { + 25, 0 }, { - 1, + 25, 0 }, { - 1, + 25, 0 }, + { + 25, + 0 + }, + { + 25, + 0 + }, + { + 25, + 0 + }, + { + 25, + 0 + }, + { + 25, + 0 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 25, + 0 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 25, + 0 + }, + { + 25, + 0 + }, + { + 25, + 0 + }, + { + 23, + 1 + }, + { + 23, + 4 + }, { 23, 2 }, { - 23, - 5 - }, - { - 23, - 3 - }, - { - 1, + 25, 0 }, { - 1, + 25, 0 }, { - 1, + 25, 0 }, { - 1, + 25, 0 }, { - 1, + 25, 0 }, { - 1, + 25, 0 }, { - 1, + 25, 0 }, { - 1, + 25, 0 }, { - 1, + 25, 0 } } @@ -17203,15 +17203,7 @@ local chapter_board_bossrush = { ["board"]={ { 0, - 2 - }, - { - 0, - 4 - }, - { - 0, - 1 + 3 }, { 0, @@ -17223,23 +17215,31 @@ local chapter_board_bossrush = { }, { 0, - 4 + 5 }, { 0, - 1 + 2 }, { 0, - 1 + 5 }, { 0, - 1 + 2 }, { 0, - 4 + 5 + }, + { + 0, + 3 + }, + { + 0, + 5 }, { 28, @@ -17249,21 +17249,21 @@ local chapter_board_bossrush = { 0, 5 }, + { + 0, + 2 + }, + { + 0, + 5 + }, { 0, 3 }, { 0, - 4 - }, - { - 0, - 4 - }, - { - 0, - 4 + 5 }, { 28, @@ -17277,18 +17277,18 @@ local chapter_board_bossrush = { 28, 0 }, + { + 0, + 2 + }, + { + 0, + 2 + }, { 0, 3 }, - { - 0, - 1 - }, - { - 0, - 4 - }, { 28, 0 @@ -17311,7 +17311,7 @@ local chapter_board_bossrush = { }, { 0, - 1 + 2 }, { 28, @@ -17341,254 +17341,254 @@ local chapter_board_bossrush = { 28, 0 }, - { - 5, - 3 - }, - { - 5, - 5 - }, - { - 21, - 3 - }, - { - 21, - 4 - }, - { - 21, - 1 - }, { 5, 2 }, { 5, - 1 - }, - { - 5, - 5 - }, - { - 5, - 3 - }, - { - 21, - 5 - }, - { - 21, 4 }, { 21, 2 }, + { + 21, + 5 + }, + { + 21, + 3 + }, { 5, 1 }, + { + 5, + 3 + }, + { + 5, + 4 + }, { 5, 2 + }, + { + 21, + 4 + }, + { + 21, + 5 + }, + { + 21, + 1 + }, + { + 5, + 3 + }, + { + 5, + 1 } } }, [88]={ ["board"]={ { - 1, + 29, 0 }, { - 1, + 29, 0 }, { 0, - 3 - }, - { - 0, - 1 - }, - { - 0, - 3 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 21, - 1 - }, - { - 0, - 3 - }, - { - 0, - 1 - }, - { - 0, - 3 - }, - { - 21, - 1 - }, - { - 1, - 0 - }, - { - 21, - 1 - }, - { - 21, - 1 - }, - { - 0, - 4 - }, - { - 0, - 3 - }, - { - 0, - 4 - }, - { - 21, - 1 - }, - { - 21, - 1 - }, - { - 0, - 1 - }, - { - 0, - 4 - }, - { - 0, - 4 - }, - { - 5, - 5 - }, - { - 0, - 4 - }, - { - 0, - 4 - }, - { - 0, - 1 - }, - { - 14, - 0 - }, - { - 30, - 0 - }, - { - 5, - 5 - }, - { - 5, 2 }, { - 5, - 5 + 0, + 3 }, { - 30, - 0 - }, - { - 14, - 0 - }, - { - 29, - 0 - }, - { - 30, - 0 - }, - { - 29, - 0 - }, - { - 5, - 5 - }, - { - 29, - 0 - }, - { - 30, - 0 - }, - { - 29, - 0 - }, - { - 29, - 0 - }, - { - 30, - 0 - }, - { - 29, - 0 - }, - { - 5, + 0, 2 }, { 29, 0 }, + { + 29, + 0 + }, + { + 29, + 0 + }, + { + 21, + 3 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 21, + 3 + }, + { + 29, + 0 + }, + { + 21, + 3 + }, + { + 21, + 3 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 21, + 3 + }, + { + 21, + 3 + }, + { + 0, + 3 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 5, + 4 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 3 + }, + { + 29, + 0 + }, + { + 30, + 0 + }, + { + 5, + 4 + }, + { + 5, + 1 + }, + { + 5, + 4 + }, + { + 30, + 0 + }, + { + 29, + 0 + }, + { + 29, + 0 + }, + { + 30, + 0 + }, + { + 29, + 0 + }, + { + 5, + 4 + }, + { + 29, + 0 + }, + { + 30, + 0 + }, + { + 29, + 0 + }, + { + 29, + 0 + }, + { + 30, + 0 + }, + { + 29, + 0 + }, + { + 5, + 1 + }, + { + 29, + 0 + }, { 30, 0 @@ -17602,96 +17602,96 @@ local chapter_board_bossrush = { [89]={ ["board"]={ { - 1, + 29, 0 }, + { + 0, + 1 + }, { 0, 2 }, { 0, - 3 + 1 }, { 0, + 2 + }, + { + 0, + 1 + }, + { + 29, + 0 + }, + { + 29, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 29, + 0 + }, + { + 29, + 0 + }, + { + 5, + 2 + }, + { + 5, + 2 + }, + { + 28, + 0 + }, + { + 5, + 2 + }, + { + 5, + 2 + }, + { + 29, + 0 + }, + { + 21, 5 }, - { - 0, - 3 - }, - { - 0, - 1 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 0, - 2 - }, - { - 0, - 2 - }, - { - 0, - 3 - }, - { - 0, - 1 - }, - { - 0, - 1 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 5, - 3 - }, - { - 5, - 3 - }, - { - 28, - 0 - }, - { - 5, - 3 - }, - { - 5, - 3 - }, - { - 1, - 0 - }, { 21, - 4 - }, - { - 21, - 4 + 5 }, { 28, @@ -17707,19 +17707,19 @@ local chapter_board_bossrush = { }, { 21, - 4 + 5 }, { 21, - 4 + 5 }, { 21, - 4 + 5 }, { 21, - 4 + 5 }, { 29, @@ -17735,18 +17735,22 @@ local chapter_board_bossrush = { }, { 21, - 4 + 5 }, { 21, - 4 + 5 }, { - 1, + 29, 0 }, { - 1, + 29, + 0 + }, + { + 29, 0 }, { @@ -17762,39 +17766,35 @@ local chapter_board_bossrush = { 0 }, { - 1, + 29, 0 }, { - 1, + 29, 0 }, { - 1, + 29, 0 }, { - 1, + 29, 0 }, { - 1, + 29, 0 }, { - 1, + 29, 0 }, { - 1, + 29, 0 }, { - 1, - 0 - }, - { - 1, + 29, 0 } } @@ -17803,11 +17803,7 @@ local chapter_board_bossrush = { ["board"]={ { 5, - 5 - }, - { - 5, - 2 + 4 }, { 5, @@ -17815,20 +17811,24 @@ local chapter_board_bossrush = { }, { 0, - 1 + 3 }, { 0, - 2 - }, - { - 0, - 5 + 3 }, { 0, 1 }, + { + 0, + 4 + }, + { + 0, + 4 + }, { 0, 0 @@ -17837,73 +17837,73 @@ local chapter_board_bossrush = { 9, 0 }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 0 + }, + { + 28, + 0 + }, { 5, - 1 + 3 + }, + { + 5, + 3 + }, + { + 5, + 4 + }, + { + 5, + 4 + }, + { + 5, + 4 }, { 0, - 1 + 0 }, { - 0, + 28, + 0 + }, + { + 21, 2 }, { - 0, - 5 - }, - { - 0, - 5 - }, - { - 0, - 0 - }, - { - 28, - 0 - }, - { - 5, - 1 - }, - { - 5, - 1 - }, - { - 5, - 5 - }, - { - 5, - 5 - }, - { - 5, - 5 - }, - { - 0, - 0 - }, - { - 28, - 0 + 21, + 2 }, { 21, - 3 - }, - { - 21, - 3 - }, - { - 21, - 3 + 2 }, { 9, @@ -17923,15 +17923,15 @@ local chapter_board_bossrush = { }, { 0, - 4 + 5 }, { 0, - 4 + 5 }, { 0, - 4 + 5 }, { 28, @@ -17942,7 +17942,7 @@ local chapter_board_bossrush = { 0 }, { - 1, + 29, 0 }, { @@ -17966,11 +17966,11 @@ local chapter_board_bossrush = { 0 }, { - 1, + 29, 0 }, { - 1, + 29, 0 }, { @@ -17978,7 +17978,7 @@ local chapter_board_bossrush = { 0 }, { - 14, + 29, 0 }, { @@ -17986,7 +17986,7 @@ local chapter_board_bossrush = { 0 }, { - 14, + 29, 0 }, { @@ -17994,7 +17994,7 @@ local chapter_board_bossrush = { 0 }, { - 1, + 29, 0 } } @@ -18002,12 +18002,36 @@ local chapter_board_bossrush = { [91]={ ["board"]={ { - 1, + 29, 0 }, { 0, - 1 + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 29, + 0 + }, + { + 29, + 0 }, { 0, @@ -18015,106 +18039,82 @@ local chapter_board_bossrush = { }, { 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 29, + 0 + }, + { + 29, + 0 + }, + { + 28, + 0 + }, + { + 28, + 0 + }, + { + 28, + 0 + }, + { + 28, + 0 + }, + { + 28, + 0 + }, + { + 29, + 0 + }, + { + 29, + 0 + }, + { + 21, + 3 + }, + { + 21, + 1 + }, + { + 28, + 0 + }, + { + 21, + 2 + }, + { + 21, 5 }, { - 0, - 3 - }, - { - 0, - 4 - }, - { - 1, + 29, 0 }, { - 1, - 0 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 28, - 0 - }, - { - 28, - 0 - }, - { - 28, - 0 - }, - { - 28, - 0 - }, - { - 28, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 21, - 1 - }, - { - 21, - 2 - }, - { - 28, - 0 - }, - { - 21, - 3 - }, - { - 21, - 4 - }, - { - 1, - 0 - }, - { - 1, + 29, 0 }, { @@ -18138,51 +18138,39 @@ local chapter_board_bossrush = { 0 }, { - 1, + 29, 0 }, { - 1, - 0 - }, - { - 5, - 1 - }, - { - 5, - 2 - }, - { - 14, + 29, 0 }, { 5, 3 }, - { - 5, - 4 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, { 5, 1 }, + { + 29, + 0 + }, { 5, 2 }, { - 1, + 5, + 5 + }, + { + 29, + 0 + }, + { + 29, 0 }, { @@ -18191,10 +18179,22 @@ local chapter_board_bossrush = { }, { 5, - 4 + 1 }, { - 1, + 29, + 0 + }, + { + 5, + 2 + }, + { + 5, + 5 + }, + { + 29, 0 } } @@ -18209,17 +18209,17 @@ local chapter_board_bossrush = { 28, 0 }, + { + 0, + 1 + }, { 0, 2 }, { 0, - 3 - }, - { - 0, - 4 + 5 }, { 28, @@ -18237,17 +18237,17 @@ local chapter_board_bossrush = { 28, 0 }, + { + 0, + 1 + }, { 0, 2 }, { 0, - 3 - }, - { - 0, - 4 + 5 }, { 28, @@ -18258,85 +18258,85 @@ local chapter_board_bossrush = { 0 }, { - 5, + 0, 1 }, { - 5, - 5 + 0, + 1 }, { 21, - 2 + 1 }, { 0, - 3 + 2 }, { 21, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 5, 4 }, { 5, - 2 - }, - { - 5, - 1 - }, - { - 5, - 5 - }, - { - 5, - 1 - }, - { - 21, - 2 - }, - { - 0, 3 }, { 21, - 4 - }, - { - 5, 1 }, { - 5, + 0, 2 }, { - 0, - 0 - }, - { - 5, + 21, 5 }, { 5, - 1 + 3 }, { 5, 1 }, + { + 0, + 0 + }, + { + 5, + 4 + }, + { + 5, + 3 + }, + { + 5, + 3 + }, + { + 5, + 3 + }, { 5, 1 }, - { - 5, - 2 - }, { 0, 0 @@ -18370,15 +18370,15 @@ local chapter_board_bossrush = { 0 }, { - 1, + 29, 0 }, { - 14, + 29, 0 }, { - 1, + 29, 0 }, { @@ -18386,15 +18386,15 @@ local chapter_board_bossrush = { 0 }, { - 1, + 29, 0 }, { - 14, + 29, 0 }, { - 1, + 29, 0 } } @@ -18403,23 +18403,11 @@ local chapter_board_bossrush = { ["board"]={ { 0, - 2 + 1 }, { 0, - 2 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 0, - 3 + 1 }, { 0, @@ -18430,119 +18418,131 @@ local chapter_board_bossrush = { 2 }, { - 21, - 3 - }, - { - 21, - 3 - }, - { - 21, + 0, 2 }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, { 9, 0 }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 29, + 0 + }, { 21, 2 }, { - 21, - 3 + 29, + 0 }, { - 21, - 3 + 29, + 0 }, { - 0, + 29, 0 }, { 21, - 3 + 2 }, { - 0, + 29, 0 }, { - 1, - 0 - }, - { - 0, + 29, 0 }, { 21, - 3 + 2 }, { - 0, + 29, 0 }, { - 0, + 29, + 0 + }, + { + 29, 0 }, { 21, - 3 + 2 }, { - 0, - 0 - }, - { - 1, - 0 - }, - { - 0, - 0 - }, - { - 21, - 3 - }, - { - 0, + 29, 0 }, { 5, - 4 + 5 }, { 5, - 4 + 5 }, { 5, - 4 + 5 }, { - 1, + 29, 0 }, { 5, - 4 + 5 }, { 5, - 4 + 5 }, { 5, - 4 + 5 }, { - 14, + 29, 0 }, { @@ -18566,35 +18566,35 @@ local chapter_board_bossrush = { 0 }, { - 14, + 29, 0 }, { - 1, + 29, 0 }, { - 1, + 29, 0 }, { - 1, + 29, 0 }, { - 1, + 29, 0 }, { - 1, + 29, 0 }, { - 1, + 29, 0 }, { - 1, + 29, 0 } } @@ -18611,15 +18611,15 @@ local chapter_board_bossrush = { }, { 0, - 3 + 2 }, { 0, - 3 + 2 }, { 0, - 3 + 2 }, { 29, @@ -18639,15 +18639,15 @@ local chapter_board_bossrush = { }, { 0, - 4 + 5 }, { 0, - 3 + 2 }, { 0, - 4 + 5 }, { 29, @@ -18667,15 +18667,15 @@ local chapter_board_bossrush = { }, { 0, - 4 + 5 }, { 0, - 4 + 5 }, { 0, - 4 + 5 }, { 28, @@ -18687,115 +18687,115 @@ local chapter_board_bossrush = { }, { 5, - 1 - }, - { - 5, - 1 - }, - { - 5, - 1 - }, - { - 5, - 5 - }, - { - 5, - 2 - }, - { - 5, - 2 - }, - { - 5, - 2 - }, - { - 21, 3 }, { - 21, + 5, 3 }, { - 21, - 5 + 5, + 3 }, { - 1, + 5, + 4 + }, + { + 5, + 1 + }, + { + 5, + 1 + }, + { + 5, + 1 + }, + { + 21, + 2 + }, + { + 21, + 2 + }, + { + 21, + 4 + }, + { + 29, 0 }, - { - 21, - 5 - }, { 21, 4 }, + { + 21, + 5 + }, + { + 21, + 5 + }, + { + 21, + 3 + }, + { + 29, + 0 + }, { 21, 4 }, { - 21, - 1 - }, - { - 1, + 29, 0 }, { 21, - 5 + 4 }, { - 1, + 29, 0 }, - { - 21, - 5 - }, - { - 1, - 0 - }, - { - 21, - 2 - }, { 21, 1 }, { - 1, + 21, + 3 + }, + { + 29, 0 }, { 21, - 5 + 4 }, { - 14, + 29, 0 }, { 21, - 5 + 4 }, { - 1, + 29, 0 }, { 21, - 2 + 1 } } }, @@ -18807,70 +18807,138 @@ local chapter_board_bossrush = { }, { 0, - 2 + 1 }, { 0, - 2 + 1 + }, + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 31, + 0 + }, + { + 32, + 0 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 32, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 0, + 4 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 }, { 35, - 4 - }, - { - 0, 5 }, - { - 0, - 2 - }, { 31, 0 }, { - 1, - 0 - }, - { - 0, - 4 - }, - { - 0, - 4 - }, - { - 0, + 35, 5 }, { - 0, - 4 - }, - { - 0, - 2 - }, - { - 1, + 32, 0 }, + { + 35, + 5 + }, { 31, 0 }, { - 31, - 0 - }, - { - 31, - 0 - }, - { - 0, + 35, 5 }, { @@ -18886,75 +18954,7 @@ local chapter_board_bossrush = { 0 }, { - 31, - 0 - }, - { - 31, - 0 - }, - { - 31, - 0 - }, - { - 31, - 0 - }, - { - 31, - 0 - }, - { - 31, - 0 - }, - { - 31, - 0 - }, - { - 35, - 4 - }, - { - 31, - 0 - }, - { - 35, - 4 - }, - { - 1, - 0 - }, - { - 35, - 4 - }, - { - 31, - 0 - }, - { - 35, - 4 - }, - { - 31, - 0 - }, - { - 31, - 0 - }, - { - 31, - 0 - }, - { - 1, + 32, 0 }, { @@ -18975,23 +18975,23 @@ local chapter_board_bossrush = { }, { 35, - 4 + 5 }, { - 14, + 32, 0 }, { - 1, + 32, 0 }, { - 14, + 32, 0 }, { 35, - 4 + 5 }, { 31, @@ -19014,8 +19014,8 @@ local chapter_board_bossrush = { 0 }, { - 31, - 0 + 0, + 2 }, { 32, @@ -19033,42 +19033,42 @@ local chapter_board_bossrush = { 32, 0 }, - { - 0, - 0 - }, - { - 0, - 3 - }, - { - 0, - 1 - }, - { - 0, - 1 - }, - { - 0, - 0 - }, - { - 32, - 0 - }, - { - 32, - 0 - }, - { - 0, - 3 - }, { 0, 2 }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, { 8, 0 @@ -19079,7 +19079,7 @@ local chapter_board_bossrush = { }, { 0, - 2 + 3 }, { 32, @@ -19091,7 +19091,7 @@ local chapter_board_bossrush = { }, { 0, - 2 + 3 }, { 10, @@ -19107,14 +19107,14 @@ local chapter_board_bossrush = { }, { 0, - 1 + 3 }, { 31, 0 }, { - 14, + 32, 0 }, { @@ -19123,7 +19123,7 @@ local chapter_board_bossrush = { }, { 0, - 3 + 1 }, { 9, @@ -19131,14 +19131,14 @@ local chapter_board_bossrush = { }, { 0, - 2 + 1 }, { 33, 0 }, { - 14, + 32, 0 }, { @@ -19155,11 +19155,11 @@ local chapter_board_bossrush = { }, { 0, - 2 + 1 }, { 0, - 3 + 1 }, { 33, @@ -19203,23 +19203,11 @@ local chapter_board_bossrush = { ["board"]={ { 0, - 1 + 3 }, { 0, - 1 - }, - { - 0, - 1 - }, - { - 0, - 1 - }, - { - 0, - 4 + 3 }, { 0, @@ -19234,24 +19222,12 @@ local chapter_board_bossrush = { 5 }, { - 4, - 3 + 0, + 2 }, { - 4, - 3 - }, - { - 4, - 3 - }, - { - 4, - 3 - }, - { - 4, - 4 + 0, + 2 }, { 0, @@ -19259,11 +19235,35 @@ local chapter_board_bossrush = { }, { 4, + 2 + }, + { + 4, + 2 + }, + { + 4, + 2 + }, + { + 4, + 2 + }, + { + 4, + 5 + }, + { + 0, 5 }, { 4, - 1 + 4 + }, + { + 4, + 3 }, { 9, @@ -19279,14 +19279,14 @@ local chapter_board_bossrush = { }, { 4, - 1 + 3 }, { 4, - 4 + 5 }, { - 33, + 32, 0 }, { @@ -19310,12 +19310,12 @@ local chapter_board_bossrush = { 0 }, { - 33, + 32, 0 }, { 35, - 3 + 2 }, { 0, @@ -19339,15 +19339,15 @@ local chapter_board_bossrush = { }, { 35, - 3 + 2 }, { 35, - 3 + 2 }, { 35, - 3 + 2 }, { 33, @@ -19363,14 +19363,18 @@ local chapter_board_bossrush = { }, { 35, - 3 + 2 }, { 35, - 3 + 2 }, { - 14, + 32, + 0 + }, + { + 32, 0 }, { @@ -19386,15 +19390,11 @@ local chapter_board_bossrush = { 0 }, { - 33, + 32, 0 }, { - 33, - 0 - }, - { - 14, + 32, 0 } } @@ -19402,35 +19402,7 @@ local chapter_board_bossrush = { [98]={ ["board"]={ { - 1, - 0 - }, - { - 4, - 3 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 0, - 4 - }, - { - 4, - 2 - }, - { - 1, - 0 - }, - { - 0, + 32, 0 }, { @@ -19443,7 +19415,35 @@ local chapter_board_bossrush = { }, { 0, - 3 + 2 + }, + { + 0, + 5 + }, + { + 4, + 2 + }, + { + 32, + 0 + }, + { + 0, + 0 + }, + { + 4, + 1 + }, + { + 0, + 2 + }, + { + 0, + 2 }, { 0, @@ -19451,7 +19451,7 @@ local chapter_board_bossrush = { }, { 4, - 4 + 5 }, { 0, @@ -19462,23 +19462,23 @@ local chapter_board_bossrush = { 0 }, { - 1, + 32, 0 }, { 0, - 3 + 1 }, { 0, - 4 + 2 }, { 0, - 4 + 5 }, { - 1, + 32, 0 }, { @@ -19493,17 +19493,17 @@ local chapter_board_bossrush = { 32, 0 }, - { - 0, - 4 - }, { 0, 1 }, { 0, - 4 + 2 + }, + { + 0, + 5 }, { 32, @@ -19518,23 +19518,23 @@ local chapter_board_bossrush = { 0 }, { - 1, + 32, 0 }, - { - 35, - 3 - }, { 35, 2 }, { 35, - 4 + 1 }, { - 1, + 35, + 5 + }, + { + 32, 0 }, { @@ -19542,59 +19542,59 @@ local chapter_board_bossrush = { 0 }, { - 14, + 32, 0 }, { - 1, + 32, 0 }, - { - 4, - 2 - }, - { - 35, - 2 - }, - { - 4, - 1 - }, - { - 1, - 0 - }, - { - 14, - 0 - }, - { - 1, - 0 - }, - { - 4, - 1 - }, { 4, 1 }, { 35, - 2 + 1 }, { 4, - 2 + 3 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 }, { 4, - 2 + 3 }, { - 1, + 4, + 3 + }, + { + 35, + 1 + }, + { + 4, + 1 + }, + { + 4, + 1 + }, + { + 32, 0 } } @@ -19607,23 +19607,23 @@ local chapter_board_bossrush = { }, { 0, - 5 + 4 }, { 0, - 1 + 2 }, { 0, - 3 + 4 }, { 0, - 3 + 2 }, { 0, - 1 + 4 }, { 31, @@ -19635,79 +19635,43 @@ local chapter_board_bossrush = { }, { 0, - 3 + 2 }, { 0, - 5 + 4 }, { 0, - 3 + 2 }, { 0, - 3 + 4 }, { 0, - 3 + 2 }, { 31, 0 }, + { + 35, + 2 + }, + { + 35, + 1 + }, { 35, 3 }, { 35, - 2 - }, - { - 35, - 1 - }, - { - 35, - 1 - }, - { - 35, - 1 - }, - { - 35, - 2 - }, - { - 35, - 2 - }, - { - 35, - 5 - }, - { - 4, - 5 - }, - { - 4, - 1 - }, - { - 1, - 0 - }, - { - 4, - 1 - }, - { - 4, - 5 + 3 }, { 35, @@ -19718,24 +19682,32 @@ local chapter_board_bossrush = { 1 }, { - 4, + 35, 1 }, { - 4, - 5 + 35, + 4 }, { - 1, + 4, + 4 + }, + { + 4, + 3 + }, + { + 32, 0 }, { 4, - 5 + 3 }, { 4, - 1 + 4 }, { 35, @@ -19743,26 +19715,30 @@ local chapter_board_bossrush = { }, { 35, - 1 + 3 }, { 4, - 1 + 3 }, { 4, - 5 + 4 + }, + { + 32, + 0 }, { 4, - 1 + 4 }, { 4, - 5 + 3 }, { - 4, + 35, 1 }, { @@ -19770,31 +19746,55 @@ local chapter_board_bossrush = { 3 }, { - 14, + 4, + 3 + }, + { + 4, + 4 + }, + { + 4, + 3 + }, + { + 4, + 4 + }, + { + 4, + 3 + }, + { + 35, + 2 + }, + { + 32, 0 }, { - 1, + 32, 0 }, { - 1, + 32, 0 }, { - 1, + 32, 0 }, { - 1, + 32, 0 }, { - 1, + 32, 0 }, { - 14, + 32, 0 } } @@ -19802,68 +19802,12 @@ local chapter_board_bossrush = { [100]={ ["board"]={ { - 1, + 3, 0 }, { 0, - 2 - }, - { - 0, - 4 - }, - { - 0, - 2 - }, - { - 4, - 5 - }, - { - 0, - 2 - }, - { - 35, - 2 - }, - { - 14, - 0 - }, - { - 0, - 4 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 4, - 3 - }, - { - 0, - 3 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 0, - 4 + 1 }, { 0, @@ -19877,110 +19821,110 @@ local chapter_board_bossrush = { 4, 4 }, - { - 0, - 3 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 0, - 3 - }, - { - 4, - 3 - }, - { - 4, - 3 - }, - { - 4, - 3 - }, - { - 0, - 3 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 0, - 5 - }, - { - 4, - 5 - }, { 0, 1 }, { - 0, - 5 + 35, + 1 }, { - 0, - 5 - }, - { - 14, + 3, 0 }, - { - 35, - 5 - }, { 0, 5 }, - { - 4, - 3 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, { 0, 2 }, { - 1, + 0, + 2 + }, + { + 4, + 2 + }, + { + 0, + 2 + }, + { + 3, 0 }, { - 1, + 3, 0 }, { - 1, - 0 + 0, + 5 + }, + { + 0, + 4 + }, + { + 0, + 3 }, { 4, 5 }, + { + 0, + 2 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 2 + }, + { + 4, + 2 + }, + { + 4, + 2 + }, + { + 4, + 2 + }, + { + 0, + 2 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 4 + }, + { + 4, + 4 + }, { 0, 3 @@ -19990,11 +19934,67 @@ local chapter_board_bossrush = { 4 }, { - 1, + 0, + 4 + }, + { + 3, 0 }, { - 1, + 35, + 4 + }, + { + 0, + 4 + }, + { + 4, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 4, + 4 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 3, + 0 + }, + { + 3, 0 } } @@ -20007,7 +20007,35 @@ local chapter_board_bossrush = { }, { 0, - 5 + 4 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 0, + 4 }, { 0, @@ -20015,7 +20043,7 @@ local chapter_board_bossrush = { }, { 0, - 2 + 4 }, { 0, @@ -20023,7 +20051,7 @@ local chapter_board_bossrush = { }, { 0, - 5 + 4 }, { 32, @@ -20035,51 +20063,23 @@ local chapter_board_bossrush = { }, { 0, - 5 + 4 }, { 0, - 3 + 4 }, { 0, - 5 + 2 }, { 0, - 3 + 4 }, { 0, - 5 - }, - { - 32, - 0 - }, - { - 32, - 0 - }, - { - 0, - 5 - }, - { - 0, - 5 - }, - { - 0, - 3 - }, - { - 0, - 5 - }, - { - 0, - 5 + 4 }, { 32, @@ -20114,44 +20114,28 @@ local chapter_board_bossrush = { 0 }, { - 14, + 32, 0 }, { 35, + 3 + }, + { + 4, 1 }, { 4, - 4 + 2 }, { 4, - 4 - }, - { - 4, - 4 - }, - { - 35, 3 }, - { - 14, - 0 - }, { 35, - 1 - }, - { - 35, - 1 - }, - { - 35, - 1 + 2 }, { 32, @@ -20170,23 +20154,23 @@ local chapter_board_bossrush = { 3 }, { - 1, + 32, 0 }, { 35, - 1 + 2 }, { - 1, - 0 + 35, + 2 }, { - 1, - 0 + 35, + 2 }, { - 1, + 32, 0 }, { @@ -20194,7 +20178,23 @@ local chapter_board_bossrush = { 3 }, { - 1, + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 35, + 2 + }, + { + 32, 0 } } @@ -20207,23 +20207,79 @@ local chapter_board_bossrush = { }, { 0, - 2 + 1 }, { 0, - 2 + 1 }, { 0, - 2 + 1 }, { 0, - 2 + 1 }, { 0, - 2 + 1 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 33, + 0 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 0, + 5 + }, + { + 33, + 0 + }, + { + 32, + 0 + }, + { + 33, + 0 + }, + { + 0, + 5 }, { 32, @@ -20239,7 +20295,7 @@ local chapter_board_bossrush = { }, { 0, - 4 + 5 }, { 33, @@ -20247,68 +20303,12 @@ local chapter_board_bossrush = { }, { 0, - 4 - }, - { - 0, - 4 - }, - { - 32, - 0 - }, - { - 32, - 0 - }, - { - 0, - 4 - }, - { - 33, - 0 - }, - { - 14, - 0 - }, - { - 33, - 0 - }, - { - 0, - 3 - }, - { - 32, - 0 - }, - { - 32, - 0 + 5 }, { 0, 2 }, - { - 0, - 4 - }, - { - 33, - 0 - }, - { - 0, - 1 - }, - { - 0, - 3 - }, { 32, 0 @@ -20317,22 +20317,6 @@ local chapter_board_bossrush = { 32, 0 }, - { - 4, - 2 - }, - { - 0, - 4 - }, - { - 4, - 3 - }, - { - 0, - 1 - }, { 4, 1 @@ -20342,39 +20326,55 @@ local chapter_board_bossrush = { 0 }, { - 1, - 0 + 4, + 3 }, { - 0, + 32, 0 }, { 4, 2 }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 0, + 0 + }, + { + 4, + 1 + }, { 4, 3 }, { 4, - 3 + 2 }, { 0, 0 }, { - 1, + 32, 0 }, { - 1, + 32, 0 }, { - 1, + 32, 0 }, { @@ -20390,11 +20390,11 @@ local chapter_board_bossrush = { 0 }, { - 1, + 32, 0 }, { - 1, + 32, 0 } } @@ -20403,32 +20403,20 @@ local chapter_board_bossrush = { ["board"]={ { 0, - 1 + 3 }, { 0, - 4 - }, - { - 0, - 1 - }, - { - 32, - 0 - }, - { - 0, - 1 - }, - { - 0, - 1 + 2 }, { 0, 3 }, + { + 32, + 0 + }, { 0, 3 @@ -20439,11 +20427,7 @@ local chapter_board_bossrush = { }, { 0, - 1 - }, - { - 32, - 0 + 3 }, { 0, @@ -20451,19 +20435,7 @@ local chapter_board_bossrush = { }, { 0, - 1 - }, - { - 0, - 2 - }, - { - 0, - 1 - }, - { - 0, - 4 + 3 }, { 0, @@ -20473,10 +20445,38 @@ local chapter_board_bossrush = { 32, 0 }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, { 0, 2 }, + { + 0, + 3 + }, + { + 32, + 0 + }, + { + 0, + 3 + }, { 0, 1 @@ -20487,7 +20487,19 @@ local chapter_board_bossrush = { }, { 34, - 2 + 1 + }, + { + 34, + 3 + }, + { + 34, + 1 + }, + { + 32, + 0 }, { 34, @@ -20495,24 +20507,12 @@ local chapter_board_bossrush = { }, { 34, - 2 - }, - { - 32, - 0 - }, - { - 34, - 2 + 3 }, { 34, 1 }, - { - 34, - 2 - }, { 32, 0 @@ -20523,7 +20523,7 @@ local chapter_board_bossrush = { }, { 34, - 2 + 1 }, { 32, @@ -20531,7 +20531,7 @@ local chapter_board_bossrush = { }, { 34, - 2 + 1 }, { 32, @@ -20550,7 +20550,7 @@ local chapter_board_bossrush = { 0 }, { - 14, + 32, 0 }, { @@ -20558,7 +20558,7 @@ local chapter_board_bossrush = { 0 }, { - 14, + 32, 0 }, { @@ -20607,24 +20607,24 @@ local chapter_board_bossrush = { }, { 0, - 3 - }, - { - 0, - 4 - }, - { - 0, - 4 - }, - { - 0, - 1 + 2 }, { 0, 2 }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, { 32, 0 @@ -20633,6 +20633,14 @@ local chapter_board_bossrush = { 32, 0 }, + { + 0, + 2 + }, + { + 0, + 2 + }, { 0, 3 @@ -20643,15 +20651,7 @@ local chapter_board_bossrush = { }, { 0, - 4 - }, - { - 0, - 2 - }, - { - 0, - 1 + 3 }, { 32, @@ -20751,7 +20751,7 @@ local chapter_board_bossrush = { }, { 34, - 1 + 3 }, { 33, @@ -20759,7 +20759,7 @@ local chapter_board_bossrush = { }, { 34, - 1 + 3 }, { 32, @@ -20771,14 +20771,14 @@ local chapter_board_bossrush = { }, { 34, - 1 + 3 }, { 32, 0 }, { - 14, + 32, 0 }, { @@ -20786,7 +20786,7 @@ local chapter_board_bossrush = { 0 }, { - 14, + 32, 0 }, { @@ -20795,7 +20795,7 @@ local chapter_board_bossrush = { }, { 34, - 2 + 1 } } }, @@ -20819,11 +20819,11 @@ local chapter_board_bossrush = { }, { 0, - 2 + 1 }, { 0, - 4 + 5 }, { 32, @@ -20839,47 +20839,79 @@ local chapter_board_bossrush = { }, { 0, + 5 + }, + { + 0, + 1 + }, + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 4, + 5 + }, + { + 4, + 1 + }, + { + 4, + 5 + }, + { + 4, + 1 + }, + { + 4, + 5 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 34, 3 }, { - 0, - 1 - }, - { - 0, - 2 - }, - { - 0, - 2 - }, - { - 32, - 0 - }, - { - 32, - 0 - }, - { - 4, + 34, 3 }, { - 4, - 2 - }, - { - 4, + 34, 3 }, { - 4, - 4 + 32, + 0 }, { - 4, - 4 + 32, + 0 }, { 32, @@ -20890,7 +20922,31 @@ local chapter_board_bossrush = { 0 }, { - 1, + 34, + 3 + }, + { + 34, + 1 + }, + { + 34, + 3 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, 0 }, { @@ -20906,7 +20962,11 @@ local chapter_board_bossrush = { 1 }, { - 1, + 32, + 0 + }, + { + 32, 0 }, { @@ -20918,24 +20978,12 @@ local chapter_board_bossrush = { 0 }, { - 1, + 32, 0 }, { 34, - 1 - }, - { - 34, - 2 - }, - { - 34, - 1 - }, - { - 1, - 0 + 3 }, { 32, @@ -20945,57 +20993,9 @@ local chapter_board_bossrush = { 32, 0 }, - { - 1, - 0 - }, - { - 34, - 2 - }, - { - 34, - 2 - }, - { - 34, - 2 - }, - { - 1, - 0 - }, { 32, 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 14, - 0 - }, - { - 34, - 1 - }, - { - 14, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 } } }, @@ -21003,11 +21003,11 @@ local chapter_board_bossrush = { ["board"]={ { 0, - 1 + 3 }, { 0, - 1 + 3 }, { 0, @@ -21015,59 +21015,7 @@ local chapter_board_bossrush = { }, { 0, - 3 - }, - { - 0, - 4 - }, - { - 0, - 5 - }, - { - 0, - 1 - }, - { - 1, - 0 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 0, - 4 - }, - { - 0, - 3 - }, - { - 0, - 1 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 0, - 1 + 2 }, { 0, @@ -21078,28 +21026,68 @@ local chapter_board_bossrush = { 4 }, { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 4, + 0, 4 }, { - 4, - 4 + 32, + 0 }, { - 4, - 1 + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 }, { 4, @@ -21110,7 +21098,19 @@ local chapter_board_bossrush = { 3 }, { - 1, + 4, + 5 + }, + { + 4, + 4 + }, + { + 4, + 4 + }, + { + 32, 0 }, { @@ -21145,22 +21145,6 @@ local chapter_board_bossrush = { 0, 0 }, - { - 34, - 5 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, { 34, 4 @@ -21170,15 +21154,19 @@ local chapter_board_bossrush = { 0 }, { - 34, - 3 - }, - { - 14, + 0, 0 }, { - 1, + 0, + 0 + }, + { + 34, + 5 + }, + { + 0, 0 }, { @@ -21186,31 +21174,35 @@ local chapter_board_bossrush = { 2 }, { - 1, + 32, 0 }, { - 14, + 32, 0 }, { 34, 1 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 34, + 3 } } }, [107]={ ["board"]={ { - 1, - 0 - }, - { - 0, - 2 - }, - { - 1, + 32, 0 }, { @@ -21218,81 +21210,13 @@ local chapter_board_bossrush = { 1 }, { - 1, + 32, 0 }, { 0, - 5 - }, - { - 1, - 0 - }, - { - 31, - 0 - }, - { - 0, - 2 - }, - { - 31, - 0 - }, - { - 0, - 4 - }, - { - 31, - 0 - }, - { - 0, - 5 - }, - { - 31, - 0 - }, - { - 31, - 0 - }, - { - 0, - 2 - }, - { - 4, 3 }, - { - 0, - 1 - }, - { - 4, - 3 - }, - { - 0, - 5 - }, - { - 31, - 0 - }, - { - 31, - 0 - }, - { - 34, - 2 - }, { 32, 0 @@ -21306,13 +21230,89 @@ local chapter_board_bossrush = { 0 }, { - 34, + 31, + 0 + }, + { + 0, + 1 + }, + { + 31, + 0 + }, + { + 0, 5 }, { 31, 0 }, + { + 0, + 4 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 0, + 1 + }, + { + 4, + 2 + }, + { + 0, + 3 + }, + { + 4, + 2 + }, + { + 0, + 4 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 34, + 1 + }, + { + 32, + 0 + }, + { + 0, + 5 + }, + { + 32, + 0 + }, + { + 34, + 4 + }, + { + 31, + 0 + }, { 31, 0 @@ -21323,15 +21323,15 @@ local chapter_board_bossrush = { }, { 0, - 4 + 5 }, { 0, - 1 + 3 }, { 0, - 4 + 5 }, { 33, @@ -21345,42 +21345,6 @@ local chapter_board_bossrush = { 31, 0 }, - { - 0, - 0 - }, - { - 0, - 4 - }, - { - 0, - 4 - }, - { - 0, - 4 - }, - { - 0, - 0 - }, - { - 31, - 0 - }, - { - 0, - 2 - }, - { - 0, - 2 - }, - { - 0, - 2 - }, { 0, 1 @@ -21396,6 +21360,42 @@ local chapter_board_bossrush = { { 0, 5 + }, + { + 0, + 4 + }, + { + 31, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 } } }, @@ -21439,7 +21439,7 @@ local chapter_board_bossrush = { }, { 0, - 1 + 3 }, { 33, @@ -21463,7 +21463,7 @@ local chapter_board_bossrush = { }, { 0, - 1 + 3 }, { 33, @@ -21471,7 +21471,7 @@ local chapter_board_bossrush = { }, { 0, - 4 + 5 }, { 33, @@ -21487,7 +21487,7 @@ local chapter_board_bossrush = { }, { 0, - 1 + 3 }, { 33, @@ -21495,7 +21495,7 @@ local chapter_board_bossrush = { }, { 0, - 4 + 5 }, { 33, @@ -21503,7 +21503,7 @@ local chapter_board_bossrush = { }, { 0, - 4 + 5 }, { 33, @@ -21511,7 +21511,7 @@ local chapter_board_bossrush = { }, { 0, - 1 + 3 }, { 33, @@ -21519,7 +21519,7 @@ local chapter_board_bossrush = { }, { 0, - 4 + 5 }, { 33, @@ -21527,7 +21527,7 @@ local chapter_board_bossrush = { }, { 0, - 4 + 5 }, { 33, @@ -21535,7 +21535,7 @@ local chapter_board_bossrush = { }, { 0, - 4 + 5 }, { 33, @@ -21543,7 +21543,7 @@ local chapter_board_bossrush = { }, { 0, - 1 + 3 }, { 33, @@ -21551,7 +21551,7 @@ local chapter_board_bossrush = { }, { 0, - 1 + 3 }, { 33, @@ -21559,7 +21559,7 @@ local chapter_board_bossrush = { }, { 0, - 1 + 3 }, { 33, @@ -21567,15 +21567,7 @@ local chapter_board_bossrush = { }, { 0, - 1 - }, - { - 33, - 0 - }, - { - 14, - 0 + 3 }, { 33, @@ -21583,16 +21575,24 @@ local chapter_board_bossrush = { }, { 0, - 4 + 3 }, { 33, 0 }, { - 14, + 0, + 5 + }, + { + 33, 0 }, + { + 0, + 3 + }, { 33, 0 @@ -21603,31 +21603,31 @@ local chapter_board_bossrush = { ["board"]={ { 0, - 4 + 5 }, { 0, - 2 + 1 }, { 0, - 4 + 5 }, { 0, - 4 + 5 }, { 0, - 4 + 5 }, { 0, - 2 + 1 }, { 0, - 4 + 5 }, { 32, @@ -21635,30 +21635,22 @@ local chapter_board_bossrush = { }, { 0, - 2 + 1 }, { 0, - 4 + 5 }, { 0, - 2 + 1 }, { 0, - 4 + 5 }, { 0, - 2 - }, - { - 32, - 0 - }, - { - 34, 1 }, { @@ -21666,16 +21658,24 @@ local chapter_board_bossrush = { 0 }, { - 0, - 2 + 34, + 3 + }, + { + 32, + 0 }, { 0, - 2 + 1 }, { 0, - 2 + 1 + }, + { + 0, + 1 }, { 32, @@ -21683,15 +21683,15 @@ local chapter_board_bossrush = { }, { 34, - 1 + 3 }, { 34, - 1 + 3 }, { 34, - 1 + 3 }, { 32, @@ -21707,23 +21707,11 @@ local chapter_board_bossrush = { }, { 34, - 1 + 3 }, { 34, - 1 - }, - { - 1, - 0 - }, - { - 34, - 1 - }, - { - 34, - 1 + 3 }, { 32, @@ -21731,26 +21719,26 @@ local chapter_board_bossrush = { }, { 34, - 1 + 3 }, { 34, - 1 + 3 }, { - 1, + 32, 0 }, { - 1, - 0 + 34, + 3 }, { - 1, - 0 + 34, + 3 }, { - 14, + 32, 0 }, { @@ -21758,27 +21746,7 @@ local chapter_board_bossrush = { 0 }, { - 14, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, + 32, 0 }, { @@ -21786,15 +21754,47 @@ local chapter_board_bossrush = { 0 }, { - 1, + 32, 0 }, { - 1, + 32, 0 }, { - 1, + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, 0 } } @@ -21803,150 +21803,178 @@ local chapter_board_bossrush = { ["board"]={ { 0, - 3 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 0, - 2 - }, - { - 0, - 5 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 0, - 2 - }, - { - 0, - 2 - }, - { - 0, - 5 - }, - { - 0, - 5 - }, - { - 0, - 2 - }, - { - 0, - 2 - }, - { - 0, - 3 - }, - { - 34, - 2 - }, - { - 34, - 2 - }, - { - 34, - 3 - }, - { - 34, 4 }, { - 34, - 3 - }, - { - 34, - 2 - }, - { - 34, - 2 - }, - { - 33, - 0 - }, - { - 33, - 0 - }, - { - 34, - 3 - }, - { - 34, + 0, 4 }, { - 34, - 3 - }, - { - 33, - 0 - }, - { - 33, - 0 - }, - { - 34, - 2 - }, - { - 34, - 2 - }, - { - 14, - 0 - }, - { - 34, + 0, 4 }, { - 14, + 0, + 1 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 34, + 1 + }, + { + 34, + 1 + }, + { + 34, + 2 + }, + { + 34, + 5 + }, + { + 34, + 2 + }, + { + 34, + 1 + }, + { + 34, + 1 + }, + { + 33, + 0 + }, + { + 33, 0 }, { 34, 2 }, + { + 34, + 5 + }, { 34, 2 }, { - 1, + 33, 0 }, { - 1, + 33, + 0 + }, + { + 34, + 1 + }, + { + 34, + 1 + }, + { + 32, + 0 + }, + { + 34, + 5 + }, + { + 32, + 0 + }, + { + 34, + 1 + }, + { + 34, + 1 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 4, + 1 + }, + { + 4, + 2 + }, + { + 4, + 1 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, 0 }, { @@ -21955,46 +21983,18 @@ local chapter_board_bossrush = { }, { 4, - 3 + 1 }, { 4, 2 }, { - 1, + 32, 0 }, { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 4, - 3 - }, - { - 4, - 2 - }, - { - 4, - 3 - }, - { - 1, - 0 - }, - { - 1, + 32, 0 } } @@ -22002,103 +22002,75 @@ local chapter_board_bossrush = { [111]={ ["board"]={ { - 1, + 32, 0 }, - { - 0, - 2 - }, { 0, 1 }, { 0, - 1 + 3 }, { 0, - 1 + 3 }, { 0, - 4 - }, - { - 1, - 0 - }, - { - 0, - 4 - }, - { - 0, - 4 - }, - { - 34, - 2 - }, - { - 34, - 5 - }, - { - 34, - 5 - }, - { - 0, - 2 - }, - { - 0, - 2 + 3 }, { 0, 5 }, - { - 34, - 1 - }, - { - 1, - 0 - }, { 32, 0 }, - { - 1, - 0 - }, - { - 34, - 2 - }, { 0, - 1 + 5 }, { 0, 5 }, + { + 34, + 1 + }, { 34, 4 }, + { + 34, + 4 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 34, + 3 + }, { 32, 0 }, { - 14, + 32, 0 }, { @@ -22111,18 +22083,18 @@ local chapter_board_bossrush = { }, { 0, - 5 + 3 }, { 0, - 5 + 4 }, { 34, - 1 + 5 }, { - 1, + 32, 0 }, { @@ -22130,11 +22102,47 @@ local chapter_board_bossrush = { 0 }, { - 1, + 32, 0 }, { 34, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 34, + 3 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 34, + 4 + }, + { + 0, + 4 + }, + { + 0, 5 }, { @@ -22142,23 +22150,31 @@ local chapter_board_bossrush = { 5 }, { - 0, + 34, + 1 + }, + { + 34, + 5 + }, + { + 34, 4 }, + { + 0, + 3 + }, { 0, 4 }, { - 34, - 2 + 32, + 0 }, { - 34, - 4 - }, - { - 34, + 0, 5 }, { @@ -22167,34 +22183,18 @@ local chapter_board_bossrush = { }, { 0, - 5 + 1 }, { - 1, - 0 + 0, + 1 }, { 0, 4 }, { - 0, - 2 - }, - { - 0, - 2 - }, - { - 0, - 2 - }, - { - 0, - 5 - }, - { - 1, + 32, 0 } } @@ -22203,7 +22203,7 @@ local chapter_board_bossrush = { ["board"]={ { 0, - 2 + 1 }, { 0, @@ -22211,22 +22211,22 @@ local chapter_board_bossrush = { }, { 0, - 5 + 1 }, { 0, - 3 + 1 }, { 31, 0 }, { - 1, + 32, 0 }, { - 1, + 32, 0 }, { @@ -22235,54 +22235,54 @@ local chapter_board_bossrush = { }, { 0, - 1 - }, - { - 0, - 5 - }, - { - 0, - 3 - }, - { - 31, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 0, - 1 + 2 }, { 0, 2 }, + { + 0, + 2 + }, + { + 31, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, { 0, 3 }, { 0, - 5 + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 }, { 31, 0 }, { - 14, + 32, 0 }, { - 1, + 32, 0 }, { @@ -22306,95 +22306,95 @@ local chapter_board_bossrush = { 0 }, { - 1, + 32, 0 }, { - 1, + 32, 0 }, + { + 34, + 1 + }, + { + 34, + 3 + }, { 34, 2 }, { 34, - 1 + 2 }, { 34, 3 }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, { 34, 3 }, { - 34, - 1 - }, - { - 1, + 32, 0 }, { - 1, + 32, 0 }, { - 1, + 32, 0 }, { - 1, + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, 0 }, { 34, - 1 + 3 }, { - 1, + 32, 0 }, { - 1, + 32, 0 }, { - 1, + 32, 0 }, { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 34, - 1 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, + 32, 0 } } @@ -22403,26 +22403,30 @@ local chapter_board_bossrush = { ["board"]={ { 0, + 3 + }, + { + 34, 1 }, { 34, - 2 + 1 }, { 34, - 2 + 1 }, { 34, - 2 + 1 }, { 34, - 2 + 1 }, { - 34, + 0, 2 }, { @@ -22430,19 +22434,15 @@ local chapter_board_bossrush = { 3 }, { - 0, + 34, 1 }, { - 34, - 2 - }, - { - 1, + 32, 0 }, { - 14, + 32, 0 }, { @@ -22451,126 +22451,138 @@ local chapter_board_bossrush = { }, { 0, - 3 - }, - { - 0, - 3 - }, - { - 0, - 1 - }, - { - 34, - 4 - }, - { - 34, 2 }, - { - 34, - 2 - }, - { - 34, - 4 - }, - { - 34, - 4 - }, { 0, - 3 - }, - { - 0, - 1 - }, - { - 0, - 2 - }, - { - 33, - 0 - }, - { - 14, - 0 - }, - { - 1, - 0 - }, - { - 34, 2 }, { 0, 3 }, - { - 0, - 1 - }, { 34, - 2 - }, - { - 34, - 2 - }, - { - 34, - 2 - }, - { - 34, - 2 - }, - { - 34, - 4 - }, - { - 0, - 3 - }, - { - 0, - 1 - }, - { - 34, - 2 - }, - { - 1, - 0 - }, - { - 0, 5 }, { - 33, - 0 + 34, + 1 }, { - 0, + 34, + 1 + }, + { + 34, + 5 + }, + { + 34, 5 }, + { + 0, + 2 + }, { 0, 3 }, { 0, + 3 + }, + { + 33, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 34, + 1 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 34, + 1 + }, + { + 34, + 1 + }, + { + 34, + 1 + }, + { + 34, + 1 + }, + { + 34, + 5 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 34, + 1 + }, + { + 32, + 0 + }, + { + 0, + 4 + }, + { + 33, + 0 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 34, + 3 + }, + { + 34, + 1 + }, + { + 34, 1 }, { @@ -22581,66 +22593,18 @@ local chapter_board_bossrush = { 34, 2 }, - { - 34, - 2 - }, - { - 34, - 2 - }, - { - 34, - 3 - }, { 0, - 3 + 2 } } }, [114]={ ["board"]={ - { - 0, - 1 - }, - { - 0, - 2 - }, - { - 0, - 1 - }, { 0, 3 }, - { - 0, - 4 - }, - { - 0, - 3 - }, - { - 0, - 4 - }, - { - 32, - 0 - }, - { - 0, - 1 - }, - { - 0, - 2 - }, { 0, 2 @@ -22651,14 +22615,50 @@ local chapter_board_bossrush = { }, { 0, - 4 + 2 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 3 }, { 32, 0 }, { - 14, + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 32, + 0 + }, + { + 32, 0 }, { @@ -22667,7 +22667,7 @@ local chapter_board_bossrush = { }, { 34, - 1 + 3 }, { 32, @@ -22675,14 +22675,14 @@ local chapter_board_bossrush = { }, { 34, - 4 + 5 }, { 32, 0 }, { - 14, + 32, 0 }, { @@ -22721,6 +22721,10 @@ local chapter_board_bossrush = { 0, 0 }, + { + 34, + 3 + }, { 34, 1 @@ -22729,17 +22733,37 @@ local chapter_board_bossrush = { 34, 2 }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, { 34, - 3 + 1 }, { 0, + 5 + }, + { + 32, 0 }, { 0, - 0 + 1 + }, + { + 34, + 5 }, { 0, @@ -22754,7 +22778,15 @@ local chapter_board_bossrush = { 5 }, { - 1, + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, 0 }, { @@ -22764,38 +22796,6 @@ local chapter_board_bossrush = { { 34, 4 - }, - { - 0, - 0 - }, - { - 34, - 3 - }, - { - 0, - 4 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 0, - 2 - }, - { - 34, - 5 } } }, @@ -22803,11 +22803,15 @@ local chapter_board_bossrush = { ["board"]={ { 0, - 2 + 1 }, { 0, - 2 + 1 + }, + { + 0, + 3 }, { 0, @@ -22819,7 +22823,7 @@ local chapter_board_bossrush = { }, { 0, - 3 + 5 }, { 0, @@ -22827,11 +22831,11 @@ local chapter_board_bossrush = { }, { 0, - 5 + 3 }, { 0, - 1 + 3 }, { 0, @@ -22843,46 +22847,42 @@ local chapter_board_bossrush = { }, { 0, - 3 + 5 + }, + { + 0, + 5 }, { 0, 4 }, - { - 0, - 4 - }, - { - 0, - 5 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 0, - 5 - }, - { - 0, - 5 - }, { 0, 2 }, { 0, - 5 + 2 }, { - 1, + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 3, 0 }, { @@ -22890,11 +22890,7 @@ local chapter_board_bossrush = { 0 }, { - 1, - 0 - }, - { - 1, + 3, 0 }, { @@ -22910,7 +22906,11 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, + 0 + }, + { + 3, 0 }, { @@ -22918,11 +22918,11 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { @@ -22938,7 +22938,7 @@ local chapter_board_bossrush = { 0 }, { - 14, + 3, 0 }, { @@ -22990,11 +22990,11 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 } } @@ -23003,20 +23003,32 @@ local chapter_board_bossrush = { ["board"]={ { 0, - 5 + 4 }, { 0, - 1 - }, - { - 0, - 5 + 3 }, { 0, 4 }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, { 0, 3 @@ -23031,7 +23043,7 @@ local chapter_board_bossrush = { }, { 0, - 1 + 3 }, { 0, @@ -23039,23 +23051,11 @@ local chapter_board_bossrush = { }, { 0, - 1 + 2 }, { 0, - 1 - }, - { - 0, - 4 - }, - { - 0, - 3 - }, - { - 0, - 3 + 2 }, { 2, @@ -23086,7 +23086,7 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { @@ -23110,11 +23110,11 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { @@ -23138,11 +23138,11 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { @@ -23166,7 +23166,7 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { @@ -23182,7 +23182,7 @@ local chapter_board_bossrush = { 0 }, { - 14, + 3, 0 }, { @@ -23203,31 +23203,59 @@ local chapter_board_bossrush = { ["board"]={ { 0, - 5 + 4 }, { 0, - 5 + 4 }, { 0, - 5 + 4 }, { 0, - 5 + 4 }, { 0, - 5 + 4 }, { 0, - 5 + 4 }, { 0, - 5 + 4 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 }, { 2, @@ -23250,39 +23278,11 @@ local chapter_board_bossrush = { 0 }, { - 1, + 2, 0 }, { - 1, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 1, + 3, 0 }, { @@ -23310,7 +23310,7 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { @@ -23334,19 +23334,19 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { @@ -23366,15 +23366,15 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { @@ -23382,7 +23382,7 @@ local chapter_board_bossrush = { 0 }, { - 14, + 3, 0 }, { @@ -23390,11 +23390,11 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 } } @@ -23403,11 +23403,11 @@ local chapter_board_bossrush = { ["board"]={ { 0, - 1 + 3 }, { 0, - 1 + 3 }, { 3, @@ -23423,7 +23423,35 @@ local chapter_board_bossrush = { }, { 0, - 4 + 5 + }, + { + 0, + 5 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 5 }, { 0, @@ -23438,81 +23466,53 @@ local chapter_board_bossrush = { 1 }, { - 3, - 0 + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 }, { 3, 0 }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, { 3, 0 }, - { - 0, - 4 - }, - { - 0, - 5 - }, - { - 0, - 2 - }, - { - 0, - 2 - }, - { - 0, - 2 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 0, - 4 - }, - { - 1, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 1, - 0 - }, { 36, 0 @@ -23541,14 +23541,6 @@ local chapter_board_bossrush = { 36, 0 }, - { - 1, - 0 - }, - { - 2, - 0 - }, { 3, 0 @@ -23566,7 +23558,15 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, 0 }, { @@ -23582,7 +23582,7 @@ local chapter_board_bossrush = { 0 }, { - 14, + 3, 0 }, { @@ -23602,11 +23602,95 @@ local chapter_board_bossrush = { [119]={ ["board"]={ { - 1, + 3, 0 }, { - 1, + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 36, 0 }, { @@ -23615,107 +23699,71 @@ local chapter_board_bossrush = { }, { 0, - 4 + 3 }, { 0, - 4 + 3 + }, + { + 36, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 }, { 0, 5 }, { - 1, + 0, + 5 + }, + { + 36, 0 }, - { - 1, - 0 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 0, - 4 - }, { 0, 5 }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 36, - 0 - }, { 0, - 1 - }, - { - 0, - 1 - }, - { - 0, - 1 - }, - { - 36, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 + 5 }, { 3, @@ -23733,46 +23781,6 @@ local chapter_board_bossrush = { 3, 0 }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 36, - 0 - }, - { - 0, - 3 - }, - { - 14, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, { 3, 0 @@ -23788,138 +23796,58 @@ local chapter_board_bossrush = { { 3, 0 - }, - { - 1, - 0 - }, - { - 1, - 0 } } }, [120]={ ["board"]={ { - 1, + 3, 0 }, { 36, 0 }, - { - 0, - 1 - }, { 0, 3 }, { 0, - 3 + 2 }, { 0, - 3 + 2 }, { 0, - 4 + 2 }, { - 1, + 0, + 5 + }, + { + 3, 0 }, + { + 0, + 3 + }, { 0, 1 }, { 0, - 2 + 1 }, { 0, - 2 - }, - { - 0, - 2 - }, - { - 0, - 4 - }, - { - 36, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 1, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 2 - }, - { - 0, - 2 - }, - { - 0, - 3 - }, - { - 1, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 + 1 }, { 0, @@ -23929,12 +23857,56 @@ local chapter_board_bossrush = { 36, 0 }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, { 0, 1 }, { - 1, + 0, + 1 + }, + { + 0, + 2 + }, + { + 3, 0 }, { @@ -23946,7 +23918,7 @@ local chapter_board_bossrush = { 0 }, { - 1, + 2, 0 }, { @@ -23954,13 +23926,41 @@ local chapter_board_bossrush = { 4 }, { - 14, + 36, 0 }, { 0, 3 }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 5 + }, + { + 3, + 0 + }, + { + 0, + 2 + }, { 2, 0 @@ -23974,11 +23974,11 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { @@ -24003,7 +24003,11 @@ local chapter_board_bossrush = { ["board"]={ { 0, - 1 + 3 + }, + { + 0, + 3 }, { 0, @@ -24013,13 +24017,29 @@ local chapter_board_bossrush = { 0, 3 }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, { 0, 1 }, { 0, - 2 + 1 }, { 0, @@ -24027,7 +24047,19 @@ local chapter_board_bossrush = { }, { 0, - 3 + 5 + }, + { + 0, + 5 + }, + { + 0, + 4 + }, + { + 36, + 0 }, { 0, @@ -24035,66 +24067,38 @@ local chapter_board_bossrush = { }, { 0, - 2 + 5 }, { 0, - 3 + 5 }, { 0, - 4 + 5 }, { 0, - 4 - }, - { - 0, - 1 - }, - { - 0, - 3 + 5 }, { 36, 0 }, { - 0, - 2 - }, - { - 0, - 4 - }, - { - 0, - 4 - }, - { - 0, - 4 - }, - { - 0, - 4 - }, - { - 36, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { @@ -24114,11 +24118,7 @@ local chapter_board_bossrush = { 0 }, { - 1, - 0 - }, - { - 1, + 3, 0 }, { @@ -24142,7 +24142,7 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { @@ -24178,36 +24178,40 @@ local chapter_board_bossrush = { 0 }, { - 14, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 } } }, [122]={ ["board"]={ + { + 0, + 3 + }, { 0, 1 }, { 0, - 2 + 1 }, { 0, @@ -24217,10 +24221,30 @@ local chapter_board_bossrush = { 0, 3 }, + { + 0, + 4 + }, + { + 0, + 4 + }, { 0, 1 }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 36, + 0 + }, { 0, 5 @@ -24231,15 +24255,7 @@ local chapter_board_bossrush = { }, { 0, - 2 - }, - { - 0, - 1 - }, - { - 0, - 3 + 4 }, { 36, @@ -24247,11 +24263,19 @@ local chapter_board_bossrush = { }, { 0, - 4 + 2 }, { 0, - 4 + 2 + }, + { + 3, + 0 + }, + { + 0, + 5 }, { 0, @@ -24261,34 +24285,10 @@ local chapter_board_bossrush = { 36, 0 }, - { - 0, - 3 - }, - { - 0, - 3 - }, { 3, 0 }, - { - 0, - 4 - }, - { - 0, - 4 - }, - { - 36, - 0 - }, - { - 1, - 0 - }, { 3, 0 @@ -24310,7 +24310,7 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { @@ -24354,7 +24354,7 @@ local chapter_board_bossrush = { 0 }, { - 14, + 3, 0 }, { @@ -24370,11 +24370,11 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { @@ -24390,11 +24390,11 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 } } @@ -24402,156 +24402,140 @@ local chapter_board_bossrush = { [123]={ ["board"]={ { - 1, - 0 - }, - { - 0, - 1 - }, - { - 0, - 2 - }, - { - 1, + 3, 0 }, { 0, 3 }, + { + 0, + 1 + }, { 0, 5 }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 0, - 1 - }, { 0, 2 }, { - 1, + 0, + 4 + }, + { + 3, + 0 + }, + { + 3, 0 }, { 0, 3 }, + { + 0, + 1 + }, { 0, 5 }, { - 1, + 0, + 2 + }, + { + 0, + 4 + }, + { + 3, 0 }, { - 1, + 3, 0 }, + { + 4, + 3 + }, { 4, 1 }, { 4, - 2 + 5 }, { 4, - 3 + 2 }, { 4, 4 }, { - 4, + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 5, + 2 + }, + { + 5, + 2 + }, + { + 5, + 2 + }, + { + 5, 5 }, - { - 1, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 14, - 0 - }, - { - 5, - 3 - }, - { - 5, - 3 - }, - { - 5, - 3 - }, { 5, 4 }, { 5, - 5 - }, - { - 5, - 5 - }, - { - 5, - 5 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 + 4 }, { 5, @@ -24570,7 +24554,11 @@ local chapter_board_bossrush = { 0 }, { - 1, + 5, + 5 + }, + { + 0, 0 }, { @@ -24582,7 +24570,7 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { @@ -24594,7 +24582,19 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, 0 } } @@ -24603,11 +24603,15 @@ local chapter_board_bossrush = { ["board"]={ { 0, - 1 + 3 }, { 0, - 1 + 3 + }, + { + 0, + 3 }, { 0, @@ -24619,20 +24623,20 @@ local chapter_board_bossrush = { }, { 0, - 3 + 5 }, { 0, - 4 + 2 }, { - 0, - 3 - }, - { - 1, + 3, 0 }, + { + 0, + 3 + }, { 0, 1 @@ -24643,7 +24647,7 @@ local chapter_board_bossrush = { }, { 0, - 3 + 1 }, { 0, @@ -24651,44 +24655,48 @@ local chapter_board_bossrush = { }, { 0, - 3 + 5 }, { - 0, - 4 + 3, + 0 }, { - 1, + 5, + 1 + }, + { + 5, + 2 + }, + { + 3, 0 }, { 5, 2 }, - { - 5, - 3 - }, - { - 1, - 0 - }, - { - 5, - 3 - }, - { - 5, - 4 - }, { 5, 5 }, + { + 5, + 4 + }, + { + 4, + 1 + }, { 4, 2 }, + { + 4, + 5 + }, { 4, 3 @@ -24698,48 +24706,52 @@ local chapter_board_bossrush = { 4 }, { - 4, + 5, + 4 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 5, + 4 + }, + { + 3, + 0 + }, + { + 5, + 3 + }, + { + 5, 1 }, - { - 4, - 5 - }, { 5, - 5 - }, - { - 1, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 5, - 5 - }, - { - 1, - 0 + 1 }, { 5, @@ -24758,43 +24770,31 @@ local chapter_board_bossrush = { 2 }, { - 5, - 3 - }, - { - 5, - 3 - }, - { - 5, - 3 - }, - { - 1, + 3, 0 }, { - 14, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 } } @@ -24803,7 +24803,51 @@ local chapter_board_bossrush = { ["board"]={ { 0, - 5 + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 }, { 0, @@ -24815,7 +24859,23 @@ local chapter_board_bossrush = { }, { 0, - 5 + 2 + }, + { + 0, + 2 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 }, { 0, @@ -24826,23 +24886,51 @@ local chapter_board_bossrush = { 5 }, { - 0, + 3, + 0 + }, + { + 5, + 4 + }, + { + 5, 5 }, { 5, - 3 + 4 }, { - 1, + 5, + 5 + }, + { + 5, + 4 + }, + { + 3, 0 }, + { + 3, + 0 + }, + { + 5, + 5 + }, { 5, 2 }, { - 4, + 5, + 5 + }, + { + 5, 2 }, { @@ -24850,104 +24938,20 @@ local chapter_board_bossrush = { 2 }, { - 1, - 3 - }, - { - 5, - 3 - }, - { - 0, + 3, 0 }, { - 0, - 0 - }, - { - 0, - 0 - }, - { - 1, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 1, + 3, 0 }, { 5, - 5 + 2 }, { 5, - 4 - }, - { - 5, - 5 - }, - { - 5, - 4 - }, - { - 5, - 5 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 5, - 4 - }, - { - 5, - 3 - }, - { - 5, - 4 - }, - { - 5, - 3 - }, - { - 5, - 3 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 5, - 3 + 1 }, { 5, @@ -24962,88 +24966,80 @@ local chapter_board_bossrush = { 1 }, { - 5, - 2 - }, - { - 1, + 3, 0 }, { - 1, + 3, 0 }, - { - 5, - 2 - }, { 5, 1 }, { - 14, + 5, + 3 + }, + { + 3, 0 }, { 5, - 2 + 1 }, { 5, - 2 + 1 }, { - 1, + 3, 0 } } }, [126]={ ["board"]={ - { - 0, - 3 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, { 0, 2 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, - { - 0, - 2 - }, { 0, 3 }, + { + 3, + 0 + }, + { + 3, + 0 + }, { 0, 4 }, + { + 0, + 2 + }, { 0, 5 }, { 0, - 2 + 4 }, { 0, @@ -25055,32 +25051,16 @@ local chapter_board_bossrush = { }, { 0, - 4 + 1 }, { - 4, + 0, 4 }, { 4, 5 }, - { - 4, - 5 - }, - { - 1, - 0 - }, - { - 4, - 3 - }, - { - 4, - 3 - }, { 4, 4 @@ -25090,37 +25070,13 @@ local chapter_board_bossrush = { 4 }, { - 1, + 3, 0 }, { 4, 2 }, - { - 1, - 0 - }, - { - 4, - 2 - }, - { - 1, - 0 - }, - { - 4, - 4 - }, - { - 4, - 3 - }, - { - 4, - 3 - }, { 4, 2 @@ -25129,17 +25085,61 @@ local chapter_board_bossrush = { 4, 1 }, + { + 4, + 5 + }, + { + 3, + 0 + }, + { + 4, + 1 + }, + { + 3, + 0 + }, + { + 4, + 1 + }, + { + 3, + 0 + }, + { + 4, + 1 + }, { 4, 2 }, { 4, - 5 + 2 }, { 4, - 5 + 1 + }, + { + 4, + 3 + }, + { + 4, + 1 + }, + { + 4, + 4 + }, + { + 4, + 4 }, { 3, @@ -25171,31 +25171,31 @@ local chapter_board_bossrush = { }, { 5, - 3 + 2 }, { 5, - 3 + 2 }, { - 1, + 3, 0 }, { - 14, + 3, 0 }, { - 1, + 3, 0 }, { 5, - 3 + 2 }, { 5, - 3 + 2 } } }, @@ -25203,7 +25203,11 @@ local chapter_board_bossrush = { ["board"]={ { 21, - 1 + 3 + }, + { + 0, + 3 }, { 0, @@ -25215,19 +25219,27 @@ local chapter_board_bossrush = { }, { 0, - 3 + 2 }, { 0, - 3 - }, - { - 0, - 4 + 5 }, { 21, - 4 + 5 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 1 }, { 0, @@ -25243,32 +25255,12 @@ local chapter_board_bossrush = { }, { 0, - 2 + 5 }, { - 0, - 3 - }, - { - 0, - 3 - }, - { - 0, - 4 - }, - { - 1, + 3, 0 }, - { - 5, - 1 - }, - { - 5, - 1 - }, { 5, 3 @@ -25279,11 +25271,19 @@ local chapter_board_bossrush = { }, { 5, - 4 + 2 }, { 5, - 4 + 2 + }, + { + 5, + 5 + }, + { + 5, + 5 }, { 37, @@ -25299,7 +25299,7 @@ local chapter_board_bossrush = { }, { 21, - 5 + 4 }, { 0, @@ -25310,11 +25310,11 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { @@ -25323,15 +25323,15 @@ local chapter_board_bossrush = { }, { 21, - 5 + 4 }, { - 14, + 3, 0 }, { 21, - 5 + 4 }, { 0, @@ -25343,59 +25343,59 @@ local chapter_board_bossrush = { }, { 5, - 3 - }, - { - 5, - 3 + 2 }, { 5, 2 }, + { + 5, + 1 + }, { 21, - 5 + 4 }, { 5, - 5 + 4 }, { 5, - 5 + 4 }, { - 1, + 3, 0 }, { 5, - 4 + 5 }, { 5, - 4 + 5 }, { 5, - 2 + 1 }, { - 1, + 3, 0 }, { 5, - 4 + 5 }, { 5, - 4 + 5 }, { 5, - 4 + 5 } } }, @@ -25403,47 +25403,47 @@ local chapter_board_bossrush = { ["board"]={ { 21, - 3 + 2 }, { 0, - 3 + 2 }, { 0, - 4 + 5 }, { 5, - 2 + 1 }, { 0, - 2 + 1 }, { 0, - 2 + 1 }, { 21, - 3 + 2 }, { 0, - 3 + 2 }, { 0, - 4 + 5 }, { 0, - 4 + 5 }, { 5, - 2 + 1 }, { 37, @@ -25451,92 +25451,92 @@ local chapter_board_bossrush = { }, { 0, - 1 + 3 }, { 0, - 1 + 3 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { 0, - 4 - }, - { - 5, 5 }, { - 1, + 5, + 4 + }, + { + 3, 0 }, { 0, - 1 + 3 }, { 0, - 4 + 5 }, { - 1, + 3, 0 }, { 21, - 3 - }, - { - 0, - 5 - }, - { - 5, - 5 - }, - { - 5, - 1 - }, - { - 5, - 4 + 2 }, { 0, 4 }, { - 3, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 14, - 0 + 5, + 4 }, { 5, 3 }, + { + 5, + 5 + }, + { + 0, + 5 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 5, + 2 + }, { 37, 0 @@ -25553,65 +25553,65 @@ local chapter_board_bossrush = { 0, 0 }, + { + 5, + 4 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 2 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, { 5, 5 }, { - 1, - 0 - }, - { - 1, - 0 - }, - { - 0, - 3 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 + 5, + 5 }, { 5, - 4 - }, - { - 5, - 4 - }, - { - 5, - 4 + 5 }, { 0, - 3 + 2 } } }, [129]={ ["board"]={ { - 1, + 3, 0 }, { 0, - 2 + 1 }, { 0, - 2 + 1 }, { 37, @@ -25619,24 +25619,16 @@ local chapter_board_bossrush = { }, { 0, - 3 + 2 }, { 0, - 3 + 2 }, { - 1, + 3, 0 }, - { - 0, - 2 - }, - { - 0, - 2 - }, { 0, 1 @@ -25654,67 +25646,19 @@ local chapter_board_bossrush = { 3 }, { - 1, - 0 - }, - { - 1, - 0 - }, - { - 5, - 5 - }, - { - 5, - 5 - }, - { - 5, - 5 - }, - { - 5, - 1 - }, - { - 5, - 1 - }, - { - 1, - 0 - }, - { - 21, + 0, 2 }, { - 21, + 0, 2 }, { - 21, - 2 - }, - { - 21, - 3 - }, - { - 21, - 3 - }, - { - 21, - 3 - }, - { - 14, + 3, 0 }, { - 1, + 3, 0 }, { @@ -25727,7 +25671,51 @@ local chapter_board_bossrush = { }, { 5, - 5 + 4 + }, + { + 5, + 3 + }, + { + 5, + 3 + }, + { + 3, + 0 + }, + { + 21, + 1 + }, + { + 21, + 1 + }, + { + 21, + 1 + }, + { + 21, + 2 + }, + { + 21, + 2 + }, + { + 21, + 2 + }, + { + 3, + 0 + }, + { + 3, + 0 }, { 5, @@ -25738,41 +25726,61 @@ local chapter_board_bossrush = { 5 }, { - 1, + 5, + 4 + }, + { + 5, + 4 + }, + { + 5, + 4 + }, + { + 3, 0 }, { 21, - 4 + 5 }, { 21, - 4 + 5 }, { 21, - 4 + 5 }, { 21, - 1 + 3 }, { 21, - 1 + 3 }, { 21, - 1 + 3 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, + { + 5, + 1 + }, + { + 5, + 1 + }, { 5, 2 @@ -25783,18 +25791,10 @@ local chapter_board_bossrush = { }, { 5, - 3 + 2 }, { - 5, - 3 - }, - { - 5, - 3 - }, - { - 1, + 3, 0 } } @@ -25803,7 +25803,15 @@ local chapter_board_bossrush = { ["board"]={ { 0, - 2 + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 }, { 0, @@ -25815,23 +25823,23 @@ local chapter_board_bossrush = { }, { 0, - 5 + 3 }, { - 0, - 1 - }, - { - 0, - 1 - }, - { - 1, + 3, 0 }, { 0, - 2 + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 }, { 0, @@ -25843,35 +25851,15 @@ local chapter_board_bossrush = { }, { 0, - 5 + 3 }, { - 0, - 1 - }, - { - 0, - 1 - }, - { - 1, + 3, 0 }, { 5, - 2 - }, - { - 5, - 2 - }, - { - 5, - 2 - }, - { - 5, - 5 + 1 }, { 5, @@ -25882,16 +25870,36 @@ local chapter_board_bossrush = { 1 }, { - 1, + 5, + 4 + }, + { + 5, + 3 + }, + { + 5, + 3 + }, + { + 3, 0 }, + { + 5, + 1 + }, { 5, 2 }, { 5, - 3 + 2 + }, + { + 5, + 4 }, { 5, @@ -25899,18 +25907,10 @@ local chapter_board_bossrush = { }, { 5, - 5 + 3 }, { - 5, - 1 - }, - { - 5, - 1 - }, - { - 1, + 3, 0 }, { @@ -25919,82 +25919,82 @@ local chapter_board_bossrush = { }, { 21, - 1 - }, - { - 1, - 0 - }, - { - 0, - 5 - }, - { - 1, - 0 - }, - { - 21, - 1 - }, - { - 1, - 0 - }, - { - 14, - 0 - }, - { - 1, - 0 - }, - { - 0, - 2 - }, - { - 37, - 0 - }, - { - 0, 3 }, { - 1, + 3, 0 }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 0, - 1 - }, - { - 0, - 2 - }, - { - 37, - 0 - }, - { - 0, - 3 - }, { 0, 4 }, { - 1, + 3, + 0 + }, + { + 21, + 3 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 1 + }, + { + 37, + 0 + }, + { + 0, + 2 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 37, + 0 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 3, 0 } } @@ -26010,20 +26010,20 @@ local chapter_board_bossrush = { 3 }, { - 5, - 1 - }, - { - 5, - 1 - }, - { - 5, - 1 + 0, + 3 }, { 0, - 5 + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 }, { 37, @@ -26042,7 +26042,7 @@ local chapter_board_bossrush = { 0 }, { - 14, + 3, 0 }, { @@ -26051,54 +26051,38 @@ local chapter_board_bossrush = { }, { 0, - 5 + 3 }, { 0, + 3 + }, + { + 5, + 2 + }, + { + 5, + 2 + }, + { + 5, + 2 + }, + { + 5, 5 }, - { - 5, - 3 - }, - { - 5, - 3 - }, - { - 5, - 3 - }, { 5, 4 }, { 5, - 5 + 4 }, { 5, - 5 - }, - { - 5, - 5 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 21, 4 }, { @@ -26113,32 +26097,48 @@ local chapter_board_bossrush = { 0, 0 }, - { - 1, - 0 - }, - { - 21, - 3 - }, - { - 21, - 3 - }, - { - 1, - 0 - }, { 21, 5 }, { - 21, - 5 + 0, + 0 }, { - 1, + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 21, + 2 + }, + { + 21, + 2 + }, + { + 3, + 0 + }, + { + 21, + 4 + }, + { + 21, + 4 + }, + { + 3, 0 }, { @@ -26202,16 +26202,44 @@ local chapter_board_bossrush = { [132]={ ["board"]={ { - 1, + 3, 0 }, { 0, - 4 + 5 }, { 0, - 4 + 5 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 5 }, { 0, @@ -26219,71 +26247,51 @@ local chapter_board_bossrush = { }, { 0, - 3 + 2 }, { - 0, - 3 - }, - { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 3, + 0 + }, + { + 5, 4 }, { - 0, - 2 - }, - { - 0, - 3 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 1, - 0 - }, - { - 0, - 2 - }, - { - 0, - 2 - }, - { - 0, - 2 - }, - { - 0, - 2 - }, - { - 0, - 2 - }, - { - 1, - 0 + 5, + 4 }, { 5, @@ -26295,35 +26303,27 @@ local chapter_board_bossrush = { }, { 5, - 4 + 2 }, { 5, - 4 + 2 }, { 5, 3 }, { - 5, - 3 - }, - { - 5, - 1 - }, - { - 1, + 3, 0 }, { 21, - 3 + 2 }, { 5, - 4 + 5 }, { 37, @@ -26331,70 +26331,70 @@ local chapter_board_bossrush = { }, { 5, - 3 + 2 }, { 21, - 3 + 2 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { 5, - 4 + 5 }, { - 14, + 3, 0 }, { 5, - 3 + 2 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { - 1, + 3, 0 }, { 0, 0 }, - { - 5, - 4 - }, { 5, 5 }, { 5, - 3 + 4 + }, + { + 5, + 2 }, { 0, 0 }, { - 1, + 3, 0 } } @@ -26402,13 +26402,9 @@ local chapter_board_bossrush = { [133]={ ["board"]={ { - 1, + 3, 0 }, - { - 0, - 2 - }, { 0, 3 @@ -26426,13 +26422,21 @@ local chapter_board_bossrush = { 1 }, { - 1, + 0, + 1 + }, + { + 3, 0 }, { - 1, + 3, 0 }, + { + 0, + 3 + }, { 0, 1 @@ -26443,28 +26447,16 @@ local chapter_board_bossrush = { }, { 0, - 3 + 5 }, { 0, - 4 + 5 }, { - 0, - 4 - }, - { - 1, + 3, 0 }, - { - 0, - 1 - }, - { - 0, - 1 - }, { 0, 3 @@ -26475,23 +26467,31 @@ local chapter_board_bossrush = { }, { 0, - 4 + 2 }, { 0, - 4 + 2 }, { - 1, + 0, + 5 + }, + { + 0, + 5 + }, + { + 3, 0 }, { - 1, + 3, 0 }, { 5, - 1 + 3 }, { 37, @@ -26499,22 +26499,50 @@ local chapter_board_bossrush = { }, { 5, - 5 + 4 }, { 5, - 5 + 4 }, { 5, - 5 + 4 }, { 37, 0 }, { - 1, + 3, + 0 + }, + { + 5, + 3 + }, + { + 5, + 2 + }, + { + 5, + 2 + }, + { + 21, + 4 + }, + { + 5, + 2 + }, + { + 3, + 0 + }, + { + 3, 0 }, { @@ -26522,79 +26550,51 @@ local chapter_board_bossrush = { 1 }, { - 5, - 3 + 3, + 0 }, { 5, - 3 - }, - { - 21, 5 }, { - 5, - 3 - }, - { - 1, - 0 - }, - { - 1, - 0 + 21, + 4 }, { 5, 2 }, - { - 14, - 0 - }, - { - 5, - 4 - }, { 21, 5 }, - { - 5, - 3 - }, - { - 21, - 4 - }, { 37, 0 }, { 5, - 2 + 1 }, { - 1, + 3, 0 }, { 5, - 4 + 5 }, { 5, - 2 + 1 }, { 5, - 2 + 1 }, { - 1, + 3, 0 } } @@ -26602,36 +26602,36 @@ local chapter_board_bossrush = { [134]={ ["board"]={ { - 1, - 0 + 0, + 1 }, { 0, - 2 + 1 }, { 0, - 2 + 1 }, { 0, - 2 + 1 }, { 0, - 2 + 1 }, { 0, - 2 + 1 }, { - 1, - 0 + 0, + 1 }, { - 1, - 0 + 0, + 3 }, { 37, @@ -26639,22 +26639,74 @@ local chapter_board_bossrush = { }, { 0, - 1 + 3 }, { 0, - 1 + 3 }, { 0, - 1 + 3 }, { 37, 0 }, { - 14, + 0, + 3 + }, + { + 5, + 2 + }, + { + 5, + 2 + }, + { + 5, + 2 + }, + { + 5, + 5 + }, + { + 5, + 5 + }, + { + 5, + 5 + }, + { + 5, + 3 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, 0 }, { @@ -26662,13 +26714,45 @@ local chapter_board_bossrush = { 3 }, { - 5, - 3 + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 }, { 5, 3 }, + { + 3, + 0 + }, + { + 5, + 1 + }, + { + 5, + 1 + }, { 5, 4 @@ -26682,101 +26766,9 @@ local chapter_board_bossrush = { 4 }, { - 5, - 1 - }, - { - 0, + 3, 0 }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 5, - 1 - }, - { - 1, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 5, - 1 - }, - { - 1, - 0 - }, - { - 5, - 2 - }, - { - 5, - 2 - }, - { - 5, - 5 - }, - { - 5, - 5 - }, - { - 5, - 5 - }, - { - 1, - 0 - }, - { - 21, - 2 - }, - { - 21, - 2 - }, { 21, 1 @@ -26787,14 +26779,22 @@ local chapter_board_bossrush = { }, { 21, - 5 + 3 }, { - 1, + 21, + 3 + }, + { + 21, + 4 + }, + { + 3, 0 }, { - 1, + 3, 0 } } @@ -26831,7 +26831,15 @@ local chapter_board_bossrush = { }, { 0, - 4 + 5 + }, + { + 0, + 2 + }, + { + 0, + 5 }, { 0, @@ -26841,110 +26849,102 @@ local chapter_board_bossrush = { 0, 4 }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 21, + 2 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 21, + 4 + }, { 0, 1 }, - { - 0, - 5 - }, - { - 0, - 3 - }, - { - 0, - 5 - }, - { - 0, - 3 - }, - { - 0, - 4 - }, - { - 0, - 3 - }, { 0, 1 }, { - 0, - 3 - }, - { - 0, - 5 - }, - { - 0, - 3 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 14, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 + 21, + 4 }, { 21, - 3 - }, - { - 0, 2 }, - { - 0, - 2 - }, - { - 21, - 5 - }, - { - 0, - 2 - }, - { - 0, - 2 - }, - { - 21, - 5 - }, - { - 21, - 3 - }, { 37, 0 @@ -26967,7 +26967,7 @@ local chapter_board_bossrush = { }, { 21, - 5 + 4 }, { 2, @@ -27003,11 +27003,31 @@ local chapter_board_bossrush = { ["board"]={ { 0, - 1 + 3 }, { 0, - 1 + 3 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 0, + 5 }, { 0, @@ -27023,44 +27043,96 @@ local chapter_board_bossrush = { }, { 0, - 4 + 2 }, { 0, - 4 + 5 }, { 0, + 5 + }, + { + 0, + 5 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 21, + 1 + }, + { + 21, 1 }, { 0, + 4 + }, + { + 3, + 0 + }, + { + 0, + 4 + }, + { + 21, 1 }, { - 0, + 21, 1 }, { - 0, - 3 + 2, + 0 + }, + { + 2, + 0 }, { 0, 4 }, { - 0, - 4 + 2, + 0 }, { 0, 4 }, - { - 1, - 0 - }, { 2, 0 @@ -27078,87 +27150,15 @@ local chapter_board_bossrush = { 0 }, { - 2, - 0 - }, - { - 1, - 0 - }, - { - 21, - 2 - }, - { - 21, - 2 - }, - { - 0, - 5 - }, - { - 14, + 3, 0 }, { 0, - 5 + 4 }, { - 21, - 2 - }, - { - 21, - 2 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 0, - 5 - }, - { - 2, - 0 - }, - { - 0, - 5 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 1, - 0 - }, - { - 0, - 5 - }, - { - 1, + 3, 0 }, { @@ -27178,7 +27178,7 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { @@ -27186,8 +27186,8 @@ local chapter_board_bossrush = { 0 }, { - 1, - 2 + 3, + 1 }, { 2, @@ -27203,15 +27203,7 @@ local chapter_board_bossrush = { ["board"]={ { 0, - 2 - }, - { - 0, - 3 - }, - { - 2, - 0 + 1 }, { 0, @@ -27223,14 +27215,10 @@ local chapter_board_bossrush = { }, { 0, - 3 + 1 }, { - 0, - 2 - }, - { - 1, + 2, 0 }, { @@ -27239,7 +27227,15 @@ local chapter_board_bossrush = { }, { 0, - 3 + 1 + }, + { + 3, + 0 + }, + { + 0, + 1 }, { 0, @@ -27247,112 +27243,116 @@ local chapter_board_bossrush = { }, { 0, - 3 + 1 }, { 0, 2 }, { - 1, + 0, + 1 + }, + { + 3, 0 }, { 21, - 5 - }, - { - 2, - 0 - }, - { - 0, - 2 - }, - { - 0, - 3 - }, - { - 0, - 2 - }, - { - 2, - 0 - }, - { - 21, - 5 - }, - { - 1, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 14, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 1, - 0 - }, - { - 21, - 5 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 0, - 3 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 21, - 5 - }, - { - 1, - 0 - }, - { - 0, 4 }, { 2, 0 }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 21, + 4 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 21, + 4 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 21, + 4 + }, + { + 3, + 0 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, { 37, 0 @@ -27363,31 +27363,23 @@ local chapter_board_bossrush = { }, { 0, - 1 + 3 }, { - 1, + 3, 0 }, - { - 0, - 4 - }, - { - 0, - 1 - }, - { - 0, - 4 - }, { 0, 5 }, { 0, - 1 + 3 + }, + { + 0, + 5 }, { 0, @@ -27395,7 +27387,15 @@ local chapter_board_bossrush = { }, { 0, - 1 + 3 + }, + { + 0, + 5 + }, + { + 0, + 3 } } }, @@ -27403,166 +27403,70 @@ local chapter_board_bossrush = { ["board"]={ { 0, - 3 + 2 }, { 0, - 3 + 2 }, { 0, - 3 + 2 }, { 2, - 5 - }, - { - 0, - 5 - }, - { - 0, - 5 - }, - { - 0, - 5 - }, - { - 3, - 0 - }, - { - 1, - 0 - }, - { - 0, - 1 - }, - { - 0, - 2 - }, - { - 0, - 1 - }, - { - 1, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 0, - 1 - }, - { - 0, - 2 - }, - { - 0, - 1 - }, - { - 0, - 2 - }, - { - 0, - 1 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 0, - 1 - }, - { - 0, - 2 - }, - { - 1, - 0 - }, - { - 0, - 2 - }, - { - 0, - 1 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 0, - 1 - }, - { - 14, - 0 - }, - { - 0, - 1 - }, - { - 3, - 0 - }, - { - 3, - 0 + 4 }, { 0, 4 }, { - 1, + 0, + 4 + }, + { + 0, + 4 + }, + { + 3, 0 }, { 3, 0 }, + { + 0, + 3 + }, { 0, 1 }, + { + 0, + 3 + }, { 3, 0 }, { - 1, + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 3 + }, + { + 0, 1 }, { @@ -27571,7 +27475,103 @@ local chapter_board_bossrush = { }, { 0, - 4 + 1 + }, + { + 0, + 3 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 3, + 0 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 3 + }, + { + 3, + 0 + }, + { + 0, + 3 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 5 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 3 + }, + { + 3, + 0 + }, + { + 3, + 3 + }, + { + 0, + 2 + }, + { + 0, + 5 }, { 37, @@ -27579,7 +27579,7 @@ local chapter_board_bossrush = { }, { 0, - 4 + 5 }, { 3, @@ -27587,7 +27587,7 @@ local chapter_board_bossrush = { }, { 0, - 3 + 2 }, { 37, @@ -27595,7 +27595,7 @@ local chapter_board_bossrush = { }, { 0, - 3 + 2 } } }, @@ -27607,7 +27607,7 @@ local chapter_board_bossrush = { }, { 0, - 1 + 3 }, { 2, @@ -27623,7 +27623,23 @@ local chapter_board_bossrush = { }, { 0, - 2 + 1 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 }, { 2, @@ -27633,10 +27649,34 @@ local chapter_board_bossrush = { 0, 1 }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, { 3, 0 }, + { + 2, + 0 + }, { 0, 1 @@ -27645,48 +27685,20 @@ local chapter_board_bossrush = { 2, 0 }, - { - 0, - 2 - }, { 3, 0 }, - { - 0, - 2 - }, { 2, 0 }, - { - 0, - 1 - }, - { - 2, - 0 - }, - { - 1, - 0 - }, { 2, 0 }, { - 0, - 2 - }, - { - 2, - 0 - }, - { - 1, + 3, 0 }, { @@ -27698,37 +27710,53 @@ local chapter_board_bossrush = { 0 }, { - 1, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 1, + 3, 0 }, { 21, - 3 + 2 }, { 2, 0 }, + { + 0, + 1 + }, { 0, 2 }, + { + 0, + 5 + }, + { + 2, + 0 + }, + { + 21, + 4 + }, + { + 21, + 2 + }, + { + 2, + 0 + }, { 0, 3 }, + { + 37, + 0 + }, { 0, 4 @@ -27739,38 +27767,10 @@ local chapter_board_bossrush = { }, { 21, - 5 + 4 }, { - 21, - 3 - }, - { - 2, - 0 - }, - { - 0, - 1 - }, - { - 37, - 0 - }, - { - 0, - 5 - }, - { - 2, - 0 - }, - { - 21, - 5 - }, - { - 1, + 3, 0 }, { @@ -27782,7 +27782,7 @@ local chapter_board_bossrush = { 0 }, { - 14, + 3, 0 }, { @@ -27794,13 +27794,21 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 } } }, [140]={ ["board"]={ + { + 2, + 0 + }, + { + 0, + 4 + }, { 2, 0 @@ -27813,6 +27821,14 @@ local chapter_board_bossrush = { 2, 0 }, + { + 0, + 3 + }, + { + 2, + 0 + }, { 0, 4 @@ -27823,7 +27839,7 @@ local chapter_board_bossrush = { }, { 0, - 1 + 4 }, { 2, @@ -27831,7 +27847,7 @@ local chapter_board_bossrush = { }, { 0, - 5 + 3 }, { 2, @@ -27839,34 +27855,10 @@ local chapter_board_bossrush = { }, { 0, - 5 + 3 }, { - 2, - 0 - }, - { - 0, - 1 - }, - { - 2, - 0 - }, - { - 0, - 1 - }, - { - 14, - 0 - }, - { - 0, - 5 - }, - { - 1, + 3, 0 }, { @@ -27874,15 +27866,7 @@ local chapter_board_bossrush = { 4 }, { - 1, - 0 - }, - { - 0, - 1 - }, - { - 14, + 3, 0 }, { @@ -27890,12 +27874,20 @@ local chapter_board_bossrush = { 5 }, { - 2, + 3, 0 }, { 0, - 5 + 3 + }, + { + 3, + 0 + }, + { + 0, + 4 }, { 2, @@ -27903,6 +27895,30 @@ local chapter_board_bossrush = { }, { 0, + 4 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 3, + 0 + }, + { + 21, 1 }, { @@ -27910,11 +27926,19 @@ local chapter_board_bossrush = { 0 }, { - 0, + 21, 1 }, { - 1, + 2, + 0 + }, + { + 21, + 1 + }, + { + 3, 0 }, { @@ -27937,54 +27961,6 @@ local chapter_board_bossrush = { 21, 2 }, - { - 1, - 0 - }, - { - 21, - 3 - }, - { - 2, - 0 - }, - { - 21, - 3 - }, - { - 2, - 0 - }, - { - 21, - 3 - }, - { - 2, - 0 - }, - { - 21, - 3 - }, - { - 2, - 0 - }, - { - 21, - 2 - }, - { - 2, - 0 - }, - { - 21, - 2 - }, { 2, 0 @@ -27993,6 +27969,30 @@ local chapter_board_bossrush = { 21, 2 }, + { + 2, + 0 + }, + { + 21, + 1 + }, + { + 2, + 0 + }, + { + 21, + 1 + }, + { + 2, + 0 + }, + { + 21, + 1 + }, { 2, 0 @@ -28003,19 +28003,7 @@ local chapter_board_bossrush = { ["board"]={ { 0, - 1 - }, - { - 0, - 2 - }, - { - 0, - 1 - }, - { - 1, - 0 + 3 }, { 0, @@ -28023,115 +28011,27 @@ local chapter_board_bossrush = { }, { 0, - 2 - }, - { - 0, - 1 + 3 }, { 3, 0 }, - { - 0, - 1 - }, - { - 0, - 2 - }, - { - 0, - 1 - }, - { - 0, - 2 - }, - { - 0, - 1 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 0, - 1 - }, - { - 0, - 2 - }, - { - 0, - 1 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 1, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 0, - 2 - }, { 0, 3 }, { 0, - 4 - }, - { - 14, - 0 + 1 }, { 0, - 2 + 3 + }, + { + 3, + 0 }, { 0, @@ -28139,27 +28039,127 @@ local chapter_board_bossrush = { }, { 0, - 4 + 1 + }, + { + 0, + 3 }, { 0, 1 }, + { + 0, + 3 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 3, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 0, + 3 + }, { 37, 0 }, { 0, - 5 + 4 }, { 21, - 1 + 3 }, { 0, - 1 + 3 }, { 37, @@ -28167,7 +28167,7 @@ local chapter_board_bossrush = { }, { 0, - 5 + 4 }, { 2, @@ -28182,7 +28182,7 @@ local chapter_board_bossrush = { 0 }, { - 1, + 3, 0 }, { @@ -28203,147 +28203,15 @@ local chapter_board_bossrush = { ["board"]={ { 0, - 1 - }, - { - 0, - 1 - }, - { - 0, - 1 - }, - { - 2, - 0 - }, - { - 0, - 4 - }, - { - 0, - 4 - }, - { - 0, - 4 - }, - { - 0, - 1 - }, - { - 2, - 0 - }, - { - 0, - 1 - }, - { - 37, - 0 - }, - { - 0, - 4 - }, - { - 2, - 0 - }, - { - 0, - 4 - }, - { - 2, - 0 - }, - { - 21, - 2 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 21, 3 }, - { - 2, - 0 - }, { 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 14, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 0, - 0 - }, - { - 2, - 0 - }, - { - 21, - 2 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 21, 3 }, - { - 2, - 0 - }, { 0, - 0 + 3 }, { 2, @@ -28353,6 +28221,26 @@ local chapter_board_bossrush = { 0, 5 }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, { 37, 0 @@ -28367,6 +28255,22 @@ local chapter_board_bossrush = { }, { 0, + 5 + }, + { + 2, + 0 + }, + { + 21, + 1 + }, + { + 2, + 0 + }, + { + 2, 0 }, { @@ -28381,6 +28285,46 @@ local chapter_board_bossrush = { 2, 0 }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 21, + 1 + }, + { + 2, + 0 + }, { 2, 0 @@ -28391,7 +28335,63 @@ local chapter_board_bossrush = { }, { 21, - 3 + 2 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 4 + }, + { + 37, + 0 + }, + { + 0, + 4 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 21, + 1 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 21, + 2 }, { 2, @@ -28403,7 +28403,23 @@ local chapter_board_bossrush = { ["board"]={ { 0, - 1 + 3 + }, + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 }, { 2, @@ -28415,30 +28431,6 @@ local chapter_board_bossrush = { }, { 0, - 3 - }, - { - 0, - 3 - }, - { - 2, - 0 - }, - { - 0, - 1 - }, - { - 0, - 0 - }, - { - 0, - 1 - }, - { - 2, 0 }, { @@ -28451,23 +28443,7 @@ local chapter_board_bossrush = { }, { 0, - 1 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 1 + 2 }, { 2, @@ -28475,7 +28451,31 @@ local chapter_board_bossrush = { }, { 0, - 1 + 3 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 0, + 3 }, { 0, @@ -28499,7 +28499,7 @@ local chapter_board_bossrush = { }, { 0, - 1 + 3 }, { 0, @@ -28545,6 +28545,22 @@ local chapter_board_bossrush = { 0, 0 }, + { + 21, + 4 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, { 21, 5 @@ -28554,20 +28570,20 @@ local chapter_board_bossrush = { 0 }, { - 14, - 0 - }, - { - 0, - 0 + 21, + 4 }, { 21, 4 }, { - 0, - 0 + 21, + 4 + }, + { + 21, + 3 }, { 21, @@ -28580,22 +28596,6 @@ local chapter_board_bossrush = { { 21, 5 - }, - { - 21, - 1 - }, - { - 21, - 4 - }, - { - 21, - 4 - }, - { - 21, - 4 } }, ["grid_edge"]={ @@ -28669,12 +28669,60 @@ local chapter_board_bossrush = { [144]={ ["board"]={ { - 1, + 3, 0 }, { 0, - 5 + 4 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 3, + 0 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 }, { 0, @@ -28686,23 +28734,7 @@ local chapter_board_bossrush = { }, { 0, - 3 - }, - { - 0, - 3 - }, - { - 1, - 0 - }, - { - 0, - 5 - }, - { - 0, - 5 + 1 }, { 0, @@ -28714,15 +28746,11 @@ local chapter_board_bossrush = { }, { 0, - 3 + 1 }, { 0, - 3 - }, - { - 0, - 3 + 5 }, { 0, @@ -28730,11 +28758,7 @@ local chapter_board_bossrush = { }, { 0, - 2 - }, - { - 0, - 2 + 1 }, { 0, @@ -28742,11 +28766,7 @@ local chapter_board_bossrush = { }, { 0, - 2 - }, - { - 0, - 2 + 4 }, { 0, @@ -28754,7 +28774,7 @@ local chapter_board_bossrush = { }, { 0, - 5 + 1 }, { 0, @@ -28766,19 +28786,7 @@ local chapter_board_bossrush = { }, { 0, - 5 - }, - { - 0, - 5 - }, - { - 0, - 2 - }, - { - 0, - 3 + 1 }, { 0, @@ -28786,83 +28794,75 @@ local chapter_board_bossrush = { }, { 0, - 2 - }, - { - 0, - 5 - }, - { - 0, - 5 - }, - { - 0, - 5 - }, - { - 0, - 2 + 4 }, { 0, 4 }, { - 21, + 0, + 1 + }, + { + 0, 5 }, { 21, - 2 + 4 }, { 21, - 2 + 1 }, { - 14, + 21, + 1 + }, + { + 3, 0 }, - { - 21, - 5 - }, - { - 21, - 2 - }, - { - 21, - 3 - }, { 21, 4 }, { 21, - 2 + 1 }, { - 1, - 0 + 21, + 2 }, { 21, 5 }, { - 1, + 21, + 1 + }, + { + 3, 0 }, { 21, - 2 + 4 + }, + { + 3, + 0 }, { 21, - 4 + 1 + }, + { + 21, + 5 } }, ["grid_edge"]={ @@ -29003,17 +29003,17 @@ local chapter_board_bossrush = { 2, 0 }, - { - 0, - 3 - }, { 0, 2 }, { 0, - 3 + 1 + }, + { + 0, + 2 }, { 2, @@ -29033,11 +29033,31 @@ local chapter_board_bossrush = { }, { 0, - 2 + 1 }, { 0, - 4 + 5 + }, + { + 0, + 3 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 }, { 0, @@ -29045,7 +29065,11 @@ local chapter_board_bossrush = { }, { 0, - 0 + 3 + }, + { + 0, + 5 }, { 0, @@ -29059,17 +29083,25 @@ local chapter_board_bossrush = { 0, 0 }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 21, + 1 + }, { 0, 2 }, { 0, - 1 - }, - { - 0, - 4 + 2 }, { 0, @@ -29077,15 +29109,7 @@ local chapter_board_bossrush = { }, { 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 1 + 3 }, { 0, @@ -29095,14 +29119,54 @@ local chapter_board_bossrush = { 21, 2 }, + { + 3, + 0 + }, + { + 21, + 1 + }, + { + 0, + 2 + }, { 0, 3 }, { 0, + 0 + }, + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 21, 3 }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, { 0, 0 @@ -29111,78 +29175,14 @@ local chapter_board_bossrush = { 0, 1 }, - { - 0, - 2 - }, - { - 21, - 3 - }, - { - 14, - 0 - }, - { - 21, - 2 - }, - { - 0, - 3 - }, - { - 0, - 1 - }, - { - 0, - 0 - }, - { - 0, - 4 - }, - { - 0, - 2 - }, { 21, 1 }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, { 0, 2 }, - { - 21, - 2 - }, - { - 0, - 3 - }, { 0, 0 @@ -29319,27 +29319,23 @@ local chapter_board_bossrush = { ["board"]={ { 0, - 3 - }, - { - 0, - 4 + 2 }, { 0, 5 }, { - 1, + 0, + 4 + }, + { + 3, 0 }, { 0, - 2 - }, - { - 0, - 3 + 1 }, { 0, @@ -29347,32 +29343,24 @@ local chapter_board_bossrush = { }, { 0, - 4 + 1 }, { 0, - 4 + 5 }, { 0, - 4 + 5 + }, + { + 0, + 5 }, { 2, 0 }, - { - 0, - 2 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, { 0, 1 @@ -29386,8 +29374,8 @@ local chapter_board_bossrush = { 2 }, { - 2, - 0 + 0, + 3 }, { 0, @@ -29395,11 +29383,7 @@ local chapter_board_bossrush = { }, { 0, - 4 - }, - { - 0, - 3 + 1 }, { 2, @@ -29407,7 +29391,11 @@ local chapter_board_bossrush = { }, { 0, - 2 + 3 + }, + { + 0, + 5 }, { 0, @@ -29431,24 +29419,36 @@ local chapter_board_bossrush = { }, { 0, - 0 - }, - { - 2, - 0 + 3 }, { 0, 3 }, { - 1, + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, 0 }, { 0, 2 }, + { + 3, + 0 + }, + { + 0, + 1 + }, { 2, 0 @@ -29471,7 +29471,7 @@ local chapter_board_bossrush = { }, { 0, - 2 + 1 }, { 2, @@ -29485,33 +29485,33 @@ local chapter_board_bossrush = { 0, 0 }, + { + 21, + 1 + }, { 21, 2 }, { 21, - 3 + 5 }, { - 21, - 4 - }, - { - 14, + 3, 0 }, { 21, - 4 - }, - { - 21, - 3 + 5 }, { 21, 2 + }, + { + 21, + 1 } }, ["grid_edge"]={ @@ -29579,6 +29579,22 @@ local chapter_board_bossrush = { }, [147]={ ["board"]={ + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, { 2, 0 @@ -29591,38 +29607,30 @@ local chapter_board_bossrush = { 2, 0 }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 0, - 1 - }, - { - 2, - 0 - }, - { - 0, - 2 - }, { 0, 1 }, { 0, - 1 + 3 + }, + { + 0, + 3 }, { 2, 0 }, + { + 0, + 3 + }, + { + 0, + 1 + }, { 0, 1 @@ -29631,6 +29639,18 @@ local chapter_board_bossrush = { 0, 2 }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 2, + 0 + }, { 0, 2 @@ -29641,56 +29661,36 @@ local chapter_board_bossrush = { }, { 0, - 1 + 3 }, { 0, 3 }, + { + 0, + 3 + }, + { + 0, + 2 + }, { 2, 0 }, { 0, - 3 + 2 }, { 0, - 1 - }, - { - 0, - 1 - }, - { - 0, - 1 - }, - { - 0, - 1 + 5 }, { 0, 3 }, - { - 2, - 0 - }, - { - 0, - 3 - }, - { - 0, - 4 - }, - { - 0, - 1 - }, { 0, 0 @@ -29701,7 +29701,7 @@ local chapter_board_bossrush = { }, { 21, - 3 + 2 }, { 3, @@ -29709,7 +29709,7 @@ local chapter_board_bossrush = { }, { 21, - 3 + 2 }, { 0, @@ -29729,15 +29729,15 @@ local chapter_board_bossrush = { }, { 21, - 3 + 2 }, { - 14, + 3, 0 }, { 21, - 3 + 2 }, { 0, @@ -29757,15 +29757,15 @@ local chapter_board_bossrush = { }, { 21, - 3 + 2 }, { 21, - 3 + 2 }, { 21, - 3 + 2 }, { 0, @@ -29822,43 +29822,39 @@ local chapter_board_bossrush = { }, { 0, - 4 + 5 }, { 0, - 4 + 5 }, { 0, - 4 + 5 }, { 0, - 4 + 5 }, { 0, - 1 + 3 }, { 7, 0 }, + { + 0, + 2 + }, { 0, 3 }, { 0, - 1 - }, - { - 0, - 1 - }, - { - 0, - 4 + 3 }, { 0, @@ -29870,19 +29866,11 @@ local chapter_board_bossrush = { }, { 0, - 3 + 5 }, { 0, - 1 - }, - { - 0, - 4 - }, - { - 0, - 4 + 2 }, { 0, @@ -29890,7 +29878,23 @@ local chapter_board_bossrush = { }, { 0, - 3 + 5 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 }, { 0, @@ -29898,15 +29902,11 @@ local chapter_board_bossrush = { }, { 0, - 1 + 5 }, { 0, - 4 - }, - { - 0, - 4 + 5 }, { 7, @@ -29922,11 +29922,11 @@ local chapter_board_bossrush = { }, { 0, - 3 + 2 }, { 0, - 3 + 2 }, { 0, @@ -29958,7 +29958,7 @@ local chapter_board_bossrush = { }, { 21, - 5 + 4 }, { 0, @@ -29982,22 +29982,22 @@ local chapter_board_bossrush = { }, { 21, - 5 + 4 }, { 21, - 5 + 4 }, { 21, - 5 + 4 }, { 0, 0 }, { - 14, + 3, 0 }, { @@ -30006,11 +30006,11 @@ local chapter_board_bossrush = { }, { 21, - 5 + 4 }, { 21, - 5 + 4 } }, ["grid_edge"]={ @@ -30073,6 +30073,34 @@ local chapter_board_bossrush = { }, [149]={ ["board"]={ + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, { 0, 5 @@ -30085,30 +30113,10 @@ local chapter_board_bossrush = { 2, 0 }, - { - 0, - 4 - }, - { - 2, - 0 - }, { 0, 5 }, - { - 0, - 4 - }, - { - 0, - 4 - }, - { - 0, - 3 - }, { 2, 0 @@ -30117,13 +30125,9 @@ local chapter_board_bossrush = { 0, 4 }, - { - 2, - 0 - }, { 0, - 5 + 2 }, { 0, @@ -30133,6 +30137,38 @@ local chapter_board_bossrush = { 0, 1 }, + { + 2, + 0 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, { 0, 2 @@ -30141,54 +30177,26 @@ local chapter_board_bossrush = { 2, 0 }, - { - 0, - 4 - }, - { - 2, - 0 - }, - { - 0, - 1 - }, - { - 0, - 1 - }, { 0, 5 }, - { - 0, - 4 - }, - { - 2, - 0 - }, - { - 0, - 3 - }, - { - 2, - 0 - }, - { - 0, - 4 - }, - { - 0, - 3 - }, { 0, 2 }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, { 0, 2 @@ -30201,49 +30209,41 @@ local chapter_board_bossrush = { 0, 3 }, - { - 2, - 0 - }, { 0, - 1 - }, - { - 0, - 1 + 3 }, { 3, 0 }, + { + 0, + 1 + }, + { + 0, + 5 + }, { 0, 2 }, { 0, - 4 + 5 }, { 0, 3 }, - { - 0, - 4 - }, - { - 0, - 1 - }, { 3, 0 }, { 21, - 2 + 1 }, { 2, @@ -30251,15 +30251,15 @@ local chapter_board_bossrush = { }, { 0, - 4 + 5 }, { - 14, + 3, 0 }, { 0, - 4 + 5 }, { 2, @@ -30267,7 +30267,7 @@ local chapter_board_bossrush = { }, { 21, - 2 + 1 } }, ["grid_edge"]={ @@ -30347,56 +30347,24 @@ local chapter_board_bossrush = { ["board"]={ { 0, - 2 + 1 }, { 0, - 2 + 1 }, { 3, 0 }, - { - 14, - 0 - }, { 3, 0 }, - { - 0, - 3 - }, - { - 0, - 4 - }, - { - 0, - 4 - }, - { - 0, - 4 - }, { 3, 0 }, - { - 0, - 3 - }, - { - 3, - 0 - }, - { - 0, - 3 - }, { 0, 2 @@ -30411,20 +30379,32 @@ local chapter_board_bossrush = { }, { 0, - 3 + 5 }, { - 0, - 3 - }, - { - 0, - 3 + 3, + 0 }, { 0, 2 }, + { + 3, + 0 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, { 0, 4 @@ -30433,10 +30413,30 @@ local chapter_board_bossrush = { 0, 2 }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, { 0, 5 }, + { + 0, + 1 + }, + { + 0, + 4 + }, { 2, 0 @@ -30451,6 +30451,58 @@ local chapter_board_bossrush = { }, { 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 21, + 3 + }, + { + 21, + 3 + }, + { + 21, 3 }, { @@ -30467,79 +30519,27 @@ local chapter_board_bossrush = { }, { 0, - 0 + 5 }, { - 0, - 0 + 21, + 3 }, { - 0, - 0 + 21, + 3 }, { - 0, + 21, 3 }, { 0, - 4 + 2 }, { 0, - 4 - }, - { - 0, - 4 - }, - { - 21, - 1 - }, - { - 21, - 1 - }, - { - 21, - 1 - }, - { - 0, - 4 - }, - { - 0, - 4 - }, - { - 0, - 3 - }, - { - 0, - 4 - }, - { - 21, - 1 - }, - { - 21, - 1 - }, - { - 21, - 1 - }, - { - 0, - 3 - }, - { - 0, - 3 + 2 } }, ["grid_edge"]={ @@ -30619,15 +30619,15 @@ local chapter_board_bossrush = { ["board"]={ { 0, - 4 + 5 }, { 0, - 1 + 3 }, { 0, - 1 + 3 }, { 3, @@ -30635,23 +30635,7 @@ local chapter_board_bossrush = { }, { 0, - 1 - }, - { - 0, - 1 - }, - { - 0, - 4 - }, - { - 0, - 4 - }, - { - 0, - 1 + 3 }, { 0, @@ -30659,7 +30643,11 @@ local chapter_board_bossrush = { }, { 0, - 1 + 5 + }, + { + 0, + 5 }, { 0, @@ -30667,23 +30655,7 @@ local chapter_board_bossrush = { }, { 0, - 1 - }, - { - 0, - 4 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 0, - 1 + 2 }, { 0, @@ -30691,7 +30663,35 @@ local chapter_board_bossrush = { }, { 0, - 1 + 2 + }, + { + 0, + 3 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 3 }, { 2, @@ -30715,7 +30715,7 @@ local chapter_board_bossrush = { }, { 0, - 1 + 3 }, { 2, @@ -30787,18 +30787,18 @@ local chapter_board_bossrush = { }, { 21, - 4 + 5 }, { 21, - 4 + 5 }, { 2, 0 }, { - 14, + 3, 0 }, { @@ -30807,11 +30807,11 @@ local chapter_board_bossrush = { }, { 21, - 4 + 5 }, { 21, - 4 + 5 } }, ["grid_edge"]={ @@ -30935,15 +30935,11 @@ local chapter_board_bossrush = { }, { 0, - 1 + 3 }, { 0, - 5 - }, - { - 0, - 1 + 4 }, { 0, @@ -30951,7 +30947,11 @@ local chapter_board_bossrush = { }, { 0, - 1 + 2 + }, + { + 0, + 3 }, { 3, @@ -30959,11 +30959,11 @@ local chapter_board_bossrush = { }, { 0, - 1 + 3 }, { 0, - 5 + 4 }, { 2, @@ -30977,14 +30977,6 @@ local chapter_board_bossrush = { 2, 0 }, - { - 0, - 1 - }, - { - 0, - 1 - }, { 0, 3 @@ -30993,12 +30985,20 @@ local chapter_board_bossrush = { 0, 3 }, + { + 0, + 2 + }, + { + 0, + 2 + }, { 2, 0 }, { - 14, + 3, 0 }, { @@ -31007,7 +31007,35 @@ local chapter_board_bossrush = { }, { 0, - 5 + 4 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 4 }, { 0, @@ -31019,23 +31047,7 @@ local chapter_board_bossrush = { }, { 0, - 5 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 2, - 0 - }, - { - 0, - 5 + 2 }, { 0, @@ -31051,23 +31063,11 @@ local chapter_board_bossrush = { }, { 0, - 1 + 4 }, { 0, - 1 - }, - { - 0, - 1 - }, - { - 0, - 5 - }, - { - 0, - 3 + 2 }, { 3, @@ -31103,7 +31103,7 @@ local chapter_board_bossrush = { }, { 21, - 2 + 1 }, { 3, @@ -31111,7 +31111,7 @@ local chapter_board_bossrush = { }, { 21, - 2 + 1 }, { 3, @@ -31119,7 +31119,7 @@ local chapter_board_bossrush = { }, { 21, - 2 + 1 }, { 3, @@ -31179,6 +31179,10 @@ local chapter_board_bossrush = { 3, 0 }, + { + 0, + 1 + }, { 0, 2 @@ -31187,30 +31191,42 @@ local chapter_board_bossrush = { 0, 3 }, + { + 0, + 5 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, { 0, 1 }, { 0, - 4 + 1 + }, + { + 0, + 1 }, { 3, 0 }, - { - 3, - 0 - }, - { - 0, - 4 - }, - { - 0, - 4 - }, { 0, 2 @@ -31223,25 +31239,9 @@ local chapter_board_bossrush = { 0, 2 }, - { - 3, - 0 - }, { 0, - 3 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 0, - 3 + 2 }, { 3, @@ -31277,7 +31277,7 @@ local chapter_board_bossrush = { }, { 21, - 1 + 3 }, { 3, @@ -31364,7 +31364,7 @@ local chapter_board_bossrush = { 0 }, { - 14, + 3, 0 } }, @@ -31421,118 +31421,6 @@ local chapter_board_bossrush = { 3, 0 }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 0, - 0 - }, - { - 0, - 4 - }, - { - 0, - 4 - }, - { - 0, - 4 - }, - { - 0, - 4 - }, - { - 0, - 4 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 5 - }, - { - 0, - 5 - }, - { - 0, - 5 - }, - { - 0, - 5 - }, - { - 0, - 5 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 1 - }, - { - 0, - 1 - }, - { - 0, - 1 - }, - { - 0, - 1 - }, - { - 0, - 1 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, { 0, 2 @@ -31545,6 +31433,118 @@ local chapter_board_bossrush = { 0, 2 }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, { 0, 0 @@ -31587,23 +31587,23 @@ local chapter_board_bossrush = { }, { 21, - 3 + 2 }, { 21, - 3 + 2 }, { - 14, + 3, 0 }, { 21, - 3 + 2 }, { 21, - 3 + 2 }, { 3, diff --git a/lua/app/config/chapter_dungeon_armor.lua b/lua/app/config/chapter_dungeon_armor.lua index 9203a047..694e623b 100644 --- a/lua/app/config/chapter_dungeon_armor.lua +++ b/lua/app/config/chapter_dungeon_armor.lua @@ -828,29 +828,23 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1007, ["num"]=1, - ["weight"]=72 + ["weight"]=85 }, { ["type"]=1, ["id"]=1008, ["num"]=1, - ["weight"]=28 + ["weight"]=15 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1007, - ["num"]=1, - ["weight"]=40 - }, { ["type"]=1, ["id"]=1008, ["num"]=1, - ["weight"]=60 + ["weight"]=100 } }, ["bao_drop_num"]=2, @@ -953,29 +947,23 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1013, ["num"]=1, - ["weight"]=72 + ["weight"]=85 }, { ["type"]=1, ["id"]=1014, ["num"]=1, - ["weight"]=28 + ["weight"]=15 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1013, - ["num"]=1, - ["weight"]=40 - }, { ["type"]=1, ["id"]=1014, ["num"]=1, - ["weight"]=60 + ["weight"]=100 } }, ["bao_drop_num"]=2, @@ -1078,29 +1066,23 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1019, ["num"]=1, - ["weight"]=72 + ["weight"]=85 }, { ["type"]=1, ["id"]=1020, ["num"]=1, - ["weight"]=28 + ["weight"]=15 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1019, - ["num"]=1, - ["weight"]=40 - }, { ["type"]=1, ["id"]=1020, ["num"]=1, - ["weight"]=60 + ["weight"]=100 } }, ["bao_drop_num"]=2, @@ -1203,29 +1185,23 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1025, ["num"]=1, - ["weight"]=72 + ["weight"]=85 }, { ["type"]=1, ["id"]=1026, ["num"]=1, - ["weight"]=28 + ["weight"]=15 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1025, - ["num"]=1, - ["weight"]=40 - }, { ["type"]=1, ["id"]=1026, ["num"]=1, - ["weight"]=60 + ["weight"]=100 } }, ["bao_drop_num"]=2, @@ -1328,101 +1304,77 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1007, ["num"]=1, - ["weight"]=180 + ["weight"]=213 }, { ["type"]=1, ["id"]=1013, ["num"]=1, - ["weight"]=180 + ["weight"]=213 }, { ["type"]=1, ["id"]=1019, ["num"]=1, - ["weight"]=180 + ["weight"]=213 }, { ["type"]=1, ["id"]=1025, ["num"]=1, - ["weight"]=180 + ["weight"]=213 }, { ["type"]=1, ["id"]=1008, ["num"]=1, - ["weight"]=70 + ["weight"]=38 }, { ["type"]=1, ["id"]=1014, ["num"]=1, - ["weight"]=70 + ["weight"]=38 }, { ["type"]=1, ["id"]=1020, ["num"]=1, - ["weight"]=70 + ["weight"]=38 }, { ["type"]=1, ["id"]=1026, ["num"]=1, - ["weight"]=70 + ["weight"]=38 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1007, - ["num"]=1, - ["weight"]=100 - }, - { - ["type"]=1, - ["id"]=1013, - ["num"]=1, - ["weight"]=100 - }, - { - ["type"]=1, - ["id"]=1019, - ["num"]=1, - ["weight"]=100 - }, - { - ["type"]=1, - ["id"]=1025, - ["num"]=1, - ["weight"]=100 - }, { ["type"]=1, ["id"]=1008, ["num"]=1, - ["weight"]=150 + ["weight"]=250 }, { ["type"]=1, ["id"]=1014, ["num"]=1, - ["weight"]=150 + ["weight"]=250 }, { ["type"]=1, ["id"]=1020, ["num"]=1, - ["weight"]=150 + ["weight"]=250 }, { ["type"]=1, ["id"]=1026, ["num"]=1, - ["weight"]=150 + ["weight"]=250 } }, ["bao_drop_num"]=2, @@ -1541,101 +1493,77 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1007, ["num"]=1, - ["weight"]=180 + ["weight"]=213 }, { ["type"]=1, ["id"]=1013, ["num"]=1, - ["weight"]=180 + ["weight"]=213 }, { ["type"]=1, ["id"]=1019, ["num"]=1, - ["weight"]=180 + ["weight"]=213 }, { ["type"]=1, ["id"]=1025, ["num"]=1, - ["weight"]=180 + ["weight"]=213 }, { ["type"]=1, ["id"]=1008, ["num"]=1, - ["weight"]=70 + ["weight"]=38 }, { ["type"]=1, ["id"]=1014, ["num"]=1, - ["weight"]=70 + ["weight"]=38 }, { ["type"]=1, ["id"]=1020, ["num"]=1, - ["weight"]=70 + ["weight"]=38 }, { ["type"]=1, ["id"]=1026, ["num"]=1, - ["weight"]=70 + ["weight"]=38 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1007, - ["num"]=1, - ["weight"]=100 - }, - { - ["type"]=1, - ["id"]=1013, - ["num"]=1, - ["weight"]=100 - }, - { - ["type"]=1, - ["id"]=1019, - ["num"]=1, - ["weight"]=100 - }, - { - ["type"]=1, - ["id"]=1025, - ["num"]=1, - ["weight"]=100 - }, { ["type"]=1, ["id"]=1008, ["num"]=1, - ["weight"]=150 + ["weight"]=250 }, { ["type"]=1, ["id"]=1014, ["num"]=1, - ["weight"]=150 + ["weight"]=250 }, { ["type"]=1, ["id"]=1020, ["num"]=1, - ["weight"]=150 + ["weight"]=250 }, { ["type"]=1, ["id"]=1026, ["num"]=1, - ["weight"]=150 + ["weight"]=250 } }, ["bao_drop_num"]=2, @@ -1754,41 +1682,29 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1007, ["num"]=1, - ["weight"]=31 + ["weight"]=65 }, { ["type"]=1, ["id"]=1008, ["num"]=1, - ["weight"]=51 + ["weight"]=25 }, { ["type"]=1, ["id"]=1009, ["num"]=1, - ["weight"]=18 + ["weight"]=10 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1007, - ["num"]=1, - ["weight"]=10 - }, - { - ["type"]=1, - ["id"]=1008, - ["num"]=1, - ["weight"]=40 - }, { ["type"]=1, ["id"]=1009, ["num"]=1, - ["weight"]=50 + ["weight"]=100 } }, ["bao_drop_num"]=2, @@ -1891,41 +1807,29 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1013, ["num"]=1, - ["weight"]=31 + ["weight"]=65 }, { ["type"]=1, ["id"]=1014, ["num"]=1, - ["weight"]=51 + ["weight"]=25 }, { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=18 + ["weight"]=10 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1013, - ["num"]=1, - ["weight"]=10 - }, - { - ["type"]=1, - ["id"]=1014, - ["num"]=1, - ["weight"]=40 - }, { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=50 + ["weight"]=100 } }, ["bao_drop_num"]=2, @@ -2028,41 +1932,29 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1019, ["num"]=1, - ["weight"]=31 + ["weight"]=65 }, { ["type"]=1, ["id"]=1020, ["num"]=1, - ["weight"]=51 + ["weight"]=25 }, { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=18 + ["weight"]=10 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1019, - ["num"]=1, - ["weight"]=10 - }, - { - ["type"]=1, - ["id"]=1020, - ["num"]=1, - ["weight"]=40 - }, { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=50 + ["weight"]=100 } }, ["bao_drop_num"]=2, @@ -2165,41 +2057,29 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1025, ["num"]=1, - ["weight"]=31 + ["weight"]=65 }, { ["type"]=1, ["id"]=1026, ["num"]=1, - ["weight"]=51 + ["weight"]=25 }, { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=18 + ["weight"]=10 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1025, - ["num"]=1, - ["weight"]=10 - }, - { - ["type"]=1, - ["id"]=1026, - ["num"]=1, - ["weight"]=40 - }, { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=50 + ["weight"]=100 } }, ["bao_drop_num"]=2, @@ -2302,149 +2182,101 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1007, ["num"]=1, - ["weight"]=78 + ["weight"]=163 }, { ["type"]=1, ["id"]=1013, ["num"]=1, - ["weight"]=78 + ["weight"]=163 }, { ["type"]=1, ["id"]=1019, ["num"]=1, - ["weight"]=78 + ["weight"]=163 }, { ["type"]=1, ["id"]=1025, ["num"]=1, - ["weight"]=78 + ["weight"]=163 }, { ["type"]=1, ["id"]=1008, ["num"]=1, - ["weight"]=128 + ["weight"]=63 }, { ["type"]=1, ["id"]=1014, ["num"]=1, - ["weight"]=128 + ["weight"]=63 }, { ["type"]=1, ["id"]=1020, ["num"]=1, - ["weight"]=128 + ["weight"]=63 }, { ["type"]=1, ["id"]=1026, ["num"]=1, - ["weight"]=128 + ["weight"]=63 }, { ["type"]=1, ["id"]=1009, ["num"]=1, - ["weight"]=45 + ["weight"]=25 }, { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=45 + ["weight"]=25 }, { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=45 + ["weight"]=25 }, { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=45 + ["weight"]=25 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1007, - ["num"]=1, - ["weight"]=25 - }, - { - ["type"]=1, - ["id"]=1013, - ["num"]=1, - ["weight"]=25 - }, - { - ["type"]=1, - ["id"]=1019, - ["num"]=1, - ["weight"]=25 - }, - { - ["type"]=1, - ["id"]=1025, - ["num"]=1, - ["weight"]=25 - }, - { - ["type"]=1, - ["id"]=1008, - ["num"]=1, - ["weight"]=100 - }, - { - ["type"]=1, - ["id"]=1014, - ["num"]=1, - ["weight"]=100 - }, - { - ["type"]=1, - ["id"]=1020, - ["num"]=1, - ["weight"]=100 - }, - { - ["type"]=1, - ["id"]=1026, - ["num"]=1, - ["weight"]=100 - }, { ["type"]=1, ["id"]=1009, ["num"]=1, - ["weight"]=125 + ["weight"]=250 }, { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=125 + ["weight"]=250 }, { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=125 + ["weight"]=250 }, { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=125 + ["weight"]=250 } }, ["bao_drop_num"]=2, @@ -2563,149 +2395,101 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1007, ["num"]=1, - ["weight"]=78 + ["weight"]=163 }, { ["type"]=1, ["id"]=1013, ["num"]=1, - ["weight"]=78 + ["weight"]=163 }, { ["type"]=1, ["id"]=1019, ["num"]=1, - ["weight"]=78 + ["weight"]=163 }, { ["type"]=1, ["id"]=1025, ["num"]=1, - ["weight"]=78 + ["weight"]=163 }, { ["type"]=1, ["id"]=1008, ["num"]=1, - ["weight"]=128 + ["weight"]=63 }, { ["type"]=1, ["id"]=1014, ["num"]=1, - ["weight"]=128 + ["weight"]=63 }, { ["type"]=1, ["id"]=1020, ["num"]=1, - ["weight"]=128 + ["weight"]=63 }, { ["type"]=1, ["id"]=1026, ["num"]=1, - ["weight"]=128 + ["weight"]=63 }, { ["type"]=1, ["id"]=1009, ["num"]=1, - ["weight"]=45 + ["weight"]=25 }, { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=45 + ["weight"]=25 }, { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=45 + ["weight"]=25 }, { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=45 + ["weight"]=25 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1007, - ["num"]=1, - ["weight"]=25 - }, - { - ["type"]=1, - ["id"]=1013, - ["num"]=1, - ["weight"]=25 - }, - { - ["type"]=1, - ["id"]=1019, - ["num"]=1, - ["weight"]=25 - }, - { - ["type"]=1, - ["id"]=1025, - ["num"]=1, - ["weight"]=25 - }, - { - ["type"]=1, - ["id"]=1008, - ["num"]=1, - ["weight"]=100 - }, - { - ["type"]=1, - ["id"]=1014, - ["num"]=1, - ["weight"]=100 - }, - { - ["type"]=1, - ["id"]=1020, - ["num"]=1, - ["weight"]=100 - }, - { - ["type"]=1, - ["id"]=1026, - ["num"]=1, - ["weight"]=100 - }, { ["type"]=1, ["id"]=1009, ["num"]=1, - ["weight"]=125 + ["weight"]=250 }, { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=125 + ["weight"]=250 }, { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=125 + ["weight"]=250 }, { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=125 + ["weight"]=250 } }, ["bao_drop_num"]=2, @@ -2824,38 +2608,32 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1007, ["num"]=1, - ["weight"]=10 + ["weight"]=45 }, { ["type"]=1, ["id"]=1008, ["num"]=1, - ["weight"]=62 + ["weight"]=35 }, { ["type"]=1, ["id"]=1009, ["num"]=1, - ["weight"]=28 + ["weight"]=20 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1008, - ["num"]=1, - ["weight"]=30 - }, { ["type"]=1, ["id"]=1009, ["num"]=1, - ["weight"]=70 + ["weight"]=100 } }, - ["bao_drop_num"]=2, + ["bao_drop_num"]=3, ["item_show"]={ { ["type"]=1, @@ -2955,38 +2733,32 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1013, ["num"]=1, - ["weight"]=10 + ["weight"]=45 }, { ["type"]=1, ["id"]=1014, ["num"]=1, - ["weight"]=62 + ["weight"]=35 }, { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=28 + ["weight"]=20 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1014, - ["num"]=1, - ["weight"]=30 - }, { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=70 + ["weight"]=100 } }, - ["bao_drop_num"]=2, + ["bao_drop_num"]=3, ["item_show"]={ { ["type"]=1, @@ -3086,38 +2858,32 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1019, ["num"]=1, - ["weight"]=10 + ["weight"]=45 }, { ["type"]=1, ["id"]=1020, ["num"]=1, - ["weight"]=62 + ["weight"]=35 }, { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=28 + ["weight"]=20 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1020, - ["num"]=1, - ["weight"]=30 - }, { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=70 + ["weight"]=100 } }, - ["bao_drop_num"]=2, + ["bao_drop_num"]=3, ["item_show"]={ { ["type"]=1, @@ -3217,38 +2983,32 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1025, ["num"]=1, - ["weight"]=10 + ["weight"]=45 }, { ["type"]=1, ["id"]=1026, ["num"]=1, - ["weight"]=62 + ["weight"]=35 }, { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=28 + ["weight"]=20 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1026, - ["num"]=1, - ["weight"]=30 - }, { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=70 + ["weight"]=100 } }, - ["bao_drop_num"]=2, + ["bao_drop_num"]=3, ["item_show"]={ { ["type"]=1, @@ -3348,128 +3108,104 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1007, ["num"]=1, - ["weight"]=25 + ["weight"]=113 }, { ["type"]=1, ["id"]=1013, ["num"]=1, - ["weight"]=25 + ["weight"]=113 }, { ["type"]=1, ["id"]=1019, ["num"]=1, - ["weight"]=25 + ["weight"]=113 }, { ["type"]=1, ["id"]=1025, ["num"]=1, - ["weight"]=25 + ["weight"]=113 }, { ["type"]=1, ["id"]=1008, ["num"]=1, - ["weight"]=155 + ["weight"]=88 }, { ["type"]=1, ["id"]=1014, ["num"]=1, - ["weight"]=155 + ["weight"]=88 }, { ["type"]=1, ["id"]=1020, ["num"]=1, - ["weight"]=155 + ["weight"]=88 }, { ["type"]=1, ["id"]=1026, ["num"]=1, - ["weight"]=155 + ["weight"]=88 }, { ["type"]=1, ["id"]=1009, ["num"]=1, - ["weight"]=70 + ["weight"]=50 }, { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=70 + ["weight"]=50 }, { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=70 + ["weight"]=50 }, { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=70 + ["weight"]=50 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1008, - ["num"]=1, - ["weight"]=75 - }, - { - ["type"]=1, - ["id"]=1014, - ["num"]=1, - ["weight"]=75 - }, - { - ["type"]=1, - ["id"]=1020, - ["num"]=1, - ["weight"]=75 - }, - { - ["type"]=1, - ["id"]=1026, - ["num"]=1, - ["weight"]=75 - }, { ["type"]=1, ["id"]=1009, ["num"]=1, - ["weight"]=175 + ["weight"]=250 }, { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=175 + ["weight"]=250 }, { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=175 + ["weight"]=250 }, { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=175 + ["weight"]=250 } }, - ["bao_drop_num"]=2, + ["bao_drop_num"]=3, ["item_show"]={ { ["type"]=1, @@ -3585,128 +3321,104 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1007, ["num"]=1, - ["weight"]=25 + ["weight"]=113 }, { ["type"]=1, ["id"]=1013, ["num"]=1, - ["weight"]=25 + ["weight"]=113 }, { ["type"]=1, ["id"]=1019, ["num"]=1, - ["weight"]=25 + ["weight"]=113 }, { ["type"]=1, ["id"]=1025, ["num"]=1, - ["weight"]=25 + ["weight"]=113 }, { ["type"]=1, ["id"]=1008, ["num"]=1, - ["weight"]=155 + ["weight"]=88 }, { ["type"]=1, ["id"]=1014, ["num"]=1, - ["weight"]=155 + ["weight"]=88 }, { ["type"]=1, ["id"]=1020, ["num"]=1, - ["weight"]=155 + ["weight"]=88 }, { ["type"]=1, ["id"]=1026, ["num"]=1, - ["weight"]=155 + ["weight"]=88 }, { ["type"]=1, ["id"]=1009, ["num"]=1, - ["weight"]=70 + ["weight"]=50 }, { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=70 + ["weight"]=50 }, { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=70 + ["weight"]=50 }, { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=70 + ["weight"]=50 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1008, - ["num"]=1, - ["weight"]=75 - }, - { - ["type"]=1, - ["id"]=1014, - ["num"]=1, - ["weight"]=75 - }, - { - ["type"]=1, - ["id"]=1020, - ["num"]=1, - ["weight"]=75 - }, - { - ["type"]=1, - ["id"]=1026, - ["num"]=1, - ["weight"]=75 - }, { ["type"]=1, ["id"]=1009, ["num"]=1, - ["weight"]=175 + ["weight"]=250 }, { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=175 + ["weight"]=250 }, { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=175 + ["weight"]=250 }, { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=175 + ["weight"]=250 } }, - ["bao_drop_num"]=2, + ["bao_drop_num"]=3, ["item_show"]={ { ["type"]=1, @@ -3822,41 +3534,29 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1008, ["num"]=1, - ["weight"]=41 + ["weight"]=60 }, { ["type"]=1, ["id"]=1009, ["num"]=1, - ["weight"]=40 + ["weight"]=30 }, { ["type"]=1, ["id"]=1010, ["num"]=1, - ["weight"]=19 + ["weight"]=10 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1008, - ["num"]=1, - ["weight"]=20 - }, - { - ["type"]=1, - ["id"]=1009, - ["num"]=1, - ["weight"]=40 - }, { ["type"]=1, ["id"]=1010, ["num"]=1, - ["weight"]=40 + ["weight"]=100 } }, ["bao_drop_num"]=2, @@ -3967,41 +3667,29 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1014, ["num"]=1, - ["weight"]=41 + ["weight"]=60 }, { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=40 + ["weight"]=30 }, { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=19 + ["weight"]=10 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1014, - ["num"]=1, - ["weight"]=20 - }, - { - ["type"]=1, - ["id"]=1015, - ["num"]=1, - ["weight"]=40 - }, { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=40 + ["weight"]=100 } }, ["bao_drop_num"]=2, @@ -4112,41 +3800,29 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1020, ["num"]=1, - ["weight"]=41 + ["weight"]=60 }, { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=40 + ["weight"]=30 }, { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=19 + ["weight"]=10 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1020, - ["num"]=1, - ["weight"]=20 - }, - { - ["type"]=1, - ["id"]=1021, - ["num"]=1, - ["weight"]=40 - }, { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=40 + ["weight"]=100 } }, ["bao_drop_num"]=2, @@ -4257,41 +3933,29 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1026, ["num"]=1, - ["weight"]=41 + ["weight"]=60 }, { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=40 + ["weight"]=30 }, { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=19 + ["weight"]=10 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1026, - ["num"]=1, - ["weight"]=20 - }, - { - ["type"]=1, - ["id"]=1027, - ["num"]=1, - ["weight"]=40 - }, { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=40 + ["weight"]=100 } }, ["bao_drop_num"]=2, @@ -4402,149 +4066,101 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1008, ["num"]=1, - ["weight"]=103 + ["weight"]=150 }, { ["type"]=1, ["id"]=1014, ["num"]=1, - ["weight"]=103 + ["weight"]=150 }, { ["type"]=1, ["id"]=1020, ["num"]=1, - ["weight"]=103 + ["weight"]=150 }, { ["type"]=1, ["id"]=1026, ["num"]=1, - ["weight"]=103 + ["weight"]=150 }, { ["type"]=1, ["id"]=1009, ["num"]=1, - ["weight"]=100 + ["weight"]=75 }, { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=100 + ["weight"]=75 }, { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=100 + ["weight"]=75 }, { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=100 + ["weight"]=75 }, { ["type"]=1, ["id"]=1010, ["num"]=1, - ["weight"]=48 + ["weight"]=25 }, { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=48 + ["weight"]=25 }, { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=48 + ["weight"]=25 }, { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=48 + ["weight"]=25 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1008, - ["num"]=1, - ["weight"]=50 - }, - { - ["type"]=1, - ["id"]=1014, - ["num"]=1, - ["weight"]=50 - }, - { - ["type"]=1, - ["id"]=1020, - ["num"]=1, - ["weight"]=50 - }, - { - ["type"]=1, - ["id"]=1026, - ["num"]=1, - ["weight"]=50 - }, - { - ["type"]=1, - ["id"]=1009, - ["num"]=1, - ["weight"]=100 - }, - { - ["type"]=1, - ["id"]=1015, - ["num"]=1, - ["weight"]=100 - }, - { - ["type"]=1, - ["id"]=1021, - ["num"]=1, - ["weight"]=100 - }, - { - ["type"]=1, - ["id"]=1027, - ["num"]=1, - ["weight"]=100 - }, { ["type"]=1, ["id"]=1010, ["num"]=1, - ["weight"]=100 + ["weight"]=250 }, { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=100 + ["weight"]=250 }, { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=100 + ["weight"]=250 }, { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=100 + ["weight"]=250 } }, ["bao_drop_num"]=2, @@ -4663,149 +4279,101 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1008, ["num"]=1, - ["weight"]=103 + ["weight"]=150 }, { ["type"]=1, ["id"]=1014, ["num"]=1, - ["weight"]=103 + ["weight"]=150 }, { ["type"]=1, ["id"]=1020, ["num"]=1, - ["weight"]=103 + ["weight"]=150 }, { ["type"]=1, ["id"]=1026, ["num"]=1, - ["weight"]=103 + ["weight"]=150 }, { ["type"]=1, ["id"]=1009, ["num"]=1, - ["weight"]=100 + ["weight"]=75 }, { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=100 + ["weight"]=75 }, { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=100 + ["weight"]=75 }, { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=100 + ["weight"]=75 }, { ["type"]=1, ["id"]=1010, ["num"]=1, - ["weight"]=48 + ["weight"]=25 }, { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=48 + ["weight"]=25 }, { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=48 + ["weight"]=25 }, { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=48 + ["weight"]=25 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1008, - ["num"]=1, - ["weight"]=50 - }, - { - ["type"]=1, - ["id"]=1014, - ["num"]=1, - ["weight"]=50 - }, - { - ["type"]=1, - ["id"]=1020, - ["num"]=1, - ["weight"]=50 - }, - { - ["type"]=1, - ["id"]=1026, - ["num"]=1, - ["weight"]=50 - }, - { - ["type"]=1, - ["id"]=1009, - ["num"]=1, - ["weight"]=100 - }, - { - ["type"]=1, - ["id"]=1015, - ["num"]=1, - ["weight"]=100 - }, - { - ["type"]=1, - ["id"]=1021, - ["num"]=1, - ["weight"]=100 - }, - { - ["type"]=1, - ["id"]=1027, - ["num"]=1, - ["weight"]=100 - }, { ["type"]=1, ["id"]=1010, ["num"]=1, - ["weight"]=100 + ["weight"]=250 }, { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=100 + ["weight"]=250 }, { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=100 + ["weight"]=250 }, { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=100 + ["weight"]=250 } }, ["bao_drop_num"]=2, @@ -4924,38 +4492,32 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1008, ["num"]=1, - ["weight"]=20 + ["weight"]=45 }, { ["type"]=1, ["id"]=1009, ["num"]=1, - ["weight"]=52 + ["weight"]=35 }, { ["type"]=1, ["id"]=1010, ["num"]=1, - ["weight"]=28 + ["weight"]=20 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1009, - ["num"]=1, - ["weight"]=30 - }, { ["type"]=1, ["id"]=1010, ["num"]=1, - ["weight"]=70 + ["weight"]=100 } }, - ["bao_drop_num"]=2, + ["bao_drop_num"]=3, ["item_show"]={ { ["type"]=1, @@ -5055,38 +4617,32 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1014, ["num"]=1, - ["weight"]=20 + ["weight"]=45 }, { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=52 + ["weight"]=35 }, { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=28 + ["weight"]=20 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1015, - ["num"]=1, - ["weight"]=30 - }, { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=70 + ["weight"]=100 } }, - ["bao_drop_num"]=2, + ["bao_drop_num"]=3, ["item_show"]={ { ["type"]=1, @@ -5186,38 +4742,32 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1020, ["num"]=1, - ["weight"]=20 + ["weight"]=45 }, { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=52 + ["weight"]=35 }, { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=28 + ["weight"]=20 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1021, - ["num"]=1, - ["weight"]=30 - }, { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=70 + ["weight"]=100 } }, - ["bao_drop_num"]=2, + ["bao_drop_num"]=3, ["item_show"]={ { ["type"]=1, @@ -5317,38 +4867,32 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1026, ["num"]=1, - ["weight"]=20 + ["weight"]=45 }, { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=52 + ["weight"]=35 }, { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=28 + ["weight"]=20 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1027, - ["num"]=1, - ["weight"]=30 - }, { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=70 + ["weight"]=100 } }, - ["bao_drop_num"]=2, + ["bao_drop_num"]=3, ["item_show"]={ { ["type"]=1, @@ -5448,128 +4992,104 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1008, ["num"]=1, - ["weight"]=50 + ["weight"]=113 }, { ["type"]=1, ["id"]=1014, ["num"]=1, - ["weight"]=50 + ["weight"]=113 }, { ["type"]=1, ["id"]=1020, ["num"]=1, - ["weight"]=50 + ["weight"]=113 }, { ["type"]=1, ["id"]=1026, ["num"]=1, - ["weight"]=50 + ["weight"]=113 }, { ["type"]=1, ["id"]=1009, ["num"]=1, - ["weight"]=130 + ["weight"]=88 }, { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=130 + ["weight"]=88 }, { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=130 + ["weight"]=88 }, { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=130 + ["weight"]=88 }, { ["type"]=1, ["id"]=1010, ["num"]=1, - ["weight"]=70 + ["weight"]=50 }, { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=70 + ["weight"]=50 }, { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=70 + ["weight"]=50 }, { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=70 + ["weight"]=50 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1009, - ["num"]=1, - ["weight"]=75 - }, - { - ["type"]=1, - ["id"]=1015, - ["num"]=1, - ["weight"]=75 - }, - { - ["type"]=1, - ["id"]=1021, - ["num"]=1, - ["weight"]=75 - }, - { - ["type"]=1, - ["id"]=1027, - ["num"]=1, - ["weight"]=75 - }, { ["type"]=1, ["id"]=1010, ["num"]=1, - ["weight"]=175 + ["weight"]=250 }, { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=175 + ["weight"]=250 }, { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=175 + ["weight"]=250 }, { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=175 + ["weight"]=250 } }, - ["bao_drop_num"]=2, + ["bao_drop_num"]=3, ["item_show"]={ { ["type"]=1, @@ -5685,128 +5205,104 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1008, ["num"]=1, - ["weight"]=50 + ["weight"]=113 }, { ["type"]=1, ["id"]=1014, ["num"]=1, - ["weight"]=50 + ["weight"]=113 }, { ["type"]=1, ["id"]=1020, ["num"]=1, - ["weight"]=50 + ["weight"]=113 }, { ["type"]=1, ["id"]=1026, ["num"]=1, - ["weight"]=50 + ["weight"]=113 }, { ["type"]=1, ["id"]=1009, ["num"]=1, - ["weight"]=130 + ["weight"]=88 }, { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=130 + ["weight"]=88 }, { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=130 + ["weight"]=88 }, { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=130 + ["weight"]=88 }, { ["type"]=1, ["id"]=1010, ["num"]=1, - ["weight"]=70 + ["weight"]=50 }, { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=70 + ["weight"]=50 }, { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=70 + ["weight"]=50 }, { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=70 + ["weight"]=50 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1009, - ["num"]=1, - ["weight"]=75 - }, - { - ["type"]=1, - ["id"]=1015, - ["num"]=1, - ["weight"]=75 - }, - { - ["type"]=1, - ["id"]=1021, - ["num"]=1, - ["weight"]=75 - }, - { - ["type"]=1, - ["id"]=1027, - ["num"]=1, - ["weight"]=75 - }, { ["type"]=1, ["id"]=1010, ["num"]=1, - ["weight"]=175 + ["weight"]=250 }, { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=175 + ["weight"]=250 }, { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=175 + ["weight"]=250 }, { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=175 + ["weight"]=250 } }, - ["bao_drop_num"]=2, + ["bao_drop_num"]=3, ["item_show"]={ { ["type"]=1, @@ -5922,41 +5418,29 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1009, ["num"]=1, - ["weight"]=41 + ["weight"]=60 }, { ["type"]=1, ["id"]=1010, ["num"]=1, - ["weight"]=45 + ["weight"]=30 }, { ["type"]=1, ["id"]=1011, ["num"]=1, - ["weight"]=14 + ["weight"]=10 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1009, - ["num"]=1, - ["weight"]=10 - }, - { - ["type"]=1, - ["id"]=1010, - ["num"]=1, - ["weight"]=50 - }, { ["type"]=1, ["id"]=1011, ["num"]=1, - ["weight"]=40 + ["weight"]=100 } }, ["bao_drop_num"]=2, @@ -6067,41 +5551,29 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=41 + ["weight"]=60 }, { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=45 + ["weight"]=30 }, { ["type"]=1, ["id"]=1017, ["num"]=1, - ["weight"]=14 + ["weight"]=10 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1015, - ["num"]=1, - ["weight"]=10 - }, - { - ["type"]=1, - ["id"]=1016, - ["num"]=1, - ["weight"]=50 - }, { ["type"]=1, ["id"]=1017, ["num"]=1, - ["weight"]=40 + ["weight"]=100 } }, ["bao_drop_num"]=2, @@ -6212,41 +5684,29 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=41 + ["weight"]=60 }, { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=45 + ["weight"]=30 }, { ["type"]=1, ["id"]=1023, ["num"]=1, - ["weight"]=14 + ["weight"]=10 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1021, - ["num"]=1, - ["weight"]=10 - }, - { - ["type"]=1, - ["id"]=1022, - ["num"]=1, - ["weight"]=50 - }, { ["type"]=1, ["id"]=1023, ["num"]=1, - ["weight"]=40 + ["weight"]=100 } }, ["bao_drop_num"]=2, @@ -6357,41 +5817,29 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=41 + ["weight"]=60 }, { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=45 + ["weight"]=30 }, { ["type"]=1, ["id"]=1029, ["num"]=1, - ["weight"]=14 + ["weight"]=10 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1027, - ["num"]=1, - ["weight"]=10 - }, - { - ["type"]=1, - ["id"]=1028, - ["num"]=1, - ["weight"]=50 - }, { ["type"]=1, ["id"]=1029, ["num"]=1, - ["weight"]=40 + ["weight"]=100 } }, ["bao_drop_num"]=2, @@ -6502,149 +5950,101 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1009, ["num"]=1, - ["weight"]=103 + ["weight"]=150 }, { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=103 + ["weight"]=150 }, { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=103 + ["weight"]=150 }, { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=103 + ["weight"]=150 }, { ["type"]=1, ["id"]=1010, ["num"]=1, - ["weight"]=113 + ["weight"]=75 }, { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=113 + ["weight"]=75 }, { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=113 + ["weight"]=75 }, { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=113 + ["weight"]=75 }, { ["type"]=1, ["id"]=1011, ["num"]=1, - ["weight"]=35 + ["weight"]=25 }, { ["type"]=1, ["id"]=1017, ["num"]=1, - ["weight"]=35 + ["weight"]=25 }, { ["type"]=1, ["id"]=1023, ["num"]=1, - ["weight"]=35 + ["weight"]=25 }, { ["type"]=1, ["id"]=1029, ["num"]=1, - ["weight"]=35 + ["weight"]=25 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1009, - ["num"]=1, - ["weight"]=25 - }, - { - ["type"]=1, - ["id"]=1015, - ["num"]=1, - ["weight"]=25 - }, - { - ["type"]=1, - ["id"]=1021, - ["num"]=1, - ["weight"]=25 - }, - { - ["type"]=1, - ["id"]=1027, - ["num"]=1, - ["weight"]=25 - }, - { - ["type"]=1, - ["id"]=1010, - ["num"]=1, - ["weight"]=125 - }, - { - ["type"]=1, - ["id"]=1016, - ["num"]=1, - ["weight"]=125 - }, - { - ["type"]=1, - ["id"]=1022, - ["num"]=1, - ["weight"]=125 - }, - { - ["type"]=1, - ["id"]=1028, - ["num"]=1, - ["weight"]=125 - }, { ["type"]=1, ["id"]=1011, ["num"]=1, - ["weight"]=100 + ["weight"]=250 }, { ["type"]=1, ["id"]=1017, ["num"]=1, - ["weight"]=100 + ["weight"]=250 }, { ["type"]=1, ["id"]=1023, ["num"]=1, - ["weight"]=100 + ["weight"]=250 }, { ["type"]=1, ["id"]=1029, ["num"]=1, - ["weight"]=100 + ["weight"]=250 } }, ["bao_drop_num"]=2, @@ -6763,149 +6163,101 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1009, ["num"]=1, - ["weight"]=103 + ["weight"]=150 }, { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=103 + ["weight"]=150 }, { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=103 + ["weight"]=150 }, { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=103 + ["weight"]=150 }, { ["type"]=1, ["id"]=1010, ["num"]=1, - ["weight"]=113 + ["weight"]=75 }, { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=113 + ["weight"]=75 }, { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=113 + ["weight"]=75 }, { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=113 + ["weight"]=75 }, { ["type"]=1, ["id"]=1011, ["num"]=1, - ["weight"]=35 + ["weight"]=25 }, { ["type"]=1, ["id"]=1017, ["num"]=1, - ["weight"]=35 + ["weight"]=25 }, { ["type"]=1, ["id"]=1023, ["num"]=1, - ["weight"]=35 + ["weight"]=25 }, { ["type"]=1, ["id"]=1029, ["num"]=1, - ["weight"]=35 + ["weight"]=25 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1009, - ["num"]=1, - ["weight"]=25 - }, - { - ["type"]=1, - ["id"]=1015, - ["num"]=1, - ["weight"]=25 - }, - { - ["type"]=1, - ["id"]=1021, - ["num"]=1, - ["weight"]=25 - }, - { - ["type"]=1, - ["id"]=1027, - ["num"]=1, - ["weight"]=25 - }, - { - ["type"]=1, - ["id"]=1010, - ["num"]=1, - ["weight"]=125 - }, - { - ["type"]=1, - ["id"]=1016, - ["num"]=1, - ["weight"]=125 - }, - { - ["type"]=1, - ["id"]=1022, - ["num"]=1, - ["weight"]=125 - }, - { - ["type"]=1, - ["id"]=1028, - ["num"]=1, - ["weight"]=125 - }, { ["type"]=1, ["id"]=1011, ["num"]=1, - ["weight"]=100 + ["weight"]=250 }, { ["type"]=1, ["id"]=1017, ["num"]=1, - ["weight"]=100 + ["weight"]=250 }, { ["type"]=1, ["id"]=1023, ["num"]=1, - ["weight"]=100 + ["weight"]=250 }, { ["type"]=1, ["id"]=1029, ["num"]=1, - ["weight"]=100 + ["weight"]=250 } }, ["bao_drop_num"]=2, @@ -7024,38 +6376,32 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1009, ["num"]=1, - ["weight"]=20 + ["weight"]=47 }, { ["type"]=1, ["id"]=1010, ["num"]=1, - ["weight"]=57 + ["weight"]=35 }, { ["type"]=1, ["id"]=1011, ["num"]=1, - ["weight"]=23 + ["weight"]=18 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1010, - ["num"]=1, - ["weight"]=30 - }, { ["type"]=1, ["id"]=1011, ["num"]=1, - ["weight"]=70 + ["weight"]=100 } }, - ["bao_drop_num"]=2, + ["bao_drop_num"]=3, ["item_show"]={ { ["type"]=1, @@ -7155,38 +6501,32 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=20 + ["weight"]=47 }, { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=57 + ["weight"]=35 }, { ["type"]=1, ["id"]=1017, ["num"]=1, - ["weight"]=23 + ["weight"]=18 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1016, - ["num"]=1, - ["weight"]=30 - }, { ["type"]=1, ["id"]=1017, ["num"]=1, - ["weight"]=70 + ["weight"]=100 } }, - ["bao_drop_num"]=2, + ["bao_drop_num"]=3, ["item_show"]={ { ["type"]=1, @@ -7286,38 +6626,32 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=20 + ["weight"]=47 }, { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=57 + ["weight"]=35 }, { ["type"]=1, ["id"]=1023, ["num"]=1, - ["weight"]=23 + ["weight"]=18 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1022, - ["num"]=1, - ["weight"]=30 - }, { ["type"]=1, ["id"]=1023, ["num"]=1, - ["weight"]=70 + ["weight"]=100 } }, - ["bao_drop_num"]=2, + ["bao_drop_num"]=3, ["item_show"]={ { ["type"]=1, @@ -7417,38 +6751,32 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=20 + ["weight"]=47 }, { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=57 + ["weight"]=35 }, { ["type"]=1, ["id"]=1029, ["num"]=1, - ["weight"]=23 + ["weight"]=18 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1028, - ["num"]=1, - ["weight"]=30 - }, { ["type"]=1, ["id"]=1029, ["num"]=1, - ["weight"]=70 + ["weight"]=100 } }, - ["bao_drop_num"]=2, + ["bao_drop_num"]=3, ["item_show"]={ { ["type"]=1, @@ -7548,128 +6876,104 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1009, ["num"]=1, - ["weight"]=50 + ["weight"]=118 }, { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=50 + ["weight"]=118 }, { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=50 + ["weight"]=118 }, { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=50 + ["weight"]=118 }, { ["type"]=1, ["id"]=1010, ["num"]=1, - ["weight"]=143 + ["weight"]=88 }, { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=143 + ["weight"]=88 }, { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=143 + ["weight"]=88 }, { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=143 + ["weight"]=88 }, { ["type"]=1, ["id"]=1011, ["num"]=1, - ["weight"]=58 + ["weight"]=45 }, { ["type"]=1, ["id"]=1017, ["num"]=1, - ["weight"]=58 + ["weight"]=45 }, { ["type"]=1, ["id"]=1023, ["num"]=1, - ["weight"]=58 + ["weight"]=45 }, { ["type"]=1, ["id"]=1029, ["num"]=1, - ["weight"]=58 + ["weight"]=45 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1010, - ["num"]=1, - ["weight"]=75 - }, - { - ["type"]=1, - ["id"]=1016, - ["num"]=1, - ["weight"]=75 - }, - { - ["type"]=1, - ["id"]=1022, - ["num"]=1, - ["weight"]=75 - }, - { - ["type"]=1, - ["id"]=1028, - ["num"]=1, - ["weight"]=75 - }, { ["type"]=1, ["id"]=1011, ["num"]=1, - ["weight"]=175 + ["weight"]=250 }, { ["type"]=1, ["id"]=1017, ["num"]=1, - ["weight"]=175 + ["weight"]=250 }, { ["type"]=1, ["id"]=1023, ["num"]=1, - ["weight"]=175 + ["weight"]=250 }, { ["type"]=1, ["id"]=1029, ["num"]=1, - ["weight"]=175 + ["weight"]=250 } }, - ["bao_drop_num"]=2, + ["bao_drop_num"]=3, ["item_show"]={ { ["type"]=1, @@ -7785,128 +7089,104 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1009, ["num"]=1, - ["weight"]=50 + ["weight"]=118 }, { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=50 + ["weight"]=118 }, { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=50 + ["weight"]=118 }, { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=50 + ["weight"]=118 }, { ["type"]=1, ["id"]=1010, ["num"]=1, - ["weight"]=143 + ["weight"]=88 }, { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=143 + ["weight"]=88 }, { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=143 + ["weight"]=88 }, { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=143 + ["weight"]=88 }, { ["type"]=1, ["id"]=1011, ["num"]=1, - ["weight"]=58 + ["weight"]=45 }, { ["type"]=1, ["id"]=1017, ["num"]=1, - ["weight"]=58 + ["weight"]=45 }, { ["type"]=1, ["id"]=1023, ["num"]=1, - ["weight"]=58 + ["weight"]=45 }, { ["type"]=1, ["id"]=1029, ["num"]=1, - ["weight"]=58 + ["weight"]=45 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1010, - ["num"]=1, - ["weight"]=75 - }, - { - ["type"]=1, - ["id"]=1016, - ["num"]=1, - ["weight"]=75 - }, - { - ["type"]=1, - ["id"]=1022, - ["num"]=1, - ["weight"]=75 - }, - { - ["type"]=1, - ["id"]=1028, - ["num"]=1, - ["weight"]=75 - }, { ["type"]=1, ["id"]=1011, ["num"]=1, - ["weight"]=175 + ["weight"]=250 }, { ["type"]=1, ["id"]=1017, ["num"]=1, - ["weight"]=175 + ["weight"]=250 }, { ["type"]=1, ["id"]=1023, ["num"]=1, - ["weight"]=175 + ["weight"]=250 }, { ["type"]=1, ["id"]=1029, ["num"]=1, - ["weight"]=175 + ["weight"]=250 } }, - ["bao_drop_num"]=2, + ["bao_drop_num"]=3, ["item_show"]={ { ["type"]=1, @@ -8022,41 +7302,29 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1010, ["num"]=1, - ["weight"]=46 + ["weight"]=64 }, { ["type"]=1, ["id"]=1011, ["num"]=1, - ["weight"]=40 + ["weight"]=26 }, { ["type"]=1, ["id"]=1012, ["num"]=1, - ["weight"]=14 + ["weight"]=10 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1010, - ["num"]=1, - ["weight"]=10 - }, - { - ["type"]=1, - ["id"]=1011, - ["num"]=1, - ["weight"]=50 - }, { ["type"]=1, ["id"]=1012, ["num"]=1, - ["weight"]=40 + ["weight"]=100 } }, ["bao_drop_num"]=2, @@ -8167,41 +7435,29 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=46 + ["weight"]=64 }, { ["type"]=1, ["id"]=1017, ["num"]=1, - ["weight"]=40 + ["weight"]=26 }, { ["type"]=1, ["id"]=1018, ["num"]=1, - ["weight"]=14 + ["weight"]=10 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1016, - ["num"]=1, - ["weight"]=10 - }, - { - ["type"]=1, - ["id"]=1017, - ["num"]=1, - ["weight"]=50 - }, { ["type"]=1, ["id"]=1018, ["num"]=1, - ["weight"]=40 + ["weight"]=100 } }, ["bao_drop_num"]=2, @@ -8312,41 +7568,29 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=46 + ["weight"]=64 }, { ["type"]=1, ["id"]=1023, ["num"]=1, - ["weight"]=40 + ["weight"]=26 }, { ["type"]=1, ["id"]=1024, ["num"]=1, - ["weight"]=14 + ["weight"]=10 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1022, - ["num"]=1, - ["weight"]=10 - }, - { - ["type"]=1, - ["id"]=1023, - ["num"]=1, - ["weight"]=50 - }, { ["type"]=1, ["id"]=1024, ["num"]=1, - ["weight"]=40 + ["weight"]=100 } }, ["bao_drop_num"]=2, @@ -8457,41 +7701,29 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=46 + ["weight"]=64 }, { ["type"]=1, ["id"]=1029, ["num"]=1, - ["weight"]=40 + ["weight"]=26 }, { ["type"]=1, ["id"]=1030, ["num"]=1, - ["weight"]=14 + ["weight"]=10 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1028, - ["num"]=1, - ["weight"]=10 - }, - { - ["type"]=1, - ["id"]=1029, - ["num"]=1, - ["weight"]=50 - }, { ["type"]=1, ["id"]=1030, ["num"]=1, - ["weight"]=40 + ["weight"]=100 } }, ["bao_drop_num"]=2, @@ -8602,149 +7834,101 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1010, ["num"]=1, - ["weight"]=115 + ["weight"]=160 }, { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=115 + ["weight"]=160 }, { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=115 + ["weight"]=160 }, { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=115 + ["weight"]=160 }, { ["type"]=1, ["id"]=1011, ["num"]=1, - ["weight"]=100 + ["weight"]=65 }, { ["type"]=1, ["id"]=1017, ["num"]=1, - ["weight"]=100 + ["weight"]=65 }, { ["type"]=1, ["id"]=1023, ["num"]=1, - ["weight"]=100 + ["weight"]=65 }, { ["type"]=1, ["id"]=1029, ["num"]=1, - ["weight"]=100 + ["weight"]=65 }, { ["type"]=1, ["id"]=1012, ["num"]=1, - ["weight"]=35 + ["weight"]=25 }, { ["type"]=1, ["id"]=1018, ["num"]=1, - ["weight"]=35 + ["weight"]=25 }, { ["type"]=1, ["id"]=1024, ["num"]=1, - ["weight"]=35 + ["weight"]=25 }, { ["type"]=1, ["id"]=1030, ["num"]=1, - ["weight"]=35 + ["weight"]=25 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1010, - ["num"]=1, - ["weight"]=25 - }, - { - ["type"]=1, - ["id"]=1016, - ["num"]=1, - ["weight"]=25 - }, - { - ["type"]=1, - ["id"]=1022, - ["num"]=1, - ["weight"]=25 - }, - { - ["type"]=1, - ["id"]=1028, - ["num"]=1, - ["weight"]=25 - }, - { - ["type"]=1, - ["id"]=1011, - ["num"]=1, - ["weight"]=125 - }, - { - ["type"]=1, - ["id"]=1017, - ["num"]=1, - ["weight"]=125 - }, - { - ["type"]=1, - ["id"]=1023, - ["num"]=1, - ["weight"]=125 - }, - { - ["type"]=1, - ["id"]=1029, - ["num"]=1, - ["weight"]=125 - }, { ["type"]=1, ["id"]=1012, ["num"]=1, - ["weight"]=100 + ["weight"]=250 }, { ["type"]=1, ["id"]=1018, ["num"]=1, - ["weight"]=100 + ["weight"]=250 }, { ["type"]=1, ["id"]=1024, ["num"]=1, - ["weight"]=100 + ["weight"]=250 }, { ["type"]=1, ["id"]=1030, ["num"]=1, - ["weight"]=100 + ["weight"]=250 } }, ["bao_drop_num"]=2, @@ -8863,149 +8047,101 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1010, ["num"]=1, - ["weight"]=115 + ["weight"]=160 }, { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=115 + ["weight"]=160 }, { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=115 + ["weight"]=160 }, { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=115 + ["weight"]=160 }, { ["type"]=1, ["id"]=1011, ["num"]=1, - ["weight"]=100 + ["weight"]=65 }, { ["type"]=1, ["id"]=1017, ["num"]=1, - ["weight"]=100 + ["weight"]=65 }, { ["type"]=1, ["id"]=1023, ["num"]=1, - ["weight"]=100 + ["weight"]=65 }, { ["type"]=1, ["id"]=1029, ["num"]=1, - ["weight"]=100 + ["weight"]=65 }, { ["type"]=1, ["id"]=1012, ["num"]=1, - ["weight"]=35 + ["weight"]=25 }, { ["type"]=1, ["id"]=1018, ["num"]=1, - ["weight"]=35 + ["weight"]=25 }, { ["type"]=1, ["id"]=1024, ["num"]=1, - ["weight"]=35 + ["weight"]=25 }, { ["type"]=1, ["id"]=1030, ["num"]=1, - ["weight"]=35 + ["weight"]=25 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1010, - ["num"]=1, - ["weight"]=25 - }, - { - ["type"]=1, - ["id"]=1016, - ["num"]=1, - ["weight"]=25 - }, - { - ["type"]=1, - ["id"]=1022, - ["num"]=1, - ["weight"]=25 - }, - { - ["type"]=1, - ["id"]=1028, - ["num"]=1, - ["weight"]=25 - }, - { - ["type"]=1, - ["id"]=1011, - ["num"]=1, - ["weight"]=125 - }, - { - ["type"]=1, - ["id"]=1017, - ["num"]=1, - ["weight"]=125 - }, - { - ["type"]=1, - ["id"]=1023, - ["num"]=1, - ["weight"]=125 - }, - { - ["type"]=1, - ["id"]=1029, - ["num"]=1, - ["weight"]=125 - }, { ["type"]=1, ["id"]=1012, ["num"]=1, - ["weight"]=100 + ["weight"]=250 }, { ["type"]=1, ["id"]=1018, ["num"]=1, - ["weight"]=100 + ["weight"]=250 }, { ["type"]=1, ["id"]=1024, ["num"]=1, - ["weight"]=100 + ["weight"]=250 }, { ["type"]=1, ["id"]=1030, ["num"]=1, - ["weight"]=100 + ["weight"]=250 } }, ["bao_drop_num"]=2, @@ -9124,38 +8260,32 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1010, ["num"]=1, - ["weight"]=16 + ["weight"]=42 }, { ["type"]=1, ["id"]=1011, ["num"]=1, - ["weight"]=51 + ["weight"]=38 }, { ["type"]=1, ["id"]=1012, ["num"]=1, - ["weight"]=33 + ["weight"]=20 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1011, - ["num"]=1, - ["weight"]=30 - }, { ["type"]=1, ["id"]=1012, ["num"]=1, - ["weight"]=70 + ["weight"]=100 } }, - ["bao_drop_num"]=2, + ["bao_drop_num"]=3, ["item_show"]={ { ["type"]=1, @@ -9255,38 +8385,32 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=16 + ["weight"]=42 }, { ["type"]=1, ["id"]=1017, ["num"]=1, - ["weight"]=51 + ["weight"]=38 }, { ["type"]=1, ["id"]=1018, ["num"]=1, - ["weight"]=33 + ["weight"]=20 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1017, - ["num"]=1, - ["weight"]=30 - }, { ["type"]=1, ["id"]=1018, ["num"]=1, - ["weight"]=70 + ["weight"]=100 } }, - ["bao_drop_num"]=2, + ["bao_drop_num"]=3, ["item_show"]={ { ["type"]=1, @@ -9386,38 +8510,32 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=16 + ["weight"]=42 }, { ["type"]=1, ["id"]=1023, ["num"]=1, - ["weight"]=51 + ["weight"]=38 }, { ["type"]=1, ["id"]=1024, ["num"]=1, - ["weight"]=33 + ["weight"]=20 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1023, - ["num"]=1, - ["weight"]=30 - }, { ["type"]=1, ["id"]=1024, ["num"]=1, - ["weight"]=70 + ["weight"]=100 } }, - ["bao_drop_num"]=2, + ["bao_drop_num"]=3, ["item_show"]={ { ["type"]=1, @@ -9517,38 +8635,32 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=16 + ["weight"]=42 }, { ["type"]=1, ["id"]=1029, ["num"]=1, - ["weight"]=51 + ["weight"]=38 }, { ["type"]=1, ["id"]=1030, ["num"]=1, - ["weight"]=33 + ["weight"]=20 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1029, - ["num"]=1, - ["weight"]=30 - }, { ["type"]=1, ["id"]=1030, ["num"]=1, - ["weight"]=70 + ["weight"]=100 } }, - ["bao_drop_num"]=2, + ["bao_drop_num"]=3, ["item_show"]={ { ["type"]=1, @@ -9648,128 +8760,104 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1010, ["num"]=1, - ["weight"]=40 + ["weight"]=105 }, { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=40 + ["weight"]=105 }, { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=40 + ["weight"]=105 }, { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=40 + ["weight"]=105 }, { ["type"]=1, ["id"]=1011, ["num"]=1, - ["weight"]=128 + ["weight"]=95 }, { ["type"]=1, ["id"]=1017, ["num"]=1, - ["weight"]=128 + ["weight"]=95 }, { ["type"]=1, ["id"]=1023, ["num"]=1, - ["weight"]=128 + ["weight"]=95 }, { ["type"]=1, ["id"]=1029, ["num"]=1, - ["weight"]=128 + ["weight"]=95 }, { ["type"]=1, ["id"]=1012, ["num"]=1, - ["weight"]=83 + ["weight"]=50 }, { ["type"]=1, ["id"]=1018, ["num"]=1, - ["weight"]=83 + ["weight"]=50 }, { ["type"]=1, ["id"]=1024, ["num"]=1, - ["weight"]=83 + ["weight"]=50 }, { ["type"]=1, ["id"]=1030, ["num"]=1, - ["weight"]=83 + ["weight"]=50 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1011, - ["num"]=1, - ["weight"]=75 - }, - { - ["type"]=1, - ["id"]=1017, - ["num"]=1, - ["weight"]=75 - }, - { - ["type"]=1, - ["id"]=1023, - ["num"]=1, - ["weight"]=75 - }, - { - ["type"]=1, - ["id"]=1029, - ["num"]=1, - ["weight"]=75 - }, { ["type"]=1, ["id"]=1012, ["num"]=1, - ["weight"]=175 + ["weight"]=250 }, { ["type"]=1, ["id"]=1018, ["num"]=1, - ["weight"]=175 + ["weight"]=250 }, { ["type"]=1, ["id"]=1024, ["num"]=1, - ["weight"]=175 + ["weight"]=250 }, { ["type"]=1, ["id"]=1030, ["num"]=1, - ["weight"]=175 + ["weight"]=250 } }, - ["bao_drop_num"]=2, + ["bao_drop_num"]=3, ["item_show"]={ { ["type"]=1, @@ -9885,128 +8973,104 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1010, ["num"]=1, - ["weight"]=40 + ["weight"]=105 }, { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=40 + ["weight"]=105 }, { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=40 + ["weight"]=105 }, { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=40 + ["weight"]=105 }, { ["type"]=1, ["id"]=1011, ["num"]=1, - ["weight"]=128 + ["weight"]=95 }, { ["type"]=1, ["id"]=1017, ["num"]=1, - ["weight"]=128 + ["weight"]=95 }, { ["type"]=1, ["id"]=1023, ["num"]=1, - ["weight"]=128 + ["weight"]=95 }, { ["type"]=1, ["id"]=1029, ["num"]=1, - ["weight"]=128 + ["weight"]=95 }, { ["type"]=1, ["id"]=1012, ["num"]=1, - ["weight"]=83 + ["weight"]=50 }, { ["type"]=1, ["id"]=1018, ["num"]=1, - ["weight"]=83 + ["weight"]=50 }, { ["type"]=1, ["id"]=1024, ["num"]=1, - ["weight"]=83 + ["weight"]=50 }, { ["type"]=1, ["id"]=1030, ["num"]=1, - ["weight"]=83 + ["weight"]=50 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ - { - ["type"]=1, - ["id"]=1011, - ["num"]=1, - ["weight"]=75 - }, - { - ["type"]=1, - ["id"]=1017, - ["num"]=1, - ["weight"]=75 - }, - { - ["type"]=1, - ["id"]=1023, - ["num"]=1, - ["weight"]=75 - }, - { - ["type"]=1, - ["id"]=1029, - ["num"]=1, - ["weight"]=75 - }, { ["type"]=1, ["id"]=1012, ["num"]=1, - ["weight"]=175 + ["weight"]=250 }, { ["type"]=1, ["id"]=1018, ["num"]=1, - ["weight"]=175 + ["weight"]=250 }, { ["type"]=1, ["id"]=1024, ["num"]=1, - ["weight"]=175 + ["weight"]=250 }, { ["type"]=1, ["id"]=1030, ["num"]=1, - ["weight"]=175 + ["weight"]=250 } }, - ["bao_drop_num"]=2, + ["bao_drop_num"]=3, ["item_show"]={ { ["type"]=1, diff --git a/lua/app/config/chapter_dungeon_equip.lua b/lua/app/config/chapter_dungeon_equip.lua index dd5e946f..3d0d8511 100644 --- a/lua/app/config/chapter_dungeon_equip.lua +++ b/lua/app/config/chapter_dungeon_equip.lua @@ -58,7 +58,7 @@ local chapter_dungeon_equip = { ["weight"]=100 } }, - ["bao_drop_num"]=2, + ["bao_drop_num"]=1, ["item_show"]={ { ["type"]=1, @@ -191,13 +191,13 @@ local chapter_dungeon_equip = { ["type"]=1, ["id"]=1001, ["num"]=1, - ["weight"]=80 + ["weight"]=90 }, { ["type"]=1, ["id"]=1002, ["num"]=1, - ["weight"]=20 + ["weight"]=10 } }, ["rand_drop_num"]=10, @@ -205,12 +205,12 @@ local chapter_dungeon_equip = { ["bao_drop"]={ { ["type"]=1, - ["id"]=1001, + ["id"]=1002, ["num"]=1, ["weight"]=100 } }, - ["bao_drop_num"]=2, + ["bao_drop_num"]=1, ["item_show"]={ { ["type"]=1, @@ -278,13 +278,13 @@ local chapter_dungeon_equip = { ["type"]=1, ["id"]=1001, ["num"]=1, - ["weight"]=60 + ["weight"]=85 }, { ["type"]=1, ["id"]=1002, ["num"]=1, - ["weight"]=40 + ["weight"]=15 } }, ["rand_drop_num"]=10, @@ -365,13 +365,13 @@ local chapter_dungeon_equip = { ["type"]=1, ["id"]=1001, ["num"]=1, - ["weight"]=35 + ["weight"]=80 }, { ["type"]=1, ["id"]=1002, ["num"]=1, - ["weight"]=65 + ["weight"]=20 } }, ["rand_drop_num"]=10, @@ -384,7 +384,7 @@ local chapter_dungeon_equip = { ["weight"]=100 } }, - ["bao_drop_num"]=2, + ["bao_drop_num"]=3, ["item_show"]={ { ["type"]=1, @@ -452,19 +452,19 @@ local chapter_dungeon_equip = { ["type"]=1, ["id"]=1001, ["num"]=1, - ["weight"]=15 + ["weight"]=60 }, { ["type"]=1, ["id"]=1002, ["num"]=1, - ["weight"]=70 + ["weight"]=30 }, { ["type"]=1, ["id"]=1003, ["num"]=1, - ["weight"]=15 + ["weight"]=10 } }, ["rand_drop_num"]=10, @@ -472,12 +472,12 @@ local chapter_dungeon_equip = { ["bao_drop"]={ { ["type"]=1, - ["id"]=1002, + ["id"]=1003, ["num"]=1, ["weight"]=100 } }, - ["bao_drop_num"]=2, + ["bao_drop_num"]=1, ["item_show"]={ { ["type"]=1, @@ -545,19 +545,19 @@ local chapter_dungeon_equip = { ["type"]=1, ["id"]=1001, ["num"]=1, - ["weight"]=5 + ["weight"]=45 }, { ["type"]=1, ["id"]=1002, ["num"]=1, - ["weight"]=65 + ["weight"]=40 }, { ["type"]=1, ["id"]=1003, ["num"]=1, - ["weight"]=30 + ["weight"]=15 } }, ["rand_drop_num"]=10, @@ -565,7 +565,7 @@ local chapter_dungeon_equip = { ["bao_drop"]={ { ["type"]=1, - ["id"]=1002, + ["id"]=1003, ["num"]=1, ["weight"]=100 } @@ -634,17 +634,23 @@ local chapter_dungeon_equip = { } }, ["rand_drop"]={ + { + ["type"]=1, + ["id"]=1001, + ["num"]=1, + ["weight"]=30 + }, { ["type"]=1, ["id"]=1002, ["num"]=1, - ["weight"]=40 + ["weight"]=50 }, { ["type"]=1, ["id"]=1003, ["num"]=1, - ["weight"]=60 + ["weight"]=20 } }, ["rand_drop_num"]=10, @@ -657,7 +663,7 @@ local chapter_dungeon_equip = { ["weight"]=100 } }, - ["bao_drop_num"]=2, + ["bao_drop_num"]=3, ["item_show"]={ { ["type"]=1, @@ -725,13 +731,13 @@ local chapter_dungeon_equip = { ["type"]=1, ["id"]=1002, ["num"]=1, - ["weight"]=20 + ["weight"]=60 }, { ["type"]=1, ["id"]=1003, ["num"]=1, - ["weight"]=70 + ["weight"]=30 }, { ["type"]=1, @@ -745,12 +751,12 @@ local chapter_dungeon_equip = { ["bao_drop"]={ { ["type"]=1, - ["id"]=1003, + ["id"]=1004, ["num"]=1, ["weight"]=100 } }, - ["bao_drop_num"]=2, + ["bao_drop_num"]=1, ["item_show"]={ { ["type"]=1, @@ -818,19 +824,19 @@ local chapter_dungeon_equip = { ["type"]=1, ["id"]=1002, ["num"]=1, - ["weight"]=10 + ["weight"]=45 }, { ["type"]=1, ["id"]=1003, ["num"]=1, - ["weight"]=65 + ["weight"]=40 }, { ["type"]=1, ["id"]=1004, ["num"]=1, - ["weight"]=25 + ["weight"]=15 } }, ["rand_drop_num"]=10, @@ -838,7 +844,7 @@ local chapter_dungeon_equip = { ["bao_drop"]={ { ["type"]=1, - ["id"]=1003, + ["id"]=1004, ["num"]=1, ["weight"]=100 } @@ -907,17 +913,23 @@ local chapter_dungeon_equip = { } }, ["rand_drop"]={ + { + ["type"]=1, + ["id"]=1002, + ["num"]=1, + ["weight"]=30 + }, { ["type"]=1, ["id"]=1003, ["num"]=1, - ["weight"]=55 + ["weight"]=50 }, { ["type"]=1, ["id"]=1004, ["num"]=1, - ["weight"]=45 + ["weight"]=20 } }, ["rand_drop_num"]=10, @@ -925,12 +937,12 @@ local chapter_dungeon_equip = { ["bao_drop"]={ { ["type"]=1, - ["id"]=1003, + ["id"]=1004, ["num"]=1, ["weight"]=100 } }, - ["bao_drop_num"]=2, + ["bao_drop_num"]=3, ["item_show"]={ { ["type"]=1, @@ -998,19 +1010,19 @@ local chapter_dungeon_equip = { ["type"]=1, ["id"]=1003, ["num"]=1, - ["weight"]=30 + ["weight"]=67 }, { ["type"]=1, ["id"]=1004, ["num"]=1, - ["weight"]=60 + ["weight"]=25 }, { ["type"]=1, ["id"]=1005, ["num"]=1, - ["weight"]=10 + ["weight"]=8 } }, ["rand_drop_num"]=10, @@ -1018,12 +1030,12 @@ local chapter_dungeon_equip = { ["bao_drop"]={ { ["type"]=1, - ["id"]=1004, + ["id"]=1005, ["num"]=1, ["weight"]=100 } }, - ["bao_drop_num"]=2, + ["bao_drop_num"]=1, ["item_show"]={ { ["type"]=1, @@ -1091,19 +1103,19 @@ local chapter_dungeon_equip = { ["type"]=1, ["id"]=1003, ["num"]=1, - ["weight"]=10 + ["weight"]=57 }, { ["type"]=1, ["id"]=1004, ["num"]=1, - ["weight"]=80 + ["weight"]=30 }, { ["type"]=1, ["id"]=1005, ["num"]=1, - ["weight"]=20 + ["weight"]=13 } }, ["rand_drop_num"]=10, @@ -1111,7 +1123,7 @@ local chapter_dungeon_equip = { ["bao_drop"]={ { ["type"]=1, - ["id"]=1004, + ["id"]=1005, ["num"]=1, ["weight"]=100 } @@ -1180,17 +1192,23 @@ local chapter_dungeon_equip = { } }, ["rand_drop"]={ + { + ["type"]=1, + ["id"]=1003, + ["num"]=1, + ["weight"]=46 + }, { ["type"]=1, ["id"]=1004, ["num"]=1, - ["weight"]=60 + ["weight"]=36 }, { ["type"]=1, ["id"]=1005, ["num"]=1, - ["weight"]=40 + ["weight"]=18 } }, ["rand_drop_num"]=10, @@ -1198,12 +1216,12 @@ local chapter_dungeon_equip = { ["bao_drop"]={ { ["type"]=1, - ["id"]=1004, + ["id"]=1005, ["num"]=1, ["weight"]=100 } }, - ["bao_drop_num"]=2, + ["bao_drop_num"]=3, ["item_show"]={ { ["type"]=1, @@ -1271,19 +1289,19 @@ local chapter_dungeon_equip = { ["type"]=1, ["id"]=1004, ["num"]=1, - ["weight"]=30 + ["weight"]=66 }, { ["type"]=1, ["id"]=1005, ["num"]=1, - ["weight"]=55 + ["weight"]=30 }, { ["type"]=1, ["id"]=1006, ["num"]=1, - ["weight"]=5 + ["weight"]=4 } }, ["rand_drop_num"]=10, @@ -1291,12 +1309,12 @@ local chapter_dungeon_equip = { ["bao_drop"]={ { ["type"]=1, - ["id"]=1004, + ["id"]=1006, ["num"]=1, ["weight"]=100 } }, - ["bao_drop_num"]=2, + ["bao_drop_num"]=1, ["item_show"]={ { ["type"]=1, @@ -1372,19 +1390,19 @@ local chapter_dungeon_equip = { ["type"]=1, ["id"]=1004, ["num"]=1, - ["weight"]=20 + ["weight"]=53 }, { ["type"]=1, ["id"]=1005, ["num"]=1, - ["weight"]=70 + ["weight"]=38 }, { ["type"]=1, ["id"]=1006, ["num"]=1, - ["weight"]=10 + ["weight"]=9 } }, ["rand_drop_num"]=10, @@ -1392,12 +1410,12 @@ local chapter_dungeon_equip = { ["bao_drop"]={ { ["type"]=1, - ["id"]=1005, + ["id"]=1006, ["num"]=1, ["weight"]=100 } }, - ["bao_drop_num"]=2, + ["bao_drop_num"]=1, ["item_show"]={ { ["type"]=1, @@ -1465,19 +1483,19 @@ local chapter_dungeon_equip = { ["type"]=1, ["id"]=1004, ["num"]=1, - ["weight"]=15 + ["weight"]=43 }, { ["type"]=1, ["id"]=1005, ["num"]=1, - ["weight"]=65 + ["weight"]=42 }, { ["type"]=1, ["id"]=1006, ["num"]=1, - ["weight"]=20 + ["weight"]=15 } }, ["rand_drop_num"]=10, @@ -1485,7 +1503,7 @@ local chapter_dungeon_equip = { ["bao_drop"]={ { ["type"]=1, - ["id"]=1005, + ["id"]=1006, ["num"]=1, ["weight"]=100 } @@ -1558,19 +1576,19 @@ local chapter_dungeon_equip = { ["type"]=1, ["id"]=1004, ["num"]=1, - ["weight"]=10 + ["weight"]=40 }, { ["type"]=1, ["id"]=1005, ["num"]=1, - ["weight"]=60 + ["weight"]=40 }, { ["type"]=1, ["id"]=1006, ["num"]=1, - ["weight"]=30 + ["weight"]=20 } }, ["rand_drop_num"]=10, @@ -1578,7 +1596,7 @@ local chapter_dungeon_equip = { ["bao_drop"]={ { ["type"]=1, - ["id"]=1005, + ["id"]=1006, ["num"]=1, ["weight"]=100 } @@ -1651,19 +1669,19 @@ local chapter_dungeon_equip = { ["type"]=1, ["id"]=1004, ["num"]=1, - ["weight"]=7 + ["weight"]=37 }, { ["type"]=1, ["id"]=1005, ["num"]=1, - ["weight"]=53 + ["weight"]=38 }, { ["type"]=1, ["id"]=1006, ["num"]=1, - ["weight"]=40 + ["weight"]=25 } }, ["rand_drop_num"]=10, @@ -1671,12 +1689,12 @@ local chapter_dungeon_equip = { ["bao_drop"]={ { ["type"]=1, - ["id"]=1005, + ["id"]=1006, ["num"]=1, ["weight"]=100 } }, - ["bao_drop_num"]=2, + ["bao_drop_num"]=3, ["item_show"]={ { ["type"]=1, @@ -1744,19 +1762,19 @@ local chapter_dungeon_equip = { ["type"]=1, ["id"]=1004, ["num"]=1, - ["weight"]=5 + ["weight"]=34 }, { ["type"]=1, ["id"]=1005, ["num"]=1, - ["weight"]=45 + ["weight"]=36 }, { ["type"]=1, ["id"]=1006, ["num"]=1, - ["weight"]=50 + ["weight"]=30 } }, ["rand_drop_num"]=10, @@ -1769,7 +1787,7 @@ local chapter_dungeon_equip = { ["weight"]=100 } }, - ["bao_drop_num"]=2, + ["bao_drop_num"]=3, ["item_show"]={ { ["type"]=1, diff --git a/lua/app/config/const.lua b/lua/app/config/const.lua index 2a438c42..19d3ae20 100644 --- a/lua/app/config/const.lua +++ b/lua/app/config/const.lua @@ -405,9 +405,12 @@ local const = { }, ["activity_boss_rush_atk_add"]={ ["value"]=100 + }, + ["activity_recurring_day"]={ + ["value"]=15 } } local config = { -data=const,count=82 +data=const,count=83 } return config \ No newline at end of file diff --git a/lua/app/config/equip.lua b/lua/app/config/equip.lua index e0095b55..d7bb5afa 100644 --- a/lua/app/config/equip.lua +++ b/lua/app/config/equip.lua @@ -7556,12 +7556,12 @@ local equip = { } }, ["weapon_icon"]={ - 31, - 32, - 33, - 34, - 35, - 36 + 25, + 26, + 27, + 28, + 29, + 30 } }, [1400103]={ @@ -8001,12 +8001,12 @@ local equip = { } }, ["weapon_icon"]={ - 19, - 20, - 21, - 22, - 23, - 24 + 13, + 14, + 15, + 16, + 17, + 18 } }, [1400104]={ @@ -8446,12 +8446,12 @@ local equip = { } }, ["weapon_icon"]={ - 7, - 8, - 9, - 10, - 11, - 12 + 1, + 2, + 3, + 4, + 5, + 6 } }, [1400105]={ @@ -8891,12 +8891,12 @@ local equip = { } }, ["weapon_icon"]={ - 43, - 44, - 45, - 46, - 47, - 48 + 37, + 38, + 39, + 40, + 41, + 42 } }, [1400201]={ diff --git a/lua/app/config/fx.lua b/lua/app/config/fx.lua index 12d8d401..9c46cc42 100644 --- a/lua/app/config/fx.lua +++ b/lua/app/config/fx.lua @@ -2003,6 +2003,10 @@ local fx = { ["bind"]="root", ["bg"]=1 }, + [300150]={ + ["res"]="sfx_p0036_b05", + ["bind"]="root" + }, [400000]={ ["res"]="sfx_p0012_b01", ["bind"]="root", @@ -2754,9 +2758,14 @@ local fx = { ["bind"]="root", ["flip"]=1, ["bg"]=1 + }, + [400150]={ + ["res"]="sfx_p0036_b05", + ["bind"]="root", + ["flip"]=1 } } local config = { -data=fx,count=647 +data=fx,count=649 } return config \ No newline at end of file diff --git a/lua/app/config/grid_edge_type.lua b/lua/app/config/grid_edge_type.lua index 691b2651..e6487f1c 100644 --- a/lua/app/config/grid_edge_type.lua +++ b/lua/app/config/grid_edge_type.lua @@ -1,17 +1,17 @@ local grid_edge_type = { [1]={ ["icon"]="battle_obstacle_coral_1", - ["break_sfx"]="sfx_piece_za_b01" + ["break_sfx"]="sfx_piece_shanhu_b01" }, [2]={ ["icon"]="battle_obstacle_coral_2", ["next_type"]=1, - ["break_sfx"]="sfx_piece_za_b01" + ["break_sfx"]="sfx_piece_shanhu_b01" }, [3]={ ["icon"]="battle_obstacle_coral_3", ["next_type"]=2, - ["break_sfx"]="sfx_piece_za_b01" + ["break_sfx"]="sfx_piece_shanhu_b01" } } local config = { diff --git a/lua/app/config/hero.lua b/lua/app/config/hero.lua index 7c971e28..04f6c483 100644 --- a/lua/app/config/hero.lua +++ b/lua/app/config/hero.lua @@ -247,7 +247,8 @@ local hero = { ["is_show"]=1, ["collection_point"]=5, ["skin"]={ - 14001 + 14001, + 1400101 } }, [14002]={ diff --git a/lua/app/config/item.lua b/lua/app/config/item.lua index be25daa5..49db49f9 100644 --- a/lua/app/config/item.lua +++ b/lua/app/config/item.lua @@ -1560,6 +1560,16 @@ local item = { ["qlt"]=4, ["icon"]="52" }, + [53]={ + ["type"]=10, + ["qlt"]=4, + ["icon"]="53" + }, + [54]={ + ["type"]=10, + ["qlt"]=5, + ["icon"]="54" + }, [1001]={ ["type"]=2, ["qlt"]=1, @@ -1572,7 +1582,8 @@ local item = { 4, 5, 6, - 7 + 7, + 8 } }, [1002]={ @@ -1581,14 +1592,14 @@ local item = { ["icon"]="1002", ["get_way_type"]=1, ["get_way"]={ - 6, - 7, - 5, - 8, - 4, 9, - 3, - 10 + 8, + 10, + 6, + 11, + 5, + 4, + 3 } }, [1003]={ @@ -1597,14 +1608,15 @@ local item = { ["icon"]="1003", ["get_way_type"]=1, ["get_way"]={ - 9, - 10, - 8, - 11, 12, + 13, + 11, + 14, + 10, + 9, + 8, 7, - 6, - 13 + 6 } }, [1004]={ @@ -1613,18 +1625,18 @@ local item = { ["icon"]="1004", ["get_way_type"]=1, ["get_way"]={ - 13, - 14, - 12, 15, - 11, 16, - 10, 17, 18, 19, + 14, 20, - 10 + 13, + 12, + 11, + 10, + 9 } }, [1005]={ @@ -1633,12 +1645,12 @@ local item = { ["icon"]="1005", ["get_way_type"]=1, ["get_way"]={ - 16, 17, 18, + 16, 19, - 15, 20, + 15, 14, 13, 12 @@ -1684,21 +1696,21 @@ local item = { ["icon"]="1008", ["get_way_type"]=2, ["get_way"]={ + 25, + 31, 19, 13, - 25, 7, - 31, + 29, + 30, + 35, + 36, 23, 24, 17, 18, - 29, - 30, 11, - 12, - 35, - 36 + 12 } }, [1009]={ @@ -1707,22 +1719,22 @@ local item = { ["icon"]="1009", ["get_way_type"]=2, ["get_way"]={ - 31, 37, + 43, + 31, 25, 19, - 43, 13, - 35, - 36, 41, 42, + 47, + 48, + 35, + 36, 29, 30, 23, 24, - 47, - 48, 17, 18 } @@ -1733,22 +1745,22 @@ local item = { ["icon"]="1010", ["get_way_type"]=2, ["get_way"]={ - 43, 49, + 55, + 43, 37, 31, - 55, 25, - 47, - 48, 53, 54, + 59, + 60, + 47, + 48, 41, 42, 35, 36, - 59, - 60, 29, 30 } @@ -1782,7 +1794,7 @@ local item = { 55, 49, 59, - 60, + 54, 53, 54 } @@ -1813,21 +1825,21 @@ local item = { ["icon"]="1020", ["get_way_type"]=2, ["get_way"]={ + 26, + 32, 20, 14, - 26, 8, - 32, + 29, + 30, + 35, + 36, 23, 24, 17, 18, - 29, - 30, 11, - 12, - 35, - 36 + 12 } }, [1015]={ @@ -1836,22 +1848,22 @@ local item = { ["icon"]="1021", ["get_way_type"]=2, ["get_way"]={ - 32, 38, + 44, + 32, 26, 20, - 44, 14, - 35, - 36, 41, 42, + 47, + 48, + 35, + 36, 29, 30, 23, 24, - 47, - 48, 17, 18 } @@ -1862,22 +1874,22 @@ local item = { ["icon"]="1022", ["get_way_type"]=2, ["get_way"]={ - 44, 50, + 56, + 44, 38, 32, - 56, 26, - 47, - 48, 53, 54, + 59, + 60, + 47, + 48, 41, 42, 35, 36, - 59, - 60, 29, 30 } @@ -1911,7 +1923,7 @@ local item = { 56, 50, 59, - 60, + 54, 53, 54 } @@ -1942,21 +1954,21 @@ local item = { ["icon"]="1014", ["get_way_type"]=2, ["get_way"]={ + 27, + 33, 21, 15, - 27, 9, - 33, + 29, + 30, + 35, + 36, 23, 24, 17, 18, - 29, - 30, 11, - 12, - 35, - 36 + 12 } }, [1021]={ @@ -1965,22 +1977,22 @@ local item = { ["icon"]="1015", ["get_way_type"]=2, ["get_way"]={ - 33, 39, + 45, + 33, 27, 21, - 45, 15, - 35, - 36, 41, 42, + 47, + 48, + 35, + 36, 29, 30, 23, 24, - 47, - 48, 17, 18 } @@ -1991,22 +2003,22 @@ local item = { ["icon"]="1016", ["get_way_type"]=2, ["get_way"]={ - 45, 51, + 57, + 45, 39, 33, - 57, 27, - 47, - 48, 53, 54, + 59, + 60, + 47, + 48, 41, 42, 35, 36, - 59, - 60, 29, 30 } @@ -2040,7 +2052,7 @@ local item = { 57, 51, 59, - 60, + 54, 53, 54 } @@ -2071,21 +2083,21 @@ local item = { ["icon"]="1026", ["get_way_type"]=2, ["get_way"]={ + 28, + 34, 22, 16, - 28, 10, - 34, + 29, + 30, + 35, + 36, 23, 24, 17, 18, - 29, - 30, 11, - 12, - 35, - 36 + 12 } }, [1027]={ @@ -2094,22 +2106,22 @@ local item = { ["icon"]="1027", ["get_way_type"]=2, ["get_way"]={ - 34, 40, + 46, + 34, 28, 22, - 46, 16, - 35, - 36, 41, 42, + 47, + 48, + 35, + 36, 29, 30, 23, 24, - 47, - 48, 17, 18 } @@ -2120,22 +2132,22 @@ local item = { ["icon"]="1028", ["get_way_type"]=2, ["get_way"]={ - 46, 52, + 58, + 46, 40, 34, - 58, 28, - 47, - 48, 53, 54, + 59, + 60, + 47, + 48, 41, 42, 35, 36, - 59, - 60, 29, 30 } @@ -2169,7 +2181,7 @@ local item = { 58, 52, 59, - 60, + 54, 53, 54 } @@ -2377,9 +2389,15 @@ local item = { ["parameter"]=5400101, ["qlt"]=4, ["icon"]="5400101" + }, + [1400101]={ + ["type"]=12, + ["parameter"]=1400101, + ["qlt"]=3, + ["icon"]="1400101" } } local config = { -data=item,count=113 +data=item,count=116 } return config \ No newline at end of file diff --git a/lua/app/config/localization/localization_global_const.lua b/lua/app/config/localization/localization_global_const.lua index 037b7073..6df83023 100644 --- a/lua/app/config/localization/localization_global_const.lua +++ b/lua/app/config/localization/localization_global_const.lua @@ -1,5 +1,6 @@ local LocalizationGlobalConst = { + NOT_POP_TODAY = "NOT_POP_TODAY", MAIN_BTN_1 = "MAIN_BTN_1", QLT_DESC_1 = "QLT_DESC_1", QLT_DESC_2 = "QLT_DESC_2", @@ -455,6 +456,17 @@ local LocalizationGlobalConst = HERO_FUND_DESCC_2 = "HERO_FUND_DESCC_2", HERO_FUND_DESCC_3 = "HERO_FUND_DESCC_3", HERO_FUND_DESCC_4 = "HERO_FUND_DESCC_4", + ARENA_DESC_37 = "ARENA_DESC_37", + ARENA_DESC_38 = "ARENA_DESC_38", + ARENA_DESC_39 = "ARENA_DESC_39", + ARENA_DESC_40 = "ARENA_DESC_40", + ARENA_DESC_41 = "ARENA_DESC_41", + ARENA_DESC_42 = "ARENA_DESC_42", + EQUIP_DESC_27 = "EQUIP_DESC_27", + EQUIP_DESC_28 = "EQUIP_DESC_28", + SEIZED_DESC_1 = "SEIZED_DESC_1", + SEIZED_DESC_2 = "SEIZED_DESC_2", + SEIZED_DESC_3 = "SEIZED_DESC_3", ACT_FOURTEEN_TITLE_1 = "ACT_FOURTEEN_TITLE_1", ACT_FOURTEEN_TITLE_2 = "ACT_FOURTEEN_TITLE_2", ACT_FOURTEEN_TITLE_3 = "ACT_FOURTEEN_TITLE_3", @@ -467,6 +479,39 @@ local LocalizationGlobalConst = ACT_FOURTEEN_DESC_7 = "ACT_FOURTEEN_DESC_7", ACT_FOURTEEN_DESC_8 = "ACT_FOURTEEN_DESC_8", ACT_FOURTEEN_DESC_9 = "ACT_FOURTEEN_DESC_9", + ACT_BOSS_RUSH_DESC_1 = "ACT_BOSS_RUSH_DESC_1", + ACT_BOSS_RUSH_DESC_2 = "ACT_BOSS_RUSH_DESC_2", + ACT_BOSS_RUSH_DESC_3 = "ACT_BOSS_RUSH_DESC_3", + ACT_BOSS_RUSH_DESC_4 = "ACT_BOSS_RUSH_DESC_4", + ACT_BOSS_RUSH_DESC_5 = "ACT_BOSS_RUSH_DESC_5", + ACT_BOSS_RUSH_DESC_6 = "ACT_BOSS_RUSH_DESC_6", + ACT_BOSS_RUSH_DESC_7 = "ACT_BOSS_RUSH_DESC_7", + ACT_BOSS_RUSH_DESC_8 = "ACT_BOSS_RUSH_DESC_8", + ACT_BOSS_RUSH_DESC_9 = "ACT_BOSS_RUSH_DESC_9", + ACT_BOSS_RUSH_DESC_10 = "ACT_BOSS_RUSH_DESC_10", + ACT_BOSS_RUSH_DESC_11 = "ACT_BOSS_RUSH_DESC_11", + ACT_BOSS_RUSH_DESC_12 = "ACT_BOSS_RUSH_DESC_12", + ACT_BOSS_RUSH_DESC_13 = "ACT_BOSS_RUSH_DESC_13", + ACT_BOSS_RUSH_DESC_14 = "ACT_BOSS_RUSH_DESC_14", + ACT_BOSS_RUSH_DESC_15 = "ACT_BOSS_RUSH_DESC_15", + ACT_BOSS_RUSH_DESC_16 = "ACT_BOSS_RUSH_DESC_16", + ACT_BOSS_RUSH_DESC_17 = "ACT_BOSS_RUSH_DESC_17", + ACT_BOSS_RUSH_DESC_18 = "ACT_BOSS_RUSH_DESC_18", + ACT_BOSS_RUSH_DESC_19 = "ACT_BOSS_RUSH_DESC_19", + ACT_BOSS_RUSH_DESC_20 = "ACT_BOSS_RUSH_DESC_20", + ACT_BOSS_RUSH_DESC_21 = "ACT_BOSS_RUSH_DESC_21", + ACT_BOSS_RUSH_DESC_22 = "ACT_BOSS_RUSH_DESC_22", + ACT_BOSS_RUSH_DESC_23 = "ACT_BOSS_RUSH_DESC_23", + ACT_BOSS_RUSH_DESC_24 = "ACT_BOSS_RUSH_DESC_24", + ACT_BOSS_RUSH_DESC_25 = "ACT_BOSS_RUSH_DESC_25", + ACT_BOSS_RUSH_DESC_26 = "ACT_BOSS_RUSH_DESC_26", + ACT_BOSS_RUSH_DESC_27 = "ACT_BOSS_RUSH_DESC_27", + ACT_BOSS_RUSH_DESC_28 = "ACT_BOSS_RUSH_DESC_28", + ACT_BOSS_RUSH_DESC_29 = "ACT_BOSS_RUSH_DESC_29", + ACT_BOSS_RUSH_DESC_30 = "ACT_BOSS_RUSH_DESC_30", + ACT_BOSS_RUSH_DESC_31 = "ACT_BOSS_RUSH_DESC_31", + ACT_BOSS_RUSH_DESC_32 = "ACT_BOSS_RUSH_DESC_32", + ACT_BOSS_RUSH_DESC_33 = "ACT_BOSS_RUSH_DESC_33", } return LocalizationGlobalConst \ No newline at end of file diff --git a/lua/app/config/monster_dungeon_armor.lua b/lua/app/config/monster_dungeon_armor.lua index e0257238..a03b03d4 100644 --- a/lua/app/config/monster_dungeon_armor.lua +++ b/lua/app/config/monster_dungeon_armor.lua @@ -1,7 +1,7 @@ local monster_dungeon_armor = { [107]={ ["monster_base"]=10022, - ["hp"]=76340000, + ["hp"]=80820000, ["atk"]=1760000, ["atk_times"]=3, ["hurt_skill"]={ @@ -13,7 +13,7 @@ local monster_dungeon_armor = { }, [207]={ ["monster_base"]=10043, - ["hp"]=113830000, + ["hp"]=120870000, ["atk"]=1970000, ["atk_times"]=3, ["hurt_skill"]={ @@ -25,7 +25,7 @@ local monster_dungeon_armor = { }, [307]={ ["monster_base"]=10033, - ["hp"]=142400000, + ["hp"]=151840000, ["atk"]=2050000, ["atk_times"]=3, ["hurt_skill"]={ @@ -37,7 +37,7 @@ local monster_dungeon_armor = { }, [407]={ ["monster_base"]=10048, - ["hp"]=150430000, + ["hp"]=159840000, ["atk"]=2450000, ["atk_times"]=3, ["hurt_skill"]={ @@ -50,7 +50,7 @@ local monster_dungeon_armor = { [507]={ ["monster_base"]=20004, ["is_boss"]=1, - ["hp"]=290940000, + ["hp"]=327720000, ["atk"]=2640000, ["atk_times"]=4, ["hurt_skill"]={ @@ -65,7 +65,7 @@ local monster_dungeon_armor = { }, [607]={ ["monster_base"]=10051, - ["hp"]=185400000, + ["hp"]=197100000, ["atk"]=2550000, ["atk_times"]=3, ["hurt_skill"]={ @@ -77,7 +77,7 @@ local monster_dungeon_armor = { }, [707]={ ["monster_base"]=10046, - ["hp"]=203090000, + ["hp"]=228520000, ["atk"]=2640000, ["atk_times"]=3, ["hurt_skill"]={ @@ -89,7 +89,7 @@ local monster_dungeon_armor = { }, [807]={ ["monster_base"]=10003, - ["hp"]=237710000, + ["hp"]=268050000, ["atk"]=2600000, ["atk_times"]=2, ["hurt_skill"]={ @@ -101,7 +101,7 @@ local monster_dungeon_armor = { }, [907]={ ["monster_base"]=10058, - ["hp"]=273290000, + ["hp"]=307200000, ["atk"]=2740000, ["atk_times"]=3, ["hurt_skill"]={ @@ -114,7 +114,7 @@ local monster_dungeon_armor = { [1007]={ ["monster_base"]=20012, ["is_boss"]=2, - ["hp"]=494490000, + ["hp"]=521500000, ["atk"]=2740000, ["atk_times"]=4, ["hurt_skill"]={ @@ -129,7 +129,7 @@ local monster_dungeon_armor = { }, [1107]={ ["monster_base"]=10017, - ["hp"]=76340000, + ["hp"]=80820000, ["atk"]=1760000, ["atk_times"]=3, ["hurt_skill"]={ @@ -141,7 +141,7 @@ local monster_dungeon_armor = { }, [1207]={ ["monster_base"]=10009, - ["hp"]=113830000, + ["hp"]=120870000, ["atk"]=1970000, ["atk_times"]=3, ["hurt_skill"]={ @@ -153,7 +153,7 @@ local monster_dungeon_armor = { }, [1307]={ ["monster_base"]=10019, - ["hp"]=142400000, + ["hp"]=151840000, ["atk"]=2050000, ["atk_times"]=3, ["hurt_skill"]={ @@ -165,7 +165,7 @@ local monster_dungeon_armor = { }, [1407]={ ["monster_base"]=10039, - ["hp"]=150430000, + ["hp"]=159840000, ["atk"]=2450000, ["atk_times"]=3, ["hurt_skill"]={ @@ -178,7 +178,7 @@ local monster_dungeon_armor = { [1507]={ ["monster_base"]=20015, ["is_boss"]=1, - ["hp"]=290940000, + ["hp"]=327720000, ["atk"]=2640000, ["atk_times"]=4, ["hurt_skill"]={ @@ -196,7 +196,7 @@ local monster_dungeon_armor = { }, [1607]={ ["monster_base"]=10048, - ["hp"]=185400000, + ["hp"]=197100000, ["atk"]=2550000, ["atk_times"]=3, ["hurt_skill"]={ @@ -208,7 +208,7 @@ local monster_dungeon_armor = { }, [1707]={ ["monster_base"]=10017, - ["hp"]=203090000, + ["hp"]=228520000, ["atk"]=2640000, ["atk_times"]=3, ["hurt_skill"]={ @@ -220,7 +220,7 @@ local monster_dungeon_armor = { }, [1807]={ ["monster_base"]=10009, - ["hp"]=237710000, + ["hp"]=268050000, ["atk"]=2600000, ["atk_times"]=3, ["hurt_skill"]={ @@ -232,7 +232,7 @@ local monster_dungeon_armor = { }, [1907]={ ["monster_base"]=10039, - ["hp"]=273290000, + ["hp"]=307200000, ["atk"]=2740000, ["atk_times"]=3, ["hurt_skill"]={ @@ -245,7 +245,7 @@ local monster_dungeon_armor = { [2007]={ ["monster_base"]=20011, ["is_boss"]=2, - ["hp"]=494490000, + ["hp"]=521500000, ["atk"]=2740000, ["atk_times"]=4, ["hurt_skill"]={ @@ -260,7 +260,7 @@ local monster_dungeon_armor = { }, [2107]={ ["monster_base"]=10046, - ["hp"]=76340000, + ["hp"]=80820000, ["atk"]=1760000, ["atk_times"]=3, ["hurt_skill"]={ @@ -272,7 +272,7 @@ local monster_dungeon_armor = { }, [2207]={ ["monster_base"]=10005, - ["hp"]=113830000, + ["hp"]=120870000, ["atk"]=1970000, ["atk_times"]=2, ["hurt_skill"]={ @@ -284,7 +284,7 @@ local monster_dungeon_armor = { }, [2307]={ ["monster_base"]=10044, - ["hp"]=142400000, + ["hp"]=151840000, ["atk"]=2050000, ["atk_times"]=3, ["hurt_skill"]={ @@ -296,7 +296,7 @@ local monster_dungeon_armor = { }, [2407]={ ["monster_base"]=10052, - ["hp"]=150430000, + ["hp"]=159840000, ["atk"]=2450000, ["atk_times"]=3, ["hurt_skill"]={ @@ -309,7 +309,7 @@ local monster_dungeon_armor = { [2507]={ ["monster_base"]=20014, ["is_boss"]=1, - ["hp"]=290940000, + ["hp"]=327720000, ["atk"]=2640000, ["atk_times"]=4, ["hurt_skill"]={ @@ -324,7 +324,7 @@ local monster_dungeon_armor = { }, [2607]={ ["monster_base"]=10060, - ["hp"]=185400000, + ["hp"]=197100000, ["atk"]=2550000, ["atk_times"]=3, ["hurt_skill"]={ @@ -336,7 +336,7 @@ local monster_dungeon_armor = { }, [2707]={ ["monster_base"]=10051, - ["hp"]=203090000, + ["hp"]=228520000, ["atk"]=2640000, ["atk_times"]=3, ["hurt_skill"]={ @@ -348,7 +348,7 @@ local monster_dungeon_armor = { }, [2807]={ ["monster_base"]=10036, - ["hp"]=237710000, + ["hp"]=268050000, ["atk"]=2600000, ["atk_times"]=3, ["hurt_skill"]={ @@ -360,7 +360,7 @@ local monster_dungeon_armor = { }, [2907]={ ["monster_base"]=10029, - ["hp"]=273290000, + ["hp"]=307200000, ["atk"]=2740000, ["atk_times"]=3, ["hurt_skill"]={ @@ -373,7 +373,7 @@ local monster_dungeon_armor = { [3007]={ ["monster_base"]=20029, ["is_boss"]=2, - ["hp"]=494490000, + ["hp"]=521500000, ["atk"]=2740000, ["atk_times"]=4, ["hurt_skill"]={ @@ -388,7 +388,7 @@ local monster_dungeon_armor = { }, [3107]={ ["monster_base"]=10029, - ["hp"]=76340000, + ["hp"]=80820000, ["atk"]=1760000, ["atk_times"]=3, ["hurt_skill"]={ @@ -400,7 +400,7 @@ local monster_dungeon_armor = { }, [3207]={ ["monster_base"]=10061, - ["hp"]=113830000, + ["hp"]=120870000, ["atk"]=1970000, ["atk_times"]=3, ["hurt_skill"]={ @@ -412,7 +412,7 @@ local monster_dungeon_armor = { }, [3307]={ ["monster_base"]=10041, - ["hp"]=142400000, + ["hp"]=151840000, ["atk"]=2050000, ["atk_times"]=3, ["hurt_skill"]={ @@ -424,7 +424,7 @@ local monster_dungeon_armor = { }, [3407]={ ["monster_base"]=10020, - ["hp"]=150430000, + ["hp"]=159840000, ["atk"]=2450000, ["atk_times"]=3, ["hurt_skill"]={ @@ -437,7 +437,7 @@ local monster_dungeon_armor = { [3507]={ ["monster_base"]=20002, ["is_boss"]=1, - ["hp"]=290940000, + ["hp"]=327720000, ["atk"]=2640000, ["atk_times"]=4, ["hurt_skill"]={ @@ -452,7 +452,7 @@ local monster_dungeon_armor = { }, [3607]={ ["monster_base"]=10035, - ["hp"]=185400000, + ["hp"]=197100000, ["atk"]=2550000, ["atk_times"]=3, ["hurt_skill"]={ @@ -464,7 +464,7 @@ local monster_dungeon_armor = { }, [3707]={ ["monster_base"]=10018, - ["hp"]=203090000, + ["hp"]=228520000, ["atk"]=2640000, ["atk_times"]=3, ["hurt_skill"]={ @@ -476,7 +476,7 @@ local monster_dungeon_armor = { }, [3807]={ ["monster_base"]=10049, - ["hp"]=237710000, + ["hp"]=268050000, ["atk"]=2600000, ["atk_times"]=3, ["hurt_skill"]={ @@ -488,7 +488,7 @@ local monster_dungeon_armor = { }, [3907]={ ["monster_base"]=10014, - ["hp"]=273290000, + ["hp"]=307200000, ["atk"]=2740000, ["atk_times"]=3, ["hurt_skill"]={ @@ -501,7 +501,7 @@ local monster_dungeon_armor = { [4007]={ ["monster_base"]=20023, ["is_boss"]=2, - ["hp"]=494490000, + ["hp"]=521500000, ["atk"]=2740000, ["atk_times"]=4, ["hurt_skill"]={ @@ -519,7 +519,7 @@ local monster_dungeon_armor = { }, [4107]={ ["monster_base"]=10004, - ["hp"]=76340000, + ["hp"]=80820000, ["atk"]=1760000, ["atk_times"]=2, ["hurt_skill"]={ @@ -531,7 +531,7 @@ local monster_dungeon_armor = { }, [4207]={ ["monster_base"]=10055, - ["hp"]=113830000, + ["hp"]=120870000, ["atk"]=1970000, ["atk_times"]=3, ["hurt_skill"]={ @@ -543,7 +543,7 @@ local monster_dungeon_armor = { }, [4307]={ ["monster_base"]=10010, - ["hp"]=142400000, + ["hp"]=151840000, ["atk"]=2050000, ["atk_times"]=3, ["hurt_skill"]={ @@ -555,7 +555,7 @@ local monster_dungeon_armor = { }, [4407]={ ["monster_base"]=10015, - ["hp"]=150430000, + ["hp"]=159840000, ["atk"]=2450000, ["atk_times"]=3, ["hurt_skill"]={ @@ -568,7 +568,7 @@ local monster_dungeon_armor = { [4507]={ ["monster_base"]=20007, ["is_boss"]=1, - ["hp"]=290940000, + ["hp"]=327720000, ["atk"]=2640000, ["atk_times"]=4, ["hurt_skill"]={ @@ -586,7 +586,7 @@ local monster_dungeon_armor = { }, [4607]={ ["monster_base"]=10031, - ["hp"]=185400000, + ["hp"]=197100000, ["atk"]=2550000, ["atk_times"]=3, ["hurt_skill"]={ @@ -598,7 +598,7 @@ local monster_dungeon_armor = { }, [4707]={ ["monster_base"]=10038, - ["hp"]=203090000, + ["hp"]=228520000, ["atk"]=2640000, ["atk_times"]=3, ["hurt_skill"]={ @@ -610,7 +610,7 @@ local monster_dungeon_armor = { }, [4807]={ ["monster_base"]=10025, - ["hp"]=237710000, + ["hp"]=268050000, ["atk"]=2600000, ["atk_times"]=3, ["hurt_skill"]={ @@ -622,7 +622,7 @@ local monster_dungeon_armor = { }, [4907]={ ["monster_base"]=10007, - ["hp"]=273290000, + ["hp"]=307200000, ["atk"]=2740000, ["atk_times"]=2, ["hurt_skill"]={ @@ -635,7 +635,7 @@ local monster_dungeon_armor = { [5007]={ ["monster_base"]=20025, ["is_boss"]=2, - ["hp"]=494490000, + ["hp"]=521500000, ["atk"]=2740000, ["atk_times"]=4, ["hurt_skill"]={ @@ -653,7 +653,7 @@ local monster_dungeon_armor = { }, [5107]={ ["monster_base"]=10049, - ["hp"]=76340000, + ["hp"]=80820000, ["atk"]=1760000, ["atk_times"]=3, ["hurt_skill"]={ @@ -665,7 +665,7 @@ local monster_dungeon_armor = { }, [5207]={ ["monster_base"]=10008, - ["hp"]=113830000, + ["hp"]=120870000, ["atk"]=1970000, ["atk_times"]=2, ["hurt_skill"]={ @@ -677,7 +677,7 @@ local monster_dungeon_armor = { }, [5307]={ ["monster_base"]=10050, - ["hp"]=142400000, + ["hp"]=151840000, ["atk"]=2050000, ["atk_times"]=3, ["hurt_skill"]={ @@ -689,7 +689,7 @@ local monster_dungeon_armor = { }, [5407]={ ["monster_base"]=10051, - ["hp"]=150430000, + ["hp"]=159840000, ["atk"]=2450000, ["atk_times"]=3, ["hurt_skill"]={ @@ -702,7 +702,7 @@ local monster_dungeon_armor = { [5507]={ ["monster_base"]=20001, ["is_boss"]=1, - ["hp"]=290940000, + ["hp"]=327720000, ["atk"]=2640000, ["atk_times"]=4, ["hurt_skill"]={ @@ -717,7 +717,7 @@ local monster_dungeon_armor = { }, [5607]={ ["monster_base"]=10036, - ["hp"]=185400000, + ["hp"]=197100000, ["atk"]=2550000, ["atk_times"]=3, ["hurt_skill"]={ @@ -729,7 +729,7 @@ local monster_dungeon_armor = { }, [5707]={ ["monster_base"]=10030, - ["hp"]=203090000, + ["hp"]=228520000, ["atk"]=2640000, ["atk_times"]=3, ["hurt_skill"]={ @@ -741,7 +741,7 @@ local monster_dungeon_armor = { }, [5807]={ ["monster_base"]=10055, - ["hp"]=237710000, + ["hp"]=268050000, ["atk"]=2600000, ["atk_times"]=3, ["hurt_skill"]={ @@ -753,7 +753,7 @@ local monster_dungeon_armor = { }, [5907]={ ["monster_base"]=10062, - ["hp"]=273290000, + ["hp"]=307200000, ["atk"]=2740000, ["atk_times"]=3, ["hurt_skill"]={ @@ -766,7 +766,7 @@ local monster_dungeon_armor = { [6007]={ ["monster_base"]=20005, ["is_boss"]=2, - ["hp"]=494490000, + ["hp"]=521500000, ["atk"]=2740000, ["atk_times"]=4, ["hurt_skill"]={ @@ -784,8 +784,8 @@ local monster_dungeon_armor = { }, [6107]={ ["monster_base"]=10054, - ["hp"]=97940000, - ["atk"]=1910000, + ["hp"]=90100000, + ["atk"]=1970000, ["atk_times"]=3, ["hurt_skill"]={ 20157, @@ -796,8 +796,8 @@ local monster_dungeon_armor = { }, [6207]={ ["monster_base"]=10007, - ["hp"]=145130000, - ["atk"]=2150000, + ["hp"]=134930000, + ["atk"]=2210000, ["atk_times"]=2, ["hurt_skill"]={ 20019, @@ -808,8 +808,8 @@ local monster_dungeon_armor = { }, [6307]={ ["monster_base"]=10035, - ["hp"]=181680000, - ["atk"]=2220000, + ["hp"]=169110000, + ["atk"]=2290000, ["atk_times"]=3, ["hurt_skill"]={ 20100, @@ -820,8 +820,8 @@ local monster_dungeon_armor = { }, [6407]={ ["monster_base"]=10037, - ["hp"]=191500000, - ["atk"]=2660000, + ["hp"]=177990000, + ["atk"]=2740000, ["atk_times"]=3, ["hurt_skill"]={ 20106, @@ -833,8 +833,8 @@ local monster_dungeon_armor = { [6507]={ ["monster_base"]=20011, ["is_boss"]=1, - ["hp"]=356570000, - ["atk"]=2870000, + ["hp"]=366790000, + ["atk"]=2950000, ["atk_times"]=4, ["hurt_skill"]={ 30031, @@ -848,8 +848,8 @@ local monster_dungeon_armor = { }, [6607]={ ["monster_base"]=10004, - ["hp"]=236460000, - ["atk"]=2770000, + ["hp"]=219850000, + ["atk"]=2860000, ["atk_times"]=2, ["hurt_skill"]={ 20010, @@ -860,8 +860,8 @@ local monster_dungeon_armor = { }, [6707]={ ["monster_base"]=10060, - ["hp"]=248810000, - ["atk"]=2870000, + ["hp"]=254340000, + ["atk"]=2950000, ["atk_times"]=3, ["hurt_skill"]={ 20175, @@ -872,8 +872,8 @@ local monster_dungeon_armor = { }, [6807]={ ["monster_base"]=10036, - ["hp"]=291690000, - ["atk"]=2820000, + ["hp"]=298960000, + ["atk"]=2910000, ["atk_times"]=3, ["hurt_skill"]={ 20103, @@ -884,8 +884,8 @@ local monster_dungeon_armor = { }, [6907]={ ["monster_base"]=10057, - ["hp"]=335220000, - ["atk"]=2980000, + ["hp"]=342680000, + ["atk"]=3070000, ["atk_times"]=3, ["hurt_skill"]={ 20166, @@ -897,8 +897,8 @@ local monster_dungeon_armor = { [7007]={ ["monster_base"]=20017, ["is_boss"]=2, - ["hp"]=566760000, - ["atk"]=2980000, + ["hp"]=580750000, + ["atk"]=3070000, ["atk_times"]=4, ["hurt_skill"]={ 30049, @@ -912,8 +912,8 @@ local monster_dungeon_armor = { }, [7107]={ ["monster_base"]=10045, - ["hp"]=97940000, - ["atk"]=1910000, + ["hp"]=90100000, + ["atk"]=1970000, ["atk_times"]=3, ["hurt_skill"]={ 20130, @@ -924,8 +924,8 @@ local monster_dungeon_armor = { }, [7207]={ ["monster_base"]=10015, - ["hp"]=145130000, - ["atk"]=2150000, + ["hp"]=134930000, + ["atk"]=2210000, ["atk_times"]=3, ["hurt_skill"]={ 20040, @@ -936,8 +936,8 @@ local monster_dungeon_armor = { }, [7307]={ ["monster_base"]=10025, - ["hp"]=181680000, - ["atk"]=2220000, + ["hp"]=169110000, + ["atk"]=2290000, ["atk_times"]=3, ["hurt_skill"]={ 20070, @@ -948,8 +948,8 @@ local monster_dungeon_armor = { }, [7407]={ ["monster_base"]=10035, - ["hp"]=191500000, - ["atk"]=2660000, + ["hp"]=177990000, + ["atk"]=2740000, ["atk_times"]=3, ["hurt_skill"]={ 20100, @@ -961,8 +961,8 @@ local monster_dungeon_armor = { [7507]={ ["monster_base"]=20014, ["is_boss"]=1, - ["hp"]=356570000, - ["atk"]=2870000, + ["hp"]=366790000, + ["atk"]=2950000, ["atk_times"]=4, ["hurt_skill"]={ 30040, @@ -976,8 +976,8 @@ local monster_dungeon_armor = { }, [7607]={ ["monster_base"]=10040, - ["hp"]=236460000, - ["atk"]=2770000, + ["hp"]=219850000, + ["atk"]=2860000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -988,8 +988,8 @@ local monster_dungeon_armor = { }, [7707]={ ["monster_base"]=10002, - ["hp"]=248810000, - ["atk"]=2870000, + ["hp"]=254340000, + ["atk"]=2950000, ["atk_times"]=2, ["hurt_skill"]={ 20004, @@ -1000,8 +1000,8 @@ local monster_dungeon_armor = { }, [7807]={ ["monster_base"]=10047, - ["hp"]=291690000, - ["atk"]=2820000, + ["hp"]=298960000, + ["atk"]=2910000, ["atk_times"]=3, ["hurt_skill"]={ 20136, @@ -1012,8 +1012,8 @@ local monster_dungeon_armor = { }, [7907]={ ["monster_base"]=10034, - ["hp"]=335220000, - ["atk"]=2980000, + ["hp"]=342680000, + ["atk"]=3070000, ["atk_times"]=3, ["hurt_skill"]={ 20097, @@ -1025,8 +1025,8 @@ local monster_dungeon_armor = { [8007]={ ["monster_base"]=30014, ["is_boss"]=2, - ["hp"]=566760000, - ["atk"]=2980000, + ["hp"]=580750000, + ["atk"]=3070000, ["atk_times"]=4, ["hurt_skill"]={ 40009, @@ -1041,8 +1041,8 @@ local monster_dungeon_armor = { }, [8107]={ ["monster_base"]=10005, - ["hp"]=97940000, - ["atk"]=1910000, + ["hp"]=90100000, + ["atk"]=1970000, ["atk_times"]=2, ["hurt_skill"]={ 20013, @@ -1053,8 +1053,8 @@ local monster_dungeon_armor = { }, [8207]={ ["monster_base"]=10037, - ["hp"]=145130000, - ["atk"]=2150000, + ["hp"]=134930000, + ["atk"]=2210000, ["atk_times"]=3, ["hurt_skill"]={ 20106, @@ -1065,8 +1065,8 @@ local monster_dungeon_armor = { }, [8307]={ ["monster_base"]=10022, - ["hp"]=181680000, - ["atk"]=2220000, + ["hp"]=169110000, + ["atk"]=2290000, ["atk_times"]=3, ["hurt_skill"]={ 20061, @@ -1077,8 +1077,8 @@ local monster_dungeon_armor = { }, [8407]={ ["monster_base"]=10012, - ["hp"]=191500000, - ["atk"]=2660000, + ["hp"]=177990000, + ["atk"]=2740000, ["atk_times"]=3, ["hurt_skill"]={ 20031, @@ -1090,8 +1090,8 @@ local monster_dungeon_armor = { [8507]={ ["monster_base"]=20008, ["is_boss"]=1, - ["hp"]=356570000, - ["atk"]=2870000, + ["hp"]=366790000, + ["atk"]=2950000, ["atk_times"]=4, ["hurt_skill"]={ 30022, @@ -1108,8 +1108,8 @@ local monster_dungeon_armor = { }, [8607]={ ["monster_base"]=10029, - ["hp"]=236460000, - ["atk"]=2770000, + ["hp"]=219850000, + ["atk"]=2860000, ["atk_times"]=3, ["hurt_skill"]={ 20082, @@ -1120,8 +1120,8 @@ local monster_dungeon_armor = { }, [8707]={ ["monster_base"]=10030, - ["hp"]=248810000, - ["atk"]=2870000, + ["hp"]=254340000, + ["atk"]=2950000, ["atk_times"]=3, ["hurt_skill"]={ 20085, @@ -1132,8 +1132,8 @@ local monster_dungeon_armor = { }, [8807]={ ["monster_base"]=10021, - ["hp"]=291690000, - ["atk"]=2820000, + ["hp"]=298960000, + ["atk"]=2910000, ["atk_times"]=3, ["hurt_skill"]={ 20058, @@ -1144,8 +1144,8 @@ local monster_dungeon_armor = { }, [8907]={ ["monster_base"]=10024, - ["hp"]=335220000, - ["atk"]=2980000, + ["hp"]=342680000, + ["atk"]=3070000, ["atk_times"]=3, ["hurt_skill"]={ 20067, @@ -1157,8 +1157,8 @@ local monster_dungeon_armor = { [9007]={ ["monster_base"]=30012, ["is_boss"]=2, - ["hp"]=566760000, - ["atk"]=2980000, + ["hp"]=580750000, + ["atk"]=3070000, ["atk_times"]=4, ["hurt_skill"]={ 40005, @@ -1174,8 +1174,8 @@ local monster_dungeon_armor = { }, [9107]={ ["monster_base"]=10039, - ["hp"]=97940000, - ["atk"]=1910000, + ["hp"]=90100000, + ["atk"]=1970000, ["atk_times"]=3, ["hurt_skill"]={ 20112, @@ -1186,8 +1186,8 @@ local monster_dungeon_armor = { }, [9207]={ ["monster_base"]=10061, - ["hp"]=145130000, - ["atk"]=2150000, + ["hp"]=134930000, + ["atk"]=2210000, ["atk_times"]=3, ["hurt_skill"]={ 20178, @@ -1198,8 +1198,8 @@ local monster_dungeon_armor = { }, [9307]={ ["monster_base"]=10048, - ["hp"]=181680000, - ["atk"]=2220000, + ["hp"]=169110000, + ["atk"]=2290000, ["atk_times"]=3, ["hurt_skill"]={ 20139, @@ -1210,8 +1210,8 @@ local monster_dungeon_armor = { }, [9407]={ ["monster_base"]=10027, - ["hp"]=191500000, - ["atk"]=2660000, + ["hp"]=177990000, + ["atk"]=2740000, ["atk_times"]=3, ["hurt_skill"]={ 20076, @@ -1223,8 +1223,8 @@ local monster_dungeon_armor = { [9507]={ ["monster_base"]=20006, ["is_boss"]=1, - ["hp"]=356570000, - ["atk"]=2870000, + ["hp"]=366790000, + ["atk"]=2950000, ["atk_times"]=4, ["hurt_skill"]={ 30016, @@ -1241,8 +1241,8 @@ local monster_dungeon_armor = { }, [9607]={ ["monster_base"]=10031, - ["hp"]=236460000, - ["atk"]=2770000, + ["hp"]=219850000, + ["atk"]=2860000, ["atk_times"]=3, ["hurt_skill"]={ 20088, @@ -1253,8 +1253,8 @@ local monster_dungeon_armor = { }, [9707]={ ["monster_base"]=10041, - ["hp"]=248810000, - ["atk"]=2870000, + ["hp"]=254340000, + ["atk"]=2950000, ["atk_times"]=3, ["hurt_skill"]={ 20118, @@ -1265,8 +1265,8 @@ local monster_dungeon_armor = { }, [9807]={ ["monster_base"]=10040, - ["hp"]=291690000, - ["atk"]=2820000, + ["hp"]=298960000, + ["atk"]=2910000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -1277,8 +1277,8 @@ local monster_dungeon_armor = { }, [9907]={ ["monster_base"]=10017, - ["hp"]=335220000, - ["atk"]=2980000, + ["hp"]=342680000, + ["atk"]=3070000, ["atk_times"]=3, ["hurt_skill"]={ 20046, @@ -1290,8 +1290,8 @@ local monster_dungeon_armor = { [10007]={ ["monster_base"]=20021, ["is_boss"]=2, - ["hp"]=566760000, - ["atk"]=2980000, + ["hp"]=580750000, + ["atk"]=3070000, ["atk_times"]=4, ["hurt_skill"]={ 30061, @@ -1309,8 +1309,8 @@ local monster_dungeon_armor = { }, [10107]={ ["monster_base"]=10039, - ["hp"]=97940000, - ["atk"]=1910000, + ["hp"]=90100000, + ["atk"]=1970000, ["atk_times"]=3, ["hurt_skill"]={ 20112, @@ -1321,8 +1321,8 @@ local monster_dungeon_armor = { }, [10207]={ ["monster_base"]=10053, - ["hp"]=145130000, - ["atk"]=2150000, + ["hp"]=134930000, + ["atk"]=2210000, ["atk_times"]=3, ["hurt_skill"]={ 20154, @@ -1333,8 +1333,8 @@ local monster_dungeon_armor = { }, [10307]={ ["monster_base"]=10002, - ["hp"]=181680000, - ["atk"]=2220000, + ["hp"]=169110000, + ["atk"]=2290000, ["atk_times"]=2, ["hurt_skill"]={ 20004, @@ -1345,8 +1345,8 @@ local monster_dungeon_armor = { }, [10407]={ ["monster_base"]=10063, - ["hp"]=191500000, - ["atk"]=2660000, + ["hp"]=177990000, + ["atk"]=2740000, ["atk_times"]=3, ["hurt_skill"]={ 20184, @@ -1358,8 +1358,8 @@ local monster_dungeon_armor = { [10507]={ ["monster_base"]=20016, ["is_boss"]=1, - ["hp"]=356570000, - ["atk"]=2870000, + ["hp"]=366790000, + ["atk"]=2950000, ["atk_times"]=4, ["hurt_skill"]={ 30046, @@ -1377,8 +1377,8 @@ local monster_dungeon_armor = { }, [10607]={ ["monster_base"]=10061, - ["hp"]=236460000, - ["atk"]=2770000, + ["hp"]=219850000, + ["atk"]=2860000, ["atk_times"]=3, ["hurt_skill"]={ 20178, @@ -1389,8 +1389,8 @@ local monster_dungeon_armor = { }, [10707]={ ["monster_base"]=10050, - ["hp"]=248810000, - ["atk"]=2870000, + ["hp"]=254340000, + ["atk"]=2950000, ["atk_times"]=3, ["hurt_skill"]={ 20145, @@ -1401,8 +1401,8 @@ local monster_dungeon_armor = { }, [10807]={ ["monster_base"]=10033, - ["hp"]=291690000, - ["atk"]=2820000, + ["hp"]=298960000, + ["atk"]=2910000, ["atk_times"]=3, ["hurt_skill"]={ 20094, @@ -1413,8 +1413,8 @@ local monster_dungeon_armor = { }, [10907]={ ["monster_base"]=10057, - ["hp"]=335220000, - ["atk"]=2980000, + ["hp"]=342680000, + ["atk"]=3070000, ["atk_times"]=3, ["hurt_skill"]={ 20166, @@ -1426,8 +1426,8 @@ local monster_dungeon_armor = { [11007]={ ["monster_base"]=30020, ["is_boss"]=2, - ["hp"]=566760000, - ["atk"]=2980000, + ["hp"]=580750000, + ["atk"]=3070000, ["atk_times"]=4, ["hurt_skill"]={ 40033, @@ -1442,8 +1442,8 @@ local monster_dungeon_armor = { }, [11107]={ ["monster_base"]=10034, - ["hp"]=97940000, - ["atk"]=1910000, + ["hp"]=90100000, + ["atk"]=1970000, ["atk_times"]=3, ["hurt_skill"]={ 20097, @@ -1454,8 +1454,8 @@ local monster_dungeon_armor = { }, [11207]={ ["monster_base"]=10056, - ["hp"]=145130000, - ["atk"]=2150000, + ["hp"]=134930000, + ["atk"]=2210000, ["atk_times"]=3, ["hurt_skill"]={ 20163, @@ -1466,8 +1466,8 @@ local monster_dungeon_armor = { }, [11307]={ ["monster_base"]=10037, - ["hp"]=181680000, - ["atk"]=2220000, + ["hp"]=169110000, + ["atk"]=2290000, ["atk_times"]=3, ["hurt_skill"]={ 20106, @@ -1478,8 +1478,8 @@ local monster_dungeon_armor = { }, [11407]={ ["monster_base"]=10042, - ["hp"]=191500000, - ["atk"]=2660000, + ["hp"]=177990000, + ["atk"]=2740000, ["atk_times"]=3, ["hurt_skill"]={ 20121, @@ -1491,8 +1491,8 @@ local monster_dungeon_armor = { [11507]={ ["monster_base"]=30010, ["is_boss"]=1, - ["hp"]=356570000, - ["atk"]=2870000, + ["hp"]=366790000, + ["atk"]=2950000, ["atk_times"]=4, ["hurt_skill"]={ 40013, @@ -1507,8 +1507,8 @@ local monster_dungeon_armor = { }, [11607]={ ["monster_base"]=10062, - ["hp"]=236460000, - ["atk"]=2770000, + ["hp"]=219850000, + ["atk"]=2860000, ["atk_times"]=3, ["hurt_skill"]={ 20181, @@ -1519,8 +1519,8 @@ local monster_dungeon_armor = { }, [11707]={ ["monster_base"]=10042, - ["hp"]=248810000, - ["atk"]=2870000, + ["hp"]=254340000, + ["atk"]=2950000, ["atk_times"]=3, ["hurt_skill"]={ 20121, @@ -1531,8 +1531,8 @@ local monster_dungeon_armor = { }, [11807]={ ["monster_base"]=10008, - ["hp"]=291690000, - ["atk"]=2820000, + ["hp"]=298960000, + ["atk"]=2910000, ["atk_times"]=2, ["hurt_skill"]={ 20022, @@ -1543,8 +1543,8 @@ local monster_dungeon_armor = { }, [11907]={ ["monster_base"]=10023, - ["hp"]=335220000, - ["atk"]=2980000, + ["hp"]=342680000, + ["atk"]=3070000, ["atk_times"]=3, ["hurt_skill"]={ 20064, @@ -1556,8 +1556,8 @@ local monster_dungeon_armor = { [12007]={ ["monster_base"]=20003, ["is_boss"]=2, - ["hp"]=566760000, - ["atk"]=2980000, + ["hp"]=580750000, + ["atk"]=3070000, ["atk_times"]=4, ["hurt_skill"]={ 30007, @@ -1574,8 +1574,8 @@ local monster_dungeon_armor = { }, [12107]={ ["monster_base"]=10062, - ["hp"]=132190000, - ["atk"]=2500000, + ["hp"]=119130000, + ["atk"]=2650000, ["atk_times"]=3, ["hurt_skill"]={ 20181, @@ -1586,8 +1586,8 @@ local monster_dungeon_armor = { }, [12207]={ ["monster_base"]=10008, - ["hp"]=194920000, - ["atk"]=2770000, + ["hp"]=178560000, + ["atk"]=2940000, ["atk_times"]=2, ["hurt_skill"]={ 20022, @@ -1598,8 +1598,8 @@ local monster_dungeon_armor = { }, [12307]={ ["monster_base"]=10065, - ["hp"]=243300000, - ["atk"]=2900000, + ["hp"]=223610000, + ["atk"]=3080000, ["atk_times"]=3, ["hurt_skill"]={ 20187, @@ -1610,8 +1610,8 @@ local monster_dungeon_armor = { }, [12407]={ ["monster_base"]=10013, - ["hp"]=255540000, - ["atk"]=3450000, + ["hp"]=235300000, + ["atk"]=3660000, ["atk_times"]=3, ["hurt_skill"]={ 20034, @@ -1623,8 +1623,8 @@ local monster_dungeon_armor = { [12507]={ ["monster_base"]=20014, ["is_boss"]=1, - ["hp"]=475340000, - ["atk"]=3690000, + ["hp"]=484620000, + ["atk"]=3910000, ["atk_times"]=4, ["hurt_skill"]={ 30040, @@ -1638,8 +1638,8 @@ local monster_dungeon_armor = { }, [12607]={ ["monster_base"]=10020, - ["hp"]=316140000, - ["atk"]=3590000, + ["hp"]=290650000, + ["atk"]=3800000, ["atk_times"]=3, ["hurt_skill"]={ 20055, @@ -1650,8 +1650,8 @@ local monster_dungeon_armor = { }, [12707]={ ["monster_base"]=10047, - ["hp"]=332120000, - ["atk"]=3710000, + ["hp"]=336630000, + ["atk"]=3930000, ["atk_times"]=3, ["hurt_skill"]={ 20136, @@ -1662,8 +1662,8 @@ local monster_dungeon_armor = { }, [12807]={ ["monster_base"]=10065, - ["hp"]=389430000, - ["atk"]=3660000, + ["hp"]=395270000, + ["atk"]=3880000, ["atk_times"]=3, ["hurt_skill"]={ 20187, @@ -1674,8 +1674,8 @@ local monster_dungeon_armor = { }, [12907]={ ["monster_base"]=10063, - ["hp"]=447180000, - ["atk"]=3870000, + ["hp"]=452990000, + ["atk"]=4100000, ["atk_times"]=3, ["hurt_skill"]={ 20184, @@ -1687,8 +1687,8 @@ local monster_dungeon_armor = { [13007]={ ["monster_base"]=20005, ["is_boss"]=2, - ["hp"]=754850000, - ["atk"]=3870000, + ["hp"]=767450000, + ["atk"]=4100000, ["atk_times"]=4, ["hurt_skill"]={ 30013, @@ -1705,8 +1705,8 @@ local monster_dungeon_armor = { }, [13107]={ ["monster_base"]=10033, - ["hp"]=132190000, - ["atk"]=2500000, + ["hp"]=119130000, + ["atk"]=2650000, ["atk_times"]=3, ["hurt_skill"]={ 20094, @@ -1717,8 +1717,8 @@ local monster_dungeon_armor = { }, [13207]={ ["monster_base"]=10020, - ["hp"]=194920000, - ["atk"]=2770000, + ["hp"]=178560000, + ["atk"]=2940000, ["atk_times"]=3, ["hurt_skill"]={ 20055, @@ -1729,8 +1729,8 @@ local monster_dungeon_armor = { }, [13307]={ ["monster_base"]=10057, - ["hp"]=243300000, - ["atk"]=2900000, + ["hp"]=223610000, + ["atk"]=3080000, ["atk_times"]=3, ["hurt_skill"]={ 20166, @@ -1741,8 +1741,8 @@ local monster_dungeon_armor = { }, [13407]={ ["monster_base"]=10006, - ["hp"]=255540000, - ["atk"]=3450000, + ["hp"]=235300000, + ["atk"]=3660000, ["atk_times"]=2, ["hurt_skill"]={ 20016, @@ -1754,8 +1754,8 @@ local monster_dungeon_armor = { [13507]={ ["monster_base"]=20015, ["is_boss"]=1, - ["hp"]=475340000, - ["atk"]=3690000, + ["hp"]=484620000, + ["atk"]=3910000, ["atk_times"]=4, ["hurt_skill"]={ 30043, @@ -1772,8 +1772,8 @@ local monster_dungeon_armor = { }, [13607]={ ["monster_base"]=10048, - ["hp"]=316140000, - ["atk"]=3590000, + ["hp"]=290650000, + ["atk"]=3800000, ["atk_times"]=3, ["hurt_skill"]={ 20139, @@ -1784,8 +1784,8 @@ local monster_dungeon_armor = { }, [13707]={ ["monster_base"]=10020, - ["hp"]=332120000, - ["atk"]=3710000, + ["hp"]=336630000, + ["atk"]=3930000, ["atk_times"]=3, ["hurt_skill"]={ 20055, @@ -1796,8 +1796,8 @@ local monster_dungeon_armor = { }, [13807]={ ["monster_base"]=10041, - ["hp"]=389430000, - ["atk"]=3660000, + ["hp"]=395270000, + ["atk"]=3880000, ["atk_times"]=3, ["hurt_skill"]={ 20118, @@ -1808,8 +1808,8 @@ local monster_dungeon_armor = { }, [13907]={ ["monster_base"]=10006, - ["hp"]=447180000, - ["atk"]=3870000, + ["hp"]=452990000, + ["atk"]=4100000, ["atk_times"]=2, ["hurt_skill"]={ 20016, @@ -1821,8 +1821,8 @@ local monster_dungeon_armor = { [14007]={ ["monster_base"]=30012, ["is_boss"]=2, - ["hp"]=754850000, - ["atk"]=3870000, + ["hp"]=767450000, + ["atk"]=4100000, ["atk_times"]=4, ["hurt_skill"]={ 40005, @@ -1838,8 +1838,8 @@ local monster_dungeon_armor = { }, [14107]={ ["monster_base"]=10001, - ["hp"]=132190000, - ["atk"]=2500000, + ["hp"]=119130000, + ["atk"]=2650000, ["atk_times"]=2, ["hurt_skill"]={ 20001, @@ -1850,8 +1850,8 @@ local monster_dungeon_armor = { }, [14207]={ ["monster_base"]=10016, - ["hp"]=194920000, - ["atk"]=2770000, + ["hp"]=178560000, + ["atk"]=2940000, ["atk_times"]=3, ["hurt_skill"]={ 20043, @@ -1862,8 +1862,8 @@ local monster_dungeon_armor = { }, [14307]={ ["monster_base"]=10041, - ["hp"]=243300000, - ["atk"]=2900000, + ["hp"]=223610000, + ["atk"]=3080000, ["atk_times"]=3, ["hurt_skill"]={ 20118, @@ -1874,8 +1874,8 @@ local monster_dungeon_armor = { }, [14407]={ ["monster_base"]=10053, - ["hp"]=255540000, - ["atk"]=3450000, + ["hp"]=235300000, + ["atk"]=3660000, ["atk_times"]=3, ["hurt_skill"]={ 20154, @@ -1887,8 +1887,8 @@ local monster_dungeon_armor = { [14507]={ ["monster_base"]=20002, ["is_boss"]=1, - ["hp"]=475340000, - ["atk"]=3690000, + ["hp"]=484620000, + ["atk"]=3910000, ["atk_times"]=4, ["hurt_skill"]={ 30004, @@ -1902,8 +1902,8 @@ local monster_dungeon_armor = { }, [14607]={ ["monster_base"]=10054, - ["hp"]=316140000, - ["atk"]=3590000, + ["hp"]=290650000, + ["atk"]=3800000, ["atk_times"]=3, ["hurt_skill"]={ 20157, @@ -1914,8 +1914,8 @@ local monster_dungeon_armor = { }, [14707]={ ["monster_base"]=10018, - ["hp"]=332120000, - ["atk"]=3710000, + ["hp"]=336630000, + ["atk"]=3930000, ["atk_times"]=3, ["hurt_skill"]={ 20049, @@ -1926,8 +1926,8 @@ local monster_dungeon_armor = { }, [14807]={ ["monster_base"]=10050, - ["hp"]=389430000, - ["atk"]=3660000, + ["hp"]=395270000, + ["atk"]=3880000, ["atk_times"]=3, ["hurt_skill"]={ 20145, @@ -1938,8 +1938,8 @@ local monster_dungeon_armor = { }, [14907]={ ["monster_base"]=10041, - ["hp"]=447180000, - ["atk"]=3870000, + ["hp"]=452990000, + ["atk"]=4100000, ["atk_times"]=3, ["hurt_skill"]={ 20118, @@ -1951,8 +1951,8 @@ local monster_dungeon_armor = { [15007]={ ["monster_base"]=20017, ["is_boss"]=2, - ["hp"]=754850000, - ["atk"]=3870000, + ["hp"]=767450000, + ["atk"]=4100000, ["atk_times"]=4, ["hurt_skill"]={ 30049, @@ -1966,8 +1966,8 @@ local monster_dungeon_armor = { }, [15107]={ ["monster_base"]=10051, - ["hp"]=132190000, - ["atk"]=2500000, + ["hp"]=119130000, + ["atk"]=2650000, ["atk_times"]=3, ["hurt_skill"]={ 20148, @@ -1978,8 +1978,8 @@ local monster_dungeon_armor = { }, [15207]={ ["monster_base"]=10018, - ["hp"]=194920000, - ["atk"]=2770000, + ["hp"]=178560000, + ["atk"]=2940000, ["atk_times"]=3, ["hurt_skill"]={ 20049, @@ -1990,8 +1990,8 @@ local monster_dungeon_armor = { }, [15307]={ ["monster_base"]=10040, - ["hp"]=243300000, - ["atk"]=2900000, + ["hp"]=223610000, + ["atk"]=3080000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -2002,8 +2002,8 @@ local monster_dungeon_armor = { }, [15407]={ ["monster_base"]=10032, - ["hp"]=255540000, - ["atk"]=3450000, + ["hp"]=235300000, + ["atk"]=3660000, ["atk_times"]=3, ["hurt_skill"]={ 20091, @@ -2015,8 +2015,8 @@ local monster_dungeon_armor = { [15507]={ ["monster_base"]=20001, ["is_boss"]=1, - ["hp"]=475340000, - ["atk"]=3690000, + ["hp"]=484620000, + ["atk"]=3910000, ["atk_times"]=4, ["hurt_skill"]={ 30001, @@ -2030,8 +2030,8 @@ local monster_dungeon_armor = { }, [15607]={ ["monster_base"]=10041, - ["hp"]=316140000, - ["atk"]=3590000, + ["hp"]=290650000, + ["atk"]=3800000, ["atk_times"]=3, ["hurt_skill"]={ 20118, @@ -2042,8 +2042,8 @@ local monster_dungeon_armor = { }, [15707]={ ["monster_base"]=10053, - ["hp"]=332120000, - ["atk"]=3710000, + ["hp"]=336630000, + ["atk"]=3930000, ["atk_times"]=3, ["hurt_skill"]={ 20154, @@ -2054,8 +2054,8 @@ local monster_dungeon_armor = { }, [15807]={ ["monster_base"]=10024, - ["hp"]=389430000, - ["atk"]=3660000, + ["hp"]=395270000, + ["atk"]=3880000, ["atk_times"]=3, ["hurt_skill"]={ 20067, @@ -2066,8 +2066,8 @@ local monster_dungeon_armor = { }, [15907]={ ["monster_base"]=10038, - ["hp"]=447180000, - ["atk"]=3870000, + ["hp"]=452990000, + ["atk"]=4100000, ["atk_times"]=3, ["hurt_skill"]={ 20109, @@ -2079,8 +2079,8 @@ local monster_dungeon_armor = { [16007]={ ["monster_base"]=20016, ["is_boss"]=2, - ["hp"]=754850000, - ["atk"]=3870000, + ["hp"]=767450000, + ["atk"]=4100000, ["atk_times"]=4, ["hurt_skill"]={ 30046, @@ -2098,8 +2098,8 @@ local monster_dungeon_armor = { }, [16107]={ ["monster_base"]=10016, - ["hp"]=132190000, - ["atk"]=2500000, + ["hp"]=119130000, + ["atk"]=2650000, ["atk_times"]=3, ["hurt_skill"]={ 20043, @@ -2110,8 +2110,8 @@ local monster_dungeon_armor = { }, [16207]={ ["monster_base"]=10006, - ["hp"]=194920000, - ["atk"]=2770000, + ["hp"]=178560000, + ["atk"]=2940000, ["atk_times"]=2, ["hurt_skill"]={ 20016, @@ -2122,8 +2122,8 @@ local monster_dungeon_armor = { }, [16307]={ ["monster_base"]=10021, - ["hp"]=243300000, - ["atk"]=2900000, + ["hp"]=223610000, + ["atk"]=3080000, ["atk_times"]=3, ["hurt_skill"]={ 20058, @@ -2134,8 +2134,8 @@ local monster_dungeon_armor = { }, [16407]={ ["monster_base"]=10018, - ["hp"]=255540000, - ["atk"]=3450000, + ["hp"]=235300000, + ["atk"]=3660000, ["atk_times"]=3, ["hurt_skill"]={ 20049, @@ -2147,8 +2147,8 @@ local monster_dungeon_armor = { [16507]={ ["monster_base"]=20010, ["is_boss"]=1, - ["hp"]=475340000, - ["atk"]=3690000, + ["hp"]=484620000, + ["atk"]=3910000, ["atk_times"]=4, ["hurt_skill"]={ 30028, @@ -2168,8 +2168,8 @@ local monster_dungeon_armor = { }, [16607]={ ["monster_base"]=10052, - ["hp"]=316140000, - ["atk"]=3590000, + ["hp"]=290650000, + ["atk"]=3800000, ["atk_times"]=3, ["hurt_skill"]={ 20151, @@ -2180,8 +2180,8 @@ local monster_dungeon_armor = { }, [16707]={ ["monster_base"]=10039, - ["hp"]=332120000, - ["atk"]=3710000, + ["hp"]=336630000, + ["atk"]=3930000, ["atk_times"]=3, ["hurt_skill"]={ 20112, @@ -2192,8 +2192,8 @@ local monster_dungeon_armor = { }, [16807]={ ["monster_base"]=10055, - ["hp"]=389430000, - ["atk"]=3660000, + ["hp"]=395270000, + ["atk"]=3880000, ["atk_times"]=3, ["hurt_skill"]={ 20160, @@ -2204,8 +2204,8 @@ local monster_dungeon_armor = { }, [16907]={ ["monster_base"]=10031, - ["hp"]=447180000, - ["atk"]=3870000, + ["hp"]=452990000, + ["atk"]=4100000, ["atk_times"]=3, ["hurt_skill"]={ 20088, @@ -2217,8 +2217,8 @@ local monster_dungeon_armor = { [17007]={ ["monster_base"]=30015, ["is_boss"]=2, - ["hp"]=754850000, - ["atk"]=3870000, + ["hp"]=767450000, + ["atk"]=4100000, ["atk_times"]=4, ["hurt_skill"]={ 40025, @@ -2233,8 +2233,8 @@ local monster_dungeon_armor = { }, [17107]={ ["monster_base"]=10027, - ["hp"]=132190000, - ["atk"]=2500000, + ["hp"]=119130000, + ["atk"]=2650000, ["atk_times"]=3, ["hurt_skill"]={ 20076, @@ -2245,8 +2245,8 @@ local monster_dungeon_armor = { }, [17207]={ ["monster_base"]=10040, - ["hp"]=194920000, - ["atk"]=2770000, + ["hp"]=178560000, + ["atk"]=2940000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -2257,8 +2257,8 @@ local monster_dungeon_armor = { }, [17307]={ ["monster_base"]=10013, - ["hp"]=243300000, - ["atk"]=2900000, + ["hp"]=223610000, + ["atk"]=3080000, ["atk_times"]=3, ["hurt_skill"]={ 20034, @@ -2269,8 +2269,8 @@ local monster_dungeon_armor = { }, [17407]={ ["monster_base"]=10053, - ["hp"]=255540000, - ["atk"]=3450000, + ["hp"]=235300000, + ["atk"]=3660000, ["atk_times"]=3, ["hurt_skill"]={ 20154, @@ -2282,8 +2282,8 @@ local monster_dungeon_armor = { [17507]={ ["monster_base"]=30020, ["is_boss"]=1, - ["hp"]=475340000, - ["atk"]=3690000, + ["hp"]=484620000, + ["atk"]=3910000, ["atk_times"]=4, ["hurt_skill"]={ 40033, @@ -2298,8 +2298,8 @@ local monster_dungeon_armor = { }, [17607]={ ["monster_base"]=10019, - ["hp"]=316140000, - ["atk"]=3590000, + ["hp"]=290650000, + ["atk"]=3800000, ["atk_times"]=3, ["hurt_skill"]={ 20052, @@ -2310,8 +2310,8 @@ local monster_dungeon_armor = { }, [17707]={ ["monster_base"]=10018, - ["hp"]=332120000, - ["atk"]=3710000, + ["hp"]=336630000, + ["atk"]=3930000, ["atk_times"]=3, ["hurt_skill"]={ 20049, @@ -2322,8 +2322,8 @@ local monster_dungeon_armor = { }, [17807]={ ["monster_base"]=10013, - ["hp"]=389430000, - ["atk"]=3660000, + ["hp"]=395270000, + ["atk"]=3880000, ["atk_times"]=3, ["hurt_skill"]={ 20034, @@ -2334,8 +2334,8 @@ local monster_dungeon_armor = { }, [17907]={ ["monster_base"]=10023, - ["hp"]=447180000, - ["atk"]=3870000, + ["hp"]=452990000, + ["atk"]=4100000, ["atk_times"]=3, ["hurt_skill"]={ 20064, @@ -2347,8 +2347,8 @@ local monster_dungeon_armor = { [18007]={ ["monster_base"]=20009, ["is_boss"]=2, - ["hp"]=754850000, - ["atk"]=3870000, + ["hp"]=767450000, + ["atk"]=4100000, ["atk_times"]=4, ["hurt_skill"]={ 30025, @@ -2366,8 +2366,8 @@ local monster_dungeon_armor = { }, [18107]={ ["monster_base"]=10043, - ["hp"]=143370000, - ["atk"]=2710000, + ["hp"]=132050000, + ["atk"]=2950000, ["atk_times"]=3, ["hurt_skill"]={ 20124, @@ -2378,8 +2378,8 @@ local monster_dungeon_armor = { }, [18207]={ ["monster_base"]=10055, - ["hp"]=210680000, - ["atk"]=3000000, + ["hp"]=197820000, + ["atk"]=3280000, ["atk_times"]=3, ["hurt_skill"]={ 20160, @@ -2390,8 +2390,8 @@ local monster_dungeon_armor = { }, [18307]={ ["monster_base"]=10026, - ["hp"]=263090000, - ["atk"]=3140000, + ["hp"]=247320000, + ["atk"]=3420000, ["atk_times"]=3, ["hurt_skill"]={ 20073, @@ -2402,8 +2402,8 @@ local monster_dungeon_armor = { }, [18407]={ ["monster_base"]=10023, - ["hp"]=276480000, - ["atk"]=3730000, + ["hp"]=260370000, + ["atk"]=4070000, ["atk_times"]=3, ["hurt_skill"]={ 20064, @@ -2415,8 +2415,8 @@ local monster_dungeon_armor = { [18507]={ ["monster_base"]=30009, ["is_boss"]=1, - ["hp"]=512890000, - ["atk"]=3980000, + ["hp"]=535960000, + ["atk"]=4330000, ["atk_times"]=4, ["hurt_skill"]={ 40021, @@ -2431,8 +2431,8 @@ local monster_dungeon_armor = { }, [18607]={ ["monster_base"]=10006, - ["hp"]=341420000, - ["atk"]=3870000, + ["hp"]=321500000, + ["atk"]=4220000, ["atk_times"]=2, ["hurt_skill"]={ 20016, @@ -2443,8 +2443,8 @@ local monster_dungeon_armor = { }, [18707]={ ["monster_base"]=10057, - ["hp"]=359010000, - ["atk"]=4000000, + ["hp"]=372390000, + ["atk"]=4360000, ["atk_times"]=3, ["hurt_skill"]={ 20166, @@ -2455,8 +2455,8 @@ local monster_dungeon_armor = { }, [18807]={ ["monster_base"]=10004, - ["hp"]=420800000, - ["atk"]=3960000, + ["hp"]=437410000, + ["atk"]=4310000, ["atk_times"]=2, ["hurt_skill"]={ 20010, @@ -2467,8 +2467,8 @@ local monster_dungeon_armor = { }, [18907]={ ["monster_base"]=10048, - ["hp"]=483170000, - ["atk"]=4170000, + ["hp"]=500850000, + ["atk"]=4550000, ["atk_times"]=3, ["hurt_skill"]={ 20139, @@ -2480,8 +2480,8 @@ local monster_dungeon_armor = { [19007]={ ["monster_base"]=20010, ["is_boss"]=2, - ["hp"]=814970000, - ["atk"]=4170000, + ["hp"]=848720000, + ["atk"]=4550000, ["atk_times"]=4, ["hurt_skill"]={ 30028, @@ -2501,8 +2501,8 @@ local monster_dungeon_armor = { }, [19107]={ ["monster_base"]=10010, - ["hp"]=143370000, - ["atk"]=2710000, + ["hp"]=132050000, + ["atk"]=2950000, ["atk_times"]=3, ["hurt_skill"]={ 20028, @@ -2513,8 +2513,8 @@ local monster_dungeon_armor = { }, [19207]={ ["monster_base"]=10057, - ["hp"]=210680000, - ["atk"]=3000000, + ["hp"]=197820000, + ["atk"]=3280000, ["atk_times"]=3, ["hurt_skill"]={ 20166, @@ -2525,8 +2525,8 @@ local monster_dungeon_armor = { }, [19307]={ ["monster_base"]=10045, - ["hp"]=263090000, - ["atk"]=3140000, + ["hp"]=247320000, + ["atk"]=3420000, ["atk_times"]=3, ["hurt_skill"]={ 20130, @@ -2537,8 +2537,8 @@ local monster_dungeon_armor = { }, [19407]={ ["monster_base"]=10032, - ["hp"]=276480000, - ["atk"]=3730000, + ["hp"]=260370000, + ["atk"]=4070000, ["atk_times"]=3, ["hurt_skill"]={ 20091, @@ -2550,8 +2550,8 @@ local monster_dungeon_armor = { [19507]={ ["monster_base"]=20017, ["is_boss"]=1, - ["hp"]=512890000, - ["atk"]=3980000, + ["hp"]=535960000, + ["atk"]=4330000, ["atk_times"]=4, ["hurt_skill"]={ 30049, @@ -2565,8 +2565,8 @@ local monster_dungeon_armor = { }, [19607]={ ["monster_base"]=10010, - ["hp"]=341420000, - ["atk"]=3870000, + ["hp"]=321500000, + ["atk"]=4220000, ["atk_times"]=3, ["hurt_skill"]={ 20028, @@ -2577,8 +2577,8 @@ local monster_dungeon_armor = { }, [19707]={ ["monster_base"]=10029, - ["hp"]=359010000, - ["atk"]=4000000, + ["hp"]=372390000, + ["atk"]=4360000, ["atk_times"]=3, ["hurt_skill"]={ 20082, @@ -2589,8 +2589,8 @@ local monster_dungeon_armor = { }, [19807]={ ["monster_base"]=10042, - ["hp"]=420800000, - ["atk"]=3960000, + ["hp"]=437410000, + ["atk"]=4310000, ["atk_times"]=3, ["hurt_skill"]={ 20121, @@ -2601,8 +2601,8 @@ local monster_dungeon_armor = { }, [19907]={ ["monster_base"]=10007, - ["hp"]=483170000, - ["atk"]=4170000, + ["hp"]=500850000, + ["atk"]=4550000, ["atk_times"]=2, ["hurt_skill"]={ 20019, @@ -2614,8 +2614,8 @@ local monster_dungeon_armor = { [20007]={ ["monster_base"]=20019, ["is_boss"]=2, - ["hp"]=814970000, - ["atk"]=4170000, + ["hp"]=848720000, + ["atk"]=4550000, ["atk_times"]=4, ["hurt_skill"]={ 30055, @@ -2633,8 +2633,8 @@ local monster_dungeon_armor = { }, [20107]={ ["monster_base"]=10012, - ["hp"]=143370000, - ["atk"]=2710000, + ["hp"]=132050000, + ["atk"]=2950000, ["atk_times"]=3, ["hurt_skill"]={ 20031, @@ -2645,8 +2645,8 @@ local monster_dungeon_armor = { }, [20207]={ ["monster_base"]=10053, - ["hp"]=210680000, - ["atk"]=3000000, + ["hp"]=197820000, + ["atk"]=3280000, ["atk_times"]=3, ["hurt_skill"]={ 20154, @@ -2657,8 +2657,8 @@ local monster_dungeon_armor = { }, [20307]={ ["monster_base"]=10022, - ["hp"]=263090000, - ["atk"]=3140000, + ["hp"]=247320000, + ["atk"]=3420000, ["atk_times"]=3, ["hurt_skill"]={ 20061, @@ -2669,8 +2669,8 @@ local monster_dungeon_armor = { }, [20407]={ ["monster_base"]=10058, - ["hp"]=276480000, - ["atk"]=3730000, + ["hp"]=260370000, + ["atk"]=4070000, ["atk_times"]=3, ["hurt_skill"]={ 20169, @@ -2682,8 +2682,8 @@ local monster_dungeon_armor = { [20507]={ ["monster_base"]=30014, ["is_boss"]=1, - ["hp"]=512890000, - ["atk"]=3980000, + ["hp"]=535960000, + ["atk"]=4330000, ["atk_times"]=4, ["hurt_skill"]={ 40009, @@ -2698,8 +2698,8 @@ local monster_dungeon_armor = { }, [20607]={ ["monster_base"]=10023, - ["hp"]=341420000, - ["atk"]=3870000, + ["hp"]=321500000, + ["atk"]=4220000, ["atk_times"]=3, ["hurt_skill"]={ 20064, @@ -2710,8 +2710,8 @@ local monster_dungeon_armor = { }, [20707]={ ["monster_base"]=10046, - ["hp"]=359010000, - ["atk"]=4000000, + ["hp"]=372390000, + ["atk"]=4360000, ["atk_times"]=3, ["hurt_skill"]={ 20133, @@ -2722,8 +2722,8 @@ local monster_dungeon_armor = { }, [20807]={ ["monster_base"]=10008, - ["hp"]=420800000, - ["atk"]=3960000, + ["hp"]=437410000, + ["atk"]=4310000, ["atk_times"]=2, ["hurt_skill"]={ 20022, @@ -2734,8 +2734,8 @@ local monster_dungeon_armor = { }, [20907]={ ["monster_base"]=10056, - ["hp"]=483170000, - ["atk"]=4170000, + ["hp"]=500850000, + ["atk"]=4550000, ["atk_times"]=3, ["hurt_skill"]={ 20163, @@ -2747,8 +2747,8 @@ local monster_dungeon_armor = { [21007]={ ["monster_base"]=20020, ["is_boss"]=2, - ["hp"]=814970000, - ["atk"]=4170000, + ["hp"]=848720000, + ["atk"]=4550000, ["atk_times"]=4, ["hurt_skill"]={ 30058, @@ -2766,8 +2766,8 @@ local monster_dungeon_armor = { }, [21107]={ ["monster_base"]=10055, - ["hp"]=143370000, - ["atk"]=2710000, + ["hp"]=132050000, + ["atk"]=2950000, ["atk_times"]=3, ["hurt_skill"]={ 20160, @@ -2778,8 +2778,8 @@ local monster_dungeon_armor = { }, [21207]={ ["monster_base"]=10025, - ["hp"]=210680000, - ["atk"]=3000000, + ["hp"]=197820000, + ["atk"]=3280000, ["atk_times"]=3, ["hurt_skill"]={ 20070, @@ -2790,8 +2790,8 @@ local monster_dungeon_armor = { }, [21307]={ ["monster_base"]=10049, - ["hp"]=263090000, - ["atk"]=3140000, + ["hp"]=247320000, + ["atk"]=3420000, ["atk_times"]=3, ["hurt_skill"]={ 20142, @@ -2802,8 +2802,8 @@ local monster_dungeon_armor = { }, [21407]={ ["monster_base"]=10051, - ["hp"]=276480000, - ["atk"]=3730000, + ["hp"]=260370000, + ["atk"]=4070000, ["atk_times"]=3, ["hurt_skill"]={ 20148, @@ -2815,8 +2815,8 @@ local monster_dungeon_armor = { [21507]={ ["monster_base"]=20017, ["is_boss"]=1, - ["hp"]=512890000, - ["atk"]=3980000, + ["hp"]=535960000, + ["atk"]=4330000, ["atk_times"]=4, ["hurt_skill"]={ 30049, @@ -2830,8 +2830,8 @@ local monster_dungeon_armor = { }, [21607]={ ["monster_base"]=10026, - ["hp"]=341420000, - ["atk"]=3870000, + ["hp"]=321500000, + ["atk"]=4220000, ["atk_times"]=3, ["hurt_skill"]={ 20073, @@ -2842,8 +2842,8 @@ local monster_dungeon_armor = { }, [21707]={ ["monster_base"]=10006, - ["hp"]=359010000, - ["atk"]=4000000, + ["hp"]=372390000, + ["atk"]=4360000, ["atk_times"]=2, ["hurt_skill"]={ 20016, @@ -2854,8 +2854,8 @@ local monster_dungeon_armor = { }, [21807]={ ["monster_base"]=10005, - ["hp"]=420800000, - ["atk"]=3960000, + ["hp"]=437410000, + ["atk"]=4310000, ["atk_times"]=2, ["hurt_skill"]={ 20013, @@ -2866,8 +2866,8 @@ local monster_dungeon_armor = { }, [21907]={ ["monster_base"]=10009, - ["hp"]=483170000, - ["atk"]=4170000, + ["hp"]=500850000, + ["atk"]=4550000, ["atk_times"]=3, ["hurt_skill"]={ 20025, @@ -2879,8 +2879,8 @@ local monster_dungeon_armor = { [22007]={ ["monster_base"]=20018, ["is_boss"]=2, - ["hp"]=814970000, - ["atk"]=4170000, + ["hp"]=848720000, + ["atk"]=4550000, ["atk_times"]=4, ["hurt_skill"]={ 30052, @@ -2898,8 +2898,8 @@ local monster_dungeon_armor = { }, [22107]={ ["monster_base"]=10003, - ["hp"]=143370000, - ["atk"]=2710000, + ["hp"]=132050000, + ["atk"]=2950000, ["atk_times"]=2, ["hurt_skill"]={ 20007, @@ -2910,8 +2910,8 @@ local monster_dungeon_armor = { }, [22207]={ ["monster_base"]=10026, - ["hp"]=210680000, - ["atk"]=3000000, + ["hp"]=197820000, + ["atk"]=3280000, ["atk_times"]=3, ["hurt_skill"]={ 20073, @@ -2922,8 +2922,8 @@ local monster_dungeon_armor = { }, [22307]={ ["monster_base"]=10049, - ["hp"]=263090000, - ["atk"]=3140000, + ["hp"]=247320000, + ["atk"]=3420000, ["atk_times"]=3, ["hurt_skill"]={ 20142, @@ -2934,8 +2934,8 @@ local monster_dungeon_armor = { }, [22407]={ ["monster_base"]=10024, - ["hp"]=276480000, - ["atk"]=3730000, + ["hp"]=260370000, + ["atk"]=4070000, ["atk_times"]=3, ["hurt_skill"]={ 20067, @@ -2947,8 +2947,8 @@ local monster_dungeon_armor = { [22507]={ ["monster_base"]=30010, ["is_boss"]=1, - ["hp"]=512890000, - ["atk"]=3980000, + ["hp"]=535960000, + ["atk"]=4330000, ["atk_times"]=4, ["hurt_skill"]={ 40013, @@ -2963,8 +2963,8 @@ local monster_dungeon_armor = { }, [22607]={ ["monster_base"]=10048, - ["hp"]=341420000, - ["atk"]=3870000, + ["hp"]=321500000, + ["atk"]=4220000, ["atk_times"]=3, ["hurt_skill"]={ 20139, @@ -2975,8 +2975,8 @@ local monster_dungeon_armor = { }, [22707]={ ["monster_base"]=10004, - ["hp"]=359010000, - ["atk"]=4000000, + ["hp"]=372390000, + ["atk"]=4360000, ["atk_times"]=2, ["hurt_skill"]={ 20010, @@ -2987,8 +2987,8 @@ local monster_dungeon_armor = { }, [22807]={ ["monster_base"]=10014, - ["hp"]=420800000, - ["atk"]=3960000, + ["hp"]=437410000, + ["atk"]=4310000, ["atk_times"]=3, ["hurt_skill"]={ 20037, @@ -2999,8 +2999,8 @@ local monster_dungeon_armor = { }, [22907]={ ["monster_base"]=10055, - ["hp"]=483170000, - ["atk"]=4170000, + ["hp"]=500850000, + ["atk"]=4550000, ["atk_times"]=3, ["hurt_skill"]={ 20160, @@ -3012,8 +3012,8 @@ local monster_dungeon_armor = { [23007]={ ["monster_base"]=20013, ["is_boss"]=2, - ["hp"]=814970000, - ["atk"]=4170000, + ["hp"]=848720000, + ["atk"]=4550000, ["atk_times"]=4, ["hurt_skill"]={ 30037, @@ -3028,8 +3028,8 @@ local monster_dungeon_armor = { }, [23107]={ ["monster_base"]=10019, - ["hp"]=143370000, - ["atk"]=2710000, + ["hp"]=132050000, + ["atk"]=2950000, ["atk_times"]=3, ["hurt_skill"]={ 20052, @@ -3040,8 +3040,8 @@ local monster_dungeon_armor = { }, [23207]={ ["monster_base"]=10048, - ["hp"]=210680000, - ["atk"]=3000000, + ["hp"]=197820000, + ["atk"]=3280000, ["atk_times"]=3, ["hurt_skill"]={ 20139, @@ -3052,8 +3052,8 @@ local monster_dungeon_armor = { }, [23307]={ ["monster_base"]=10028, - ["hp"]=263090000, - ["atk"]=3140000, + ["hp"]=247320000, + ["atk"]=3420000, ["atk_times"]=3, ["hurt_skill"]={ 20079, @@ -3064,8 +3064,8 @@ local monster_dungeon_armor = { }, [23407]={ ["monster_base"]=10014, - ["hp"]=276480000, - ["atk"]=3730000, + ["hp"]=260370000, + ["atk"]=4070000, ["atk_times"]=3, ["hurt_skill"]={ 20037, @@ -3077,8 +3077,8 @@ local monster_dungeon_armor = { [23507]={ ["monster_base"]=20009, ["is_boss"]=1, - ["hp"]=512890000, - ["atk"]=3980000, + ["hp"]=535960000, + ["atk"]=4330000, ["atk_times"]=4, ["hurt_skill"]={ 30025, @@ -3096,8 +3096,8 @@ local monster_dungeon_armor = { }, [23607]={ ["monster_base"]=10012, - ["hp"]=341420000, - ["atk"]=3870000, + ["hp"]=321500000, + ["atk"]=4220000, ["atk_times"]=3, ["hurt_skill"]={ 20031, @@ -3108,8 +3108,8 @@ local monster_dungeon_armor = { }, [23707]={ ["monster_base"]=10065, - ["hp"]=359010000, - ["atk"]=4000000, + ["hp"]=372390000, + ["atk"]=4360000, ["atk_times"]=3, ["hurt_skill"]={ 20187, @@ -3120,8 +3120,8 @@ local monster_dungeon_armor = { }, [23807]={ ["monster_base"]=10018, - ["hp"]=420800000, - ["atk"]=3960000, + ["hp"]=437410000, + ["atk"]=4310000, ["atk_times"]=3, ["hurt_skill"]={ 20049, @@ -3132,8 +3132,8 @@ local monster_dungeon_armor = { }, [23907]={ ["monster_base"]=10014, - ["hp"]=483170000, - ["atk"]=4170000, + ["hp"]=500850000, + ["atk"]=4550000, ["atk_times"]=3, ["hurt_skill"]={ 20037, @@ -3145,8 +3145,8 @@ local monster_dungeon_armor = { [24007]={ ["monster_base"]=20024, ["is_boss"]=2, - ["hp"]=814970000, - ["atk"]=4170000, + ["hp"]=848720000, + ["atk"]=4550000, ["atk_times"]=4, ["hurt_skill"]={ 30070, @@ -3164,8 +3164,8 @@ local monster_dungeon_armor = { }, [24107]={ ["monster_base"]=10019, - ["hp"]=153090000, - ["atk"]=2870000, + ["hp"]=144620000, + ["atk"]=3230000, ["atk_times"]=3, ["hurt_skill"]={ 20052, @@ -3176,8 +3176,8 @@ local monster_dungeon_armor = { }, [24207]={ ["monster_base"]=10013, - ["hp"]=224450000, - ["atk"]=3190000, + ["hp"]=216360000, + ["atk"]=3590000, ["atk_times"]=3, ["hurt_skill"]={ 20034, @@ -3188,8 +3188,8 @@ local monster_dungeon_armor = { }, [24307]={ ["monster_base"]=10001, - ["hp"]=280370000, - ["atk"]=3320000, + ["hp"]=270480000, + ["atk"]=3740000, ["atk_times"]=2, ["hurt_skill"]={ 20001, @@ -3200,8 +3200,8 @@ local monster_dungeon_armor = { }, [24407]={ ["monster_base"]=10031, - ["hp"]=294620000, - ["atk"]=3960000, + ["hp"]=284960000, + ["atk"]=4460000, ["atk_times"]=3, ["hurt_skill"]={ 20088, @@ -3213,8 +3213,8 @@ local monster_dungeon_armor = { [24507]={ ["monster_base"]=30015, ["is_boss"]=1, - ["hp"]=545940000, - ["atk"]=4220000, + ["hp"]=585830000, + ["atk"]=4750000, ["atk_times"]=4, ["hurt_skill"]={ 40025, @@ -3229,8 +3229,8 @@ local monster_dungeon_armor = { }, [24607]={ ["monster_base"]=10019, - ["hp"]=363690000, - ["atk"]=4110000, + ["hp"]=351630000, + ["atk"]=4640000, ["atk_times"]=3, ["hurt_skill"]={ 20052, @@ -3241,8 +3241,8 @@ local monster_dungeon_armor = { }, [24707]={ ["monster_base"]=10063, - ["hp"]=382500000, - ["atk"]=4240000, + ["hp"]=407010000, + ["atk"]=4780000, ["atk_times"]=3, ["hurt_skill"]={ 20184, @@ -3253,8 +3253,8 @@ local monster_dungeon_armor = { }, [24807]={ ["monster_base"]=10016, - ["hp"]=447930000, - ["atk"]=4200000, + ["hp"]=478170000, + ["atk"]=4720000, ["atk_times"]=3, ["hurt_skill"]={ 20043, @@ -3265,8 +3265,8 @@ local monster_dungeon_armor = { }, [24907]={ ["monster_base"]=10024, - ["hp"]=514350000, - ["atk"]=4430000, + ["hp"]=547410000, + ["atk"]=4980000, ["atk_times"]=3, ["hurt_skill"]={ 20067, @@ -3278,8 +3278,8 @@ local monster_dungeon_armor = { [25007]={ ["monster_base"]=20032, ["is_boss"]=2, - ["hp"]=867510000, - ["atk"]=4430000, + ["hp"]=927650000, + ["atk"]=4980000, ["atk_times"]=4, ["hurt_skill"]={ 30094, @@ -3300,8 +3300,8 @@ local monster_dungeon_armor = { }, [25107]={ ["monster_base"]=10040, - ["hp"]=153090000, - ["atk"]=2870000, + ["hp"]=144620000, + ["atk"]=3230000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -3312,8 +3312,8 @@ local monster_dungeon_armor = { }, [25207]={ ["monster_base"]=10056, - ["hp"]=224450000, - ["atk"]=3190000, + ["hp"]=216360000, + ["atk"]=3590000, ["atk_times"]=3, ["hurt_skill"]={ 20163, @@ -3324,8 +3324,8 @@ local monster_dungeon_armor = { }, [25307]={ ["monster_base"]=10038, - ["hp"]=280370000, - ["atk"]=3320000, + ["hp"]=270480000, + ["atk"]=3740000, ["atk_times"]=3, ["hurt_skill"]={ 20109, @@ -3336,8 +3336,8 @@ local monster_dungeon_armor = { }, [25407]={ ["monster_base"]=10005, - ["hp"]=294620000, - ["atk"]=3960000, + ["hp"]=284960000, + ["atk"]=4460000, ["atk_times"]=2, ["hurt_skill"]={ 20013, @@ -3349,8 +3349,8 @@ local monster_dungeon_armor = { [25507]={ ["monster_base"]=20007, ["is_boss"]=1, - ["hp"]=545940000, - ["atk"]=4220000, + ["hp"]=585830000, + ["atk"]=4750000, ["atk_times"]=4, ["hurt_skill"]={ 30019, @@ -3367,8 +3367,8 @@ local monster_dungeon_armor = { }, [25607]={ ["monster_base"]=10035, - ["hp"]=363690000, - ["atk"]=4110000, + ["hp"]=351630000, + ["atk"]=4640000, ["atk_times"]=3, ["hurt_skill"]={ 20100, @@ -3379,8 +3379,8 @@ local monster_dungeon_armor = { }, [25707]={ ["monster_base"]=10026, - ["hp"]=382500000, - ["atk"]=4240000, + ["hp"]=407010000, + ["atk"]=4780000, ["atk_times"]=3, ["hurt_skill"]={ 20073, @@ -3391,8 +3391,8 @@ local monster_dungeon_armor = { }, [25807]={ ["monster_base"]=10025, - ["hp"]=447930000, - ["atk"]=4200000, + ["hp"]=478170000, + ["atk"]=4720000, ["atk_times"]=3, ["hurt_skill"]={ 20070, @@ -3403,8 +3403,8 @@ local monster_dungeon_armor = { }, [25907]={ ["monster_base"]=10034, - ["hp"]=514350000, - ["atk"]=4430000, + ["hp"]=547410000, + ["atk"]=4980000, ["atk_times"]=3, ["hurt_skill"]={ 20097, @@ -3416,8 +3416,8 @@ local monster_dungeon_armor = { [26007]={ ["monster_base"]=20003, ["is_boss"]=2, - ["hp"]=867510000, - ["atk"]=4430000, + ["hp"]=927650000, + ["atk"]=4980000, ["atk_times"]=4, ["hurt_skill"]={ 30007, @@ -3434,8 +3434,8 @@ local monster_dungeon_armor = { }, [26107]={ ["monster_base"]=10036, - ["hp"]=153090000, - ["atk"]=2870000, + ["hp"]=144620000, + ["atk"]=3230000, ["atk_times"]=3, ["hurt_skill"]={ 20103, @@ -3446,8 +3446,8 @@ local monster_dungeon_armor = { }, [26207]={ ["monster_base"]=10014, - ["hp"]=224450000, - ["atk"]=3190000, + ["hp"]=216360000, + ["atk"]=3590000, ["atk_times"]=3, ["hurt_skill"]={ 20037, @@ -3458,8 +3458,8 @@ local monster_dungeon_armor = { }, [26307]={ ["monster_base"]=10046, - ["hp"]=280370000, - ["atk"]=3320000, + ["hp"]=270480000, + ["atk"]=3740000, ["atk_times"]=3, ["hurt_skill"]={ 20133, @@ -3470,8 +3470,8 @@ local monster_dungeon_armor = { }, [26407]={ ["monster_base"]=10041, - ["hp"]=294620000, - ["atk"]=3960000, + ["hp"]=284960000, + ["atk"]=4460000, ["atk_times"]=3, ["hurt_skill"]={ 20118, @@ -3483,8 +3483,8 @@ local monster_dungeon_armor = { [26507]={ ["monster_base"]=30010, ["is_boss"]=1, - ["hp"]=545940000, - ["atk"]=4220000, + ["hp"]=585830000, + ["atk"]=4750000, ["atk_times"]=4, ["hurt_skill"]={ 40013, @@ -3499,8 +3499,8 @@ local monster_dungeon_armor = { }, [26607]={ ["monster_base"]=10006, - ["hp"]=363690000, - ["atk"]=4110000, + ["hp"]=351630000, + ["atk"]=4640000, ["atk_times"]=2, ["hurt_skill"]={ 20016, @@ -3511,8 +3511,8 @@ local monster_dungeon_armor = { }, [26707]={ ["monster_base"]=10036, - ["hp"]=382500000, - ["atk"]=4240000, + ["hp"]=407010000, + ["atk"]=4780000, ["atk_times"]=3, ["hurt_skill"]={ 20103, @@ -3523,8 +3523,8 @@ local monster_dungeon_armor = { }, [26807]={ ["monster_base"]=10004, - ["hp"]=447930000, - ["atk"]=4200000, + ["hp"]=478170000, + ["atk"]=4720000, ["atk_times"]=2, ["hurt_skill"]={ 20010, @@ -3535,8 +3535,8 @@ local monster_dungeon_armor = { }, [26907]={ ["monster_base"]=10031, - ["hp"]=514350000, - ["atk"]=4430000, + ["hp"]=547410000, + ["atk"]=4980000, ["atk_times"]=3, ["hurt_skill"]={ 20088, @@ -3548,8 +3548,8 @@ local monster_dungeon_armor = { [27007]={ ["monster_base"]=20016, ["is_boss"]=2, - ["hp"]=867510000, - ["atk"]=4430000, + ["hp"]=927650000, + ["atk"]=4980000, ["atk_times"]=4, ["hurt_skill"]={ 30046, @@ -3567,8 +3567,8 @@ local monster_dungeon_armor = { }, [27107]={ ["monster_base"]=10018, - ["hp"]=153090000, - ["atk"]=2870000, + ["hp"]=144620000, + ["atk"]=3230000, ["atk_times"]=3, ["hurt_skill"]={ 20049, @@ -3579,8 +3579,8 @@ local monster_dungeon_armor = { }, [27207]={ ["monster_base"]=10044, - ["hp"]=224450000, - ["atk"]=3190000, + ["hp"]=216360000, + ["atk"]=3590000, ["atk_times"]=3, ["hurt_skill"]={ 20127, @@ -3591,8 +3591,8 @@ local monster_dungeon_armor = { }, [27307]={ ["monster_base"]=10033, - ["hp"]=280370000, - ["atk"]=3320000, + ["hp"]=270480000, + ["atk"]=3740000, ["atk_times"]=3, ["hurt_skill"]={ 20094, @@ -3603,8 +3603,8 @@ local monster_dungeon_armor = { }, [27407]={ ["monster_base"]=10028, - ["hp"]=294620000, - ["atk"]=3960000, + ["hp"]=284960000, + ["atk"]=4460000, ["atk_times"]=3, ["hurt_skill"]={ 20079, @@ -3616,8 +3616,8 @@ local monster_dungeon_armor = { [27507]={ ["monster_base"]=20019, ["is_boss"]=1, - ["hp"]=545940000, - ["atk"]=4220000, + ["hp"]=585830000, + ["atk"]=4750000, ["atk_times"]=4, ["hurt_skill"]={ 30055, @@ -3635,8 +3635,8 @@ local monster_dungeon_armor = { }, [27607]={ ["monster_base"]=10016, - ["hp"]=363690000, - ["atk"]=4110000, + ["hp"]=351630000, + ["atk"]=4640000, ["atk_times"]=3, ["hurt_skill"]={ 20043, @@ -3647,8 +3647,8 @@ local monster_dungeon_armor = { }, [27707]={ ["monster_base"]=10044, - ["hp"]=382500000, - ["atk"]=4240000, + ["hp"]=407010000, + ["atk"]=4780000, ["atk_times"]=3, ["hurt_skill"]={ 20127, @@ -3659,8 +3659,8 @@ local monster_dungeon_armor = { }, [27807]={ ["monster_base"]=10021, - ["hp"]=447930000, - ["atk"]=4200000, + ["hp"]=478170000, + ["atk"]=4720000, ["atk_times"]=3, ["hurt_skill"]={ 20058, @@ -3671,8 +3671,8 @@ local monster_dungeon_armor = { }, [27907]={ ["monster_base"]=10030, - ["hp"]=514350000, - ["atk"]=4430000, + ["hp"]=547410000, + ["atk"]=4980000, ["atk_times"]=3, ["hurt_skill"]={ 20085, @@ -3684,8 +3684,8 @@ local monster_dungeon_armor = { [28007]={ ["monster_base"]=20020, ["is_boss"]=2, - ["hp"]=867510000, - ["atk"]=4430000, + ["hp"]=927650000, + ["atk"]=4980000, ["atk_times"]=4, ["hurt_skill"]={ 30058, @@ -3703,8 +3703,8 @@ local monster_dungeon_armor = { }, [28107]={ ["monster_base"]=10024, - ["hp"]=153090000, - ["atk"]=2870000, + ["hp"]=144620000, + ["atk"]=3230000, ["atk_times"]=3, ["hurt_skill"]={ 20067, @@ -3715,8 +3715,8 @@ local monster_dungeon_armor = { }, [28207]={ ["monster_base"]=10064, - ["hp"]=224450000, - ["atk"]=3190000, + ["hp"]=216360000, + ["atk"]=3590000, ["atk_times"]=3, ["hurt_skill"]={ 20190, @@ -3727,8 +3727,8 @@ local monster_dungeon_armor = { }, [28307]={ ["monster_base"]=10047, - ["hp"]=280370000, - ["atk"]=3320000, + ["hp"]=270480000, + ["atk"]=3740000, ["atk_times"]=3, ["hurt_skill"]={ 20136, @@ -3739,8 +3739,8 @@ local monster_dungeon_armor = { }, [28407]={ ["monster_base"]=10008, - ["hp"]=294620000, - ["atk"]=3960000, + ["hp"]=284960000, + ["atk"]=4460000, ["atk_times"]=2, ["hurt_skill"]={ 20022, @@ -3752,8 +3752,8 @@ local monster_dungeon_armor = { [28507]={ ["monster_base"]=20019, ["is_boss"]=1, - ["hp"]=545940000, - ["atk"]=4220000, + ["hp"]=585830000, + ["atk"]=4750000, ["atk_times"]=4, ["hurt_skill"]={ 30055, @@ -3771,8 +3771,8 @@ local monster_dungeon_armor = { }, [28607]={ ["monster_base"]=10056, - ["hp"]=363690000, - ["atk"]=4110000, + ["hp"]=351630000, + ["atk"]=4640000, ["atk_times"]=3, ["hurt_skill"]={ 20163, @@ -3783,8 +3783,8 @@ local monster_dungeon_armor = { }, [28707]={ ["monster_base"]=10045, - ["hp"]=382500000, - ["atk"]=4240000, + ["hp"]=407010000, + ["atk"]=4780000, ["atk_times"]=3, ["hurt_skill"]={ 20130, @@ -3795,8 +3795,8 @@ local monster_dungeon_armor = { }, [28807]={ ["monster_base"]=10016, - ["hp"]=447930000, - ["atk"]=4200000, + ["hp"]=478170000, + ["atk"]=4720000, ["atk_times"]=3, ["hurt_skill"]={ 20043, @@ -3807,8 +3807,8 @@ local monster_dungeon_armor = { }, [28907]={ ["monster_base"]=10064, - ["hp"]=514350000, - ["atk"]=4430000, + ["hp"]=547410000, + ["atk"]=4980000, ["atk_times"]=3, ["hurt_skill"]={ 20190, @@ -3820,8 +3820,8 @@ local monster_dungeon_armor = { [29007]={ ["monster_base"]=20013, ["is_boss"]=2, - ["hp"]=867510000, - ["atk"]=4430000, + ["hp"]=927650000, + ["atk"]=4980000, ["atk_times"]=4, ["hurt_skill"]={ 30037, @@ -3836,8 +3836,8 @@ local monster_dungeon_armor = { }, [29107]={ ["monster_base"]=10032, - ["hp"]=153090000, - ["atk"]=2870000, + ["hp"]=144620000, + ["atk"]=3230000, ["atk_times"]=3, ["hurt_skill"]={ 20091, @@ -3848,8 +3848,8 @@ local monster_dungeon_armor = { }, [29207]={ ["monster_base"]=10004, - ["hp"]=224450000, - ["atk"]=3190000, + ["hp"]=216360000, + ["atk"]=3590000, ["atk_times"]=2, ["hurt_skill"]={ 20010, @@ -3860,8 +3860,8 @@ local monster_dungeon_armor = { }, [29307]={ ["monster_base"]=10014, - ["hp"]=280370000, - ["atk"]=3320000, + ["hp"]=270480000, + ["atk"]=3740000, ["atk_times"]=3, ["hurt_skill"]={ 20037, @@ -3872,8 +3872,8 @@ local monster_dungeon_armor = { }, [29407]={ ["monster_base"]=10006, - ["hp"]=294620000, - ["atk"]=3960000, + ["hp"]=284960000, + ["atk"]=4460000, ["atk_times"]=2, ["hurt_skill"]={ 20016, @@ -3885,8 +3885,8 @@ local monster_dungeon_armor = { [29507]={ ["monster_base"]=20031, ["is_boss"]=1, - ["hp"]=545940000, - ["atk"]=4220000, + ["hp"]=585830000, + ["atk"]=4750000, ["atk_times"]=4, ["hurt_skill"]={ 30091, @@ -3906,8 +3906,8 @@ local monster_dungeon_armor = { }, [29607]={ ["monster_base"]=10015, - ["hp"]=363690000, - ["atk"]=4110000, + ["hp"]=351630000, + ["atk"]=4640000, ["atk_times"]=3, ["hurt_skill"]={ 20040, @@ -3918,8 +3918,8 @@ local monster_dungeon_armor = { }, [29707]={ ["monster_base"]=10026, - ["hp"]=382500000, - ["atk"]=4240000, + ["hp"]=407010000, + ["atk"]=4780000, ["atk_times"]=3, ["hurt_skill"]={ 20073, @@ -3930,8 +3930,8 @@ local monster_dungeon_armor = { }, [29807]={ ["monster_base"]=10007, - ["hp"]=447930000, - ["atk"]=4200000, + ["hp"]=478170000, + ["atk"]=4720000, ["atk_times"]=2, ["hurt_skill"]={ 20019, @@ -3942,8 +3942,8 @@ local monster_dungeon_armor = { }, [29907]={ ["monster_base"]=10064, - ["hp"]=514350000, - ["atk"]=4430000, + ["hp"]=547410000, + ["atk"]=4980000, ["atk_times"]=3, ["hurt_skill"]={ 20190, @@ -3955,8 +3955,8 @@ local monster_dungeon_armor = { [30007]={ ["monster_base"]=20032, ["is_boss"]=2, - ["hp"]=867510000, - ["atk"]=4430000, + ["hp"]=927650000, + ["atk"]=4980000, ["atk_times"]=4, ["hurt_skill"]={ 30094, @@ -3977,8 +3977,8 @@ local monster_dungeon_armor = { }, [30107]={ ["monster_base"]=10019, - ["hp"]=164360000, - ["atk"]=3050000, + ["hp"]=157930000, + ["atk"]=3530000, ["atk_times"]=3, ["hurt_skill"]={ 20052, @@ -3989,8 +3989,8 @@ local monster_dungeon_armor = { }, [30207]={ ["monster_base"]=10035, - ["hp"]=240110000, - ["atk"]=3390000, + ["hp"]=236010000, + ["atk"]=3930000, ["atk_times"]=3, ["hurt_skill"]={ 20100, @@ -4001,8 +4001,8 @@ local monster_dungeon_armor = { }, [30307]={ ["monster_base"]=10057, - ["hp"]=299890000, - ["atk"]=3520000, + ["hp"]=294910000, + ["atk"]=4070000, ["atk_times"]=3, ["hurt_skill"]={ 20166, @@ -4013,8 +4013,8 @@ local monster_dungeon_armor = { }, [30407]={ ["monster_base"]=10051, - ["hp"]=315280000, - ["atk"]=4200000, + ["hp"]=310960000, + ["atk"]=4870000, ["atk_times"]=3, ["hurt_skill"]={ 20148, @@ -4026,8 +4026,8 @@ local monster_dungeon_armor = { [30507]={ ["monster_base"]=20020, ["is_boss"]=1, - ["hp"]=583450000, - ["atk"]=4490000, + ["hp"]=638700000, + ["atk"]=5200000, ["atk_times"]=4, ["hurt_skill"]={ 30058, @@ -4045,8 +4045,8 @@ local monster_dungeon_armor = { }, [30607]={ ["monster_base"]=10062, - ["hp"]=388890000, - ["atk"]=4380000, + ["hp"]=383710000, + ["atk"]=5080000, ["atk_times"]=3, ["hurt_skill"]={ 20181, @@ -4057,8 +4057,8 @@ local monster_dungeon_armor = { }, [30707]={ ["monster_base"]=10056, - ["hp"]=409220000, - ["atk"]=4500000, + ["hp"]=443820000, + ["atk"]=5220000, ["atk_times"]=3, ["hurt_skill"]={ 20163, @@ -4069,8 +4069,8 @@ local monster_dungeon_armor = { }, [30807]={ ["monster_base"]=10054, - ["hp"]=479000000, - ["atk"]=4450000, + ["hp"]=521380000, + ["atk"]=5150000, ["atk_times"]=3, ["hurt_skill"]={ 20157, @@ -4081,8 +4081,8 @@ local monster_dungeon_armor = { }, [30907]={ ["monster_base"]=10060, - ["hp"]=549890000, - ["atk"]=4690000, + ["hp"]=596850000, + ["atk"]=5430000, ["atk_times"]=3, ["hurt_skill"]={ 20175, @@ -4094,8 +4094,8 @@ local monster_dungeon_armor = { [31007]={ ["monster_base"]=20013, ["is_boss"]=2, - ["hp"]=927400000, - ["atk"]=4690000, + ["hp"]=1011330000, + ["atk"]=5430000, ["atk_times"]=4, ["hurt_skill"]={ 30037, @@ -4110,8 +4110,8 @@ local monster_dungeon_armor = { }, [31107]={ ["monster_base"]=10058, - ["hp"]=164360000, - ["atk"]=3050000, + ["hp"]=157930000, + ["atk"]=3530000, ["atk_times"]=3, ["hurt_skill"]={ 20169, @@ -4122,8 +4122,8 @@ local monster_dungeon_armor = { }, [31207]={ ["monster_base"]=10027, - ["hp"]=240110000, - ["atk"]=3390000, + ["hp"]=236010000, + ["atk"]=3930000, ["atk_times"]=3, ["hurt_skill"]={ 20076, @@ -4134,8 +4134,8 @@ local monster_dungeon_armor = { }, [31307]={ ["monster_base"]=10025, - ["hp"]=299890000, - ["atk"]=3520000, + ["hp"]=294910000, + ["atk"]=4070000, ["atk_times"]=3, ["hurt_skill"]={ 20070, @@ -4146,8 +4146,8 @@ local monster_dungeon_armor = { }, [31407]={ ["monster_base"]=10007, - ["hp"]=315280000, - ["atk"]=4200000, + ["hp"]=310960000, + ["atk"]=4870000, ["atk_times"]=2, ["hurt_skill"]={ 20019, @@ -4159,8 +4159,8 @@ local monster_dungeon_armor = { [31507]={ ["monster_base"]=20012, ["is_boss"]=1, - ["hp"]=583450000, - ["atk"]=4490000, + ["hp"]=638700000, + ["atk"]=5200000, ["atk_times"]=4, ["hurt_skill"]={ 30034, @@ -4174,8 +4174,8 @@ local monster_dungeon_armor = { }, [31607]={ ["monster_base"]=10024, - ["hp"]=388890000, - ["atk"]=4380000, + ["hp"]=383710000, + ["atk"]=5080000, ["atk_times"]=3, ["hurt_skill"]={ 20067, @@ -4186,8 +4186,8 @@ local monster_dungeon_armor = { }, [31707]={ ["monster_base"]=10030, - ["hp"]=409220000, - ["atk"]=4500000, + ["hp"]=443820000, + ["atk"]=5220000, ["atk_times"]=3, ["hurt_skill"]={ 20085, @@ -4198,8 +4198,8 @@ local monster_dungeon_armor = { }, [31807]={ ["monster_base"]=10048, - ["hp"]=479000000, - ["atk"]=4450000, + ["hp"]=521380000, + ["atk"]=5150000, ["atk_times"]=3, ["hurt_skill"]={ 20139, @@ -4210,8 +4210,8 @@ local monster_dungeon_armor = { }, [31907]={ ["monster_base"]=10001, - ["hp"]=549890000, - ["atk"]=4690000, + ["hp"]=596850000, + ["atk"]=5430000, ["atk_times"]=2, ["hurt_skill"]={ 20001, @@ -4223,8 +4223,8 @@ local monster_dungeon_armor = { [32007]={ ["monster_base"]=20034, ["is_boss"]=2, - ["hp"]=927400000, - ["atk"]=4690000, + ["hp"]=1011330000, + ["atk"]=5430000, ["atk_times"]=4, ["hurt_skill"]={ 30097, @@ -4243,8 +4243,8 @@ local monster_dungeon_armor = { }, [32107]={ ["monster_base"]=10061, - ["hp"]=164360000, - ["atk"]=3050000, + ["hp"]=157930000, + ["atk"]=3530000, ["atk_times"]=3, ["hurt_skill"]={ 20178, @@ -4255,8 +4255,8 @@ local monster_dungeon_armor = { }, [32207]={ ["monster_base"]=10017, - ["hp"]=240110000, - ["atk"]=3390000, + ["hp"]=236010000, + ["atk"]=3930000, ["atk_times"]=3, ["hurt_skill"]={ 20046, @@ -4267,8 +4267,8 @@ local monster_dungeon_armor = { }, [32307]={ ["monster_base"]=10064, - ["hp"]=299890000, - ["atk"]=3520000, + ["hp"]=294910000, + ["atk"]=4070000, ["atk_times"]=3, ["hurt_skill"]={ 20190, @@ -4279,8 +4279,8 @@ local monster_dungeon_armor = { }, [32407]={ ["monster_base"]=10027, - ["hp"]=315280000, - ["atk"]=4200000, + ["hp"]=310960000, + ["atk"]=4870000, ["atk_times"]=3, ["hurt_skill"]={ 20076, @@ -4292,8 +4292,8 @@ local monster_dungeon_armor = { [32507]={ ["monster_base"]=20008, ["is_boss"]=1, - ["hp"]=583450000, - ["atk"]=4490000, + ["hp"]=638700000, + ["atk"]=5200000, ["atk_times"]=4, ["hurt_skill"]={ 30022, @@ -4310,8 +4310,8 @@ local monster_dungeon_armor = { }, [32607]={ ["monster_base"]=10005, - ["hp"]=388890000, - ["atk"]=4380000, + ["hp"]=383710000, + ["atk"]=5080000, ["atk_times"]=2, ["hurt_skill"]={ 20013, @@ -4322,8 +4322,8 @@ local monster_dungeon_armor = { }, [32707]={ ["monster_base"]=10032, - ["hp"]=409220000, - ["atk"]=4500000, + ["hp"]=443820000, + ["atk"]=5220000, ["atk_times"]=3, ["hurt_skill"]={ 20091, @@ -4334,8 +4334,8 @@ local monster_dungeon_armor = { }, [32807]={ ["monster_base"]=10056, - ["hp"]=479000000, - ["atk"]=4450000, + ["hp"]=521380000, + ["atk"]=5150000, ["atk_times"]=3, ["hurt_skill"]={ 20163, @@ -4346,8 +4346,8 @@ local monster_dungeon_armor = { }, [32907]={ ["monster_base"]=10053, - ["hp"]=549890000, - ["atk"]=4690000, + ["hp"]=596850000, + ["atk"]=5430000, ["atk_times"]=3, ["hurt_skill"]={ 20154, @@ -4359,8 +4359,8 @@ local monster_dungeon_armor = { [33007]={ ["monster_base"]=20035, ["is_boss"]=2, - ["hp"]=927400000, - ["atk"]=4690000, + ["hp"]=1011330000, + ["atk"]=5430000, ["atk_times"]=4, ["hurt_skill"]={ 30100, @@ -4379,8 +4379,8 @@ local monster_dungeon_armor = { }, [33107]={ ["monster_base"]=10004, - ["hp"]=164360000, - ["atk"]=3050000, + ["hp"]=157930000, + ["atk"]=3530000, ["atk_times"]=2, ["hurt_skill"]={ 20010, @@ -4391,8 +4391,8 @@ local monster_dungeon_armor = { }, [33207]={ ["monster_base"]=10064, - ["hp"]=240110000, - ["atk"]=3390000, + ["hp"]=236010000, + ["atk"]=3930000, ["atk_times"]=3, ["hurt_skill"]={ 20190, @@ -4403,8 +4403,8 @@ local monster_dungeon_armor = { }, [33307]={ ["monster_base"]=10050, - ["hp"]=299890000, - ["atk"]=3520000, + ["hp"]=294910000, + ["atk"]=4070000, ["atk_times"]=3, ["hurt_skill"]={ 20145, @@ -4415,8 +4415,8 @@ local monster_dungeon_armor = { }, [33407]={ ["monster_base"]=10012, - ["hp"]=315280000, - ["atk"]=4200000, + ["hp"]=310960000, + ["atk"]=4870000, ["atk_times"]=3, ["hurt_skill"]={ 20031, @@ -4428,8 +4428,8 @@ local monster_dungeon_armor = { [33507]={ ["monster_base"]=20021, ["is_boss"]=1, - ["hp"]=583450000, - ["atk"]=4490000, + ["hp"]=638700000, + ["atk"]=5200000, ["atk_times"]=4, ["hurt_skill"]={ 30061, @@ -4447,8 +4447,8 @@ local monster_dungeon_armor = { }, [33607]={ ["monster_base"]=10024, - ["hp"]=388890000, - ["atk"]=4380000, + ["hp"]=383710000, + ["atk"]=5080000, ["atk_times"]=3, ["hurt_skill"]={ 20067, @@ -4459,8 +4459,8 @@ local monster_dungeon_armor = { }, [33707]={ ["monster_base"]=10052, - ["hp"]=409220000, - ["atk"]=4500000, + ["hp"]=443820000, + ["atk"]=5220000, ["atk_times"]=3, ["hurt_skill"]={ 20151, @@ -4471,8 +4471,8 @@ local monster_dungeon_armor = { }, [33807]={ ["monster_base"]=10012, - ["hp"]=479000000, - ["atk"]=4450000, + ["hp"]=521380000, + ["atk"]=5150000, ["atk_times"]=3, ["hurt_skill"]={ 20031, @@ -4483,8 +4483,8 @@ local monster_dungeon_armor = { }, [33907]={ ["monster_base"]=10006, - ["hp"]=549890000, - ["atk"]=4690000, + ["hp"]=596850000, + ["atk"]=5430000, ["atk_times"]=2, ["hurt_skill"]={ 20016, @@ -4496,8 +4496,8 @@ local monster_dungeon_armor = { [34007]={ ["monster_base"]=20036, ["is_boss"]=2, - ["hp"]=927400000, - ["atk"]=4690000, + ["hp"]=1011330000, + ["atk"]=5430000, ["atk_times"]=4, ["hurt_skill"]={ 30103, @@ -4515,8 +4515,8 @@ local monster_dungeon_armor = { }, [34107]={ ["monster_base"]=10002, - ["hp"]=164360000, - ["atk"]=3050000, + ["hp"]=157930000, + ["atk"]=3530000, ["atk_times"]=2, ["hurt_skill"]={ 20004, @@ -4527,8 +4527,8 @@ local monster_dungeon_armor = { }, [34207]={ ["monster_base"]=10060, - ["hp"]=240110000, - ["atk"]=3390000, + ["hp"]=236010000, + ["atk"]=3930000, ["atk_times"]=3, ["hurt_skill"]={ 20175, @@ -4539,8 +4539,8 @@ local monster_dungeon_armor = { }, [34307]={ ["monster_base"]=10065, - ["hp"]=299890000, - ["atk"]=3520000, + ["hp"]=294910000, + ["atk"]=4070000, ["atk_times"]=3, ["hurt_skill"]={ 20187, @@ -4551,8 +4551,8 @@ local monster_dungeon_armor = { }, [34407]={ ["monster_base"]=10037, - ["hp"]=315280000, - ["atk"]=4200000, + ["hp"]=310960000, + ["atk"]=4870000, ["atk_times"]=3, ["hurt_skill"]={ 20106, @@ -4564,8 +4564,8 @@ local monster_dungeon_armor = { [34507]={ ["monster_base"]=20006, ["is_boss"]=1, - ["hp"]=583450000, - ["atk"]=4490000, + ["hp"]=638700000, + ["atk"]=5200000, ["atk_times"]=4, ["hurt_skill"]={ 30016, @@ -4582,8 +4582,8 @@ local monster_dungeon_armor = { }, [34607]={ ["monster_base"]=10012, - ["hp"]=388890000, - ["atk"]=4380000, + ["hp"]=383710000, + ["atk"]=5080000, ["atk_times"]=3, ["hurt_skill"]={ 20031, @@ -4594,8 +4594,8 @@ local monster_dungeon_armor = { }, [34707]={ ["monster_base"]=10049, - ["hp"]=409220000, - ["atk"]=4500000, + ["hp"]=443820000, + ["atk"]=5220000, ["atk_times"]=3, ["hurt_skill"]={ 20142, @@ -4606,8 +4606,8 @@ local monster_dungeon_armor = { }, [34807]={ ["monster_base"]=10020, - ["hp"]=479000000, - ["atk"]=4450000, + ["hp"]=521380000, + ["atk"]=5150000, ["atk_times"]=3, ["hurt_skill"]={ 20055, @@ -4618,8 +4618,8 @@ local monster_dungeon_armor = { }, [34907]={ ["monster_base"]=10043, - ["hp"]=549890000, - ["atk"]=4690000, + ["hp"]=596850000, + ["atk"]=5430000, ["atk_times"]=3, ["hurt_skill"]={ 20124, @@ -4631,8 +4631,8 @@ local monster_dungeon_armor = { [35007]={ ["monster_base"]=20037, ["is_boss"]=2, - ["hp"]=927400000, - ["atk"]=4690000, + ["hp"]=1011330000, + ["atk"]=5430000, ["atk_times"]=4, ["hurt_skill"]={ 30106, @@ -4651,8 +4651,8 @@ local monster_dungeon_armor = { }, [35107]={ ["monster_base"]=10041, - ["hp"]=164360000, - ["atk"]=3050000, + ["hp"]=157930000, + ["atk"]=3530000, ["atk_times"]=3, ["hurt_skill"]={ 20118, @@ -4663,8 +4663,8 @@ local monster_dungeon_armor = { }, [35207]={ ["monster_base"]=10014, - ["hp"]=240110000, - ["atk"]=3390000, + ["hp"]=236010000, + ["atk"]=3930000, ["atk_times"]=3, ["hurt_skill"]={ 20037, @@ -4675,8 +4675,8 @@ local monster_dungeon_armor = { }, [35307]={ ["monster_base"]=10047, - ["hp"]=299890000, - ["atk"]=3520000, + ["hp"]=294910000, + ["atk"]=4070000, ["atk_times"]=3, ["hurt_skill"]={ 20136, @@ -4687,8 +4687,8 @@ local monster_dungeon_armor = { }, [35407]={ ["monster_base"]=10062, - ["hp"]=315280000, - ["atk"]=4200000, + ["hp"]=310960000, + ["atk"]=4870000, ["atk_times"]=3, ["hurt_skill"]={ 20181, @@ -4700,8 +4700,8 @@ local monster_dungeon_armor = { [35507]={ ["monster_base"]=20027, ["is_boss"]=1, - ["hp"]=583450000, - ["atk"]=4490000, + ["hp"]=638700000, + ["atk"]=5200000, ["atk_times"]=4, ["hurt_skill"]={ 30079, @@ -4715,8 +4715,8 @@ local monster_dungeon_armor = { }, [35607]={ ["monster_base"]=10005, - ["hp"]=388890000, - ["atk"]=4380000, + ["hp"]=383710000, + ["atk"]=5080000, ["atk_times"]=2, ["hurt_skill"]={ 20013, @@ -4727,8 +4727,8 @@ local monster_dungeon_armor = { }, [35707]={ ["monster_base"]=10004, - ["hp"]=409220000, - ["atk"]=4500000, + ["hp"]=443820000, + ["atk"]=5220000, ["atk_times"]=2, ["hurt_skill"]={ 20010, @@ -4739,8 +4739,8 @@ local monster_dungeon_armor = { }, [35807]={ ["monster_base"]=10039, - ["hp"]=479000000, - ["atk"]=4450000, + ["hp"]=521380000, + ["atk"]=5150000, ["atk_times"]=3, ["hurt_skill"]={ 20112, @@ -4751,8 +4751,8 @@ local monster_dungeon_armor = { }, [35907]={ ["monster_base"]=10032, - ["hp"]=549890000, - ["atk"]=4690000, + ["hp"]=596850000, + ["atk"]=5430000, ["atk_times"]=3, ["hurt_skill"]={ 20091, @@ -4764,8 +4764,8 @@ local monster_dungeon_armor = { [36007]={ ["monster_base"]=20038, ["is_boss"]=2, - ["hp"]=927400000, - ["atk"]=4690000, + ["hp"]=1011330000, + ["atk"]=5430000, ["atk_times"]=4, ["hurt_skill"]={ 30109, @@ -4786,8 +4786,8 @@ local monster_dungeon_armor = { }, [36107]={ ["monster_base"]=10057, - ["hp"]=169650000, - ["atk"]=3230000, + ["hp"]=180630000, + ["atk"]=3970000, ["atk_times"]=3, ["hurt_skill"]={ 20166, @@ -4798,8 +4798,8 @@ local monster_dungeon_armor = { }, [36207]={ ["monster_base"]=10061, - ["hp"]=247740000, - ["atk"]=3600000, + ["hp"]=269660000, + ["atk"]=4420000, ["atk_times"]=3, ["hurt_skill"]={ 20178, @@ -4810,8 +4810,8 @@ local monster_dungeon_armor = { }, [36307]={ ["monster_base"]=10040, - ["hp"]=309200000, - ["atk"]=3730000, + ["hp"]=336720000, + ["atk"]=4570000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -4822,8 +4822,8 @@ local monster_dungeon_armor = { }, [36407]={ ["monster_base"]=10047, - ["hp"]=324830000, - ["atk"]=4460000, + ["hp"]=355220000, + ["atk"]=5460000, ["atk_times"]=3, ["hurt_skill"]={ 20136, @@ -4835,8 +4835,8 @@ local monster_dungeon_armor = { [36507]={ ["monster_base"]=20004, ["is_boss"]=1, - ["hp"]=600970000, - ["atk"]=4760000, + ["hp"]=729050000, + ["atk"]=5830000, ["atk_times"]=4, ["hurt_skill"]={ 30010, @@ -4850,8 +4850,8 @@ local monster_dungeon_armor = { }, [36607]={ ["monster_base"]=10028, - ["hp"]=400760000, - ["atk"]=4650000, + ["hp"]=438600000, + ["atk"]=5720000, ["atk_times"]=3, ["hurt_skill"]={ 20079, @@ -4862,8 +4862,8 @@ local monster_dungeon_armor = { }, [36707]={ ["monster_base"]=10004, - ["hp"]=421850000, - ["atk"]=4770000, + ["hp"]=506990000, + ["atk"]=5860000, ["atk_times"]=2, ["hurt_skill"]={ 20010, @@ -4874,8 +4874,8 @@ local monster_dungeon_armor = { }, [36807]={ ["monster_base"]=10002, - ["hp"]=493410000, - ["atk"]=4730000, + ["hp"]=595640000, + ["atk"]=5800000, ["atk_times"]=2, ["hurt_skill"]={ 20004, @@ -4886,8 +4886,8 @@ local monster_dungeon_armor = { }, [36907]={ ["monster_base"]=10062, - ["hp"]=566670000, - ["atk"]=4980000, + ["hp"]=682150000, + ["atk"]=6110000, ["atk_times"]=3, ["hurt_skill"]={ 20181, @@ -4899,8 +4899,8 @@ local monster_dungeon_armor = { [37007]={ ["monster_base"]=20012, ["is_boss"]=2, - ["hp"]=955050000, - ["atk"]=4980000, + ["hp"]=1152480000, + ["atk"]=6110000, ["atk_times"]=4, ["hurt_skill"]={ 30034, @@ -4914,8 +4914,8 @@ local monster_dungeon_armor = { }, [37107]={ ["monster_base"]=10001, - ["hp"]=169650000, - ["atk"]=3230000, + ["hp"]=180630000, + ["atk"]=3970000, ["atk_times"]=2, ["hurt_skill"]={ 20001, @@ -4926,8 +4926,8 @@ local monster_dungeon_armor = { }, [37207]={ ["monster_base"]=10054, - ["hp"]=247740000, - ["atk"]=3600000, + ["hp"]=269660000, + ["atk"]=4420000, ["atk_times"]=3, ["hurt_skill"]={ 20157, @@ -4938,8 +4938,8 @@ local monster_dungeon_armor = { }, [37307]={ ["monster_base"]=10023, - ["hp"]=309200000, - ["atk"]=3730000, + ["hp"]=336720000, + ["atk"]=4570000, ["atk_times"]=3, ["hurt_skill"]={ 20064, @@ -4950,8 +4950,8 @@ local monster_dungeon_armor = { }, [37407]={ ["monster_base"]=10008, - ["hp"]=324830000, - ["atk"]=4460000, + ["hp"]=355220000, + ["atk"]=5460000, ["atk_times"]=2, ["hurt_skill"]={ 20022, @@ -4963,8 +4963,8 @@ local monster_dungeon_armor = { [37507]={ ["monster_base"]=20022, ["is_boss"]=1, - ["hp"]=600970000, - ["atk"]=4760000, + ["hp"]=729050000, + ["atk"]=5830000, ["atk_times"]=4, ["hurt_skill"]={ 30064, @@ -4981,8 +4981,8 @@ local monster_dungeon_armor = { }, [37607]={ ["monster_base"]=10034, - ["hp"]=400760000, - ["atk"]=4650000, + ["hp"]=438600000, + ["atk"]=5720000, ["atk_times"]=3, ["hurt_skill"]={ 20097, @@ -4993,8 +4993,8 @@ local monster_dungeon_armor = { }, [37707]={ ["monster_base"]=10035, - ["hp"]=421850000, - ["atk"]=4770000, + ["hp"]=506990000, + ["atk"]=5860000, ["atk_times"]=3, ["hurt_skill"]={ 20100, @@ -5005,8 +5005,8 @@ local monster_dungeon_armor = { }, [37807]={ ["monster_base"]=10004, - ["hp"]=493410000, - ["atk"]=4730000, + ["hp"]=595640000, + ["atk"]=5800000, ["atk_times"]=2, ["hurt_skill"]={ 20010, @@ -5017,8 +5017,8 @@ local monster_dungeon_armor = { }, [37907]={ ["monster_base"]=10029, - ["hp"]=566670000, - ["atk"]=4980000, + ["hp"]=682150000, + ["atk"]=6110000, ["atk_times"]=3, ["hurt_skill"]={ 20082, @@ -5030,8 +5030,8 @@ local monster_dungeon_armor = { [38007]={ ["monster_base"]=20003, ["is_boss"]=2, - ["hp"]=955050000, - ["atk"]=4980000, + ["hp"]=1152480000, + ["atk"]=6110000, ["atk_times"]=4, ["hurt_skill"]={ 30007, @@ -5048,8 +5048,8 @@ local monster_dungeon_armor = { }, [38107]={ ["monster_base"]=10004, - ["hp"]=169650000, - ["atk"]=3230000, + ["hp"]=180630000, + ["atk"]=3970000, ["atk_times"]=2, ["hurt_skill"]={ 20010, @@ -5060,8 +5060,8 @@ local monster_dungeon_armor = { }, [38207]={ ["monster_base"]=10056, - ["hp"]=247740000, - ["atk"]=3600000, + ["hp"]=269660000, + ["atk"]=4420000, ["atk_times"]=3, ["hurt_skill"]={ 20163, @@ -5072,8 +5072,8 @@ local monster_dungeon_armor = { }, [38307]={ ["monster_base"]=10057, - ["hp"]=309200000, - ["atk"]=3730000, + ["hp"]=336720000, + ["atk"]=4570000, ["atk_times"]=3, ["hurt_skill"]={ 20166, @@ -5084,8 +5084,8 @@ local monster_dungeon_armor = { }, [38407]={ ["monster_base"]=10043, - ["hp"]=324830000, - ["atk"]=4460000, + ["hp"]=355220000, + ["atk"]=5460000, ["atk_times"]=3, ["hurt_skill"]={ 20124, @@ -5097,8 +5097,8 @@ local monster_dungeon_armor = { [38507]={ ["monster_base"]=20014, ["is_boss"]=1, - ["hp"]=600970000, - ["atk"]=4760000, + ["hp"]=729050000, + ["atk"]=5830000, ["atk_times"]=4, ["hurt_skill"]={ 30040, @@ -5112,8 +5112,8 @@ local monster_dungeon_armor = { }, [38607]={ ["monster_base"]=10009, - ["hp"]=400760000, - ["atk"]=4650000, + ["hp"]=438600000, + ["atk"]=5720000, ["atk_times"]=3, ["hurt_skill"]={ 20025, @@ -5124,8 +5124,8 @@ local monster_dungeon_armor = { }, [38707]={ ["monster_base"]=10030, - ["hp"]=421850000, - ["atk"]=4770000, + ["hp"]=506990000, + ["atk"]=5860000, ["atk_times"]=3, ["hurt_skill"]={ 20085, @@ -5136,8 +5136,8 @@ local monster_dungeon_armor = { }, [38807]={ ["monster_base"]=10048, - ["hp"]=493410000, - ["atk"]=4730000, + ["hp"]=595640000, + ["atk"]=5800000, ["atk_times"]=3, ["hurt_skill"]={ 20139, @@ -5148,8 +5148,8 @@ local monster_dungeon_armor = { }, [38907]={ ["monster_base"]=10041, - ["hp"]=566670000, - ["atk"]=4980000, + ["hp"]=682150000, + ["atk"]=6110000, ["atk_times"]=3, ["hurt_skill"]={ 20118, @@ -5161,8 +5161,8 @@ local monster_dungeon_armor = { [39007]={ ["monster_base"]=20005, ["is_boss"]=2, - ["hp"]=955050000, - ["atk"]=4980000, + ["hp"]=1152480000, + ["atk"]=6110000, ["atk_times"]=4, ["hurt_skill"]={ 30013, @@ -5179,8 +5179,8 @@ local monster_dungeon_armor = { }, [39107]={ ["monster_base"]=10003, - ["hp"]=169650000, - ["atk"]=3230000, + ["hp"]=180630000, + ["atk"]=3970000, ["atk_times"]=2, ["hurt_skill"]={ 20007, @@ -5191,8 +5191,8 @@ local monster_dungeon_armor = { }, [39207]={ ["monster_base"]=10056, - ["hp"]=247740000, - ["atk"]=3600000, + ["hp"]=269660000, + ["atk"]=4420000, ["atk_times"]=3, ["hurt_skill"]={ 20163, @@ -5203,8 +5203,8 @@ local monster_dungeon_armor = { }, [39307]={ ["monster_base"]=10062, - ["hp"]=309200000, - ["atk"]=3730000, + ["hp"]=336720000, + ["atk"]=4570000, ["atk_times"]=3, ["hurt_skill"]={ 20181, @@ -5215,8 +5215,8 @@ local monster_dungeon_armor = { }, [39407]={ ["monster_base"]=10057, - ["hp"]=324830000, - ["atk"]=4460000, + ["hp"]=355220000, + ["atk"]=5460000, ["atk_times"]=3, ["hurt_skill"]={ 20166, @@ -5228,8 +5228,8 @@ local monster_dungeon_armor = { [39507]={ ["monster_base"]=30009, ["is_boss"]=1, - ["hp"]=600970000, - ["atk"]=4760000, + ["hp"]=729050000, + ["atk"]=5830000, ["atk_times"]=4, ["hurt_skill"]={ 40021, @@ -5244,8 +5244,8 @@ local monster_dungeon_armor = { }, [39607]={ ["monster_base"]=10048, - ["hp"]=400760000, - ["atk"]=4650000, + ["hp"]=438600000, + ["atk"]=5720000, ["atk_times"]=3, ["hurt_skill"]={ 20139, @@ -5256,8 +5256,8 @@ local monster_dungeon_armor = { }, [39707]={ ["monster_base"]=10004, - ["hp"]=421850000, - ["atk"]=4770000, + ["hp"]=506990000, + ["atk"]=5860000, ["atk_times"]=2, ["hurt_skill"]={ 20010, @@ -5268,8 +5268,8 @@ local monster_dungeon_armor = { }, [39807]={ ["monster_base"]=10031, - ["hp"]=493410000, - ["atk"]=4730000, + ["hp"]=595640000, + ["atk"]=5800000, ["atk_times"]=3, ["hurt_skill"]={ 20088, @@ -5280,8 +5280,8 @@ local monster_dungeon_armor = { }, [39907]={ ["monster_base"]=10040, - ["hp"]=566670000, - ["atk"]=4980000, + ["hp"]=682150000, + ["atk"]=6110000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -5293,8 +5293,8 @@ local monster_dungeon_armor = { [40007]={ ["monster_base"]=20025, ["is_boss"]=2, - ["hp"]=955050000, - ["atk"]=4980000, + ["hp"]=1152480000, + ["atk"]=6110000, ["atk_times"]=4, ["hurt_skill"]={ 30073, @@ -5311,8 +5311,8 @@ local monster_dungeon_armor = { }, [40107]={ ["monster_base"]=10056, - ["hp"]=169650000, - ["atk"]=3230000, + ["hp"]=180630000, + ["atk"]=3970000, ["atk_times"]=3, ["hurt_skill"]={ 20163, @@ -5323,8 +5323,8 @@ local monster_dungeon_armor = { }, [40207]={ ["monster_base"]=10021, - ["hp"]=247740000, - ["atk"]=3600000, + ["hp"]=269660000, + ["atk"]=4420000, ["atk_times"]=3, ["hurt_skill"]={ 20058, @@ -5335,8 +5335,8 @@ local monster_dungeon_armor = { }, [40307]={ ["monster_base"]=10015, - ["hp"]=309200000, - ["atk"]=3730000, + ["hp"]=336720000, + ["atk"]=4570000, ["atk_times"]=3, ["hurt_skill"]={ 20040, @@ -5347,8 +5347,8 @@ local monster_dungeon_armor = { }, [40407]={ ["monster_base"]=10044, - ["hp"]=324830000, - ["atk"]=4460000, + ["hp"]=355220000, + ["atk"]=5460000, ["atk_times"]=3, ["hurt_skill"]={ 20127, @@ -5360,8 +5360,8 @@ local monster_dungeon_armor = { [40507]={ ["monster_base"]=30015, ["is_boss"]=1, - ["hp"]=600970000, - ["atk"]=4760000, + ["hp"]=729050000, + ["atk"]=5830000, ["atk_times"]=4, ["hurt_skill"]={ 40025, @@ -5376,8 +5376,8 @@ local monster_dungeon_armor = { }, [40607]={ ["monster_base"]=10055, - ["hp"]=400760000, - ["atk"]=4650000, + ["hp"]=438600000, + ["atk"]=5720000, ["atk_times"]=3, ["hurt_skill"]={ 20160, @@ -5388,8 +5388,8 @@ local monster_dungeon_armor = { }, [40707]={ ["monster_base"]=10003, - ["hp"]=421850000, - ["atk"]=4770000, + ["hp"]=506990000, + ["atk"]=5860000, ["atk_times"]=2, ["hurt_skill"]={ 20007, @@ -5400,8 +5400,8 @@ local monster_dungeon_armor = { }, [40807]={ ["monster_base"]=10031, - ["hp"]=493410000, - ["atk"]=4730000, + ["hp"]=595640000, + ["atk"]=5800000, ["atk_times"]=3, ["hurt_skill"]={ 20088, @@ -5412,8 +5412,8 @@ local monster_dungeon_armor = { }, [40907]={ ["monster_base"]=10004, - ["hp"]=566670000, - ["atk"]=4980000, + ["hp"]=682150000, + ["atk"]=6110000, ["atk_times"]=2, ["hurt_skill"]={ 20010, @@ -5425,8 +5425,8 @@ local monster_dungeon_armor = { [41007]={ ["monster_base"]=20037, ["is_boss"]=2, - ["hp"]=955050000, - ["atk"]=4980000, + ["hp"]=1152480000, + ["atk"]=6110000, ["atk_times"]=4, ["hurt_skill"]={ 30106, @@ -5445,8 +5445,8 @@ local monster_dungeon_armor = { }, [41107]={ ["monster_base"]=10019, - ["hp"]=169650000, - ["atk"]=3230000, + ["hp"]=180630000, + ["atk"]=3970000, ["atk_times"]=3, ["hurt_skill"]={ 20052, @@ -5457,8 +5457,8 @@ local monster_dungeon_armor = { }, [41207]={ ["monster_base"]=10017, - ["hp"]=247740000, - ["atk"]=3600000, + ["hp"]=269660000, + ["atk"]=4420000, ["atk_times"]=3, ["hurt_skill"]={ 20046, @@ -5469,8 +5469,8 @@ local monster_dungeon_armor = { }, [41307]={ ["monster_base"]=10055, - ["hp"]=309200000, - ["atk"]=3730000, + ["hp"]=336720000, + ["atk"]=4570000, ["atk_times"]=3, ["hurt_skill"]={ 20160, @@ -5481,8 +5481,8 @@ local monster_dungeon_armor = { }, [41407]={ ["monster_base"]=10013, - ["hp"]=324830000, - ["atk"]=4460000, + ["hp"]=355220000, + ["atk"]=5460000, ["atk_times"]=3, ["hurt_skill"]={ 20034, @@ -5494,8 +5494,8 @@ local monster_dungeon_armor = { [41507]={ ["monster_base"]=20030, ["is_boss"]=1, - ["hp"]=600970000, - ["atk"]=4760000, + ["hp"]=729050000, + ["atk"]=5830000, ["atk_times"]=4, ["hurt_skill"]={ 30088, @@ -5513,8 +5513,8 @@ local monster_dungeon_armor = { }, [41607]={ ["monster_base"]=10042, - ["hp"]=400760000, - ["atk"]=4650000, + ["hp"]=438600000, + ["atk"]=5720000, ["atk_times"]=3, ["hurt_skill"]={ 20121, @@ -5525,8 +5525,8 @@ local monster_dungeon_armor = { }, [41707]={ ["monster_base"]=10025, - ["hp"]=421850000, - ["atk"]=4770000, + ["hp"]=506990000, + ["atk"]=5860000, ["atk_times"]=3, ["hurt_skill"]={ 20070, @@ -5537,8 +5537,8 @@ local monster_dungeon_armor = { }, [41807]={ ["monster_base"]=10002, - ["hp"]=493410000, - ["atk"]=4730000, + ["hp"]=595640000, + ["atk"]=5800000, ["atk_times"]=2, ["hurt_skill"]={ 20004, @@ -5549,8 +5549,8 @@ local monster_dungeon_armor = { }, [41907]={ ["monster_base"]=10034, - ["hp"]=566670000, - ["atk"]=4980000, + ["hp"]=682150000, + ["atk"]=6110000, ["atk_times"]=3, ["hurt_skill"]={ 20097, @@ -5562,8 +5562,8 @@ local monster_dungeon_armor = { [42007]={ ["monster_base"]=20032, ["is_boss"]=2, - ["hp"]=955050000, - ["atk"]=4980000, + ["hp"]=1152480000, + ["atk"]=6110000, ["atk_times"]=4, ["hurt_skill"]={ 30094, @@ -5584,8 +5584,8 @@ local monster_dungeon_armor = { }, [42107]={ ["monster_base"]=10022, - ["hp"]=180880000, - ["atk"]=3430000, + ["hp"]=123300000, + ["atk"]=1030000, ["atk_times"]=3, ["hurt_skill"]={ 20061, @@ -5596,8 +5596,8 @@ local monster_dungeon_armor = { }, [42207]={ ["monster_base"]=10020, - ["hp"]=263550000, - ["atk"]=3820000, + ["hp"]=157710000, + ["atk"]=1090000, ["atk_times"]=3, ["hurt_skill"]={ 20055, @@ -5608,8 +5608,8 @@ local monster_dungeon_armor = { }, [42307]={ ["monster_base"]=10024, - ["hp"]=329070000, - ["atk"]=3950000, + ["hp"]=164880000, + ["atk"]=1130000, ["atk_times"]=3, ["hurt_skill"]={ 20067, @@ -5620,8 +5620,8 @@ local monster_dungeon_armor = { }, [42407]={ ["monster_base"]=10045, - ["hp"]=345780000, - ["atk"]=4720000, + ["hp"]=375380000, + ["atk"]=5770000, ["atk_times"]=3, ["hurt_skill"]={ 20130, @@ -5633,8 +5633,8 @@ local monster_dungeon_armor = { [42507]={ ["monster_base"]=20027, ["is_boss"]=1, - ["hp"]=639240000, - ["atk"]=5050000, + ["hp"]=770320000, + ["atk"]=6170000, ["atk_times"]=4, ["hurt_skill"]={ 30079, @@ -5648,8 +5648,8 @@ local monster_dungeon_armor = { }, [42607]={ ["monster_base"]=10002, - ["hp"]=426740000, - ["atk"]=4940000, + ["hp"]=463540000, + ["atk"]=6050000, ["atk_times"]=2, ["hurt_skill"]={ 20004, @@ -5660,8 +5660,8 @@ local monster_dungeon_armor = { }, [42707]={ ["monster_base"]=10008, - ["hp"]=448850000, - ["atk"]=5060000, + ["hp"]=535690000, + ["atk"]=6190000, ["atk_times"]=2, ["hurt_skill"]={ 20022, @@ -5672,8 +5672,8 @@ local monster_dungeon_armor = { }, [42807]={ ["monster_base"]=10019, - ["hp"]=525000000, - ["atk"]=5020000, + ["hp"]=629350000, + ["atk"]=6140000, ["atk_times"]=3, ["hurt_skill"]={ 20052, @@ -5684,8 +5684,8 @@ local monster_dungeon_armor = { }, [42907]={ ["monster_base"]=10048, - ["hp"]=602910000, - ["atk"]=5280000, + ["hp"]=720850000, + ["atk"]=6460000, ["atk_times"]=3, ["hurt_skill"]={ 20139, @@ -5697,8 +5697,8 @@ local monster_dungeon_armor = { [43007]={ ["monster_base"]=20034, ["is_boss"]=2, - ["hp"]=1015810000, - ["atk"]=5280000, + ["hp"]=1217600000, + ["atk"]=6460000, ["atk_times"]=4, ["hurt_skill"]={ 30097, @@ -5717,8 +5717,8 @@ local monster_dungeon_armor = { }, [43107]={ ["monster_base"]=10003, - ["hp"]=180880000, - ["atk"]=3430000, + ["hp"]=123300000, + ["atk"]=1030000, ["atk_times"]=2, ["hurt_skill"]={ 20007, @@ -5729,8 +5729,8 @@ local monster_dungeon_armor = { }, [43207]={ ["monster_base"]=10016, - ["hp"]=263550000, - ["atk"]=3820000, + ["hp"]=157710000, + ["atk"]=1090000, ["atk_times"]=3, ["hurt_skill"]={ 20043, @@ -5741,8 +5741,8 @@ local monster_dungeon_armor = { }, [43307]={ ["monster_base"]=10057, - ["hp"]=329070000, - ["atk"]=3950000, + ["hp"]=164880000, + ["atk"]=1130000, ["atk_times"]=3, ["hurt_skill"]={ 20166, @@ -5753,8 +5753,8 @@ local monster_dungeon_armor = { }, [43407]={ ["monster_base"]=10023, - ["hp"]=345780000, - ["atk"]=4720000, + ["hp"]=375380000, + ["atk"]=5770000, ["atk_times"]=3, ["hurt_skill"]={ 20064, @@ -5766,8 +5766,8 @@ local monster_dungeon_armor = { [43507]={ ["monster_base"]=30012, ["is_boss"]=1, - ["hp"]=639240000, - ["atk"]=5050000, + ["hp"]=770320000, + ["atk"]=6170000, ["atk_times"]=4, ["hurt_skill"]={ 40005, @@ -5783,8 +5783,8 @@ local monster_dungeon_armor = { }, [43607]={ ["monster_base"]=10040, - ["hp"]=426740000, - ["atk"]=4940000, + ["hp"]=463540000, + ["atk"]=6050000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -5795,8 +5795,8 @@ local monster_dungeon_armor = { }, [43707]={ ["monster_base"]=10041, - ["hp"]=448850000, - ["atk"]=5060000, + ["hp"]=535690000, + ["atk"]=6190000, ["atk_times"]=3, ["hurt_skill"]={ 20118, @@ -5807,8 +5807,8 @@ local monster_dungeon_armor = { }, [43807]={ ["monster_base"]=10032, - ["hp"]=525000000, - ["atk"]=5020000, + ["hp"]=629350000, + ["atk"]=6140000, ["atk_times"]=3, ["hurt_skill"]={ 20091, @@ -5819,8 +5819,8 @@ local monster_dungeon_armor = { }, [43907]={ ["monster_base"]=10020, - ["hp"]=602910000, - ["atk"]=5280000, + ["hp"]=720850000, + ["atk"]=6460000, ["atk_times"]=3, ["hurt_skill"]={ 20055, @@ -5832,8 +5832,8 @@ local monster_dungeon_armor = { [44007]={ ["monster_base"]=20009, ["is_boss"]=2, - ["hp"]=1015810000, - ["atk"]=5280000, + ["hp"]=1217600000, + ["atk"]=6460000, ["atk_times"]=4, ["hurt_skill"]={ 30025, @@ -5851,8 +5851,8 @@ local monster_dungeon_armor = { }, [44107]={ ["monster_base"]=10027, - ["hp"]=180880000, - ["atk"]=3430000, + ["hp"]=123300000, + ["atk"]=1030000, ["atk_times"]=3, ["hurt_skill"]={ 20076, @@ -5863,8 +5863,8 @@ local monster_dungeon_armor = { }, [44207]={ ["monster_base"]=10014, - ["hp"]=263550000, - ["atk"]=3820000, + ["hp"]=157710000, + ["atk"]=1090000, ["atk_times"]=3, ["hurt_skill"]={ 20037, @@ -5875,8 +5875,8 @@ local monster_dungeon_armor = { }, [44307]={ ["monster_base"]=10042, - ["hp"]=329070000, - ["atk"]=3950000, + ["hp"]=164880000, + ["atk"]=1130000, ["atk_times"]=3, ["hurt_skill"]={ 20121, @@ -5887,8 +5887,8 @@ local monster_dungeon_armor = { }, [44407]={ ["monster_base"]=10054, - ["hp"]=345780000, - ["atk"]=4720000, + ["hp"]=375380000, + ["atk"]=5770000, ["atk_times"]=3, ["hurt_skill"]={ 20157, @@ -5900,8 +5900,8 @@ local monster_dungeon_armor = { [44507]={ ["monster_base"]=30010, ["is_boss"]=1, - ["hp"]=639240000, - ["atk"]=5050000, + ["hp"]=770320000, + ["atk"]=6170000, ["atk_times"]=4, ["hurt_skill"]={ 40013, @@ -5916,8 +5916,8 @@ local monster_dungeon_armor = { }, [44607]={ ["monster_base"]=10024, - ["hp"]=426740000, - ["atk"]=4940000, + ["hp"]=463540000, + ["atk"]=6050000, ["atk_times"]=3, ["hurt_skill"]={ 20067, @@ -5928,8 +5928,8 @@ local monster_dungeon_armor = { }, [44707]={ ["monster_base"]=10022, - ["hp"]=448850000, - ["atk"]=5060000, + ["hp"]=535690000, + ["atk"]=6190000, ["atk_times"]=3, ["hurt_skill"]={ 20061, @@ -5940,8 +5940,8 @@ local monster_dungeon_armor = { }, [44807]={ ["monster_base"]=10034, - ["hp"]=525000000, - ["atk"]=5020000, + ["hp"]=629350000, + ["atk"]=6140000, ["atk_times"]=3, ["hurt_skill"]={ 20097, @@ -5952,8 +5952,8 @@ local monster_dungeon_armor = { }, [44907]={ ["monster_base"]=10017, - ["hp"]=602910000, - ["atk"]=5280000, + ["hp"]=720850000, + ["atk"]=6460000, ["atk_times"]=3, ["hurt_skill"]={ 20046, @@ -5965,8 +5965,8 @@ local monster_dungeon_armor = { [45007]={ ["monster_base"]=20036, ["is_boss"]=2, - ["hp"]=1015810000, - ["atk"]=5280000, + ["hp"]=1217600000, + ["atk"]=6460000, ["atk_times"]=4, ["hurt_skill"]={ 30103, @@ -5984,8 +5984,8 @@ local monster_dungeon_armor = { }, [45107]={ ["monster_base"]=10009, - ["hp"]=180880000, - ["atk"]=3430000, + ["hp"]=123300000, + ["atk"]=1030000, ["atk_times"]=3, ["hurt_skill"]={ 20025, @@ -5996,8 +5996,8 @@ local monster_dungeon_armor = { }, [45207]={ ["monster_base"]=10036, - ["hp"]=263550000, - ["atk"]=3820000, + ["hp"]=157710000, + ["atk"]=1090000, ["atk_times"]=3, ["hurt_skill"]={ 20103, @@ -6008,8 +6008,8 @@ local monster_dungeon_armor = { }, [45307]={ ["monster_base"]=10029, - ["hp"]=329070000, - ["atk"]=3950000, + ["hp"]=164880000, + ["atk"]=1130000, ["atk_times"]=3, ["hurt_skill"]={ 20082, @@ -6020,8 +6020,8 @@ local monster_dungeon_armor = { }, [45407]={ ["monster_base"]=10031, - ["hp"]=345780000, - ["atk"]=4720000, + ["hp"]=375380000, + ["atk"]=5770000, ["atk_times"]=3, ["hurt_skill"]={ 20088, @@ -6033,8 +6033,8 @@ local monster_dungeon_armor = { [45507]={ ["monster_base"]=20014, ["is_boss"]=1, - ["hp"]=639240000, - ["atk"]=5050000, + ["hp"]=770320000, + ["atk"]=6170000, ["atk_times"]=4, ["hurt_skill"]={ 30040, @@ -6048,8 +6048,8 @@ local monster_dungeon_armor = { }, [45607]={ ["monster_base"]=10022, - ["hp"]=426740000, - ["atk"]=4940000, + ["hp"]=463540000, + ["atk"]=6050000, ["atk_times"]=3, ["hurt_skill"]={ 20061, @@ -6060,8 +6060,8 @@ local monster_dungeon_armor = { }, [45707]={ ["monster_base"]=10017, - ["hp"]=448850000, - ["atk"]=5060000, + ["hp"]=535690000, + ["atk"]=6190000, ["atk_times"]=3, ["hurt_skill"]={ 20046, @@ -6072,8 +6072,8 @@ local monster_dungeon_armor = { }, [45807]={ ["monster_base"]=10041, - ["hp"]=525000000, - ["atk"]=5020000, + ["hp"]=629350000, + ["atk"]=6140000, ["atk_times"]=3, ["hurt_skill"]={ 20118, @@ -6084,8 +6084,8 @@ local monster_dungeon_armor = { }, [45907]={ ["monster_base"]=10004, - ["hp"]=602910000, - ["atk"]=5280000, + ["hp"]=720850000, + ["atk"]=6460000, ["atk_times"]=2, ["hurt_skill"]={ 20010, @@ -6097,8 +6097,8 @@ local monster_dungeon_armor = { [46007]={ ["monster_base"]=20026, ["is_boss"]=2, - ["hp"]=1015810000, - ["atk"]=5280000, + ["hp"]=1217600000, + ["atk"]=6460000, ["atk_times"]=4, ["hurt_skill"]={ 30076, @@ -6115,8 +6115,8 @@ local monster_dungeon_armor = { }, [46107]={ ["monster_base"]=10040, - ["hp"]=180880000, - ["atk"]=3430000, + ["hp"]=123300000, + ["atk"]=1030000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -6127,8 +6127,8 @@ local monster_dungeon_armor = { }, [46207]={ ["monster_base"]=10013, - ["hp"]=263550000, - ["atk"]=3820000, + ["hp"]=157710000, + ["atk"]=1090000, ["atk_times"]=3, ["hurt_skill"]={ 20034, @@ -6139,8 +6139,8 @@ local monster_dungeon_armor = { }, [46307]={ ["monster_base"]=10014, - ["hp"]=329070000, - ["atk"]=3950000, + ["hp"]=164880000, + ["atk"]=1130000, ["atk_times"]=3, ["hurt_skill"]={ 20037, @@ -6151,8 +6151,8 @@ local monster_dungeon_armor = { }, [46407]={ ["monster_base"]=10021, - ["hp"]=345780000, - ["atk"]=4720000, + ["hp"]=375380000, + ["atk"]=5770000, ["atk_times"]=3, ["hurt_skill"]={ 20058, @@ -6164,8 +6164,8 @@ local monster_dungeon_armor = { [46507]={ ["monster_base"]=20012, ["is_boss"]=1, - ["hp"]=639240000, - ["atk"]=5050000, + ["hp"]=770320000, + ["atk"]=6170000, ["atk_times"]=4, ["hurt_skill"]={ 30034, @@ -6179,8 +6179,8 @@ local monster_dungeon_armor = { }, [46607]={ ["monster_base"]=10017, - ["hp"]=426740000, - ["atk"]=4940000, + ["hp"]=463540000, + ["atk"]=6050000, ["atk_times"]=3, ["hurt_skill"]={ 20046, @@ -6191,8 +6191,8 @@ local monster_dungeon_armor = { }, [46707]={ ["monster_base"]=10012, - ["hp"]=448850000, - ["atk"]=5060000, + ["hp"]=535690000, + ["atk"]=6190000, ["atk_times"]=3, ["hurt_skill"]={ 20031, @@ -6203,8 +6203,8 @@ local monster_dungeon_armor = { }, [46807]={ ["monster_base"]=10065, - ["hp"]=525000000, - ["atk"]=5020000, + ["hp"]=629350000, + ["atk"]=6140000, ["atk_times"]=3, ["hurt_skill"]={ 20187, @@ -6215,8 +6215,8 @@ local monster_dungeon_armor = { }, [46907]={ ["monster_base"]=10044, - ["hp"]=602910000, - ["atk"]=5280000, + ["hp"]=720850000, + ["atk"]=6460000, ["atk_times"]=3, ["hurt_skill"]={ 20127, @@ -6228,8 +6228,8 @@ local monster_dungeon_armor = { [47007]={ ["monster_base"]=20021, ["is_boss"]=2, - ["hp"]=1015810000, - ["atk"]=5280000, + ["hp"]=1217600000, + ["atk"]=6460000, ["atk_times"]=4, ["hurt_skill"]={ 30061, @@ -6247,8 +6247,8 @@ local monster_dungeon_armor = { }, [47107]={ ["monster_base"]=10026, - ["hp"]=180880000, - ["atk"]=3430000, + ["hp"]=123300000, + ["atk"]=1030000, ["atk_times"]=3, ["hurt_skill"]={ 20073, @@ -6259,8 +6259,8 @@ local monster_dungeon_armor = { }, [47207]={ ["monster_base"]=10021, - ["hp"]=263550000, - ["atk"]=3820000, + ["hp"]=157710000, + ["atk"]=1090000, ["atk_times"]=3, ["hurt_skill"]={ 20058, @@ -6271,8 +6271,8 @@ local monster_dungeon_armor = { }, [47307]={ ["monster_base"]=10036, - ["hp"]=329070000, - ["atk"]=3950000, + ["hp"]=164880000, + ["atk"]=1130000, ["atk_times"]=3, ["hurt_skill"]={ 20103, @@ -6283,8 +6283,8 @@ local monster_dungeon_armor = { }, [47407]={ ["monster_base"]=10009, - ["hp"]=345780000, - ["atk"]=4720000, + ["hp"]=375380000, + ["atk"]=5770000, ["atk_times"]=3, ["hurt_skill"]={ 20025, @@ -6296,8 +6296,8 @@ local monster_dungeon_armor = { [47507]={ ["monster_base"]=20017, ["is_boss"]=1, - ["hp"]=639240000, - ["atk"]=5050000, + ["hp"]=770320000, + ["atk"]=6170000, ["atk_times"]=4, ["hurt_skill"]={ 30049, @@ -6311,8 +6311,8 @@ local monster_dungeon_armor = { }, [47607]={ ["monster_base"]=10035, - ["hp"]=426740000, - ["atk"]=4940000, + ["hp"]=463540000, + ["atk"]=6050000, ["atk_times"]=3, ["hurt_skill"]={ 20100, @@ -6323,8 +6323,8 @@ local monster_dungeon_armor = { }, [47707]={ ["monster_base"]=10027, - ["hp"]=448850000, - ["atk"]=5060000, + ["hp"]=535690000, + ["atk"]=6190000, ["atk_times"]=3, ["hurt_skill"]={ 20076, @@ -6335,8 +6335,8 @@ local monster_dungeon_armor = { }, [47807]={ ["monster_base"]=10005, - ["hp"]=525000000, - ["atk"]=5020000, + ["hp"]=629350000, + ["atk"]=6140000, ["atk_times"]=2, ["hurt_skill"]={ 20013, @@ -6347,8 +6347,8 @@ local monster_dungeon_armor = { }, [47907]={ ["monster_base"]=10037, - ["hp"]=602910000, - ["atk"]=5280000, + ["hp"]=720850000, + ["atk"]=6460000, ["atk_times"]=3, ["hurt_skill"]={ 20106, @@ -6360,8 +6360,8 @@ local monster_dungeon_armor = { [48007]={ ["monster_base"]=20034, ["is_boss"]=2, - ["hp"]=1015810000, - ["atk"]=5280000, + ["hp"]=1217600000, + ["atk"]=6460000, ["atk_times"]=4, ["hurt_skill"]={ 30097, @@ -6380,8 +6380,8 @@ local monster_dungeon_armor = { }, [48107]={ ["monster_base"]=10044, - ["hp"]=191410000, - ["atk"]=3630000, + ["hp"]=243240000, + ["atk"]=5360000, ["atk_times"]=3, ["hurt_skill"]={ 20127, @@ -6392,8 +6392,8 @@ local monster_dungeon_armor = { }, [48207]={ ["monster_base"]=10027, - ["hp"]=278310000, - ["atk"]=4040000, + ["hp"]=362910000, + ["atk"]=5970000, ["atk_times"]=3, ["hurt_skill"]={ 20076, @@ -6404,8 +6404,8 @@ local monster_dungeon_armor = { }, [48307]={ ["monster_base"]=10064, - ["hp"]=347620000, - ["atk"]=4170000, + ["hp"]=452500000, + ["atk"]=6170000, ["atk_times"]=3, ["hurt_skill"]={ 20190, @@ -6416,8 +6416,8 @@ local monster_dungeon_armor = { }, [48407]={ ["monster_base"]=10042, - ["hp"]=365170000, - ["atk"]=4980000, + ["hp"]=477600000, + ["atk"]=7340000, ["atk_times"]=3, ["hurt_skill"]={ 20121, @@ -6429,8 +6429,8 @@ local monster_dungeon_armor = { [48507]={ ["monster_base"]=30012, ["is_boss"]=1, - ["hp"]=674740000, - ["atk"]=5330000, + ["hp"]=979070000, + ["atk"]=7860000, ["atk_times"]=4, ["hurt_skill"]={ 40005, @@ -6446,8 +6446,8 @@ local monster_dungeon_armor = { }, [48607]={ ["monster_base"]=10001, - ["hp"]=450590000, - ["atk"]=5230000, + ["hp"]=589900000, + ["atk"]=7740000, ["atk_times"]=2, ["hurt_skill"]={ 20001, @@ -6458,8 +6458,8 @@ local monster_dungeon_armor = { }, [48707]={ ["monster_base"]=10050, - ["hp"]=474020000, - ["atk"]=5340000, + ["hp"]=681040000, + ["atk"]=7890000, ["atk_times"]=3, ["hurt_skill"]={ 20145, @@ -6470,8 +6470,8 @@ local monster_dungeon_armor = { }, [48807]={ ["monster_base"]=10003, - ["hp"]=554250000, - ["atk"]=5310000, + ["hp"]=800410000, + ["atk"]=7830000, ["atk_times"]=2, ["hurt_skill"]={ 20007, @@ -6482,8 +6482,8 @@ local monster_dungeon_armor = { }, [48907]={ ["monster_base"]=10057, - ["hp"]=636480000, - ["atk"]=5590000, + ["hp"]=917010000, + ["atk"]=8240000, ["atk_times"]=3, ["hurt_skill"]={ 20166, @@ -6495,8 +6495,8 @@ local monster_dungeon_armor = { [49007]={ ["monster_base"]=20035, ["is_boss"]=2, - ["hp"]=1072430000, - ["atk"]=5590000, + ["hp"]=1547800000, + ["atk"]=8240000, ["atk_times"]=4, ["hurt_skill"]={ 30100, @@ -6515,8 +6515,8 @@ local monster_dungeon_armor = { }, [49107]={ ["monster_base"]=10056, - ["hp"]=191410000, - ["atk"]=3630000, + ["hp"]=243240000, + ["atk"]=5360000, ["atk_times"]=3, ["hurt_skill"]={ 20163, @@ -6527,8 +6527,8 @@ local monster_dungeon_armor = { }, [49207]={ ["monster_base"]=10054, - ["hp"]=278310000, - ["atk"]=4040000, + ["hp"]=362910000, + ["atk"]=5970000, ["atk_times"]=3, ["hurt_skill"]={ 20157, @@ -6539,8 +6539,8 @@ local monster_dungeon_armor = { }, [49307]={ ["monster_base"]=10024, - ["hp"]=347620000, - ["atk"]=4170000, + ["hp"]=452500000, + ["atk"]=6170000, ["atk_times"]=3, ["hurt_skill"]={ 20067, @@ -6551,8 +6551,8 @@ local monster_dungeon_armor = { }, [49407]={ ["monster_base"]=10013, - ["hp"]=365170000, - ["atk"]=4980000, + ["hp"]=477600000, + ["atk"]=7340000, ["atk_times"]=3, ["hurt_skill"]={ 20034, @@ -6564,8 +6564,8 @@ local monster_dungeon_armor = { [49507]={ ["monster_base"]=30019, ["is_boss"]=1, - ["hp"]=674740000, - ["atk"]=5330000, + ["hp"]=979070000, + ["atk"]=7860000, ["atk_times"]=4, ["hurt_skill"]={ 40029, @@ -6584,8 +6584,8 @@ local monster_dungeon_armor = { }, [49607]={ ["monster_base"]=10017, - ["hp"]=450590000, - ["atk"]=5230000, + ["hp"]=589900000, + ["atk"]=7740000, ["atk_times"]=3, ["hurt_skill"]={ 20046, @@ -6596,8 +6596,8 @@ local monster_dungeon_armor = { }, [49707]={ ["monster_base"]=10006, - ["hp"]=474020000, - ["atk"]=5340000, + ["hp"]=681040000, + ["atk"]=7890000, ["atk_times"]=2, ["hurt_skill"]={ 20016, @@ -6608,8 +6608,8 @@ local monster_dungeon_armor = { }, [49807]={ ["monster_base"]=10028, - ["hp"]=554250000, - ["atk"]=5310000, + ["hp"]=800410000, + ["atk"]=7830000, ["atk_times"]=3, ["hurt_skill"]={ 20079, @@ -6620,8 +6620,8 @@ local monster_dungeon_armor = { }, [49907]={ ["monster_base"]=10057, - ["hp"]=636480000, - ["atk"]=5590000, + ["hp"]=917010000, + ["atk"]=8240000, ["atk_times"]=3, ["hurt_skill"]={ 20166, @@ -6633,8 +6633,8 @@ local monster_dungeon_armor = { [50007]={ ["monster_base"]=20023, ["is_boss"]=2, - ["hp"]=1072430000, - ["atk"]=5590000, + ["hp"]=1547800000, + ["atk"]=8240000, ["atk_times"]=4, ["hurt_skill"]={ 30067, @@ -6651,8 +6651,8 @@ local monster_dungeon_armor = { }, [50107]={ ["monster_base"]=10054, - ["hp"]=191410000, - ["atk"]=3630000, + ["hp"]=243240000, + ["atk"]=5360000, ["atk_times"]=3, ["hurt_skill"]={ 20157, @@ -6663,8 +6663,8 @@ local monster_dungeon_armor = { }, [50207]={ ["monster_base"]=10025, - ["hp"]=278310000, - ["atk"]=4040000, + ["hp"]=362910000, + ["atk"]=5970000, ["atk_times"]=3, ["hurt_skill"]={ 20070, @@ -6675,8 +6675,8 @@ local monster_dungeon_armor = { }, [50307]={ ["monster_base"]=10010, - ["hp"]=347620000, - ["atk"]=4170000, + ["hp"]=452500000, + ["atk"]=6170000, ["atk_times"]=3, ["hurt_skill"]={ 20028, @@ -6687,8 +6687,8 @@ local monster_dungeon_armor = { }, [50407]={ ["monster_base"]=10064, - ["hp"]=365170000, - ["atk"]=4980000, + ["hp"]=477600000, + ["atk"]=7340000, ["atk_times"]=3, ["hurt_skill"]={ 20190, @@ -6700,8 +6700,8 @@ local monster_dungeon_armor = { [50507]={ ["monster_base"]=20015, ["is_boss"]=1, - ["hp"]=674740000, - ["atk"]=5330000, + ["hp"]=979070000, + ["atk"]=7860000, ["atk_times"]=4, ["hurt_skill"]={ 30043, @@ -6718,8 +6718,8 @@ local monster_dungeon_armor = { }, [50607]={ ["monster_base"]=10007, - ["hp"]=450590000, - ["atk"]=5230000, + ["hp"]=589900000, + ["atk"]=7740000, ["atk_times"]=2, ["hurt_skill"]={ 20019, @@ -6730,8 +6730,8 @@ local monster_dungeon_armor = { }, [50707]={ ["monster_base"]=10040, - ["hp"]=474020000, - ["atk"]=5340000, + ["hp"]=681040000, + ["atk"]=7890000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -6742,8 +6742,8 @@ local monster_dungeon_armor = { }, [50807]={ ["monster_base"]=10018, - ["hp"]=554250000, - ["atk"]=5310000, + ["hp"]=800410000, + ["atk"]=7830000, ["atk_times"]=3, ["hurt_skill"]={ 20049, @@ -6754,8 +6754,8 @@ local monster_dungeon_armor = { }, [50907]={ ["monster_base"]=10043, - ["hp"]=636480000, - ["atk"]=5590000, + ["hp"]=917010000, + ["atk"]=8240000, ["atk_times"]=3, ["hurt_skill"]={ 20124, @@ -6767,8 +6767,8 @@ local monster_dungeon_armor = { [51007]={ ["monster_base"]=20020, ["is_boss"]=2, - ["hp"]=1072430000, - ["atk"]=5590000, + ["hp"]=1547800000, + ["atk"]=8240000, ["atk_times"]=4, ["hurt_skill"]={ 30058, @@ -6786,8 +6786,8 @@ local monster_dungeon_armor = { }, [51107]={ ["monster_base"]=10004, - ["hp"]=191410000, - ["atk"]=3630000, + ["hp"]=243240000, + ["atk"]=5360000, ["atk_times"]=2, ["hurt_skill"]={ 20010, @@ -6798,8 +6798,8 @@ local monster_dungeon_armor = { }, [51207]={ ["monster_base"]=10033, - ["hp"]=278310000, - ["atk"]=4040000, + ["hp"]=362910000, + ["atk"]=5970000, ["atk_times"]=3, ["hurt_skill"]={ 20094, @@ -6810,8 +6810,8 @@ local monster_dungeon_armor = { }, [51307]={ ["monster_base"]=10064, - ["hp"]=347620000, - ["atk"]=4170000, + ["hp"]=452500000, + ["atk"]=6170000, ["atk_times"]=3, ["hurt_skill"]={ 20190, @@ -6822,8 +6822,8 @@ local monster_dungeon_armor = { }, [51407]={ ["monster_base"]=10062, - ["hp"]=365170000, - ["atk"]=4980000, + ["hp"]=477600000, + ["atk"]=7340000, ["atk_times"]=3, ["hurt_skill"]={ 20181, @@ -6835,8 +6835,8 @@ local monster_dungeon_armor = { [51507]={ ["monster_base"]=20012, ["is_boss"]=1, - ["hp"]=674740000, - ["atk"]=5330000, + ["hp"]=979070000, + ["atk"]=7860000, ["atk_times"]=4, ["hurt_skill"]={ 30034, @@ -6850,8 +6850,8 @@ local monster_dungeon_armor = { }, [51607]={ ["monster_base"]=10014, - ["hp"]=450590000, - ["atk"]=5230000, + ["hp"]=589900000, + ["atk"]=7740000, ["atk_times"]=3, ["hurt_skill"]={ 20037, @@ -6862,8 +6862,8 @@ local monster_dungeon_armor = { }, [51707]={ ["monster_base"]=10064, - ["hp"]=474020000, - ["atk"]=5340000, + ["hp"]=681040000, + ["atk"]=7890000, ["atk_times"]=3, ["hurt_skill"]={ 20190, @@ -6874,8 +6874,8 @@ local monster_dungeon_armor = { }, [51807]={ ["monster_base"]=10036, - ["hp"]=554250000, - ["atk"]=5310000, + ["hp"]=800410000, + ["atk"]=7830000, ["atk_times"]=3, ["hurt_skill"]={ 20103, @@ -6886,8 +6886,8 @@ local monster_dungeon_armor = { }, [51907]={ ["monster_base"]=10013, - ["hp"]=636480000, - ["atk"]=5590000, + ["hp"]=917010000, + ["atk"]=8240000, ["atk_times"]=3, ["hurt_skill"]={ 20034, @@ -6899,8 +6899,8 @@ local monster_dungeon_armor = { [52007]={ ["monster_base"]=20024, ["is_boss"]=2, - ["hp"]=1072430000, - ["atk"]=5590000, + ["hp"]=1547800000, + ["atk"]=8240000, ["atk_times"]=4, ["hurt_skill"]={ 30070, @@ -6918,8 +6918,8 @@ local monster_dungeon_armor = { }, [52107]={ ["monster_base"]=10006, - ["hp"]=191410000, - ["atk"]=3630000, + ["hp"]=243240000, + ["atk"]=5360000, ["atk_times"]=2, ["hurt_skill"]={ 20016, @@ -6930,8 +6930,8 @@ local monster_dungeon_armor = { }, [52207]={ ["monster_base"]=10026, - ["hp"]=278310000, - ["atk"]=4040000, + ["hp"]=362910000, + ["atk"]=5970000, ["atk_times"]=3, ["hurt_skill"]={ 20073, @@ -6942,8 +6942,8 @@ local monster_dungeon_armor = { }, [52307]={ ["monster_base"]=10029, - ["hp"]=347620000, - ["atk"]=4170000, + ["hp"]=452500000, + ["atk"]=6170000, ["atk_times"]=3, ["hurt_skill"]={ 20082, @@ -6954,8 +6954,8 @@ local monster_dungeon_armor = { }, [52407]={ ["monster_base"]=10009, - ["hp"]=365170000, - ["atk"]=4980000, + ["hp"]=477600000, + ["atk"]=7340000, ["atk_times"]=3, ["hurt_skill"]={ 20025, @@ -6967,8 +6967,8 @@ local monster_dungeon_armor = { [52507]={ ["monster_base"]=20027, ["is_boss"]=1, - ["hp"]=674740000, - ["atk"]=5330000, + ["hp"]=979070000, + ["atk"]=7860000, ["atk_times"]=4, ["hurt_skill"]={ 30079, @@ -6982,8 +6982,8 @@ local monster_dungeon_armor = { }, [52607]={ ["monster_base"]=10035, - ["hp"]=450590000, - ["atk"]=5230000, + ["hp"]=589900000, + ["atk"]=7740000, ["atk_times"]=3, ["hurt_skill"]={ 20100, @@ -6994,8 +6994,8 @@ local monster_dungeon_armor = { }, [52707]={ ["monster_base"]=10043, - ["hp"]=474020000, - ["atk"]=5340000, + ["hp"]=681040000, + ["atk"]=7890000, ["atk_times"]=3, ["hurt_skill"]={ 20124, @@ -7006,8 +7006,8 @@ local monster_dungeon_armor = { }, [52807]={ ["monster_base"]=10030, - ["hp"]=554250000, - ["atk"]=5310000, + ["hp"]=800410000, + ["atk"]=7830000, ["atk_times"]=3, ["hurt_skill"]={ 20085, @@ -7018,8 +7018,8 @@ local monster_dungeon_armor = { }, [52907]={ ["monster_base"]=10009, - ["hp"]=636480000, - ["atk"]=5590000, + ["hp"]=917010000, + ["atk"]=8240000, ["atk_times"]=3, ["hurt_skill"]={ 20025, @@ -7031,8 +7031,8 @@ local monster_dungeon_armor = { [53007]={ ["monster_base"]=20021, ["is_boss"]=2, - ["hp"]=1072430000, - ["atk"]=5590000, + ["hp"]=1547800000, + ["atk"]=8240000, ["atk_times"]=4, ["hurt_skill"]={ 30061, @@ -7050,8 +7050,8 @@ local monster_dungeon_armor = { }, [53107]={ ["monster_base"]=10057, - ["hp"]=191410000, - ["atk"]=3630000, + ["hp"]=243240000, + ["atk"]=5360000, ["atk_times"]=3, ["hurt_skill"]={ 20166, @@ -7062,8 +7062,8 @@ local monster_dungeon_armor = { }, [53207]={ ["monster_base"]=10006, - ["hp"]=278310000, - ["atk"]=4040000, + ["hp"]=362910000, + ["atk"]=5970000, ["atk_times"]=2, ["hurt_skill"]={ 20016, @@ -7074,8 +7074,8 @@ local monster_dungeon_armor = { }, [53307]={ ["monster_base"]=10051, - ["hp"]=347620000, - ["atk"]=4170000, + ["hp"]=452500000, + ["atk"]=6170000, ["atk_times"]=3, ["hurt_skill"]={ 20148, @@ -7086,8 +7086,8 @@ local monster_dungeon_armor = { }, [53407]={ ["monster_base"]=10019, - ["hp"]=365170000, - ["atk"]=4980000, + ["hp"]=477600000, + ["atk"]=7340000, ["atk_times"]=3, ["hurt_skill"]={ 20052, @@ -7099,8 +7099,8 @@ local monster_dungeon_armor = { [53507]={ ["monster_base"]=30009, ["is_boss"]=1, - ["hp"]=674740000, - ["atk"]=5330000, + ["hp"]=979070000, + ["atk"]=7860000, ["atk_times"]=4, ["hurt_skill"]={ 40021, @@ -7115,8 +7115,8 @@ local monster_dungeon_armor = { }, [53607]={ ["monster_base"]=10024, - ["hp"]=450590000, - ["atk"]=5230000, + ["hp"]=589900000, + ["atk"]=7740000, ["atk_times"]=3, ["hurt_skill"]={ 20067, @@ -7127,8 +7127,8 @@ local monster_dungeon_armor = { }, [53707]={ ["monster_base"]=10001, - ["hp"]=474020000, - ["atk"]=5340000, + ["hp"]=681040000, + ["atk"]=7890000, ["atk_times"]=2, ["hurt_skill"]={ 20001, @@ -7139,8 +7139,8 @@ local monster_dungeon_armor = { }, [53807]={ ["monster_base"]=10015, - ["hp"]=554250000, - ["atk"]=5310000, + ["hp"]=800410000, + ["atk"]=7830000, ["atk_times"]=3, ["hurt_skill"]={ 20040, @@ -7151,8 +7151,8 @@ local monster_dungeon_armor = { }, [53907]={ ["monster_base"]=10035, - ["hp"]=636480000, - ["atk"]=5590000, + ["hp"]=917010000, + ["atk"]=8240000, ["atk_times"]=3, ["hurt_skill"]={ 20100, @@ -7164,8 +7164,8 @@ local monster_dungeon_armor = { [54007]={ ["monster_base"]=20038, ["is_boss"]=2, - ["hp"]=1072430000, - ["atk"]=5590000, + ["hp"]=1547800000, + ["atk"]=8240000, ["atk_times"]=4, ["hurt_skill"]={ 30109, @@ -7186,8 +7186,8 @@ local monster_dungeon_armor = { }, [54107]={ ["monster_base"]=10045, - ["hp"]=205490000, - ["atk"]=3950000, + ["hp"]=270340000, + ["atk"]=5950000, ["atk_times"]=3, ["hurt_skill"]={ 20130, @@ -7198,8 +7198,8 @@ local monster_dungeon_armor = { }, [54207]={ ["monster_base"]=10012, - ["hp"]=298160000, - ["atk"]=4390000, + ["hp"]=403210000, + ["atk"]=6660000, ["atk_times"]=3, ["hurt_skill"]={ 20031, @@ -7210,8 +7210,8 @@ local monster_dungeon_armor = { }, [54307]={ ["monster_base"]=10035, - ["hp"]=372560000, - ["atk"]=4530000, + ["hp"]=502130000, + ["atk"]=6870000, ["atk_times"]=3, ["hurt_skill"]={ 20100, @@ -7222,8 +7222,8 @@ local monster_dungeon_armor = { }, [54407]={ ["monster_base"]=10004, - ["hp"]=391500000, - ["atk"]=5410000, + ["hp"]=530250000, + ["atk"]=8190000, ["atk_times"]=2, ["hurt_skill"]={ 20010, @@ -7235,8 +7235,8 @@ local monster_dungeon_armor = { [54507]={ ["monster_base"]=20025, ["is_boss"]=1, - ["hp"]=722740000, - ["atk"]=5790000, + ["hp"]=1086210000, + ["atk"]=8730000, ["atk_times"]=4, ["hurt_skill"]={ 30073, @@ -7253,8 +7253,8 @@ local monster_dungeon_armor = { }, [54607]={ ["monster_base"]=10012, - ["hp"]=482700000, - ["atk"]=5690000, + ["hp"]=654930000, + ["atk"]=8630000, ["atk_times"]=3, ["hurt_skill"]={ 20031, @@ -7265,8 +7265,8 @@ local monster_dungeon_armor = { }, [54707]={ ["monster_base"]=10009, - ["hp"]=507910000, - ["atk"]=5800000, + ["hp"]=755890000, + ["atk"]=8780000, ["atk_times"]=3, ["hurt_skill"]={ 20025, @@ -7277,8 +7277,8 @@ local monster_dungeon_armor = { }, [54807]={ ["monster_base"]=10021, - ["hp"]=593840000, - ["atk"]=5780000, + ["hp"]=888130000, + ["atk"]=8730000, ["atk_times"]=3, ["hurt_skill"]={ 20058, @@ -7289,8 +7289,8 @@ local monster_dungeon_armor = { }, [54907]={ ["monster_base"]=10029, - ["hp"]=681920000, - ["atk"]=6080000, + ["hp"]=1017840000, + ["atk"]=9160000, ["atk_times"]=3, ["hurt_skill"]={ 20082, @@ -7302,8 +7302,8 @@ local monster_dungeon_armor = { [55007]={ ["monster_base"]=20036, ["is_boss"]=2, - ["hp"]=1148710000, - ["atk"]=6080000, + ["hp"]=1717380000, + ["atk"]=9160000, ["atk_times"]=4, ["hurt_skill"]={ 30103, @@ -7321,8 +7321,8 @@ local monster_dungeon_armor = { }, [55107]={ ["monster_base"]=10065, - ["hp"]=205490000, - ["atk"]=3950000, + ["hp"]=270340000, + ["atk"]=5950000, ["atk_times"]=3, ["hurt_skill"]={ 20187, @@ -7333,8 +7333,8 @@ local monster_dungeon_armor = { }, [55207]={ ["monster_base"]=10008, - ["hp"]=298160000, - ["atk"]=4390000, + ["hp"]=403210000, + ["atk"]=6660000, ["atk_times"]=2, ["hurt_skill"]={ 20022, @@ -7345,8 +7345,8 @@ local monster_dungeon_armor = { }, [55307]={ ["monster_base"]=10024, - ["hp"]=372560000, - ["atk"]=4530000, + ["hp"]=502130000, + ["atk"]=6870000, ["atk_times"]=3, ["hurt_skill"]={ 20067, @@ -7357,8 +7357,8 @@ local monster_dungeon_armor = { }, [55407]={ ["monster_base"]=10038, - ["hp"]=391500000, - ["atk"]=5410000, + ["hp"]=530250000, + ["atk"]=8190000, ["atk_times"]=3, ["hurt_skill"]={ 20109, @@ -7370,8 +7370,8 @@ local monster_dungeon_armor = { [55507]={ ["monster_base"]=30020, ["is_boss"]=1, - ["hp"]=722740000, - ["atk"]=5790000, + ["hp"]=1086210000, + ["atk"]=8730000, ["atk_times"]=4, ["hurt_skill"]={ 40033, @@ -7386,8 +7386,8 @@ local monster_dungeon_armor = { }, [55607]={ ["monster_base"]=10048, - ["hp"]=482700000, - ["atk"]=5690000, + ["hp"]=654930000, + ["atk"]=8630000, ["atk_times"]=3, ["hurt_skill"]={ 20139, @@ -7398,8 +7398,8 @@ local monster_dungeon_armor = { }, [55707]={ ["monster_base"]=10023, - ["hp"]=507910000, - ["atk"]=5800000, + ["hp"]=755890000, + ["atk"]=8780000, ["atk_times"]=3, ["hurt_skill"]={ 20064, @@ -7410,8 +7410,8 @@ local monster_dungeon_armor = { }, [55807]={ ["monster_base"]=10017, - ["hp"]=593840000, - ["atk"]=5780000, + ["hp"]=888130000, + ["atk"]=8730000, ["atk_times"]=3, ["hurt_skill"]={ 20046, @@ -7422,8 +7422,8 @@ local monster_dungeon_armor = { }, [55907]={ ["monster_base"]=10041, - ["hp"]=681920000, - ["atk"]=6080000, + ["hp"]=1017840000, + ["atk"]=9160000, ["atk_times"]=3, ["hurt_skill"]={ 20118, @@ -7435,8 +7435,8 @@ local monster_dungeon_armor = { [56007]={ ["monster_base"]=20018, ["is_boss"]=2, - ["hp"]=1148710000, - ["atk"]=6080000, + ["hp"]=1717380000, + ["atk"]=9160000, ["atk_times"]=4, ["hurt_skill"]={ 30052, @@ -7454,8 +7454,8 @@ local monster_dungeon_armor = { }, [56107]={ ["monster_base"]=10024, - ["hp"]=205490000, - ["atk"]=3950000, + ["hp"]=270340000, + ["atk"]=5950000, ["atk_times"]=3, ["hurt_skill"]={ 20067, @@ -7466,8 +7466,8 @@ local monster_dungeon_armor = { }, [56207]={ ["monster_base"]=10006, - ["hp"]=298160000, - ["atk"]=4390000, + ["hp"]=403210000, + ["atk"]=6660000, ["atk_times"]=2, ["hurt_skill"]={ 20016, @@ -7478,8 +7478,8 @@ local monster_dungeon_armor = { }, [56307]={ ["monster_base"]=10040, - ["hp"]=372560000, - ["atk"]=4530000, + ["hp"]=502130000, + ["atk"]=6870000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -7490,8 +7490,8 @@ local monster_dungeon_armor = { }, [56407]={ ["monster_base"]=10061, - ["hp"]=391500000, - ["atk"]=5410000, + ["hp"]=530250000, + ["atk"]=8190000, ["atk_times"]=3, ["hurt_skill"]={ 20178, @@ -7503,8 +7503,8 @@ local monster_dungeon_armor = { [56507]={ ["monster_base"]=20005, ["is_boss"]=1, - ["hp"]=722740000, - ["atk"]=5790000, + ["hp"]=1086210000, + ["atk"]=8730000, ["atk_times"]=4, ["hurt_skill"]={ 30013, @@ -7521,8 +7521,8 @@ local monster_dungeon_armor = { }, [56607]={ ["monster_base"]=10009, - ["hp"]=482700000, - ["atk"]=5690000, + ["hp"]=654930000, + ["atk"]=8630000, ["atk_times"]=3, ["hurt_skill"]={ 20025, @@ -7533,8 +7533,8 @@ local monster_dungeon_armor = { }, [56707]={ ["monster_base"]=10015, - ["hp"]=507910000, - ["atk"]=5800000, + ["hp"]=755890000, + ["atk"]=8780000, ["atk_times"]=3, ["hurt_skill"]={ 20040, @@ -7545,8 +7545,8 @@ local monster_dungeon_armor = { }, [56807]={ ["monster_base"]=10018, - ["hp"]=593840000, - ["atk"]=5780000, + ["hp"]=888130000, + ["atk"]=8730000, ["atk_times"]=3, ["hurt_skill"]={ 20049, @@ -7557,8 +7557,8 @@ local monster_dungeon_armor = { }, [56907]={ ["monster_base"]=10040, - ["hp"]=681920000, - ["atk"]=6080000, + ["hp"]=1017840000, + ["atk"]=9160000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -7570,8 +7570,8 @@ local monster_dungeon_armor = { [57007]={ ["monster_base"]=20025, ["is_boss"]=2, - ["hp"]=1148710000, - ["atk"]=6080000, + ["hp"]=1717380000, + ["atk"]=9160000, ["atk_times"]=4, ["hurt_skill"]={ 30073, @@ -7588,8 +7588,8 @@ local monster_dungeon_armor = { }, [57107]={ ["monster_base"]=10013, - ["hp"]=205490000, - ["atk"]=3950000, + ["hp"]=270340000, + ["atk"]=5950000, ["atk_times"]=3, ["hurt_skill"]={ 20034, @@ -7600,8 +7600,8 @@ local monster_dungeon_armor = { }, [57207]={ ["monster_base"]=10060, - ["hp"]=298160000, - ["atk"]=4390000, + ["hp"]=403210000, + ["atk"]=6660000, ["atk_times"]=3, ["hurt_skill"]={ 20175, @@ -7612,8 +7612,8 @@ local monster_dungeon_armor = { }, [57307]={ ["monster_base"]=10019, - ["hp"]=372560000, - ["atk"]=4530000, + ["hp"]=502130000, + ["atk"]=6870000, ["atk_times"]=3, ["hurt_skill"]={ 20052, @@ -7624,8 +7624,8 @@ local monster_dungeon_armor = { }, [57407]={ ["monster_base"]=10004, - ["hp"]=391500000, - ["atk"]=5410000, + ["hp"]=530250000, + ["atk"]=8190000, ["atk_times"]=2, ["hurt_skill"]={ 20010, @@ -7637,8 +7637,8 @@ local monster_dungeon_armor = { [57507]={ ["monster_base"]=20012, ["is_boss"]=1, - ["hp"]=722740000, - ["atk"]=5790000, + ["hp"]=1086210000, + ["atk"]=8730000, ["atk_times"]=4, ["hurt_skill"]={ 30034, @@ -7652,8 +7652,8 @@ local monster_dungeon_armor = { }, [57607]={ ["monster_base"]=10061, - ["hp"]=482700000, - ["atk"]=5690000, + ["hp"]=654930000, + ["atk"]=8630000, ["atk_times"]=3, ["hurt_skill"]={ 20178, @@ -7664,8 +7664,8 @@ local monster_dungeon_armor = { }, [57707]={ ["monster_base"]=10046, - ["hp"]=507910000, - ["atk"]=5800000, + ["hp"]=755890000, + ["atk"]=8780000, ["atk_times"]=3, ["hurt_skill"]={ 20133, @@ -7676,8 +7676,8 @@ local monster_dungeon_armor = { }, [57807]={ ["monster_base"]=10039, - ["hp"]=593840000, - ["atk"]=5780000, + ["hp"]=888130000, + ["atk"]=8730000, ["atk_times"]=3, ["hurt_skill"]={ 20112, @@ -7688,8 +7688,8 @@ local monster_dungeon_armor = { }, [57907]={ ["monster_base"]=10027, - ["hp"]=681920000, - ["atk"]=6080000, + ["hp"]=1017840000, + ["atk"]=9160000, ["atk_times"]=3, ["hurt_skill"]={ 20076, @@ -7701,8 +7701,8 @@ local monster_dungeon_armor = { [58007]={ ["monster_base"]=20019, ["is_boss"]=2, - ["hp"]=1148710000, - ["atk"]=6080000, + ["hp"]=1717380000, + ["atk"]=9160000, ["atk_times"]=4, ["hurt_skill"]={ 30055, @@ -7720,8 +7720,8 @@ local monster_dungeon_armor = { }, [58107]={ ["monster_base"]=10037, - ["hp"]=205490000, - ["atk"]=3950000, + ["hp"]=270340000, + ["atk"]=5950000, ["atk_times"]=3, ["hurt_skill"]={ 20106, @@ -7732,8 +7732,8 @@ local monster_dungeon_armor = { }, [58207]={ ["monster_base"]=10034, - ["hp"]=298160000, - ["atk"]=4390000, + ["hp"]=403210000, + ["atk"]=6660000, ["atk_times"]=3, ["hurt_skill"]={ 20097, @@ -7744,8 +7744,8 @@ local monster_dungeon_armor = { }, [58307]={ ["monster_base"]=10022, - ["hp"]=372560000, - ["atk"]=4530000, + ["hp"]=502130000, + ["atk"]=6870000, ["atk_times"]=3, ["hurt_skill"]={ 20061, @@ -7756,8 +7756,8 @@ local monster_dungeon_armor = { }, [58407]={ ["monster_base"]=10029, - ["hp"]=391500000, - ["atk"]=5410000, + ["hp"]=530250000, + ["atk"]=8190000, ["atk_times"]=3, ["hurt_skill"]={ 20082, @@ -7769,8 +7769,8 @@ local monster_dungeon_armor = { [58507]={ ["monster_base"]=20015, ["is_boss"]=1, - ["hp"]=722740000, - ["atk"]=5790000, + ["hp"]=1086210000, + ["atk"]=8730000, ["atk_times"]=4, ["hurt_skill"]={ 30043, @@ -7787,8 +7787,8 @@ local monster_dungeon_armor = { }, [58607]={ ["monster_base"]=10017, - ["hp"]=482700000, - ["atk"]=5690000, + ["hp"]=654930000, + ["atk"]=8630000, ["atk_times"]=3, ["hurt_skill"]={ 20046, @@ -7799,8 +7799,8 @@ local monster_dungeon_armor = { }, [58707]={ ["monster_base"]=10065, - ["hp"]=507910000, - ["atk"]=5800000, + ["hp"]=755890000, + ["atk"]=8780000, ["atk_times"]=3, ["hurt_skill"]={ 20187, @@ -7811,8 +7811,8 @@ local monster_dungeon_armor = { }, [58807]={ ["monster_base"]=10016, - ["hp"]=593840000, - ["atk"]=5780000, + ["hp"]=888130000, + ["atk"]=8730000, ["atk_times"]=3, ["hurt_skill"]={ 20043, @@ -7823,8 +7823,8 @@ local monster_dungeon_armor = { }, [58907]={ ["monster_base"]=10064, - ["hp"]=681920000, - ["atk"]=6080000, + ["hp"]=1017840000, + ["atk"]=9160000, ["atk_times"]=3, ["hurt_skill"]={ 20190, @@ -7836,8 +7836,8 @@ local monster_dungeon_armor = { [59007]={ ["monster_base"]=20024, ["is_boss"]=2, - ["hp"]=1148710000, - ["atk"]=6080000, + ["hp"]=1717380000, + ["atk"]=9160000, ["atk_times"]=4, ["hurt_skill"]={ 30070, @@ -7855,8 +7855,8 @@ local monster_dungeon_armor = { }, [59107]={ ["monster_base"]=10022, - ["hp"]=205490000, - ["atk"]=3950000, + ["hp"]=270340000, + ["atk"]=5950000, ["atk_times"]=3, ["hurt_skill"]={ 20061, @@ -7867,8 +7867,8 @@ local monster_dungeon_armor = { }, [59207]={ ["monster_base"]=10028, - ["hp"]=298160000, - ["atk"]=4390000, + ["hp"]=403210000, + ["atk"]=6660000, ["atk_times"]=3, ["hurt_skill"]={ 20079, @@ -7879,8 +7879,8 @@ local monster_dungeon_armor = { }, [59307]={ ["monster_base"]=10006, - ["hp"]=372560000, - ["atk"]=4530000, + ["hp"]=502130000, + ["atk"]=6870000, ["atk_times"]=2, ["hurt_skill"]={ 20016, @@ -7891,8 +7891,8 @@ local monster_dungeon_armor = { }, [59407]={ ["monster_base"]=10041, - ["hp"]=391500000, - ["atk"]=5410000, + ["hp"]=530250000, + ["atk"]=8190000, ["atk_times"]=3, ["hurt_skill"]={ 20118, @@ -7904,8 +7904,8 @@ local monster_dungeon_armor = { [59507]={ ["monster_base"]=20002, ["is_boss"]=1, - ["hp"]=722740000, - ["atk"]=5790000, + ["hp"]=1086210000, + ["atk"]=8730000, ["atk_times"]=4, ["hurt_skill"]={ 30004, @@ -7919,8 +7919,8 @@ local monster_dungeon_armor = { }, [59607]={ ["monster_base"]=10040, - ["hp"]=482700000, - ["atk"]=5690000, + ["hp"]=654930000, + ["atk"]=8630000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -7931,8 +7931,8 @@ local monster_dungeon_armor = { }, [59707]={ ["monster_base"]=10052, - ["hp"]=507910000, - ["atk"]=5800000, + ["hp"]=755890000, + ["atk"]=8780000, ["atk_times"]=3, ["hurt_skill"]={ 20151, @@ -7943,8 +7943,8 @@ local monster_dungeon_armor = { }, [59807]={ ["monster_base"]=10017, - ["hp"]=593840000, - ["atk"]=5780000, + ["hp"]=888130000, + ["atk"]=8730000, ["atk_times"]=3, ["hurt_skill"]={ 20046, @@ -7955,8 +7955,8 @@ local monster_dungeon_armor = { }, [59907]={ ["monster_base"]=10064, - ["hp"]=681920000, - ["atk"]=6080000, + ["hp"]=1017840000, + ["atk"]=9160000, ["atk_times"]=3, ["hurt_skill"]={ 20190, @@ -7968,8 +7968,8 @@ local monster_dungeon_armor = { [60007]={ ["monster_base"]=20031, ["is_boss"]=2, - ["hp"]=1148710000, - ["atk"]=6080000, + ["hp"]=1717380000, + ["atk"]=9160000, ["atk_times"]=4, ["hurt_skill"]={ 30091, diff --git a/lua/app/config/monster_dungeon_equip.lua b/lua/app/config/monster_dungeon_equip.lua index ec959e5b..d4a1c9f2 100644 --- a/lua/app/config/monster_dungeon_equip.lua +++ b/lua/app/config/monster_dungeon_equip.lua @@ -1,7 +1,7 @@ local monster_dungeon_equip = { [106]={ ["monster_base"]=10056, - ["hp"]=76930000, + ["hp"]=81620000, ["atk"]=1390000, ["atk_times"]=3, ["hurt_skill"]={ @@ -16,7 +16,7 @@ local monster_dungeon_equip = { }, [206]={ ["monster_base"]=10045, - ["hp"]=93400000, + ["hp"]=99240000, ["atk"]=1930000, ["atk_times"]=3, ["hurt_skill"]={ @@ -31,7 +31,7 @@ local monster_dungeon_equip = { }, [306]={ ["monster_base"]=10028, - ["hp"]=153020000, + ["hp"]=178640000, ["atk"]=2140000, ["atk_times"]=3, ["hurt_skill"]={ @@ -46,7 +46,7 @@ local monster_dungeon_equip = { }, [406]={ ["monster_base"]=10003, - ["hp"]=203320000, + ["hp"]=237440000, ["atk"]=2220000, ["atk_times"]=2, ["hurt_skill"]={ @@ -62,7 +62,7 @@ local monster_dungeon_equip = { [506]={ ["monster_base"]=20041, ["is_boss"]=2, - ["hp"]=386900000, + ["hp"]=431900000, ["atk"]=2260000, ["atk_times"]=4, ["hurt_skill"]={ @@ -82,7 +82,7 @@ local monster_dungeon_equip = { }, [606]={ ["monster_base"]=10060, - ["hp"]=85320000, + ["hp"]=90860000, ["atk"]=1540000, ["atk_times"]=3, ["hurt_skill"]={ @@ -97,7 +97,7 @@ local monster_dungeon_equip = { }, [706]={ ["monster_base"]=10055, - ["hp"]=103120000, + ["hp"]=110400000, ["atk"]=2150000, ["atk_times"]=3, ["hurt_skill"]={ @@ -112,7 +112,7 @@ local monster_dungeon_equip = { }, [806]={ ["monster_base"]=10027, - ["hp"]=168890000, + ["hp"]=198820000, ["atk"]=2380000, ["atk_times"]=3, ["hurt_skill"]={ @@ -127,7 +127,7 @@ local monster_dungeon_equip = { }, [906]={ ["monster_base"]=10064, - ["hp"]=224600000, + ["hp"]=264180000, ["atk"]=2470000, ["atk_times"]=3, ["hurt_skill"]={ @@ -143,7 +143,7 @@ local monster_dungeon_equip = { [1006]={ ["monster_base"]=20040, ["is_boss"]=2, - ["hp"]=426150000, + ["hp"]=480480000, ["atk"]=2520000, ["atk_times"]=4, ["hurt_skill"]={ @@ -162,7 +162,7 @@ local monster_dungeon_equip = { }, [1106]={ ["monster_base"]=10015, - ["hp"]=93300000, + ["hp"]=98780000, ["atk"]=1680000, ["atk_times"]=3, ["hurt_skill"]={ @@ -177,7 +177,7 @@ local monster_dungeon_equip = { }, [1206]={ ["monster_base"]=10025, - ["hp"]=112820000, + ["hp"]=119880000, ["atk"]=2340000, ["atk_times"]=3, ["hurt_skill"]={ @@ -192,7 +192,7 @@ local monster_dungeon_equip = { }, [1306]={ ["monster_base"]=10030, - ["hp"]=191790000, + ["hp"]=215800000, ["atk"]=2590000, ["atk_times"]=3, ["hurt_skill"]={ @@ -207,7 +207,7 @@ local monster_dungeon_equip = { }, [1406]={ ["monster_base"]=10018, - ["hp"]=255070000, + ["hp"]=286720000, ["atk"]=2690000, ["atk_times"]=3, ["hurt_skill"]={ @@ -223,7 +223,7 @@ local monster_dungeon_equip = { [1506]={ ["monster_base"]=20039, ["is_boss"]=2, - ["hp"]=494490000, + ["hp"]=521500000, ["atk"]=2740000, ["atk_times"]=4, ["hurt_skill"]={ @@ -242,8 +242,8 @@ local monster_dungeon_equip = { }, [1606]={ ["monster_base"]=10004, - ["hp"]=119700000, - ["atk"]=1830000, + ["hp"]=118220000, + ["atk"]=2020000, ["atk_times"]=2, ["hurt_skill"]={ 20010, @@ -257,8 +257,8 @@ local monster_dungeon_equip = { }, [1706]={ ["monster_base"]=10049, - ["hp"]=143630000, - ["atk"]=2540000, + ["hp"]=143890000, + ["atk"]=2820000, ["atk_times"]=3, ["hurt_skill"]={ 20142, @@ -272,8 +272,8 @@ local monster_dungeon_equip = { }, [1806]={ ["monster_base"]=10037, - ["hp"]=235050000, - ["atk"]=2810000, + ["hp"]=259680000, + ["atk"]=3120000, ["atk_times"]=3, ["hurt_skill"]={ 20106, @@ -287,8 +287,8 @@ local monster_dungeon_equip = { }, [1906]={ ["monster_base"]=10016, - ["hp"]=312870000, - ["atk"]=2920000, + ["hp"]=351150000, + ["atk"]=3240000, ["atk_times"]=3, ["hurt_skill"]={ 20043, @@ -303,8 +303,8 @@ local monster_dungeon_equip = { [2006]={ ["monster_base"]=20043, ["is_boss"]=2, - ["hp"]=566760000, - ["atk"]=2980000, + ["hp"]=638400000, + ["atk"]=3310000, ["atk_times"]=4, ["hurt_skill"]={ 30120, @@ -323,8 +323,8 @@ local monster_dungeon_equip = { }, [2106]={ ["monster_base"]=10022, - ["hp"]=136880000, - ["atk"]=2010000, + ["hp"]=126040000, + ["atk"]=2180000, ["atk_times"]=3, ["hurt_skill"]={ 20061, @@ -338,8 +338,8 @@ local monster_dungeon_equip = { }, [2206]={ ["monster_base"]=10032, - ["hp"]=163040000, - ["atk"]=2780000, + ["hp"]=153470000, + ["atk"]=3010000, ["atk_times"]=3, ["hurt_skill"]={ 20091, @@ -353,8 +353,8 @@ local monster_dungeon_equip = { }, [2306]={ ["monster_base"]=10013, - ["hp"]=267170000, - ["atk"]=3070000, + ["hp"]=276960000, + ["atk"]=3330000, ["atk_times"]=3, ["hurt_skill"]={ 20034, @@ -368,8 +368,8 @@ local monster_dungeon_equip = { }, [2406]={ ["monster_base"]=10001, - ["hp"]=355450000, - ["atk"]=3200000, + ["hp"]=374550000, + ["atk"]=3480000, ["atk_times"]=2, ["hurt_skill"]={ 20001, @@ -384,8 +384,8 @@ local monster_dungeon_equip = { [2506]={ ["monster_base"]=20042, ["is_boss"]=2, - ["hp"]=643710000, - ["atk"]=3260000, + ["hp"]=680700000, + ["atk"]=3540000, ["atk_times"]=4, ["hurt_skill"]={ 30123, @@ -403,8 +403,8 @@ local monster_dungeon_equip = { }, [2606]={ ["monster_base"]=10045, - ["hp"]=147550000, - ["atk"]=2190000, + ["hp"]=140300000, + ["atk"]=2400000, ["atk_times"]=3, ["hurt_skill"]={ 20130, @@ -418,8 +418,8 @@ local monster_dungeon_equip = { }, [2706]={ ["monster_base"]=10056, - ["hp"]=175200000, - ["atk"]=3030000, + ["hp"]=169470000, + ["atk"]=3320000, ["atk_times"]=3, ["hurt_skill"]={ 20163, @@ -433,8 +433,8 @@ local monster_dungeon_equip = { }, [2806]={ ["monster_base"]=10003, - ["hp"]=287270000, - ["atk"]=3340000, + ["hp"]=306100000, + ["atk"]=3660000, ["atk_times"]=2, ["hurt_skill"]={ 20007, @@ -448,8 +448,8 @@ local monster_dungeon_equip = { }, [2906]={ ["monster_base"]=10028, - ["hp"]=382140000, - ["atk"]=3490000, + ["hp"]=415400000, + ["atk"]=3830000, ["atk_times"]=3, ["hurt_skill"]={ 20079, @@ -464,8 +464,8 @@ local monster_dungeon_equip = { [3006]={ ["monster_base"]=20041, ["is_boss"]=2, - ["hp"]=691660000, - ["atk"]=3560000, + ["hp"]=754750000, + ["atk"]=3970000, ["atk_times"]=4, ["hurt_skill"]={ 30126, @@ -484,8 +484,8 @@ local monster_dungeon_equip = { }, [3106]={ ["monster_base"]=10052, - ["hp"]=161570000, - ["atk"]=2380000, + ["hp"]=153460000, + ["atk"]=2630000, ["atk_times"]=3, ["hurt_skill"]={ 20151, @@ -499,8 +499,8 @@ local monster_dungeon_equip = { }, [3206]={ ["monster_base"]=10062, - ["hp"]=191650000, - ["atk"]=3300000, + ["hp"]=185090000, + ["atk"]=3630000, ["atk_times"]=3, ["hurt_skill"]={ 20181, @@ -514,8 +514,8 @@ local monster_dungeon_equip = { }, [3306]={ ["monster_base"]=10036, - ["hp"]=313710000, - ["atk"]=3620000, + ["hp"]=334280000, + ["atk"]=4000000, ["atk_times"]=3, ["hurt_skill"]={ 20103, @@ -529,8 +529,8 @@ local monster_dungeon_equip = { }, [3406]={ ["monster_base"]=10061, - ["hp"]=417370000, - ["atk"]=3790000, + ["hp"]=453650000, + ["atk"]=4190000, ["atk_times"]=3, ["hurt_skill"]={ 20178, @@ -545,8 +545,8 @@ local monster_dungeon_equip = { [3506]={ ["monster_base"]=20040, ["is_boss"]=2, - ["hp"]=754850000, - ["atk"]=3870000, + ["hp"]=824060000, + ["atk"]=4350000, ["atk_times"]=4, ["hurt_skill"]={ 30129, @@ -564,8 +564,8 @@ local monster_dungeon_equip = { }, [3606]={ ["monster_base"]=10030, - ["hp"]=175230000, - ["atk"]=2580000, + ["hp"]=163330000, + ["atk"]=2810000, ["atk_times"]=3, ["hurt_skill"]={ 20085, @@ -579,8 +579,8 @@ local monster_dungeon_equip = { }, [3706]={ ["monster_base"]=10015, - ["hp"]=207360000, - ["atk"]=3560000, + ["hp"]=196740000, + ["atk"]=3870000, ["atk_times"]=3, ["hurt_skill"]={ 20040, @@ -594,8 +594,8 @@ local monster_dungeon_equip = { }, [3806]={ ["monster_base"]=10025, - ["hp"]=338580000, - ["atk"]=3900000, + ["hp"]=355260000, + ["atk"]=4250000, ["atk_times"]=3, ["hurt_skill"]={ 20070, @@ -609,8 +609,8 @@ local monster_dungeon_equip = { }, [3906]={ ["monster_base"]=10034, - ["hp"]=450950000, - ["atk"]=4090000, + ["hp"]=481950000, + ["atk"]=4460000, ["atk_times"]=3, ["hurt_skill"]={ 20097, @@ -625,8 +625,8 @@ local monster_dungeon_equip = { [4006]={ ["monster_base"]=20039, ["is_boss"]=2, - ["hp"]=814970000, - ["atk"]=4170000, + ["hp"]=875620000, + ["atk"]=4630000, ["atk_times"]=4, ["hurt_skill"]={ 30117, @@ -644,8 +644,8 @@ local monster_dungeon_equip = { }, [4106]={ ["monster_base"]=10054, - ["hp"]=182360000, - ["atk"]=2660000, + ["hp"]=177360000, + ["atk"]=3070000, ["atk_times"]=3, ["hurt_skill"]={ 20157, @@ -659,8 +659,8 @@ local monster_dungeon_equip = { }, [4206]={ ["monster_base"]=10037, - ["hp"]=215460000, - ["atk"]=3660000, + ["hp"]=215560000, + ["atk"]=4230000, ["atk_times"]=3, ["hurt_skill"]={ 20106, @@ -674,8 +674,8 @@ local monster_dungeon_equip = { }, [4306]={ ["monster_base"]=10012, - ["hp"]=351510000, - ["atk"]=4010000, + ["hp"]=386500000, + ["atk"]=4650000, ["atk_times"]=3, ["hurt_skill"]={ 20031, @@ -689,8 +689,8 @@ local monster_dungeon_equip = { }, [4406]={ ["monster_base"]=10049, - ["hp"]=468340000, - ["atk"]=4210000, + ["hp"]=521660000, + ["atk"]=4870000, ["atk_times"]=3, ["hurt_skill"]={ 20142, @@ -705,8 +705,8 @@ local monster_dungeon_equip = { [4506]={ ["monster_base"]=20043, ["is_boss"]=2, - ["hp"]=846340000, - ["atk"]=4290000, + ["hp"]=947700000, + ["atk"]=5140000, ["atk_times"]=4, ["hurt_skill"]={ 30120, @@ -725,8 +725,8 @@ local monster_dungeon_equip = { }, [4606]={ ["monster_base"]=10042, - ["hp"]=187110000, - ["atk"]=2740000, + ["hp"]=187920000, + ["atk"]=3250000, ["atk_times"]=3, ["hurt_skill"]={ 20121, @@ -740,8 +740,8 @@ local monster_dungeon_equip = { }, [4706]={ ["monster_base"]=10026, - ["hp"]=220970000, - ["atk"]=3780000, + ["hp"]=228230000, + ["atk"]=4480000, ["atk_times"]=3, ["hurt_skill"]={ 20073, @@ -755,8 +755,8 @@ local monster_dungeon_equip = { }, [4806]={ ["monster_base"]=10019, - ["hp"]=360430000, - ["atk"]=4140000, + ["hp"]=409000000, + ["atk"]=4940000, ["atk_times"]=3, ["hurt_skill"]={ 20052, @@ -770,8 +770,8 @@ local monster_dungeon_equip = { }, [4906]={ ["monster_base"]=10001, - ["hp"]=480060000, - ["atk"]=4340000, + ["hp"]=551930000, + ["atk"]=5160000, ["atk_times"]=2, ["hurt_skill"]={ 20001, @@ -786,8 +786,8 @@ local monster_dungeon_equip = { [5006]={ ["monster_base"]=20042, ["is_boss"]=2, - ["hp"]=867510000, - ["atk"]=4430000, + ["hp"]=1002610000, + ["atk"]=5440000, ["atk_times"]=4, ["hurt_skill"]={ 30132, @@ -805,8 +805,8 @@ local monster_dungeon_equip = { }, [5106]={ ["monster_base"]=10045, - ["hp"]=200880000, - ["atk"]=2910000, + ["hp"]=199440000, + ["atk"]=3450000, ["atk_times"]=3, ["hurt_skill"]={ 20130, @@ -820,8 +820,8 @@ local monster_dungeon_equip = { }, [5206]={ ["monster_base"]=10056, - ["hp"]=236460000, - ["atk"]=4010000, + ["hp"]=242090000, + ["atk"]=4750000, ["atk_times"]=3, ["hurt_skill"]={ 20163, @@ -835,8 +835,8 @@ local monster_dungeon_equip = { }, [5306]={ ["monster_base"]=10003, - ["hp"]=385650000, - ["atk"]=4400000, + ["hp"]=433750000, + ["atk"]=5240000, ["atk_times"]=2, ["hurt_skill"]={ 20007, @@ -850,8 +850,8 @@ local monster_dungeon_equip = { }, [5406]={ ["monster_base"]=10028, - ["hp"]=513230000, - ["atk"]=4600000, + ["hp"]=585310000, + ["atk"]=5480000, ["atk_times"]=3, ["hurt_skill"]={ 20079, @@ -866,8 +866,8 @@ local monster_dungeon_equip = { [5506]={ ["monster_base"]=20041, ["is_boss"]=2, - ["hp"]=927400000, - ["atk"]=4690000, + ["hp"]=1063140000, + ["atk"]=5780000, ["atk_times"]=4, ["hurt_skill"]={ 30126, @@ -886,8 +886,8 @@ local monster_dungeon_equip = { }, [5606]={ ["monster_base"]=10029, - ["hp"]=202710000, - ["atk"]=2990000, + ["hp"]=221510000, + ["atk"]=4040000, ["atk_times"]=3, ["hurt_skill"]={ 20082, @@ -901,8 +901,8 @@ local monster_dungeon_equip = { }, [5706]={ ["monster_base"]=10055, - ["hp"]=238240000, - ["atk"]=4130000, + ["hp"]=267580000, + ["atk"]=5560000, ["atk_times"]=3, ["hurt_skill"]={ 20160, @@ -916,8 +916,8 @@ local monster_dungeon_equip = { }, [5806]={ ["monster_base"]=10051, - ["hp"]=388530000, - ["atk"]=4530000, + ["hp"]=484180000, + ["atk"]=6110000, ["atk_times"]=3, ["hurt_skill"]={ 20148, @@ -931,8 +931,8 @@ local monster_dungeon_equip = { }, [5906]={ ["monster_base"]=10064, - ["hp"]=517080000, - ["atk"]=4730000, + ["hp"]=650420000, + ["atk"]=6400000, ["atk_times"]=3, ["hurt_skill"]={ 20190, @@ -947,8 +947,8 @@ local monster_dungeon_equip = { [6006]={ ["monster_base"]=20040, ["is_boss"]=2, - ["hp"]=933980000, - ["atk"]=4820000, + ["hp"]=1181290000, + ["atk"]=6660000, ["atk_times"]=4, ["hurt_skill"]={ 30135, @@ -966,8 +966,8 @@ local monster_dungeon_equip = { }, [6106]={ ["monster_base"]=10015, - ["hp"]=216480000, - ["atk"]=3180000, + ["hp"]=227560000, + ["atk"]=4160000, ["atk_times"]=3, ["hurt_skill"]={ 20040, @@ -981,8 +981,8 @@ local monster_dungeon_equip = { }, [6206]={ ["monster_base"]=10025, - ["hp"]=254320000, - ["atk"]=4380000, + ["hp"]=274900000, + ["atk"]=5710000, ["atk_times"]=3, ["hurt_skill"]={ 20070, @@ -996,8 +996,8 @@ local monster_dungeon_equip = { }, [6306]={ ["monster_base"]=10021, - ["hp"]=415070000, - ["atk"]=4810000, + ["hp"]=497380000, + ["atk"]=6280000, ["atk_times"]=3, ["hurt_skill"]={ 20058, @@ -1011,8 +1011,8 @@ local monster_dungeon_equip = { }, [6406]={ ["monster_base"]=10034, - ["hp"]=552120000, - ["atk"]=5030000, + ["hp"]=668140000, + ["atk"]=6580000, ["atk_times"]=3, ["hurt_skill"]={ 20097, @@ -1027,8 +1027,8 @@ local monster_dungeon_equip = { [6506]={ ["monster_base"]=20039, ["is_boss"]=2, - ["hp"]=996810000, - ["atk"]=5130000, + ["hp"]=1213440000, + ["atk"]=6850000, ["atk_times"]=4, ["hurt_skill"]={ 30117, @@ -1046,8 +1046,8 @@ local monster_dungeon_equip = { }, [6606]={ ["monster_base"]=10049, - ["hp"]=221080000, - ["atk"]=3280000, + ["hp"]=151200000, + ["atk"]=1050000, ["atk_times"]=3, ["hurt_skill"]={ 20142, @@ -1061,8 +1061,8 @@ local monster_dungeon_equip = { }, [6706]={ ["monster_base"]=10006, - ["hp"]=259330000, - ["atk"]=4500000, + ["hp"]=282760000, + ["atk"]=5870000, ["atk_times"]=2, ["hurt_skill"]={ 20016, @@ -1076,8 +1076,8 @@ local monster_dungeon_equip = { }, [6806]={ ["monster_base"]=10054, - ["hp"]=423100000, - ["atk"]=4950000, + ["hp"]=511630000, + ["atk"]=6460000, ["atk_times"]=3, ["hurt_skill"]={ 20157, @@ -1091,8 +1091,8 @@ local monster_dungeon_equip = { }, [6906]={ ["monster_base"]=10024, - ["hp"]=562720000, - ["atk"]=5180000, + ["hp"]=687320000, + ["atk"]=6770000, ["atk_times"]=3, ["hurt_skill"]={ 20067, @@ -1107,8 +1107,8 @@ local monster_dungeon_equip = { [7006]={ ["monster_base"]=20043, ["is_boss"]=2, - ["hp"]=1015810000, - ["atk"]=5280000, + ["hp"]=1248040000, + ["atk"]=7050000, ["atk_times"]=4, ["hurt_skill"]={ 30120, @@ -1127,8 +1127,8 @@ local monster_dungeon_equip = { }, [7106]={ ["monster_base"]=10019, - ["hp"]=225650000, - ["atk"]=3370000, + ["hp"]=273750000, + ["atk"]=4990000, ["atk_times"]=3, ["hurt_skill"]={ 20052, @@ -1142,8 +1142,8 @@ local monster_dungeon_equip = { }, [7206]={ ["monster_base"]=10035, - ["hp"]=264660000, - ["atk"]=4630000, + ["hp"]=330170000, + ["atk"]=6840000, ["atk_times"]=3, ["hurt_skill"]={ 20100, @@ -1157,8 +1157,8 @@ local monster_dungeon_equip = { }, [7306]={ ["monster_base"]=10026, - ["hp"]=431730000, - ["atk"]=5090000, + ["hp"]=624370000, + ["atk"]=7530000, ["atk_times"]=3, ["hurt_skill"]={ 20073, @@ -1172,8 +1172,8 @@ local monster_dungeon_equip = { }, [7406]={ ["monster_base"]=10041, - ["hp"]=574040000, - ["atk"]=5330000, + ["hp"]=801000000, + ["atk"]=7910000, ["atk_times"]=3, ["hurt_skill"]={ 20118, @@ -1188,8 +1188,8 @@ local monster_dungeon_equip = { [7506]={ ["monster_base"]=20042, ["is_boss"]=2, - ["hp"]=1036280000, - ["atk"]=5440000, + ["hp"]=1454090000, + ["atk"]=8290000, ["atk_times"]=4, ["hurt_skill"]={ 30138, @@ -1207,8 +1207,8 @@ local monster_dungeon_equip = { }, [7606]={ ["monster_base"]=10053, - ["hp"]=233950000, - ["atk"]=3470000, + ["hp"]=289120000, + ["atk"]=5270000, ["atk_times"]=3, ["hurt_skill"]={ 20154, @@ -1222,8 +1222,8 @@ local monster_dungeon_equip = { }, [7706]={ ["monster_base"]=10043, - ["hp"]=273880000, - ["atk"]=4760000, + ["hp"]=348580000, + ["atk"]=7220000, ["atk_times"]=3, ["hurt_skill"]={ 20124, @@ -1237,8 +1237,8 @@ local monster_dungeon_equip = { }, [7806]={ ["monster_base"]=10033, - ["hp"]=446810000, - ["atk"]=5230000, + ["hp"]=659030000, + ["atk"]=7960000, ["atk_times"]=3, ["hurt_skill"]={ 20094, @@ -1252,8 +1252,8 @@ local monster_dungeon_equip = { }, [7906]={ ["monster_base"]=10028, - ["hp"]=594050000, - ["atk"]=5480000, + ["hp"]=845550000, + ["atk"]=8350000, ["atk_times"]=3, ["hurt_skill"]={ 20079, @@ -1268,8 +1268,8 @@ local monster_dungeon_equip = { [8006]={ ["monster_base"]=20041, ["is_boss"]=2, - ["hp"]=1072430000, - ["atk"]=5590000, + ["hp"]=1534760000, + ["atk"]=8750000, ["atk_times"]=4, ["hurt_skill"]={ 30126, @@ -1288,8 +1288,8 @@ local monster_dungeon_equip = { }, [8106]={ ["monster_base"]=10036, - ["hp"]=132000000, - ["atk"]=870000, + ["hp"]=312170000, + ["atk"]=5690000, ["atk_times"]=3, ["hurt_skill"]={ 20103, @@ -1303,8 +1303,8 @@ local monster_dungeon_equip = { }, [8206]={ ["monster_base"]=10017, - ["hp"]=284280000, - ["atk"]=4890000, + ["hp"]=376280000, + ["atk"]=7800000, ["atk_times"]=3, ["hurt_skill"]={ 20046, @@ -1318,8 +1318,8 @@ local monster_dungeon_equip = { }, [8306]={ ["monster_base"]=10023, - ["hp"]=463670000, - ["atk"]=5380000, + ["hp"]=711080000, + ["atk"]=8610000, ["atk_times"]=3, ["hurt_skill"]={ 20064, @@ -1333,8 +1333,8 @@ local monster_dungeon_equip = { }, [8406]={ ["monster_base"]=10051, - ["hp"]=616180000, - ["atk"]=5640000, + ["hp"]=912460000, + ["atk"]=9020000, ["atk_times"]=3, ["hurt_skill"]={ 20148, @@ -1349,8 +1349,8 @@ local monster_dungeon_equip = { [8506]={ ["monster_base"]=20040, ["is_boss"]=2, - ["hp"]=1112410000, - ["atk"]=5750000, + ["hp"]=1655840000, + ["atk"]=9450000, ["atk_times"]=4, ["hurt_skill"]={ 30141, @@ -1368,8 +1368,8 @@ local monster_dungeon_equip = { }, [8606]={ ["monster_base"]=10021, - ["hp"]=251150000, - ["atk"]=3770000, + ["hp"]=339080000, + ["atk"]=6160000, ["atk_times"]=3, ["hurt_skill"]={ 20058, @@ -1383,8 +1383,8 @@ local monster_dungeon_equip = { }, [8706]={ ["monster_base"]=10034, - ["hp"]=293630000, - ["atk"]=5170000, + ["hp"]=408050000, + ["atk"]=8450000, ["atk_times"]=3, ["hurt_skill"]={ 20097, @@ -1398,8 +1398,8 @@ local monster_dungeon_equip = { }, [8806]={ ["monster_base"]=10030, - ["hp"]=478890000, - ["atk"]=5680000, + ["hp"]=771120000, + ["atk"]=9340000, ["atk_times"]=3, ["hurt_skill"]={ 20085, @@ -1413,8 +1413,8 @@ local monster_dungeon_equip = { }, [8906]={ ["monster_base"]=10018, - ["hp"]=636450000, - ["atk"]=5960000, + ["hp"]=986810000, + ["atk"]=9790000, ["atk_times"]=3, ["hurt_skill"]={ 20049, @@ -1429,8 +1429,8 @@ local monster_dungeon_equip = { [9006]={ ["monster_base"]=20039, ["is_boss"]=2, - ["hp"]=1148710000, - ["atk"]=6080000, + ["hp"]=1790630000, + ["atk"]=10230000, ["atk_times"]=4, ["hurt_skill"]={ 30117, @@ -1448,8 +1448,8 @@ local monster_dungeon_equip = { }, [9106]={ ["monster_base"]=10016, - ["hp"]=261840000, - ["atk"]=3970000, + ["hp"]=357560000, + ["atk"]=6490000, ["atk_times"]=3, ["hurt_skill"]={ 20043, @@ -1463,8 +1463,8 @@ local monster_dungeon_equip = { }, [9206]={ ["monster_base"]=10054, - ["hp"]=305680000, - ["atk"]=5440000, + ["hp"]=429930000, + ["atk"]=8920000, ["atk_times"]=3, ["hurt_skill"]={ 20157, @@ -1478,8 +1478,8 @@ local monster_dungeon_equip = { }, [9306]={ ["monster_base"]=10006, - ["hp"]=498740000, - ["atk"]=5980000, + ["hp"]=812430000, + ["atk"]=9840000, ["atk_times"]=2, ["hurt_skill"]={ 20016, @@ -1493,8 +1493,8 @@ local monster_dungeon_equip = { }, [9406]={ ["monster_base"]=10020, - ["hp"]=662690000, - ["atk"]=6280000, + ["hp"]=1039660000, + ["atk"]=10320000, ["atk_times"]=3, ["hurt_skill"]={ 20055, @@ -1509,8 +1509,8 @@ local monster_dungeon_equip = { [9506]={ ["monster_base"]=20043, ["is_boss"]=2, - ["hp"]=1196050000, - ["atk"]=6410000, + ["hp"]=1886200000, + ["atk"]=10790000, ["atk_times"]=4, ["hurt_skill"]={ 30120, @@ -1529,8 +1529,8 @@ local monster_dungeon_equip = { }, [9606]={ ["monster_base"]=10031, - ["hp"]=270070000, - ["atk"]=4190000, + ["hp"]=375760000, + ["atk"]=6820000, ["atk_times"]=3, ["hurt_skill"]={ 20088, @@ -1544,8 +1544,8 @@ local monster_dungeon_equip = { }, [9706]={ ["monster_base"]=10035, - ["hp"]=315240000, - ["atk"]=5740000, + ["hp"]=451810000, + ["atk"]=9380000, ["atk_times"]=3, ["hurt_skill"]={ 20100, @@ -1559,8 +1559,8 @@ local monster_dungeon_equip = { }, [9806]={ ["monster_base"]=10019, - ["hp"]=514070000, - ["atk"]=6320000, + ["hp"]=853590000, + ["atk"]=10350000, ["atk_times"]=3, ["hurt_skill"]={ 20052, @@ -1574,8 +1574,8 @@ local monster_dungeon_equip = { }, [9906]={ ["monster_base"]=10013, - ["hp"]=682910000, - ["atk"]=6630000, + ["hp"]=1092340000, + ["atk"]=10850000, ["atk_times"]=3, ["hurt_skill"]={ 20034, @@ -1590,8 +1590,8 @@ local monster_dungeon_equip = { [10006]={ ["monster_base"]=20042, ["is_boss"]=2, - ["hp"]=1232640000, - ["atk"]=6760000, + ["hp"]=1981770000, + ["atk"]=11340000, ["atk_times"]=4, ["hurt_skill"]={ 30144, diff --git a/lua/app/config/skill.lua b/lua/app/config/skill.lua index dc5f3225..bebfbfb3 100644 --- a/lua/app/config/skill.lua +++ b/lua/app/config/skill.lua @@ -4571,7 +4571,7 @@ local skill = { ["type"]="lethargy", ["num"]=0, ["ratio"]=5000, - ["round"]=2 + ["round"]=1 } }, ["obj"]=2, @@ -4694,7 +4694,71 @@ local skill = { { ["type"]="lethargy", ["num"]=0, - ["ratio"]=5000, + ["ratio"]=8000, + ["round"]=2 + } + }, + ["obj"]=2, + ["effect_block"]={ + 1, + 2, + 4 + }, + ["skill_position"]={ + 2, + 0 + }, + ["shake_time"]=200, + ["shake_type"]=5, + ["sound"]=34002200, + ["sound_delay"]=0.0, + ["name_act"]="skill01", + ["fx_self"]=300109, + ["bullet_time"]={ + 1000, + 3000, + 400 + }, + ["fx_self_mirror"]=400109 + }, + [3400224]={ + ["buff_id"]={ + "lethargy" + }, + ["energy"]=10, + ["link"]=1, + ["position"]=3, + ["method"]=1, + ["skill_type"]=4, + ["boardrange"]={ + + }, + ["battle_icon"]="23", + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt_green", + ["num"]=13000, + ["ratio"]=10000, + ["round"]=0 + }, + { + ["type"]="hurt_green", + ["num"]=13000, + ["ratio"]=10000, + ["round"]=0 + }, + { + ["type"]="hurt_green", + ["num"]=24000, + ["ratio"]=10000, + ["round"]=0 + }, + { + ["type"]="lethargy", + ["num"]=0, + ["ratio"]=8000, ["round"]=2 } }, @@ -7553,7 +7617,7 @@ local skill = { }, ["name_act"]="attack01", ["fx_self"]=300112, - ["fx_self_mirror"]=400127 + ["fx_self_mirror"]=400112 }, [5400211]={ ["position"]=5, @@ -7579,7 +7643,7 @@ local skill = { }, ["name_act"]="attack02", ["fx_self"]=300113, - ["fx_self_mirror"]=400128 + ["fx_self_mirror"]=400113 }, [5400212]={ ["position"]=5, @@ -7605,7 +7669,7 @@ local skill = { }, ["name_act"]="attack03", ["fx_self"]=300114, - ["fx_self_mirror"]=400129 + ["fx_self_mirror"]=400114 }, [5400213]={ ["position"]=5, @@ -7631,7 +7695,7 @@ local skill = { }, ["name_act"]="attack04", ["fx_self"]=300115, - ["fx_self_mirror"]=400130 + ["fx_self_mirror"]=400115 }, [5400220]={ ["energy"]=10, @@ -7703,7 +7767,7 @@ local skill = { 3000, 400 }, - ["fx_self_mirror"]=400131 + ["fx_self_mirror"]=400116 }, [5400221]={ ["position"]=5, @@ -7833,7 +7897,7 @@ local skill = { }, ["name_act"]="attack01", ["fx_self"]=300127, - ["fx_self_mirror"]=400112 + ["fx_self_mirror"]=400127 }, [5400311]={ ["position"]=5, @@ -7859,7 +7923,7 @@ local skill = { }, ["name_act"]="attack02", ["fx_self"]=300128, - ["fx_self_mirror"]=400113 + ["fx_self_mirror"]=400128 }, [5400312]={ ["position"]=5, @@ -7885,7 +7949,7 @@ local skill = { }, ["name_act"]="attack03", ["fx_self"]=300129, - ["fx_self_mirror"]=400114 + ["fx_self_mirror"]=400129 }, [5400313]={ ["position"]=5, @@ -7911,7 +7975,7 @@ local skill = { }, ["name_act"]="attack04", ["fx_self"]=300130, - ["fx_self_mirror"]=400115 + ["fx_self_mirror"]=400130 }, [5400320]={ ["buff_id"]={ @@ -7958,7 +8022,7 @@ local skill = { 3000, 400 }, - ["fx_self_mirror"]=400116 + ["fx_self_mirror"]=400131 }, [5400321]={ ["position"]=5, @@ -27488,6 +27552,6 @@ local skill = { } } local config = { -data=skill,count=988 +data=skill,count=989 } return config \ No newline at end of file diff --git a/lua/app/config/skill_rogue.lua b/lua/app/config/skill_rogue.lua index 6494cca6..172f03d4 100644 --- a/lua/app/config/skill_rogue.lua +++ b/lua/app/config/skill_rogue.lua @@ -2967,10 +2967,9 @@ local skill_rogue = { ["limit_times"]=1, ["weight"]=3000, ["qlt"]=4, - ["type"]=16, + ["type"]=1, ["parameter"]={ - 4, - 3000 + 3400224 }, ["skill_position"]=3, ["icon"]="213" @@ -3013,6 +3012,8 @@ local skill_rogue = { ["icon"]="215" }, [3400207]={ + ["unlock"]=3400204, + ["cover_unlock"]=3400204, ["limit_times"]=1, ["weight"]=3000, ["qlt"]=4, diff --git a/lua/app/config/skin.lua b/lua/app/config/skin.lua index 62a1eb9d..2c454b43 100644 --- a/lua/app/config/skin.lua +++ b/lua/app/config/skin.lua @@ -23,6 +23,32 @@ local skin = { ["skin_point"]=0, ["hero_id"]=14001 }, + [1400101]={ + ["model_id"]="p0036", + ["qlt"]=3, + ["bonus"]={ + { + ["type"]="attr_skill_hurtp_red", + ["num"]=1000 + }, + { + ["type"]="attr_hpp_red", + ["num"]=1000 + } + }, + ["icon"]="16_1", + ["got"]=1, + ["skin_point"]=10, + ["hero_id"]=14001, + ["item_id"]=1400101, + ["skill_show"]={ + 14001011, + 14001012, + 14001013, + 14001014, + 14001015 + } + }, [14002]={ ["model_id"]="p0018", ["qlt"]=1, @@ -42,7 +68,7 @@ local skin = { ["num"]=1000 } }, - ["icon"]="skin_3", + ["icon"]="23_1", ["got"]=1, ["skin_point"]=10, ["hero_id"]=14002, @@ -134,7 +160,7 @@ local skin = { ["num"]=2000 } }, - ["icon"]="skin_1", + ["icon"]="18_1", ["got"]=1, ["skin_point"]=15, ["hero_id"]=34001, @@ -220,7 +246,7 @@ local skin = { ["num"]=1000000 } }, - ["icon"]="skin_4", + ["icon"]="10_1", ["got"]=1, ["skin_point"]=5, ["hero_id"]=53001, @@ -258,7 +284,7 @@ local skin = { ["num"]=2000 } }, - ["icon"]="skin_2", + ["icon"]="20_1", ["got"]=1, ["skin_point"]=15, ["hero_id"]=54001, @@ -285,6 +311,6 @@ local skin = { } } local config = { -data=skin,count=34 +data=skin,count=35 } return config \ No newline at end of file diff --git a/lua/app/config/skin_skill.lua b/lua/app/config/skin_skill.lua index 4b309225..759d0ee2 100644 --- a/lua/app/config/skin_skill.lua +++ b/lua/app/config/skin_skill.lua @@ -302,9 +302,83 @@ local skin_skill = { ["fx_bg"]=300148, ["fx_self_mirror"]=400144, ["fx_bg_mirror"]=400148 + }, + [14001011]={ + ["skill_position"]={ + 2, + 0 + }, + ["shake_time"]=100, + ["shake_type"]=2, + ["sound_hit"]={ + 1000011 + }, + ["name_act"]="attack01", + ["fx_self"]=300045, + ["fx_self_mirror"]=400078 + }, + [14001012]={ + ["skill_position"]={ + 2, + 0 + }, + ["shake_time"]=100, + ["shake_type"]=2, + ["sound_hit"]={ + 1000012 + }, + ["name_act"]="attack02", + ["fx_self"]=300046, + ["fx_self_mirror"]=400079 + }, + [14001013]={ + ["skill_position"]={ + 2, + 0 + }, + ["shake_time"]=100, + ["shake_type"]=4, + ["sound_hit"]={ + 1000013 + }, + ["name_act"]="attack03", + ["fx_self"]=300047, + ["fx_self_mirror"]=400080 + }, + [14001014]={ + ["skill_position"]={ + 2, + 0 + }, + ["shake_time"]=100, + ["shake_type"]=1, + ["sound_hit"]={ + 1000014 + }, + ["name_act"]="attack04", + ["fx_self"]=300048, + ["fx_self_mirror"]=400081 + }, + [14001015]={ + ["skill_position"]={ + 2, + 0 + }, + ["shake_time"]=200, + ["shake_type"]=6, + ["sound"]=14001200, + ["sound_delay"]=0.0, + ["name_act"]="skill01", + ["fx_self"]=300150, + ["bullet_time"]={ + 1166, + 3000, + 200 + }, + ["fx_self_mirror"]=400150 } } local config = { -data=skin_skill,count=20 +data=skin_skill,count=25 } return config \ No newline at end of file diff --git a/lua/app/config/strings/cn/avatar_frame.lua b/lua/app/config/strings/cn/avatar_frame.lua index 9f6c5019..3d34ff77 100644 --- a/lua/app/config/strings/cn/avatar_frame.lua +++ b/lua/app/config/strings/cn/avatar_frame.lua @@ -13,9 +13,15 @@ local avatar_frame = { }, [27]={ ["desc"]="S2竞技场黄金头像框,英雄的光辉。" + }, + [28]={ + ["desc"]="S3竞技场白银头像,勇气的代表。" + }, + [29]={ + ["desc"]="S3竞技场黄金头像,实力的证明。" } } local config = { -data=avatar_frame,count=5 +data=avatar_frame,count=7 } return config \ No newline at end of file diff --git a/lua/app/config/strings/cn/equip.lua b/lua/app/config/strings/cn/equip.lua index 662fe1d4..7bc88371 100644 --- a/lua/app/config/strings/cn/equip.lua +++ b/lua/app/config/strings/cn/equip.lua @@ -48,16 +48,16 @@ local equip = { ["name"]="巨力锤,战者之锤,流星巨锤,破军锤,断魂锤,陨星" }, [1400102]={ - ["name"]="粗钢面甲,精钢面盔,黑曜贵冠,英勇冠冕,龙角之冠,永恒华冠" + ["name"]="凡花木冠,珍珠冠饰,火纹金冠,皎月玉冠,凤冠星冠,至尊魅冠" }, [1400103]={ - ["name"]="厚织长衫,薄钢环甲,玄铁重甲,强者玉甲,龙鳞金胄,永恒重铠" + ["name"]="软革里衣,缀玉长袍,紫纱绸缎,琥珀彩衣,凤羽华装,至尊星袍" }, [1400104]={ - ["name"]="皮革腰带,乌金束腰,骑士腰环,龙筋束腰,永恒腰链,铜制手环" + ["name"]="简约绣带,优雅束腰,珍珠绣带,星光御带,凤眸束带,至尊仙索" }, [1400105]={ - ["name"]="铜制手环,皮革腕带,铁心腕带,英雄护手,龙须护腕,永恒腕轮" + ["name"]="紫铁手环,轻纱护手,黄金华护,星辰护手,凤骨护手,至尊御手甲" }, [1400201]={ ["name"]="猫拳,尖刺猫拳,青钢猫拳,裂伤猫拳,破空猫拳,福神之力" diff --git a/lua/app/config/strings/cn/global.lua b/lua/app/config/strings/cn/global.lua index 64ca7476..7ac1ebc4 100644 --- a/lua/app/config/strings/cn/global.lua +++ b/lua/app/config/strings/cn/global.lua @@ -454,7 +454,18 @@ local localization_global = ["HERO_FUND_DESCC_1"] = "新活动月之祝福开启", ["HERO_FUND_DESCC_2"] = "月之祝福", ["HERO_FUND_DESCC_3"] = "拥有月之祝福后,在战斗中累计通过波次可获得丰厚奖励。", - ["HERO_FUND_DESCC_4"] = "新活动14日达标开启", + ["HERO_FUND_DESCC_4"] = "新活动进阶挑战开启", + ["ARENA_DESC_37"] = "解锁英雄:", + ["ARENA_DESC_38"] = "已解锁英雄:", + ["ARENA_DESC_39"] = "升段奖励为一次性奖励", + ["ARENA_DESC_40"] = "升段奖励", + ["ARENA_DESC_41"] = "结算奖励", + ["ARENA_DESC_42"] = "未领取奖励", + ["EQUIP_DESC_27"] = "防具直升{0}级礼包", + ["EQUIP_DESC_28"] = "武器直升{0}级礼包", + ["SEIZED_DESC_1"] = "检测到你的账号存在异常,请联系客服或删除账号使用新建账号继续游戏。", + ["SEIZED_DESC_2"] = "联系客服", + ["SEIZED_DESC_3"] = "删除账号", ["ACT_FOURTEEN_TITLE_1"] = "登录好礼", ["ACT_FOURTEEN_TITLE_2"] = "进阶挑战", ["ACT_FOURTEEN_TITLE_3"] = "限时兑换", @@ -467,8 +478,6 @@ local localization_global = ["ACT_FOURTEEN_DESC_7"] = "尚未解锁,请明日再来~", ["ACT_FOURTEEN_DESC_8"] = "完成当前阶段所有任务可获得:", ["ACT_FOURTEEN_DESC_9"] = "活动期间,每完成1个任务可获得100个【挑战点】", - - ["ACT_BOSS_RUSH_DESC_1"] = "是否消耗{0}钻石战斗?", ["ACT_BOSS_RUSH_DESC_2"] = "首领公开赛", ["ACT_BOSS_RUSH_DESC_3"] = "今日高手", @@ -477,17 +486,17 @@ local localization_global = ["ACT_BOSS_RUSH_DESC_6"] = "今日剩余免费挑战次数:{0}", ["ACT_BOSS_RUSH_DESC_7"] = "消耗:", ["ACT_BOSS_RUSH_DESC_8"] = "虚位以待", - ["ACT_BOSS_RUSH_DESC_9"] = "首领公开赛阵容设置标题", + ["ACT_BOSS_RUSH_DESC_9"] = "参赛阵容", ["ACT_BOSS_RUSH_DESC_10"] = "排行榜", ["ACT_BOSS_RUSH_DESC_11"] = "首领巡礼", ["ACT_BOSS_RUSH_DESC_12"] = "活动商店", ["ACT_BOSS_RUSH_DESC_13"] = "首领公开赛弹窗描述", ["ACT_BOSS_RUSH_DESC_14"] = "立即前往", - ["ACT_BOSS_RUSH_DESC_15"] = "首领公开赛基金标题", - ["ACT_BOSS_RUSH_DESC_16"] = "首领公开赛基金描述", - ["ACT_BOSS_RUSH_DESC_17"] = "活动商店描述", + ["ACT_BOSS_RUSH_DESC_15"] = "首领巡礼", + ["ACT_BOSS_RUSH_DESC_16"] = "累计公开赛挑战波次,可领取首领巡礼奖励。", + ["ACT_BOSS_RUSH_DESC_17"] = "首领巡礼中获得【首领金币】兑换奖励,活动结束时【首领金币】奖杯回收,请尽快兑换。", ["ACT_BOSS_RUSH_DESC_18"] = "兑换", - ["ACT_BOSS_RUSH_DESC_19"] = "剩余兑换次数{0}次", + ["ACT_BOSS_RUSH_DESC_19"] = "剩余次数:{0}", ["ACT_BOSS_RUSH_DESC_20"] = "昨日", ["ACT_BOSS_RUSH_DESC_21"] = "今日", ["ACT_BOSS_RUSH_DESC_22"] = "奖励", @@ -495,11 +504,15 @@ local localization_global = ["ACT_BOSS_RUSH_DESC_24"] = "排名", ["ACT_BOSS_RUSH_DESC_25"] = "玩家", ["ACT_BOSS_RUSH_DESC_26"] = "记录", - ["ACT_BOSS_RUSH_DESC_27"] = "bossrush排行榜帮助", + ["ACT_BOSS_RUSH_DESC_27"] = "1.排行榜将以当日最大波数进行排名,波数相同的玩家将对比最小回合数。\n2.排行榜每日0点(UTC-0)刷新重置,重置后可根据前一天的排名领取奖励,奖励过期未领将不会补发。", ["ACT_BOSS_RUSH_DESC_28"] = "新纪录", ["ACT_BOSS_RUSH_DESC_29"] = "巡回积分", ["ACT_BOSS_RUSH_DESC_30"] = "挑战完成", - ["ACT_BOSS_RUSH_DESC_31"] = "活动帮助", + ["ACT_BOSS_RUSH_DESC_31"] = "1.首领出场顺序和地图每日都将进行变化。\n2.战斗开始后,您的英雄技能默认已激活,但强化技能还需要升级获得,战斗内最多提升60级。\n3.每日公开赛的排名都将结算一次,结算可获得大量【首领金币】,可用于活动商店兑换奖励。\n4.首领巡礼将根据您参与公开赛战斗的累计波次给与奖励。\n5.每日可免费挑战1次,后续挑战需要消耗钻石,请节准备好再开始挑战。", + ["ACT_BOSS_RUSH_DESC_32"] = "限时礼包,倾情回馈!", + ["ACT_BOSS_RUSH_DESC_33"] = "阶段{0}解锁", + + ["NOT_POP_TODAY"] = "今日不在弹出" } return localization_global \ No newline at end of file diff --git a/lua/app/config/strings/cn/item.lua b/lua/app/config/strings/cn/item.lua index 2c058d38..fe447514 100644 --- a/lua/app/config/strings/cn/item.lua +++ b/lua/app/config/strings/cn/item.lua @@ -195,6 +195,14 @@ local item = { ["name"]="首领金币", ["desc"]="首领公开赛可以进行兑换。" }, + [53]={ + ["name"]="S3赛季白银头像框", + ["desc"]="S3竞技场白银头像框,勇气的代表。" + }, + [54]={ + ["name"]="S3赛季黄金头像框", + ["desc"]="S3竞技场黄金头像框,实力的证明。" + }, [1001]={ ["name"]="暗淡陨铁", ["desc"]="一块暗淡的陨铁,蕴含着神秘的能量。" @@ -453,6 +461,6 @@ local item = { } } local config = { -data=item,count=113 +data=item,count=115 } return config \ No newline at end of file diff --git a/lua/app/config/strings/cn/skill.lua b/lua/app/config/strings/cn/skill.lua index 311612a9..9724c5b0 100644 --- a/lua/app/config/strings/cn/skill.lua +++ b/lua/app/config/strings/cn/skill.lua @@ -42,7 +42,7 @@ local skill = { ["desc"]="流星追月:使用后本次伤害提升,并造成一次巨量技能伤害。" }, [3400220]={ - ["desc"]="美丽梦魇:额外造成一次大量技能伤害,50%概率附加昏睡效果,2回合。" + ["desc"]="美丽梦魇:额外造成一次大量技能伤害,50%概率附加昏睡效果,1回合。" }, [4200120]={ ["desc"]="元素链接:随机消除3个元素,并造成一次技能伤害。" diff --git a/lua/app/config/strings/cn/skill_rogue.lua b/lua/app/config/strings/cn/skill_rogue.lua index 690c8169..33cc7e7d 100644 --- a/lua/app/config/strings/cn/skill_rogue.lua +++ b/lua/app/config/strings/cn/skill_rogue.lua @@ -468,7 +468,7 @@ local skill_rogue = { ["desc"]="流星追月链接4个元素或以上时,流星追月攻击将释放2次。" }, [3400200]={ - ["desc"]="解锁美丽梦魇:额外造成一次大量技能伤害,50%概率附加昏睡效果,2回合。" + ["desc"]="解锁美丽梦魇:额外造成一次大量技能伤害,50%概率附加昏睡效果,1回合。" }, [3400201]={ ["desc"]="美丽梦魇沿X方向可额外消除4格。" @@ -480,7 +480,7 @@ local skill_rogue = { ["desc"]="美丽梦魇沿X方向可额外消除4格。" }, [3400204]={ - ["desc"]="美丽梦魇附加的昏睡效果,概率提升到80%。" + ["desc"]="美丽梦魇附加的昏睡效果,概率提升到80%,回合数+1。" }, [3400205]={ ["desc"]="Combo:梦魔普攻昏睡敌人将附加禁锢效果,2回合。" diff --git a/lua/app/config/strings/cn/skin.lua b/lua/app/config/strings/cn/skin.lua index 6004881a..b35b2e8c 100644 --- a/lua/app/config/strings/cn/skin.lua +++ b/lua/app/config/strings/cn/skin.lua @@ -11,6 +11,9 @@ local skin = { [14001]={ ["value"]="初始" }, + [1400101]={ + ["value"]="遗迹战甲" + }, [14002]={ ["value"]="初始" }, @@ -103,6 +106,6 @@ local skin = { } } local config = { -data=skin,count=34 +data=skin,count=35 } return config \ No newline at end of file diff --git a/lua/app/config/strings/cn/task_type.lua b/lua/app/config/strings/cn/task_type.lua new file mode 100644 index 00000000..f7ad1c36 --- /dev/null +++ b/lua/app/config/strings/cn/task_type.lua @@ -0,0 +1,123 @@ +local task_type = { + [1]={ + ["desc"]="累计观看广告" + }, + [2]={ + ["desc"]="获得金币" + }, + [3]={ + ["desc"]="获得钻石" + }, + [4]={ + ["desc"]="消耗金币" + }, + [5]={ + ["desc"]="消耗钻石" + }, + [6]={ + ["desc"]="开启商城任意宝箱" + }, + [7]={ + ["desc"]="开启商城史诗宝箱" + }, + [8]={ + ["desc"]="关卡内打开技能神灯" + }, + [9]={ + ["desc"]="在战斗中获胜" + }, + [10]={ + ["desc"]="升级你的英雄" + }, + [11]={ + ["desc"]="获得英雄碎片" + }, + [12]={ + ["desc"]="击杀首领" + }, + [13]={ + ["desc"]="击杀小怪" + }, + [14]={ + ["desc"]="累计消除元素" + }, + [15]={ + ["desc"]="6连消次数" + }, + [16]={ + ["desc"]="8连消次数" + }, + [17]={ + ["desc"]="战斗中超过10连击次数" + }, + [18]={ + ["desc"]="战斗中释放技能次数" + }, + [19]={ + ["desc"]="通过战斗波次" + }, + [20]={ + ["desc"]="每日任务完成X个" + }, + [21]={ + ["desc"]="直接看1次广告的任务" + }, + [22]={ + ["desc"]="累计签到{0}天" + }, + [23]={ + ["desc"]="等级达到{0}" + }, + [24]={ + ["desc"]="通过主线章节{0}" + }, + [25]={ + ["desc"]="英雄最高等级达到{0}" + }, + [26]={ + ["desc"]="消耗体力{0}点" + }, + [27]={ + ["desc"]="拥有{0}个英雄" + }, + [28]={ + ["desc"]="开启{0}次普通宝箱" + }, + [29]={ + ["desc"]="开启{0}次珍贵宝箱" + }, + [30]={ + ["desc"]="竞技场挑战次数" + }, + [31]={ + ["desc"]="竞技场段位达到{0}" + }, + [32]={ + ["desc"]="深渊挑战通关{0}" + }, + [33]={ + ["desc"]="时空裂隙通关{0}-{1}" + }, + [34]={ + ["desc"]="矿车拦截通关{0}" + }, + [35]={ + ["desc"]="灯神之塔通关{0}" + }, + [36]={ + ["desc"]="每日挑战胜利{0}次" + }, + [37]={ + ["desc"]="开启主线宝箱{0}个" + }, + [38]={ + ["desc"]="武器升级{0}次" + }, + [39]={ + ["desc"]="防具升级{0}次" + } +} +local config = { +data=task_type,count=39 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/cn/task_type.lua.meta b/lua/app/config/strings/cn/task_type.lua.meta new file mode 100644 index 00000000..1da19ecc --- /dev/null +++ b/lua/app/config/strings/cn/task_type.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: b10781256ecf831459ed491d7dab37ea +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/de/avatar_frame.lua b/lua/app/config/strings/de/avatar_frame.lua index 924596db..43ceb019 100644 --- a/lua/app/config/strings/de/avatar_frame.lua +++ b/lua/app/config/strings/de/avatar_frame.lua @@ -13,9 +13,15 @@ local avatar_frame = { }, [27]={ + }, + [28]={ + + }, + [29]={ + } } local config = { -data=avatar_frame,count=5 +data=avatar_frame,count=7 } return config \ No newline at end of file diff --git a/lua/app/config/strings/de/item.lua b/lua/app/config/strings/de/item.lua index b7138f5a..cdc4654a 100644 --- a/lua/app/config/strings/de/item.lua +++ b/lua/app/config/strings/de/item.lua @@ -145,6 +145,12 @@ local item = { }, [52]={ + }, + [53]={ + + }, + [54]={ + }, [1001]={ @@ -340,6 +346,6 @@ local item = { } } local config = { -data=item,count=113 +data=item,count=115 } return config \ No newline at end of file diff --git a/lua/app/config/strings/de/skin.lua b/lua/app/config/strings/de/skin.lua index 3fcc5359..01f28e15 100644 --- a/lua/app/config/strings/de/skin.lua +++ b/lua/app/config/strings/de/skin.lua @@ -10,6 +10,9 @@ local skin = { }, [14001]={ + }, + [1400101]={ + }, [14002]={ @@ -103,6 +106,6 @@ local skin = { } } local config = { -data=skin,count=34 +data=skin,count=35 } return config \ No newline at end of file diff --git a/lua/app/config/strings/de/task_type.lua b/lua/app/config/strings/de/task_type.lua new file mode 100644 index 00000000..c087d8bf --- /dev/null +++ b/lua/app/config/strings/de/task_type.lua @@ -0,0 +1,123 @@ +local task_type = { + [1]={ + + }, + [2]={ + + }, + [3]={ + + }, + [4]={ + + }, + [5]={ + + }, + [6]={ + + }, + [7]={ + + }, + [8]={ + + }, + [9]={ + + }, + [10]={ + + }, + [11]={ + + }, + [12]={ + + }, + [13]={ + + }, + [14]={ + + }, + [15]={ + + }, + [16]={ + + }, + [17]={ + + }, + [18]={ + + }, + [19]={ + + }, + [20]={ + + }, + [21]={ + + }, + [22]={ + + }, + [23]={ + + }, + [24]={ + + }, + [25]={ + + }, + [26]={ + + }, + [27]={ + + }, + [28]={ + + }, + [29]={ + + }, + [30]={ + + }, + [31]={ + + }, + [32]={ + + }, + [33]={ + + }, + [34]={ + + }, + [35]={ + + }, + [36]={ + + }, + [37]={ + + }, + [38]={ + + }, + [39]={ + + } +} +local config = { +data=task_type,count=39 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/de/task_type.lua.meta b/lua/app/config/strings/de/task_type.lua.meta new file mode 100644 index 00000000..8f27288c --- /dev/null +++ b/lua/app/config/strings/de/task_type.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 1d88d0e4f96b2a8488ecd37a95288351 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/en/avatar_frame.lua b/lua/app/config/strings/en/avatar_frame.lua index cd268d22..d7311d5f 100644 --- a/lua/app/config/strings/en/avatar_frame.lua +++ b/lua/app/config/strings/en/avatar_frame.lua @@ -13,9 +13,15 @@ local avatar_frame = { }, [27]={ ["desc"]="S2 Gold Arena Avatar Frame, shining with heroic radiance." + }, + [28]={ + ["desc"]="S3 Silver Arena Avatar Frame. It is reversed for hero." + }, + [29]={ + ["desc"]="S3 Gold Arena Avatar Frame. Proof of your prowess." } } local config = { -data=avatar_frame,count=5 +data=avatar_frame,count=7 } return config \ No newline at end of file diff --git a/lua/app/config/strings/en/equip.lua b/lua/app/config/strings/en/equip.lua index fe8a4769..75e1050a 100644 --- a/lua/app/config/strings/en/equip.lua +++ b/lua/app/config/strings/en/equip.lua @@ -48,16 +48,16 @@ local equip = { ["name"]="Mighty Mallet,Warrior's Hammer,Comet Crusher,Annihilator's Hammer,Soulshatter,Falling Star" }, [1400102]={ - ["name"]="Rugged Steel Helm,Fine Steel Visor,Obsidian Noble Crown,Gallant Coronet,Dragonhorn Circlet,Eternal Glory Crown" + ["name"]="Floral Circlet,Pearl Circlet,Flame Gilded Circlet,Serene Jade Circlet,Starry Phoenix Circlet,Supreme Crown" }, [1400103]={ - ["name"]="Thick Woven Vestment,Thin Steel Hauberk,Dark Iron Plate,Champion's Jade Armor,Wyrmhide Golden Plate,Eternal Heavy Plate" + ["name"]="Soft Leather Robe,Jade-Adorned Robe,Purple Gauze Silk,Amber-hued Robe,Phoenix Feather Robe,Sovereign Celestial Robe" }, [1400104]={ - ["name"]="Leather Belt,Ebony Gold Waistband,Knight's Baldric,Wyrm Sinew Belt,Eternal Girth,Bronze Bracelet" + ["name"]="Embroidered Belt,Elegant Waist Band,Pearl-embroidered Belt,Astral Glory Belt,Phoenix Gaze Belt,Ultimate Immortal Belt" }, [1400105]={ - ["name"]="Bronze Bracelet,Leather Wristbands,Ironheart Wristbands,Heroic Gauntlets,Dragonwhisker Wristguards,Eternal Wristbands" + ["name"]="Lavender Iron Bracelet,Ethereal Veil Gauntlets,Golden Brilliance Gauntlets,Stellar Gauntlets,Phoenix Bone Gauntlets,Supreme Sovereign Armguards" }, [1400201]={ ["name"]="Cat's Claw,Spiked Claw,Azure Steel Claw,Shredding Claw,Sky-Cleaving Claw,Fortune's Blessing" diff --git a/lua/app/config/strings/en/global.lua b/lua/app/config/strings/en/global.lua index 8a9e68ad..32e874df 100644 --- a/lua/app/config/strings/en/global.lua +++ b/lua/app/config/strings/en/global.lua @@ -447,6 +447,24 @@ local localization_global = ["ACT_DESC_12"] = "LV", ["ARENA_DESC_35"] = "You might obtain Epic~", ["ARENA_DESC_36"] = "Try", + ["ONE_KEY_GET_DESC"] = "Claim All", + ["ACTIVITY_OVER_EDSC"] = "Event has ended", + ["PART_IN_DESC"] = "Participate", + ["HERO_FUND_DESCC_1"] = "New event [Lunar Benediction] is open", + ["HERO_FUND_DESCC_2"] = "Lunar Benediction", + ["HERO_FUND_DESCC_3"] = "With the Lunar Benediction, obtain rewards by progressing through waves in battles.", + ["HERO_FUND_DESCC_4"] = "New event [Advanced Challenge] is open", + ["ARENA_DESC_37"] = "Unlock Hero:", + ["ARENA_DESC_38"] = "Unlocked Heroes:", + ["ARENA_DESC_39"] = "Promotion rewards are one-time", + ["ARENA_DESC_40"] = "Promotion Rewards", + ["ARENA_DESC_41"] = "Settlement Rewards", + ["ARENA_DESC_42"] = "Unclaimed Rewards", + ["EQUIP_DESC_27"] = "Armor Upgrade Lv.{0} Pack", + ["EQUIP_DESC_28"] = "Weapon Upgrade Lv.{0} Pack", + ["SEIZED_DESC_1"] = "Detected abnormality on your account. Please contact customer service or delete the account and continue playing with a new account.", + ["SEIZED_DESC_2"] = "Customer Service", + ["SEIZED_DESC_3"] = "Delete Account", } return localization_global \ No newline at end of file diff --git a/lua/app/config/strings/en/item.lua b/lua/app/config/strings/en/item.lua index 5f6283a6..a4f43c08 100644 --- a/lua/app/config/strings/en/item.lua +++ b/lua/app/config/strings/en/item.lua @@ -192,6 +192,14 @@ local item = { }, [52]={ + }, + [53]={ + ["name"]="S3 Silver Avatar Frame", + ["desc"]="S3 Silver Arena Avatar Frame. It is reversed for hero." + }, + [54]={ + ["name"]="S3 Gold Avatar Frame", + ["desc"]="S3 Gold Arena Avatar Frame. Proof of your prowess." }, [1001]={ ["name"]="Dim Meteorite", @@ -451,6 +459,6 @@ local item = { } } local config = { -data=item,count=113 +data=item,count=115 } return config \ No newline at end of file diff --git a/lua/app/config/strings/en/skill.lua b/lua/app/config/strings/en/skill.lua index 977efacb..92668834 100644 --- a/lua/app/config/strings/en/skill.lua +++ b/lua/app/config/strings/en/skill.lua @@ -42,7 +42,7 @@ local skill = { ["desc"]="Moon Chaser: Increase damage and deal significantly skill damage once." }, [3400220]={ - ["desc"]="Alluring Nightmare: Deal one additional hit of massive skill damage and has a 50% chance to inflict Drowsy that lasts 2 turns." + ["desc"]="Alluring Nightmare: Deal one additional hit of massive skill damage and has a 50% chance to inflict Drowsy that lasts 1 turns." }, [4200120]={ ["desc"]="Elemental Link: Clear 3 random elements and deal skill damage once." diff --git a/lua/app/config/strings/en/skill_rogue.lua b/lua/app/config/strings/en/skill_rogue.lua index 3d1ab122..81b20872 100644 --- a/lua/app/config/strings/en/skill_rogue.lua +++ b/lua/app/config/strings/en/skill_rogue.lua @@ -468,7 +468,7 @@ local skill_rogue = { ["desc"]="When Moonchaser links to 4 or more elements, it will be cast 2 times." }, [3400200]={ - ["desc"]="Unlock Alluring Nightmare: Deal one additional hit of massive skill damage and has a 50% chance to inflict Drowsy that lasts 2 turns." + ["desc"]="Unlock Alluring Nightmare: Deal one additional hit of massive skill damage and has a 50% chance to inflict Drowsy that lasts 1 turns." }, [3400201]={ ["desc"]="Alluring Nightmare can clear additional 4 grids in the X direction." @@ -480,7 +480,7 @@ local skill_rogue = { ["desc"]="Alluring Nightmare can clear additional 4 grids in the X direction." }, [3400204]={ - ["desc"]="The chance of Drowsy inflicted by Alluring Nightmare increases to 80%." + ["desc"]="The chance of Drowsy inflicted by Alluring Nightmare increases to 80% for +1 turn." }, [3400205]={ ["desc"]="Combo: Nightmare's normal attack to Drowsy enemy will inflict Imprison for 2 turns." diff --git a/lua/app/config/strings/en/skin.lua b/lua/app/config/strings/en/skin.lua index 8bb72144..660002da 100644 --- a/lua/app/config/strings/en/skin.lua +++ b/lua/app/config/strings/en/skin.lua @@ -11,6 +11,9 @@ local skin = { [14001]={ ["value"]="Initial" }, + [1400101]={ + ["value"]="Relic Armor" + }, [14002]={ ["value"]="Initial" }, @@ -103,6 +106,6 @@ local skin = { } } local config = { -data=skin,count=34 +data=skin,count=35 } return config \ No newline at end of file diff --git a/lua/app/config/strings/en/task_type.lua b/lua/app/config/strings/en/task_type.lua new file mode 100644 index 00000000..788e1c1c --- /dev/null +++ b/lua/app/config/strings/en/task_type.lua @@ -0,0 +1,123 @@ +local task_type = { + [1]={ + ["desc"]="Ads watched" + }, + [2]={ + ["desc"]="Obtain Gold Coins" + }, + [3]={ + ["desc"]="Obtain Diamonds" + }, + [4]={ + ["desc"]="Spend Gold Coins" + }, + [5]={ + ["desc"]="Spend Diamonds" + }, + [6]={ + ["desc"]="Open Any Chest in the Shop" + }, + [7]={ + ["desc"]="Open Epic Chest in the Shop" + }, + [8]={ + ["desc"]="Open skill lamp in the stage" + }, + [9]={ + ["desc"]="Win the battle" + }, + [10]={ + ["desc"]="Upgrade Hero" + }, + [11]={ + ["desc"]="Obtain Hero Shard" + }, + [12]={ + ["desc"]="Kill boss" + }, + [13]={ + ["desc"]="Kill minions" + }, + [14]={ + ["desc"]="Elements cleared" + }, + [15]={ + ["desc"]="6-Links" + }, + [16]={ + ["desc"]="8-Links" + }, + [17]={ + ["desc"]="10 Hits or more in battle" + }, + [18]={ + ["desc"]="Skills used in battle" + }, + [19]={ + ["desc"]="Clear battle waves" + }, + [20]={ + + }, + [21]={ + + }, + [22]={ + ["desc"]="Log in for {0} day" + }, + [23]={ + ["desc"]="Reach level {0}" + }, + [24]={ + ["desc"]="Clear Chapter {0} of Main Story" + }, + [25]={ + ["desc"]="Hero's highest level reaches {0}" + }, + [26]={ + ["desc"]="Use {0} stamina" + }, + [27]={ + ["desc"]="Own {0} heroes" + }, + [28]={ + ["desc"]="Open {0} Common Chest" + }, + [29]={ + ["desc"]="Open {0} Precious Chest" + }, + [30]={ + ["desc"]="Arena Challenge Attempts" + }, + [31]={ + + }, + [32]={ + + }, + [33]={ + + }, + [34]={ + + }, + [35]={ + + }, + [36]={ + + }, + [37]={ + + }, + [38]={ + + }, + [39]={ + + } +} +local config = { +data=task_type,count=39 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/en/task_type.lua.meta b/lua/app/config/strings/en/task_type.lua.meta new file mode 100644 index 00000000..e9226956 --- /dev/null +++ b/lua/app/config/strings/en/task_type.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: ad57b1002d1ee974d97f01d213b96642 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/es/avatar_frame.lua b/lua/app/config/strings/es/avatar_frame.lua index 82126b48..ad5e70cf 100644 --- a/lua/app/config/strings/es/avatar_frame.lua +++ b/lua/app/config/strings/es/avatar_frame.lua @@ -13,9 +13,15 @@ local avatar_frame = { }, [27]={ ["desc"]="Marco de avatar de oro de Arena S1, gloria del héroe." + }, + [28]={ + ["desc"]="Marco de avatar de plata Temporada S3, símbolo de valentía." + }, + [29]={ + ["desc"]="Marco de avatar de oro Temporada S3, prueba de fuerza." } } local config = { -data=avatar_frame,count=5 +data=avatar_frame,count=7 } return config \ No newline at end of file diff --git a/lua/app/config/strings/es/equip.lua b/lua/app/config/strings/es/equip.lua index b25d44d5..075edf7c 100644 --- a/lua/app/config/strings/es/equip.lua +++ b/lua/app/config/strings/es/equip.lua @@ -48,16 +48,16 @@ local equip = { ["name"]="Martillo Potente,Martillo de Guerrero,Martillo de Meteorito,Martillo Atacante,Martillo Letal,Estrella Fugaz" }, [1400102]={ - ["name"]="Visera de Acero Bruto,Visera de Acero Fino,Corona de obsidiana,Corona de héroe,Corona de Cuerno de Dragón,Corona Eterna" + ["name"]="Corona Floral,Corona con Perlas,Corona de Fuego,Corona de Jade,Corona de Fénix,Corona Suprema" }, [1400103]={ - ["name"]="Túnica Gruesa,Armadura de Acero Delgado,Armadura Pesada,Armadura de Jade,Casco Dorado de Escamas de Dragón,Armadura Pesada Eterna" + ["name"]="Forro de Cuero Suave,Túnica con Jade,Satén Morado,Túnica de Ámbar,Túnica con Pluma de Fénix,Túnica de Estrella Suprema" }, [1400104]={ - ["name"]="Cinturón de Cuero,Faja de Oro Negro,Faja de Jinete,Faja de Tendón de Dragón,Cadena de Cintura Eterna,Pulsera de Cobre" + ["name"]="Cinturón Bordado,Corsé Elegante,Cinturón Bordado con Perlas,Cinturón Imperial de Estrella,Cinturón de Ojos de Fénix,Cuerda Suprema" }, [1400105]={ - ["name"]="Pulsera de Cobre,Muñequera de Cuero,Muñequera de Hierro,Guanteletes de Héroe,Muñequera de Barba de Dragón,Muñequera Eterna" + ["name"]="Pulsera de Hierro Morado,Guanteletes de Velo,Guanteletes de Oro,Guanteletes de Estrellas,Guanteletes de Hueso de Fénix,Armadura de Mano Suprema" }, [1400201]={ ["name"]="Golpe de gato,Puño con Pinchos,Puño de Acero Verde,Puño Lacerante,Puño en Cielo ,Poder de Fortuna" diff --git a/lua/app/config/strings/es/global.lua b/lua/app/config/strings/es/global.lua index ae259db2..6e0b7f4e 100644 --- a/lua/app/config/strings/es/global.lua +++ b/lua/app/config/strings/es/global.lua @@ -447,6 +447,24 @@ local localization_global = ["ACT_DESC_12"] = "LV", ["ARENA_DESC_35"] = "Héroe épico posible", ["ARENA_DESC_36"] = "Prueba tu suerte", + ["ONE_KEY_GET_DESC"] = "Colectar todo", + ["ACTIVITY_OVER_EDSC"] = "El evento ha terminado", + ["PART_IN_DESC"] = "Participar", + ["HERO_FUND_DESCC_1"] = "Comienza el nuevo evento: Bendición de la Luna", + ["HERO_FUND_DESCC_2"] = "Bendición de la Luna", + ["HERO_FUND_DESCC_3"] = "Con Bendición de la Luna, obtendrás generosas recompensas pasando las olas en la batalla.", + ["HERO_FUND_DESCC_4"] = "Comienza el nuevo evento: Desafío Avanzado", + ["ARENA_DESC_37"] = "Héroes bloqueados:", + ["ARENA_DESC_38"] = "Héroes desbloqueados:", + ["ARENA_DESC_39"] = "Las recompensas de subida de ranking se conceden una sola vez", + ["ARENA_DESC_40"] = "Recompensas de Subida de Ranking", + ["ARENA_DESC_41"] = "Recompensas de Clasificación", + ["ARENA_DESC_42"] = "Recompensas no colectadas", + ["EQUIP_DESC_27"] = "Paquete de Mejora de Armadura al Nv. {0}", + ["EQUIP_DESC_28"] = "Paquete de Mejora de Arma al Nv. {0}", + ["SEIZED_DESC_1"] = "Se ha detectado una anomalía en tu cuenta. Por favor contacta con Atención al Cliente, o elimina la cuenta actual y crear una nueva para continuar el juego.", + ["SEIZED_DESC_2"] = "Atención al Cliente", + ["SEIZED_DESC_3"] = "Eliminar Cuenta", } return localization_global \ No newline at end of file diff --git a/lua/app/config/strings/es/item.lua b/lua/app/config/strings/es/item.lua index 580791ae..ffbbe890 100644 --- a/lua/app/config/strings/es/item.lua +++ b/lua/app/config/strings/es/item.lua @@ -192,6 +192,14 @@ local item = { }, [52]={ + }, + [53]={ + ["name"]="Marco de avatar de plata Temporada S3", + ["desc"]="Marco de avatar de plata Temporada S3, símbolo de valentía." + }, + [54]={ + ["name"]="Marco de avatar de oro Temporada S3", + ["desc"]="Marco de avatar de oro Temporada S3, prueba de fuerza." }, [1001]={ ["name"]="Meteorito Opaco", @@ -451,6 +459,6 @@ local item = { } } local config = { -data=item,count=113 +data=item,count=115 } return config \ No newline at end of file diff --git a/lua/app/config/strings/es/skill.lua b/lua/app/config/strings/es/skill.lua index 2fa4699d..8a6f77ee 100644 --- a/lua/app/config/strings/es/skill.lua +++ b/lua/app/config/strings/es/skill.lua @@ -42,7 +42,7 @@ local skill = { ["desc"]="Danza de Meteoro: aumenta el daño y causa un golpe adicional de enorme daño de habilidad." }, [3400220]={ - ["desc"]="Pesadilla Hermosa: causa un masivo daño de habilidad adicional, con un 50% de chance de aplicar Dormido durante 2 rondas." + ["desc"]="Pesadilla Hermosa: causa un masivo daño de habilidad adicional, con un 50% de chance de aplicar Dormido durante 1 rondas." }, [4200120]={ ["desc"]="Enlace de Elementos: elimina 3 elementos aleatorios y causa un daño de habilidad." diff --git a/lua/app/config/strings/es/skill_rogue.lua b/lua/app/config/strings/es/skill_rogue.lua index 952a9129..b9142b13 100644 --- a/lua/app/config/strings/es/skill_rogue.lua +++ b/lua/app/config/strings/es/skill_rogue.lua @@ -468,7 +468,7 @@ local skill_rogue = { ["desc"]="Cuando Espada de Fantasía enlaza 4 o más elementos, lanzará 2 ataques." }, [3400200]={ - ["desc"]="Desbloquea Pesadilla Hermosa: causa un masivo daño de habilidad adicional, con un 50% de chance de aplicar Dormido durante 2 rondas." + ["desc"]="Desbloquea Pesadilla Hermosa: causa un masivo daño de habilidad adicional, con un 50% de chance de aplicar Dormido durante 1 rondas." }, [3400201]={ ["desc"]="Pesadilla Hermosa elimina 4 bloques extras en direcciones de X." @@ -480,7 +480,7 @@ local skill_rogue = { ["desc"]="Pesadilla Hermosa elimina 4 bloques extras en direcciones de X." }, [3400204]={ - ["desc"]="Aumenta el chance de Dormido aplicado por Pesadilla Hermosa a 80%." + ["desc"]="Aumenta el chance de Dormido aplicado por Pesadilla Hermosa a 80% durante +1 rondas." }, [3400205]={ ["desc"]="Combo: el ataque común de Íncubo a enemigos Dormidos aplicará Encarcelamiento durante 2 rondas." diff --git a/lua/app/config/strings/es/skin.lua b/lua/app/config/strings/es/skin.lua index 6801a092..61e04009 100644 --- a/lua/app/config/strings/es/skin.lua +++ b/lua/app/config/strings/es/skin.lua @@ -11,6 +11,9 @@ local skin = { [14001]={ ["value"]="Inicial" }, + [1400101]={ + ["value"]="Armadura de Ruinas" + }, [14002]={ ["value"]="Inicial" }, @@ -103,6 +106,6 @@ local skin = { } } local config = { -data=skin,count=34 +data=skin,count=35 } return config \ No newline at end of file diff --git a/lua/app/config/strings/es/task_type.lua b/lua/app/config/strings/es/task_type.lua new file mode 100644 index 00000000..bed3b460 --- /dev/null +++ b/lua/app/config/strings/es/task_type.lua @@ -0,0 +1,123 @@ +local task_type = { + [1]={ + ["desc"]="Anuncios vistos" + }, + [2]={ + ["desc"]="Obtener monedas" + }, + [3]={ + ["desc"]="Obtener diamantes" + }, + [4]={ + ["desc"]="Gastar monedas" + }, + [5]={ + ["desc"]="Gastar diamantes" + }, + [6]={ + ["desc"]="Abre cualquier cofre de la Tienda" + }, + [7]={ + ["desc"]="Abre un cofre épico de la Tienda" + }, + [8]={ + ["desc"]="Enciende la lámpara de habilidad en la fase." + }, + [9]={ + ["desc"]="Gana un combate" + }, + [10]={ + ["desc"]="Mejora tus héroes" + }, + [11]={ + ["desc"]="Obtiene fragmentos de héroes" + }, + [12]={ + ["desc"]="Mata al jefe" + }, + [13]={ + ["desc"]="Mata los monstruos" + }, + [14]={ + ["desc"]="Elementos eliminados" + }, + [15]={ + ["desc"]="Eliminaciones de 6 objetos" + }, + [16]={ + ["desc"]="Eliminaciones de 8 objetos" + }, + [17]={ + ["desc"]="Número de 10 o más hits en un combate" + }, + [18]={ + ["desc"]="Número de habilidades lanzadas en un combate" + }, + [19]={ + ["desc"]="Ondas de combates completadas" + }, + [20]={ + + }, + [21]={ + + }, + [22]={ + ["desc"]="Acumular {0} dia de check-in" + }, + [23]={ + ["desc"]="Atingir nível {0}" + }, + [24]={ + ["desc"]="Passar pelo Capítulo {0} da campanha principal" + }, + [25]={ + ["desc"]="Nível máximo do herói atingir {0}" + }, + [26]={ + ["desc"]="Gastar {0} pontos de energia" + }, + [27]={ + ["desc"]="Possuir {0} heróis" + }, + [28]={ + ["desc"]="Abrir {0} baú comum" + }, + [29]={ + ["desc"]="Abrir {0} baú valioso" + }, + [30]={ + ["desc"]="Desafíos de Arena" + }, + [31]={ + + }, + [32]={ + + }, + [33]={ + + }, + [34]={ + + }, + [35]={ + + }, + [36]={ + + }, + [37]={ + + }, + [38]={ + + }, + [39]={ + + } +} +local config = { +data=task_type,count=39 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/es/task_type.lua.meta b/lua/app/config/strings/es/task_type.lua.meta new file mode 100644 index 00000000..050239c8 --- /dev/null +++ b/lua/app/config/strings/es/task_type.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 34df813ee2b77d349b67572822b40e7e +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/fr/avatar_frame.lua b/lua/app/config/strings/fr/avatar_frame.lua index 924596db..43ceb019 100644 --- a/lua/app/config/strings/fr/avatar_frame.lua +++ b/lua/app/config/strings/fr/avatar_frame.lua @@ -13,9 +13,15 @@ local avatar_frame = { }, [27]={ + }, + [28]={ + + }, + [29]={ + } } local config = { -data=avatar_frame,count=5 +data=avatar_frame,count=7 } return config \ No newline at end of file diff --git a/lua/app/config/strings/fr/item.lua b/lua/app/config/strings/fr/item.lua index b7138f5a..cdc4654a 100644 --- a/lua/app/config/strings/fr/item.lua +++ b/lua/app/config/strings/fr/item.lua @@ -145,6 +145,12 @@ local item = { }, [52]={ + }, + [53]={ + + }, + [54]={ + }, [1001]={ @@ -340,6 +346,6 @@ local item = { } } local config = { -data=item,count=113 +data=item,count=115 } return config \ No newline at end of file diff --git a/lua/app/config/strings/fr/skin.lua b/lua/app/config/strings/fr/skin.lua index 3fcc5359..01f28e15 100644 --- a/lua/app/config/strings/fr/skin.lua +++ b/lua/app/config/strings/fr/skin.lua @@ -10,6 +10,9 @@ local skin = { }, [14001]={ + }, + [1400101]={ + }, [14002]={ @@ -103,6 +106,6 @@ local skin = { } } local config = { -data=skin,count=34 +data=skin,count=35 } return config \ No newline at end of file diff --git a/lua/app/config/strings/fr/task_type.lua b/lua/app/config/strings/fr/task_type.lua new file mode 100644 index 00000000..c087d8bf --- /dev/null +++ b/lua/app/config/strings/fr/task_type.lua @@ -0,0 +1,123 @@ +local task_type = { + [1]={ + + }, + [2]={ + + }, + [3]={ + + }, + [4]={ + + }, + [5]={ + + }, + [6]={ + + }, + [7]={ + + }, + [8]={ + + }, + [9]={ + + }, + [10]={ + + }, + [11]={ + + }, + [12]={ + + }, + [13]={ + + }, + [14]={ + + }, + [15]={ + + }, + [16]={ + + }, + [17]={ + + }, + [18]={ + + }, + [19]={ + + }, + [20]={ + + }, + [21]={ + + }, + [22]={ + + }, + [23]={ + + }, + [24]={ + + }, + [25]={ + + }, + [26]={ + + }, + [27]={ + + }, + [28]={ + + }, + [29]={ + + }, + [30]={ + + }, + [31]={ + + }, + [32]={ + + }, + [33]={ + + }, + [34]={ + + }, + [35]={ + + }, + [36]={ + + }, + [37]={ + + }, + [38]={ + + }, + [39]={ + + } +} +local config = { +data=task_type,count=39 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/fr/task_type.lua.meta b/lua/app/config/strings/fr/task_type.lua.meta new file mode 100644 index 00000000..921a770a --- /dev/null +++ b/lua/app/config/strings/fr/task_type.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 9bee2ea317c2e364d8ebe91c5c217a76 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/id/avatar_frame.lua b/lua/app/config/strings/id/avatar_frame.lua index bf1de6b5..43d6503a 100644 --- a/lua/app/config/strings/id/avatar_frame.lua +++ b/lua/app/config/strings/id/avatar_frame.lua @@ -13,9 +13,15 @@ local avatar_frame = { }, [27]={ ["desc"]="Bingkai Avatar Emas Arena S2.Pahlawan mulia." + }, + [28]={ + ["desc"]="Bingkai Avatar Silver S3. Simbol keberanian." + }, + [29]={ + ["desc"]="Bingkai Avatar Emas S3. Bukti kekuatan!" } } local config = { -data=avatar_frame,count=5 +data=avatar_frame,count=7 } return config \ No newline at end of file diff --git a/lua/app/config/strings/id/equip.lua b/lua/app/config/strings/id/equip.lua index 0fc494be..2da483ea 100644 --- a/lua/app/config/strings/id/equip.lua +++ b/lua/app/config/strings/id/equip.lua @@ -48,16 +48,16 @@ local equip = { ["name"]="Mallet Perkasa,Palu Prajurit,Penghancur Komet,Palu Pemusnah,Penghancur Jiwa,Bintang Jatuh" }, [1400102]={ - ["name"]="Helm Baja Kasar,Pelindung Baja Halus,Mahkota Obsidian,Coronet Perkasa,Circlet Tanduk Naga,Mahkota Kemuliaan Abadi" + ["name"]="Circlet Bunga,Circlet Mutiara,Circlet Api Emas,Circlet Giok,Circlet Phoenix,Mahkota Agung" }, [1400103]={ - ["name"]="Jubah Tenun Tebal,Armor Cincin Baja Tipis,Plat Besi Gelap,Armor Giok Sang Juara,Plat Emas Wyrmhide,Plat Berat Abadi" + ["name"]="Jubah Kulit Lembut,Jubah Giok,Sutra Kasa Ungu,Jubah Amber,Jubah Bulu Phoenix,Jubah Bintang Daulat" }, [1400104]={ - ["name"]="Sabuk Kulit,Tali Pinggang Emas Eboni,Ksatria Baldric,Sabuk Otot Wyrm,Lingkar Kekal,Gelang Bronze" + ["name"]="Sabuk Bordir,Tali Pinggang Elegan,Sabuk Mutiara,Sabuk Astral,Sabuk Phoenix,Sabuk Abadi" }, [1400105]={ - ["name"]="Gelang Bronze,Gelang Kulit,Gelang Hati Besi,Sarung Tangan Heroik,Pelindung Tangan Kumis Naga,Gelang Abadi" + ["name"]="Gelang Besi Lavender,Sarung Tangan Cadar Ethereal,Sarung Tangan Emas Cemerlang,Sarung Tangan Bintang,Sarung Tulang Phoenix,Pelindung Lengan Sovereign Agung" }, [1400201]={ ["name"]="Cakar Kucing,Cakar Duri,Cakar Baja Azure,Cakar Pencabik,Cakar Pembelah Langit,Berkah Keberuntungan" diff --git a/lua/app/config/strings/id/global.lua b/lua/app/config/strings/id/global.lua index eac7ef46..140dded5 100644 --- a/lua/app/config/strings/id/global.lua +++ b/lua/app/config/strings/id/global.lua @@ -447,6 +447,24 @@ local localization_global = ["ACT_DESC_12"] = "LV", ["ARENA_DESC_35"] = "Mungkin dapat Epik", ["ARENA_DESC_36"] = "Coba", + ["ONE_KEY_GET_DESC"] = "Klaim Cepat", + ["ACTIVITY_OVER_EDSC"] = "Event telah berakhir", + ["PART_IN_DESC"] = "Partisipasi", + ["HERO_FUND_DESCC_1"] = "Event baru Berkah Lunar dibuka", + ["HERO_FUND_DESCC_2"] = "Berkah Lunar", + ["HERO_FUND_DESCC_3"] = "Dapatkan hadiah melimpah dengan melewati ombak dalam pertempuran saat memiliki Berkah Lunar.", + ["HERO_FUND_DESCC_4"] = "Event baru Tantangan Advanced dibuka", + ["ARENA_DESC_37"] = "Buka Hero:", + ["ARENA_DESC_38"] = "Hero terbuka:", + ["ARENA_DESC_39"] = "Hadiah promosi hanya satu kali", + ["ARENA_DESC_40"] = "Hadiah Promosi", + ["ARENA_DESC_41"] = "Hadiah Penyelesaian", + ["ARENA_DESC_42"] = "Hadiah yang belum diklaim", + ["EQUIP_DESC_27"] = "Pack upgrade Armor Lv.{0}", + ["EQUIP_DESC_28"] = "Pack Peningkatan Senjata Lv.{0}", + ["SEIZED_DESC_1"] = "Telah terdeteksi kondisi tidak normal pada akunmuu. Silakan hubungi layanan pelanggan atau hapus akun, dan gunakan akun baru untuk melanjutkan permainan.", + ["SEIZED_DESC_2"] = "Hubungi Layanan Pelanggan", + ["SEIZED_DESC_3"] = "Hapus Akun", } return localization_global \ No newline at end of file diff --git a/lua/app/config/strings/id/item.lua b/lua/app/config/strings/id/item.lua index 24de67ac..e1da76c5 100644 --- a/lua/app/config/strings/id/item.lua +++ b/lua/app/config/strings/id/item.lua @@ -192,6 +192,14 @@ local item = { }, [52]={ + }, + [53]={ + ["name"]="Bingkai Avatar Silver Musim S3", + ["desc"]="Bingkai Avatar Silver S3. Simbol keberanian." + }, + [54]={ + ["name"]="Bingkai Avatar Emas Musim S3", + ["desc"]="Bingkai Avatar Emas S3. Bukti kekuatan!" }, [1001]={ ["name"]="Chondrite", @@ -451,6 +459,6 @@ local item = { } } local config = { -data=item,count=113 +data=item,count=115 } return config \ No newline at end of file diff --git a/lua/app/config/strings/id/skill.lua b/lua/app/config/strings/id/skill.lua index d4b809ea..8a70fb8b 100644 --- a/lua/app/config/strings/id/skill.lua +++ b/lua/app/config/strings/id/skill.lua @@ -42,7 +42,7 @@ local skill = { ["desc"]="Pemburu Bulan: Meningkatkan DMG dan memberikan DMG skill yang besar sekali." }, [3400220]={ - ["desc"]="Nightmare Z: Menyebabkan DMG skill tambahan dalam jumlah besar dengan 50% peluang efek Kantuk selama 2 giliran." + ["desc"]="Nightmare Z: Menyebabkan DMG skill tambahan dalam jumlah besar dengan 50% peluang efek Kantuk selama 1 giliran." }, [4200120]={ ["desc"]="Link Elemen: Menghilangkan 3 elemen secara acak dan memberikan DMG skill." diff --git a/lua/app/config/strings/id/skill_rogue.lua b/lua/app/config/strings/id/skill_rogue.lua index 3db100cd..2f2fe45a 100644 --- a/lua/app/config/strings/id/skill_rogue.lua +++ b/lua/app/config/strings/id/skill_rogue.lua @@ -468,7 +468,7 @@ local skill_rogue = { ["desc"]="Saat Pemburu Bulan menautkan 4 atau lebih banyak elemen, maka ATK Pemburu Bulan akan dilepaskan sebanyak 2 kali." }, [3400200]={ - ["desc"]="Membuka Nightmare Z: Menyebabkan DMG skill tambahan dalam jumlah besar dengan 50% peluang efek Kantuk selama 2 giliran." + ["desc"]="Membuka Nightmare Z: Menyebabkan DMG skill tambahan dalam jumlah besar dengan 50% peluang efek Kantuk selama 1 giliran." }, [3400201]={ ["desc"]="Nightmare Z dapat menghapus 4 grid tambahan pada arah X." @@ -480,7 +480,7 @@ local skill_rogue = { ["desc"]="Nightmare Z dapat menghapus 4 grid tambahan pada arah X." }, [3400204]={ - ["desc"]="Efek Kantuk Nightmare Z meningkatkan peluang hingga 80%。" + ["desc"]="Peluang Kantuk yang ditimbulkan oleh Nightmare Z meningkat 80% selama +1 giliran." }, [3400205]={ ["desc"]="Combo: ATK Nightmare Z Kantuk musuh akan memiliki efek Larangan yang melekat selama 2 giliran." diff --git a/lua/app/config/strings/id/skin.lua b/lua/app/config/strings/id/skin.lua index e7bb2794..ed879b1a 100644 --- a/lua/app/config/strings/id/skin.lua +++ b/lua/app/config/strings/id/skin.lua @@ -11,6 +11,9 @@ local skin = { [14001]={ ["value"]="Awal" }, + [1400101]={ + ["value"]="Armor Relik" + }, [14002]={ ["value"]="Awal" }, @@ -103,6 +106,6 @@ local skin = { } } local config = { -data=skin,count=34 +data=skin,count=35 } return config \ No newline at end of file diff --git a/lua/app/config/strings/id/task_type.lua b/lua/app/config/strings/id/task_type.lua new file mode 100644 index 00000000..41f274aa --- /dev/null +++ b/lua/app/config/strings/id/task_type.lua @@ -0,0 +1,123 @@ +local task_type = { + [1]={ + ["desc"]="Iklan ditonton" + }, + [2]={ + ["desc"]="Dapat Koin" + }, + [3]={ + ["desc"]="Dapat Berlian" + }, + [4]={ + ["desc"]="Konsumsi Koin" + }, + [5]={ + ["desc"]="Konsumsi Berlian" + }, + [6]={ + ["desc"]="Buka peti harta di Mall" + }, + [7]={ + ["desc"]="Buka peti epik di Mall" + }, + [8]={ + ["desc"]="Nyalakan lampu skill di level" + }, + [9]={ + ["desc"]="Memenangkan Battle" + }, + [10]={ + ["desc"]="Upgrade Hero" + }, + [11]={ + ["desc"]="Dapatkan Shard Hero" + }, + [12]={ + ["desc"]="Bunuh Boss" + }, + [13]={ + ["desc"]="Bunuh Minion" + }, + [14]={ + ["desc"]="Hapus elemen" + }, + [15]={ + ["desc"]="6x Hapus" + }, + [16]={ + ["desc"]="8x Hapus" + }, + [17]={ + ["desc"]="10 Kombo atau lebih dalam battle" + }, + [18]={ + ["desc"]="Skill yang dilepaskan dalam battle" + }, + [19]={ + ["desc"]="Hapus gelombang battle" + }, + [20]={ + + }, + [21]={ + + }, + [22]={ + ["desc"]="Total Sign-in {0} hari" + }, + [23]={ + ["desc"]="Capai Lv.{0}" + }, + [24]={ + ["desc"]="Lolos Quest Utama Bab {0}" + }, + [25]={ + ["desc"]="Level max Hero mencapai {0}" + }, + [26]={ + ["desc"]="Konsumsi {0} poin Energi" + }, + [27]={ + ["desc"]="Punya {0} Hero" + }, + [28]={ + ["desc"]="Membuka Peti Umum {0} kali" + }, + [29]={ + ["desc"]="Membuka Peti Premium {0} kali" + }, + [30]={ + ["desc"]="Jumlah tantangan arena" + }, + [31]={ + + }, + [32]={ + + }, + [33]={ + + }, + [34]={ + + }, + [35]={ + + }, + [36]={ + + }, + [37]={ + + }, + [38]={ + + }, + [39]={ + + } +} +local config = { +data=task_type,count=39 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/id/task_type.lua.meta b/lua/app/config/strings/id/task_type.lua.meta new file mode 100644 index 00000000..9355e21e --- /dev/null +++ b/lua/app/config/strings/id/task_type.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 10f39500da2f33f49b932f55ded99502 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/ja/avatar_frame.lua b/lua/app/config/strings/ja/avatar_frame.lua index 57c5abb8..f81b1f09 100644 --- a/lua/app/config/strings/ja/avatar_frame.lua +++ b/lua/app/config/strings/ja/avatar_frame.lua @@ -13,9 +13,15 @@ local avatar_frame = { }, [27]={ ["desc"]="S2闘技場ゴールドフレーム。ヒーローの輝き。" + }, + [28]={ + ["desc"]="S3闘技場シルバーフレーム。勇気の証。" + }, + [29]={ + ["desc"]="S3闘技場ゴールドフレーム。実力の証。" } } local config = { -data=avatar_frame,count=5 +data=avatar_frame,count=7 } return config \ No newline at end of file diff --git a/lua/app/config/strings/ja/equip.lua b/lua/app/config/strings/ja/equip.lua index 39ba7060..fedbdbe2 100644 --- a/lua/app/config/strings/ja/equip.lua +++ b/lua/app/config/strings/ja/equip.lua @@ -48,16 +48,16 @@ local equip = { ["name"]="マイティマレット,戦士のハンマー,彗星クラッシャー,破壊ハンマー,ソウルシャッター,流れ星" }, [1400102]={ - ["name"]="鋼の仮面,ファインスチール製仮面,黒曜石の冠,勇気の冠,竜角の冠,永遠の冠" + ["name"]="花の冠,真珠の冠飾,炎紋様の金冠,月の玉冠,鳳冠の星冠,至高のかんざし" }, [1400103]={ - ["name"]="厚織りの法衣,薄鋼鉄製ハウバーク,玄鉄の鎧,強者の鎧,竜鱗の鎧,永遠の鎧" + ["name"]="柔らかいローブ,翡翠飾りのローブ,紫絹のローブ,琥珀のローブ,鳳凰の羽のローブ,究極のローブ" }, [1400104]={ - ["name"]="革ベルト,黒檀ゴールドのガードル,騎士のベルト,竜腱のガードル,永遠のガードル,銅のブレスレット" + ["name"]="シンプルな刺繍テープ,エレガントなウエストバンド,パールの刺繍テープ,スターライトの刺繍テープ,鳳凰の刺繍テープ,究極の刺繍テープ" }, [1400105]={ - ["name"]="銅のブレスレット,革リストバンド,鉄のリストバンド,ヒーローのガントレット,竜鬚のリストバンド,永遠のリストバンド" + ["name"]="紫鉄のブレスレット,ベールのガントレット,ゴールドのガントレット,星のガントレット,鳳凰のガントレット,究極のガントレット" }, [1400201]={ ["name"]="猫の爪,トゲの爪,鋼の爪,裂傷の爪,空を切り裂く爪,福神の力" diff --git a/lua/app/config/strings/ja/global.lua b/lua/app/config/strings/ja/global.lua index 99affb82..d12c50cd 100644 --- a/lua/app/config/strings/ja/global.lua +++ b/lua/app/config/strings/ja/global.lua @@ -447,6 +447,24 @@ local localization_global = ["ACT_DESC_12"] = "LV", ["ARENA_DESC_35"] = "エピックを獲得可能~", ["ARENA_DESC_36"] = "運試し", + ["ONE_KEY_GET_DESC"] = "一括受取", + ["ACTIVITY_OVER_EDSC"] = "イベントは終了しました", + ["PART_IN_DESC"] = "参加する", + ["HERO_FUND_DESCC_1"] = "新イベント月の祝福が解放", + ["HERO_FUND_DESCC_2"] = "月の祝福", + ["HERO_FUND_DESCC_3"] = "月の祝福を入手した後、バトル中にクリア回数を累計すると豪華な報酬を獲得できます。", + ["HERO_FUND_DESCC_4"] = "新イベントランクアップ挑戦が解放", + ["ARENA_DESC_37"] = "ヒーロー解放:", + ["ARENA_DESC_38"] = "解放済のヒーロー:", + ["ARENA_DESC_39"] = "ランクアップ報酬は一回のみ受取可能です", + ["ARENA_DESC_40"] = "ランクアップ報酬", + ["ARENA_DESC_41"] = "決算報酬", + ["ARENA_DESC_42"] = "未受取の報酬", + ["EQUIP_DESC_27"] = "防具Lv{0}レベルアップパック", + ["EQUIP_DESC_28"] = "武器Lv{0}レベルアップパック", + ["SEIZED_DESC_1"] = "アカウントに異常が検出されました。サポートセンターに連絡するか、アカウントを削除し、新しいアカウントを作成してゲームを続行してください。", + ["SEIZED_DESC_2"] = "サポートセンターに連絡する", + ["SEIZED_DESC_3"] = "アカウントを削除する", } return localization_global \ No newline at end of file diff --git a/lua/app/config/strings/ja/item.lua b/lua/app/config/strings/ja/item.lua index 071eff44..5156e22d 100644 --- a/lua/app/config/strings/ja/item.lua +++ b/lua/app/config/strings/ja/item.lua @@ -192,6 +192,14 @@ local item = { }, [52]={ + }, + [53]={ + ["name"]="S3シーズンシルバーフレーム", + ["desc"]="S3闘技場シルバーフレーム。勇気の証。" + }, + [54]={ + ["name"]="S3シーズンゴールドフレーム", + ["desc"]="S3闘技場ゴールドフレーム。実力の証。" }, [1001]={ ["name"]="薄暗い隕石", @@ -451,6 +459,6 @@ local item = { } } local config = { -data=item,count=113 +data=item,count=115 } return config \ No newline at end of file diff --git a/lua/app/config/strings/ja/skill.lua b/lua/app/config/strings/ja/skill.lua index 6856a732..e24d9af0 100644 --- a/lua/app/config/strings/ja/skill.lua +++ b/lua/app/config/strings/ja/skill.lua @@ -42,7 +42,7 @@ local skill = { ["desc"]="ムーンチェイサー:発動するターンダメージがアップ、特⼤ダメージを与えるスキルを1回発動する。" }, [3400220]={ - ["desc"]="アリュールナイトメア:追加で大ダメージを与えるスキルを1回発動し、50%の確率で敵に2ターン昏睡効果を付与する。" + ["desc"]="アリュールナイトメア:追加で大ダメージを与えるスキルを1回発動し、50%の確率で敵に1ターン昏睡効果を付与する。" }, [4200120]={ ["desc"]="元素連接:ランダムで3つの元素を消し、スキルを1回発動する。" diff --git a/lua/app/config/strings/ja/skill_rogue.lua b/lua/app/config/strings/ja/skill_rogue.lua index ec9efe93..1f62a4ef 100644 --- a/lua/app/config/strings/ja/skill_rogue.lua +++ b/lua/app/config/strings/ja/skill_rogue.lua @@ -468,7 +468,7 @@ local skill_rogue = { ["desc"]="「ムーンチェイサー」は4つ以上の元素と繋がった時、ムーンチェイサーが2回発動する。" }, [3400200]={ - ["desc"]="アリュールナイトメア解放:追加で大ダメージを与えるスキルを1回発動し、50%の確率で敵に2ターン昏睡効果を付与する。" + ["desc"]="アリュールナイトメア解放:追加で大ダメージを与えるスキルを1回発動し、50%の確率で敵に1ターン昏睡効果を付与する。" }, [3400201]={ ["desc"]="「アリュールナイトメア」は追加でX方向4マスを消す。" @@ -480,7 +480,7 @@ local skill_rogue = { ["desc"]="「アリュールナイトメア」は追加でX方向4マスを消す。" }, [3400204]={ - ["desc"]="「アリュールナイトメア」の昏睡効果の確率は80%に増加する。" + ["desc"]="「アリュールナイトメア」の昏睡効果の確率は80%に増加し、ターン数が+1。" }, [3400205]={ ["desc"]="ヒット:夢魔の通常攻撃が昏睡状態の敵に2ターン拘束効果を付与する。" diff --git a/lua/app/config/strings/ja/skin.lua b/lua/app/config/strings/ja/skin.lua index 7eacc537..a9d2ccc1 100644 --- a/lua/app/config/strings/ja/skin.lua +++ b/lua/app/config/strings/ja/skin.lua @@ -11,6 +11,9 @@ local skin = { [14001]={ ["value"]="デフォルト" }, + [1400101]={ + ["value"]="レリックアーマー" + }, [14002]={ ["value"]="デフォルト" }, @@ -103,6 +106,6 @@ local skin = { } } local config = { -data=skin,count=34 +data=skin,count=35 } return config \ No newline at end of file diff --git a/lua/app/config/strings/ja/task_type.lua b/lua/app/config/strings/ja/task_type.lua new file mode 100644 index 00000000..e9262114 --- /dev/null +++ b/lua/app/config/strings/ja/task_type.lua @@ -0,0 +1,123 @@ +local task_type = { + [1]={ + ["desc"]="合計CM視聴回数" + }, + [2]={ + ["desc"]="コインを入手する" + }, + [3]={ + ["desc"]="ダイヤを入手する" + }, + [4]={ + ["desc"]="コインを消費する" + }, + [5]={ + ["desc"]="ダイヤを消費する" + }, + [6]={ + ["desc"]="ショップでいずれの宝箱を開ける" + }, + [7]={ + ["desc"]="ショップでエピック宝箱を開ける" + }, + [8]={ + ["desc"]="クエスト内でスキルランプを点灯する" + }, + [9]={ + ["desc"]="バトルに勝利する" + }, + [10]={ + ["desc"]="ヒーローをレベルアップする" + }, + [11]={ + ["desc"]="ヒーローピースを入手する" + }, + [12]={ + ["desc"]="ボスを撃破する" + }, + [13]={ + ["desc"]="手下を撃破する" + }, + [14]={ + ["desc"]="合計消した元素" + }, + [15]={ + ["desc"]="6連消しの回数" + }, + [16]={ + ["desc"]="8連消しの回数" + }, + [17]={ + ["desc"]="10連消し回数" + }, + [18]={ + ["desc"]="バトル中スキルを発動する回数" + }, + [19]={ + ["desc"]="波をクリアする回数" + }, + [20]={ + + }, + [21]={ + + }, + [22]={ + ["desc"]="{0}日ログインする" + }, + [23]={ + ["desc"]="レベル{0}に到達する" + }, + [24]={ + ["desc"]="メインクエスト{0}をクリアする" + }, + [25]={ + ["desc"]="ヒーローがレベル{0}に到達する" + }, + [26]={ + ["desc"]="スタミナを{0}消費する" + }, + [27]={ + ["desc"]="ヒーローを{0}体入手する" + }, + [28]={ + ["desc"]="普通の宝箱を{0}箱開ける" + }, + [29]={ + ["desc"]="貴重の宝箱を{0}箱開ける" + }, + [30]={ + ["desc"]="闘技場挑戦回数" + }, + [31]={ + + }, + [32]={ + + }, + [33]={ + + }, + [34]={ + + }, + [35]={ + + }, + [36]={ + + }, + [37]={ + + }, + [38]={ + + }, + [39]={ + + } +} +local config = { +data=task_type,count=39 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/ja/task_type.lua.meta b/lua/app/config/strings/ja/task_type.lua.meta new file mode 100644 index 00000000..dbde0cfb --- /dev/null +++ b/lua/app/config/strings/ja/task_type.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 79ef9e9ef8a9dc549ba2e2205713633c +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/ko/avatar_frame.lua b/lua/app/config/strings/ko/avatar_frame.lua index 88909731..97343e9a 100644 --- a/lua/app/config/strings/ko/avatar_frame.lua +++ b/lua/app/config/strings/ko/avatar_frame.lua @@ -13,9 +13,15 @@ local avatar_frame = { }, [27]={ ["desc"]="S2 아레나 골드 아이콘 프레임, 영웅의 눈부신 업적입니다." + }, + [28]={ + ["desc"]="S3 아레나 실버 아이콘 프레임, 용기를 대표합니다." + }, + [29]={ + ["desc"]="S3 아레나 골드 아이콘 프레임, 검증받은 실력입니다." } } local config = { -data=avatar_frame,count=5 +data=avatar_frame,count=7 } return config \ No newline at end of file diff --git a/lua/app/config/strings/ko/equip.lua b/lua/app/config/strings/ko/equip.lua index edde4ece..09e4d585 100644 --- a/lua/app/config/strings/ko/equip.lua +++ b/lua/app/config/strings/ko/equip.lua @@ -48,16 +48,16 @@ local equip = { ["name"]="힘센 망치,워리어의 망치,유성 망치,장군의 망치,영혼 파괴 망치,떨어지는 별" }, [1400102]={ - ["name"]="거친 강철 마스크,정교한 강철 마스크,어둠의 노블 왕관,용맹의 왕관,용의 뿔로 만든 왕관,화려한 영원의 왕관" + ["name"]="꽃나무 티아라,진주 티아라,불 무늬 티아라,밝은 달 티아라,빛나는 봉황 티아라,최고의 매력 왕관" }, [1400103]={ - ["name"]="두꺼운 니트 두루마기,얇은 강철 갑옷,검은 빛을 띤 무거운 중갑,강자의 옥 갑옷,용비늘 황금 투구,영원의 중갑" + ["name"]="부드러운 가죽 내복,옥 장식 로브,보라색 실크 원단,엠버 컬러 옷,봉황 깃털 로브,존귀한 별 로브" }, [1400104]={ - ["name"]="가죽 벨트,검은 황금 허리띠,기사의 벨트,용의 힘줄 허리띠,영원의 허리띠 장식,브론즈 팔찌" + ["name"]="심플한 자수 벨트,우아한 허리띠,진주 자수 벨트,별빛 영광의 벨트,봉황의 눈빛 허리띠,존귀한 불멸의 벨트" }, [1400105]={ - ["name"]="브론즈 팔찌,가죽 손목 밴드,철의 심장 손목 밴드,영웅 건틀릿,용수염 아대,영원의 아대" + ["name"]="보라색 아이언 팔찌,베일 건틀릿,화려한 황금 건틀릿,스텔라 건틀릿,봉황의 뼈 건틀릿,존귀한 영광의 아머" }, [1400201]={ ["name"]="고양이 펀치,손톱 세운 고양이 펀치,브론즈 고양이 펀치,거친 고양이 펀치,무시무시한 고양이 펀치,행운의 신이 내린 축복" diff --git a/lua/app/config/strings/ko/global.lua b/lua/app/config/strings/ko/global.lua index be1a1177..4d2ea710 100644 --- a/lua/app/config/strings/ko/global.lua +++ b/lua/app/config/strings/ko/global.lua @@ -447,6 +447,24 @@ local localization_global = ["ACT_DESC_12"] = "LV", ["ARENA_DESC_35"] = "행운의 신이 당신에게 미소 짓는다면 에픽 품질을 손에 넣을 수도 있습니다~", ["ARENA_DESC_36"] = "시도해보기", + ["ONE_KEY_GET_DESC"] = "모두 받기", + ["ACTIVITY_OVER_EDSC"] = "이벤트가 종료되었습니다.", + ["PART_IN_DESC"] = "참여", + ["HERO_FUND_DESCC_1"] = "새로운 이벤트 달의 축복이 시작됩니다.", + ["HERO_FUND_DESCC_2"] = "달의 축복", + ["HERO_FUND_DESCC_3"] = "달의 축복을 받게 되면 전투에서 클리어한 웨이브를 누적하여 푸짐한 보상을 받을 수 있습니다.", + ["HERO_FUND_DESCC_4"] = "신규 이벤트 고급 도전 오픈", + ["ARENA_DESC_37"] = "영웅 잠금 해제:", + ["ARENA_DESC_38"] = "잠금 해제된 영웅:", + ["ARENA_DESC_39"] = "승급 보상은 일회성 보상입니다.", + ["ARENA_DESC_40"] = "승급 보상", + ["ARENA_DESC_41"] = "정산 보상", + ["ARENA_DESC_42"] = "미수령 보상", + ["EQUIP_DESC_27"] = "방어구 {0}레벨 업그레이드 패키지", + ["EQUIP_DESC_28"] = "무기 {0}레벨 업그레이드 패키지", + ["SEIZED_DESC_1"] = "계정에 이상이 발견되었습니다. 문제 해결을 위해 고객 서비스에 문의하거나 계정을 삭제하시고 새 계정을 사용하여 게임을 계속 진행하시기 바랍니다.", + ["SEIZED_DESC_2"] = "고객 서비스 문의", + ["SEIZED_DESC_3"] = "계정 삭제", } return localization_global \ No newline at end of file diff --git a/lua/app/config/strings/ko/item.lua b/lua/app/config/strings/ko/item.lua index 828f1568..d3a91438 100644 --- a/lua/app/config/strings/ko/item.lua +++ b/lua/app/config/strings/ko/item.lua @@ -192,6 +192,14 @@ local item = { }, [52]={ + }, + [53]={ + ["name"]="S3 시즌 실버 아이콘 프레임", + ["desc"]="S3 아레나 실버 아이콘 프레임, 용기를 대표합니다." + }, + [54]={ + ["name"]="S3 시즌 골드 아이콘 프레임", + ["desc"]="S3 아레나 골드 아이콘 프레임, 검증받은 실력입니다." }, [1001]={ ["name"]="알렌데 운석", @@ -451,6 +459,6 @@ local item = { } } local config = { -data=item,count=113 +data=item,count=115 } return config \ No newline at end of file diff --git a/lua/app/config/strings/ko/skill.lua b/lua/app/config/strings/ko/skill.lua index d9f46e3b..c3043b1c 100644 --- a/lua/app/config/strings/ko/skill.lua +++ b/lua/app/config/strings/ko/skill.lua @@ -42,7 +42,7 @@ local skill = { ["desc"]="유성과 달의 숨바꼭질: 사용 후, 이번 공격 대미지가 상승하며 엄청난 양의 스킬 피해를 한 번 입힙니다." }, [3400220]={ - ["desc"]="아름다운 악몽: 추가로 대량의 스킬 피해를 한 번 입히며 50% 확률로 2턴 동안 수면 효과를 부여합니다." + ["desc"]="아름다운 악몽: 추가로 대량의 스킬 피해를 한 번 입히며 50% 확률로 1턴 동안 수면 효과를 부여합니다." }, [4200120]={ ["desc"]="원소 연결: 무작위로 3개의 원소를 소멸하고 스킬 피해를 한 번 입힙니다." diff --git a/lua/app/config/strings/ko/skill_rogue.lua b/lua/app/config/strings/ko/skill_rogue.lua index 9f896f7e..c8ae6f7a 100644 --- a/lua/app/config/strings/ko/skill_rogue.lua +++ b/lua/app/config/strings/ko/skill_rogue.lua @@ -468,7 +468,7 @@ local skill_rogue = { ["desc"]="유성과 달의 숨바꼭질이 4개 또는 그 이상의 원소를 연결하면 스킬 공격을 2번 방출합니다." }, [3400200]={ - ["desc"]="아름다운 악몽 잠금 해제: 추가로 대량의 스킬 피해를 한 번 입히며 50% 확률로 2턴 동안 수면효과를 부여합니다." + ["desc"]="아름다운 악몽 잠금 해제: 추가로 대량의 스킬 피해를 한 번 입히며 50% 확률로 1턴 동안 수면효과를 부여합니다." }, [3400201]={ ["desc"]="아름다운 악몽이 X 방향을 따라 추가로 4개의 그리드를 소멸합니다." @@ -480,7 +480,7 @@ local skill_rogue = { ["desc"]="아름다운 악몽이 X 방향을 따라 추가로 4개의 그리드를 소멸할 수 있습니다." }, [3400204]={ - ["desc"]="아름다운 악몽이 수면 효과를 부여할 확률이 80%로 증가합니다." + ["desc"]="아름다운 악몽이 수면 효과를 부여하는 확률이 80%로 증가하고 턴 횟수 +1" }, [3400205]={ ["desc"]="Combo:인큐버스의 일반 공격이 2턴 동안 수면 상태의 적에게 속박 효과를 부여합니다." diff --git a/lua/app/config/strings/ko/skin.lua b/lua/app/config/strings/ko/skin.lua index 3bab41a7..0981caa7 100644 --- a/lua/app/config/strings/ko/skin.lua +++ b/lua/app/config/strings/ko/skin.lua @@ -11,6 +11,9 @@ local skin = { [14001]={ ["value"]="초기" }, + [1400101]={ + ["value"]="유적 갑옷" + }, [14002]={ ["value"]="초기" }, @@ -103,6 +106,6 @@ local skin = { } } local config = { -data=skin,count=34 +data=skin,count=35 } return config \ No newline at end of file diff --git a/lua/app/config/strings/ko/task_type.lua b/lua/app/config/strings/ko/task_type.lua new file mode 100644 index 00000000..9ea9133b --- /dev/null +++ b/lua/app/config/strings/ko/task_type.lua @@ -0,0 +1,123 @@ +local task_type = { + [1]={ + ["desc"]="누적 광고 시청" + }, + [2]={ + ["desc"]="골드 획득하기" + }, + [3]={ + ["desc"]="다이아 얻기" + }, + [4]={ + ["desc"]="골드 소비하기" + }, + [5]={ + ["desc"]="다이아 소모하기" + }, + [6]={ + ["desc"]="상점에서 임의의 보물상자 오픈하기" + }, + [7]={ + ["desc"]="상점에서 에픽 보물상자 오픈하기" + }, + [8]={ + ["desc"]="스테이지에서 스킬 램프 오픈하기" + }, + [9]={ + ["desc"]="전투에서 승리하기" + }, + [10]={ + ["desc"]="영웅을 업그레이드하기" + }, + [11]={ + ["desc"]="영웅 파편 획득하기" + }, + [12]={ + ["desc"]="보스 처치하기" + }, + [13]={ + ["desc"]="미니언 처치하기" + }, + [14]={ + ["desc"]="누적 소멸한 원소" + }, + [15]={ + ["desc"]="6콤보 소멸 횟수" + }, + [16]={ + ["desc"]="8콤보 소멸 횟수" + }, + [17]={ + ["desc"]="전투에서 10연타 이상 공격한 횟수" + }, + [18]={ + ["desc"]="전투에서 스킬을 시전한 횟수" + }, + [19]={ + ["desc"]="클리어한 전투 웨이브 수" + }, + [20]={ + + }, + [21]={ + + }, + [22]={ + ["desc"]="누적 출석 {0}일" + }, + [23]={ + ["desc"]="레벨 {0}에 도달하기" + }, + [24]={ + ["desc"]="메인라인 챕터{0} 클리어하기" + }, + [25]={ + ["desc"]="영웅 최고 레벨이 {0}에 도달하기" + }, + [26]={ + ["desc"]="체력 {0} 포인트 소모하기" + }, + [27]={ + ["desc"]="{0}명의 영웅 보유하기" + }, + [28]={ + ["desc"]="일반 보물 상자 {0}번 오픈하기" + }, + [29]={ + ["desc"]="귀중한 보물 상자 {0}번 오픈하기" + }, + [30]={ + ["desc"]="아레나 도전 횟수" + }, + [31]={ + + }, + [32]={ + + }, + [33]={ + + }, + [34]={ + + }, + [35]={ + + }, + [36]={ + + }, + [37]={ + + }, + [38]={ + + }, + [39]={ + + } +} +local config = { +data=task_type,count=39 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/ko/task_type.lua.meta b/lua/app/config/strings/ko/task_type.lua.meta new file mode 100644 index 00000000..b795b3a7 --- /dev/null +++ b/lua/app/config/strings/ko/task_type.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 013b5d3e9ea538844bf8a3a4dfebfe8c +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/pt/avatar_frame.lua b/lua/app/config/strings/pt/avatar_frame.lua index 14a6246e..b8057287 100644 --- a/lua/app/config/strings/pt/avatar_frame.lua +++ b/lua/app/config/strings/pt/avatar_frame.lua @@ -13,9 +13,15 @@ local avatar_frame = { }, [27]={ ["desc"]="Moldura de avatar de ouro da Arena S2, o brilho de um herói." + }, + [28]={ + ["desc"]="Moldura de avatar de prata da Arena S3, um símbolo de coragem." + }, + [29]={ + ["desc"]="Moldura de avatar de ouro da Arena S3, uma testemunha do poder." } } local config = { -data=avatar_frame,count=5 +data=avatar_frame,count=7 } return config \ No newline at end of file diff --git a/lua/app/config/strings/pt/equip.lua b/lua/app/config/strings/pt/equip.lua index a5660a2d..6a76531f 100644 --- a/lua/app/config/strings/pt/equip.lua +++ b/lua/app/config/strings/pt/equip.lua @@ -48,16 +48,16 @@ local equip = { ["name"]="Martelo Poderoso,Martelo do Combatente,Martelo do Meteoro Gigante,Martelo do Exército Quebrado,Martelo Quebra-alma,Meteorito" }, [1400102]={ - ["name"]="Máscara de Aço Grosso,Elmo de Aço Refinado,Coroa de Obsidiana,Coroa da Valentia,Coroa do Chifre do Dragão,Coroa Majestosa da Eternidade" + ["name"]="Coroa de Flor Comum,Tiara de Pérola,Tiara de Ouro Tece-chamas,Coroa de Jade da Lua Clara,Coroa Estrelada da Fênix,Coroa Encantadora da Supremacia" }, [1400103]={ - ["name"]="Túnica Grossa,Cota de Anéis de Aço Fino,Armadura Pesada de Ferro Negro,Armadura de Jade do Valente,Couraça Dourada de Escamas de Dragão,Armadura Pesada da Eternidade" + ["name"]="Vestimenta Interna de Couro Flexível,Túnica Adornada com Jade,Cetim e Gaza Roxa,Vestimenta de Âmbar,Traje Majestoso de Pena de Fênix,Túnica Estrelada da Supremacia" }, [1400104]={ - ["name"]="Cinto de Couro,Cinto de Ouro Negro,Cinto do Cavaleiro,Cinta de Tendão de Dragão,Corrente de Cintura da Eternidade,Pulseira de Cobre" + ["name"]="Faixa Bordada Simples,Cinta Elegante,Faixa Bordada de Pérola,Cinto da Luz Estelar,Cinta do Olhar da Fênix,Cordão Celestial da Supremacia" }, [1400105]={ - ["name"]="Pulseira de Cobre,Braceletes de Couro,Braceletes de Coração de Ferro,Manoplas do Herói,Braceletes do Bigode do Dragão,Pulseiras da Eternidade" + ["name"]="Pulseira de Ferro Roxo,Manoplas de Musselina,Manoplas Adornados de Ouro,Manoplas das Estrelas,Manoplas do Osso da Fênix,Manoplas da Supremacia" }, [1400201]={ ["name"]="Punho de Gato,Punho de Gato Espinhoso,Punho de Gato de Aço Azul,Punho de Gato Rasgador,Punho de Gato Rompe-céus,Força do Deus da Fortuna" diff --git a/lua/app/config/strings/pt/global.lua b/lua/app/config/strings/pt/global.lua index 3b9123ab..4f663332 100644 --- a/lua/app/config/strings/pt/global.lua +++ b/lua/app/config/strings/pt/global.lua @@ -447,6 +447,24 @@ local localization_global = ["ACT_DESC_12"] = "LV", ["ARENA_DESC_35"] = "Pode aparecer um Épico!", ["ARENA_DESC_36"] = "Tentar a Sorte", + ["ONE_KEY_GET_DESC"] = "Coletar tudo", + ["ACTIVITY_OVER_EDSC"] = "O evento terminou.", + ["PART_IN_DESC"] = "Participar", + ["HERO_FUND_DESCC_1"] = "Começou o novo evento: Bênção da Lua", + ["HERO_FUND_DESCC_2"] = "Bênção da Lua", + ["HERO_FUND_DESCC_3"] = "Com a Bênção da Lua, receberá recompensas generosas acumulando o número de ondas de batalha.", + ["HERO_FUND_DESCC_4"] = "Começou o novo evento: Desafio de Avanço", + ["ARENA_DESC_37"] = "Heróis a desbloquear:", + ["ARENA_DESC_38"] = "Heróis desbloqueados:", + ["ARENA_DESC_39"] = "As recompensas de aprimoramento só podem ser coletadas uma vez.", + ["ARENA_DESC_40"] = "Recompensas pela subida de ranque", + ["ARENA_DESC_41"] = "Recompensas de classificação", + ["ARENA_DESC_42"] = "Recompensas não coletadas", + ["EQUIP_DESC_27"] = "Pacote de Melhoria de Armadura a Nv.{0}", + ["EQUIP_DESC_28"] = "Pacote de Melhoria de Arma a Nv.{0}", + ["SEIZED_DESC_1"] = "Foi detectada alguma anormalidade com sua conta. Entre em contato com o atendimento ao cliente ou exclua a conta atual e crie uma nova conta para continuar jogando.", + ["SEIZED_DESC_2"] = "Atendimento ao Cliente", + ["SEIZED_DESC_3"] = "Excluir Conta", } return localization_global \ No newline at end of file diff --git a/lua/app/config/strings/pt/item.lua b/lua/app/config/strings/pt/item.lua index b0e835eb..930dd112 100644 --- a/lua/app/config/strings/pt/item.lua +++ b/lua/app/config/strings/pt/item.lua @@ -192,6 +192,14 @@ local item = { }, [52]={ + }, + [53]={ + ["name"]="Moldura de Avatar de Prata da S3", + ["desc"]="Moldura de avatar de prata da Arena S3, um símbolo de coragem." + }, + [54]={ + ["name"]="Moldura de Avatar de Ouro da S3", + ["desc"]="Moldura de avatar de ouro da Arena S3, uma testemunha do poder." }, [1001]={ ["name"]="Ferro Meteórico Opaco", @@ -451,6 +459,6 @@ local item = { } } local config = { -data=item,count=113 +data=item,count=115 } return config \ No newline at end of file diff --git a/lua/app/config/strings/pt/skill.lua b/lua/app/config/strings/pt/skill.lua index dca29d4a..4ce91db1 100644 --- a/lua/app/config/strings/pt/skill.lua +++ b/lua/app/config/strings/pt/skill.lua @@ -42,7 +42,7 @@ local skill = { ["desc"]="Disparada do Meteoro: aumenta o dano causado no turno atual e causa um golpe de enorme dano de habilidade." }, [3400220]={ - ["desc"]="Pesadelo da Beleza: causa adicionalmente um golpe de habilidade massivo com 50% de chance de acionar o efeito de Sonolento que dura 2 turnos." + ["desc"]="Pesadelo da Beleza: causa adicionalmente um golpe de habilidade massivo com 50% de chance de acionar o efeito de Sonolento que dura 1 turnos." }, [4200120]={ ["desc"]="Elo Elemental: elimina 3 elementos aleatórios e causa um golpe de dano de habilidade." diff --git a/lua/app/config/strings/pt/skill_rogue.lua b/lua/app/config/strings/pt/skill_rogue.lua index e7a6d536..6370f96f 100644 --- a/lua/app/config/strings/pt/skill_rogue.lua +++ b/lua/app/config/strings/pt/skill_rogue.lua @@ -468,7 +468,7 @@ local skill_rogue = { ["desc"]="Ao conectar 4 ou mais elementos com a Disparada do Meteoro, esta habilidade é lançada 2 vezes." }, [3400200]={ - ["desc"]="Desbloquear Belo Pesadelo: causa dano adicional significativo com habilidades e tem 50% de chance de adicionar o efeito sono por 2 turnos." + ["desc"]="Desbloquear Belo Pesadelo: causa dano adicional significativo com habilidades e tem 50% de chance de adicionar o efeito sono por 1 turnos." }, [3400201]={ ["desc"]="Belo Pesadelo pode eliminar 4 quadrados adicionais na direção X." @@ -480,7 +480,7 @@ local skill_rogue = { ["desc"]="Belo Pesadelo pode eliminar 4 quadrados adicionais na direção X." }, [3400204]={ - ["desc"]="A probabilidade do efeito sono adicionado por Belo Pesadelo aumenta para 80%." + ["desc"]="Aumenta a chance de acionamento do efeito sonolento pelo Pesadelo da Beleza para 80%, com +1 turno de duração." }, [3400205]={ ["desc"]="Combo: Ataque normal de Succubus a inimigos adormecidos adiciona o efeito aprisionamento por 2 turnos." diff --git a/lua/app/config/strings/pt/skin.lua b/lua/app/config/strings/pt/skin.lua index 23b6b181..80003712 100644 --- a/lua/app/config/strings/pt/skin.lua +++ b/lua/app/config/strings/pt/skin.lua @@ -11,6 +11,9 @@ local skin = { [14001]={ ["value"]="Inicial" }, + [1400101]={ + ["value"]="Armadura das Ruínas" + }, [14002]={ ["value"]="Inicial" }, @@ -103,6 +106,6 @@ local skin = { } } local config = { -data=skin,count=34 +data=skin,count=35 } return config \ No newline at end of file diff --git a/lua/app/config/strings/pt/task_type.lua b/lua/app/config/strings/pt/task_type.lua new file mode 100644 index 00000000..df3dcd49 --- /dev/null +++ b/lua/app/config/strings/pt/task_type.lua @@ -0,0 +1,123 @@ +local task_type = { + [1]={ + ["desc"]="Anúncios visualizados" + }, + [2]={ + ["desc"]="Obtenha moedas de ouro" + }, + [3]={ + ["desc"]="Obtenha diamantes" + }, + [4]={ + ["desc"]="Gaste moedas de ouro" + }, + [5]={ + ["desc"]="Gaste diamantes" + }, + [6]={ + ["desc"]="Abra qualquer baú na Loja" + }, + [7]={ + ["desc"]="Abra um Baú Lendário na Loja" + }, + [8]={ + ["desc"]="Ative a habilidade Lâmpada Mágica numa fase" + }, + [9]={ + ["desc"]="Vença nas batalhas" + }, + [10]={ + ["desc"]="Aprimore seus heróis" + }, + [11]={ + ["desc"]="Obtenha fragmentos de heróis" + }, + [12]={ + ["desc"]="Derrote o chefão" + }, + [13]={ + ["desc"]="Derrote os lacaios" + }, + [14]={ + ["desc"]="Elementos eliminados" + }, + [15]={ + ["desc"]="Eliminações de 6 em sequência" + }, + [16]={ + ["desc"]="Eliminações de 8 em sequência" + }, + [17]={ + ["desc"]="Número de 10 ou mais hits seguidos em combate" + }, + [18]={ + ["desc"]="Habilidades lançadas em combate" + }, + [19]={ + ["desc"]="Ondas de combates concluídas" + }, + [20]={ + + }, + [21]={ + + }, + [22]={ + ["desc"]="Entrar en el juego {0} día." + }, + [23]={ + ["desc"]="Alcanzar Nivel {0}." + }, + [24]={ + ["desc"]="Completar Capítulo {0} de la historia principal." + }, + [25]={ + ["desc"]="El héroe alzanza Nivel {0}." + }, + [26]={ + ["desc"]="Consumir {0} puntos de Energía." + }, + [27]={ + ["desc"]="Tener {0} héroes." + }, + [28]={ + ["desc"]="Abrir {0} Cofre Común." + }, + [29]={ + ["desc"]="Abrir {0} Cofre Precioso." + }, + [30]={ + ["desc"]="Desafios da Arena" + }, + [31]={ + + }, + [32]={ + + }, + [33]={ + + }, + [34]={ + + }, + [35]={ + + }, + [36]={ + + }, + [37]={ + + }, + [38]={ + + }, + [39]={ + + } +} +local config = { +data=task_type,count=39 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/pt/task_type.lua.meta b/lua/app/config/strings/pt/task_type.lua.meta new file mode 100644 index 00000000..ec4502b3 --- /dev/null +++ b/lua/app/config/strings/pt/task_type.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: c6bf303608369c641b8e03478231618a +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/ru/avatar_frame.lua b/lua/app/config/strings/ru/avatar_frame.lua index 924596db..43ceb019 100644 --- a/lua/app/config/strings/ru/avatar_frame.lua +++ b/lua/app/config/strings/ru/avatar_frame.lua @@ -13,9 +13,15 @@ local avatar_frame = { }, [27]={ + }, + [28]={ + + }, + [29]={ + } } local config = { -data=avatar_frame,count=5 +data=avatar_frame,count=7 } return config \ No newline at end of file diff --git a/lua/app/config/strings/ru/item.lua b/lua/app/config/strings/ru/item.lua index b7138f5a..cdc4654a 100644 --- a/lua/app/config/strings/ru/item.lua +++ b/lua/app/config/strings/ru/item.lua @@ -145,6 +145,12 @@ local item = { }, [52]={ + }, + [53]={ + + }, + [54]={ + }, [1001]={ @@ -340,6 +346,6 @@ local item = { } } local config = { -data=item,count=113 +data=item,count=115 } return config \ No newline at end of file diff --git a/lua/app/config/strings/ru/skin.lua b/lua/app/config/strings/ru/skin.lua index 3fcc5359..01f28e15 100644 --- a/lua/app/config/strings/ru/skin.lua +++ b/lua/app/config/strings/ru/skin.lua @@ -10,6 +10,9 @@ local skin = { }, [14001]={ + }, + [1400101]={ + }, [14002]={ @@ -103,6 +106,6 @@ local skin = { } } local config = { -data=skin,count=34 +data=skin,count=35 } return config \ No newline at end of file diff --git a/lua/app/config/strings/th/avatar_frame.lua b/lua/app/config/strings/th/avatar_frame.lua index 42a168d4..e396c15c 100644 --- a/lua/app/config/strings/th/avatar_frame.lua +++ b/lua/app/config/strings/th/avatar_frame.lua @@ -13,9 +13,15 @@ local avatar_frame = { }, [27]={ ["desc"]="กรอบรูปทองของอารีน่า S2 ความรุ่งโรจน์ของฮีโร่" + }, + [28]={ + ["desc"]="กรอบรูปเงินของอารีน่า S3 ตัวแทนแห่งความกล้าหาญ" + }, + [29]={ + ["desc"]="กรอบรูปทองของอารีน่า S3 พิสูจน์ความแข็งแกร่ง" } } local config = { -data=avatar_frame,count=5 +data=avatar_frame,count=7 } return config \ No newline at end of file diff --git a/lua/app/config/strings/th/equip.lua b/lua/app/config/strings/th/equip.lua index 7ac3065e..6e9947f3 100644 --- a/lua/app/config/strings/th/equip.lua +++ b/lua/app/config/strings/th/equip.lua @@ -48,16 +48,16 @@ local equip = { ["name"]="ค้อนยักษ์,ค้อนนักรบ,ค้อนดาวตก,ค้อนทำลาย,ค้อนตัดวิญญาณ,อุกกาบาต" }, [1400102]={ - ["name"]="เกราะหน้าเหล็กหยาบ,เกราะหน้าเหล็กเลิศ,มงกุฎออบซิเดียน,มงกุฎกล้าหาญ,มงกุฎเขามังกร,มงกุฎนิรันดร์" + ["name"]="มงกุฎไม้ดอก,มงกุฎมุก,มงกุฎทองลายไฟ,มงกุฎหยกจันทร์,มงกุฎดาวฟีนิกซ์,มงกุฏมหาเสน่ห์สุพรีม" }, [1400103]={ - ["name"]="เสื้อยาวถักหนา,เกราะวงแหวนเหล็กบาง,เกราะหนักเหล็ก,เกราะหยกผู้แข็งแกร่ง,บุตรขุนนางเกล็ดมังกร,เกราะหนักนิรันดร์" + ["name"]="เสื้อชั้นในหนัง,เสื้อคลุมหยก,ผ้าซาตินสีม่วง,ชุดแสดงสีเหลืองอำพัน,ชุดขนนกฟีนิกซ์,เสื้อคลุมดาวสุพรีม" }, [1400104]={ - ["name"]="เข็มขัดหนัง,คอร์เซ็ททอง,แหวนเอวอัศวิน,คอร์เซ็ทเอ็นมังกร,ห่วงโซ่เอวนิรันดร์,สร้อยข้อมือทองแดง" + ["name"]="ริบบิ้นปักเรียบง่าย,คอร์เซ็ทสง่างาม,ริบบิ้นปักมุก,เข็มขัดแสงดาว,เข็มขัดดาฟีนิกซ์,เชือกเซียนสุพรีม" }, [1400105]={ - ["name"]="สร้อยข้อมือทองแดง,สายรัดข้อมือหนัง,สายรัดข้อมือเฉยเมย,ถุงมือฮีโร่,สายรัดข้อมือหนวดมังกร,ล้อข้อมือนิรันดร์" + ["name"]="สร้อยข้อมือเหล็กม่วง,ถุงมือเส้นด้าย,ถุงมือทอง,ถุงมือดวงดาว,ถุงมือกระดูกฟีนิกซ์,เกราะมือสุพรีม" }, [1400201]={ ["name"]="หมัดแมว,หมัดแมวหนามแหลม,หมัดแมวเหล็กเขียว,หมัดแมวฉีกขาด,หมัดแมวทะลวง,พลังเทพโชคลาภ" diff --git a/lua/app/config/strings/th/global.lua b/lua/app/config/strings/th/global.lua index 1e5a4e78..a5c7a95a 100644 --- a/lua/app/config/strings/th/global.lua +++ b/lua/app/config/strings/th/global.lua @@ -447,6 +447,24 @@ local localization_global = ["ACT_DESC_12"] = "LV", ["ARENA_DESC_35"] = "อาจได้รับอีพิทนะ~", ["ARENA_DESC_36"] = "ลองเสี่ยงโชค", + ["ONE_KEY_GET_DESC"] = "รับทั้งหมด", + ["ACTIVITY_OVER_EDSC"] = "กิจกรรมสิ้นสุดแล้ว", + ["PART_IN_DESC"] = "เข้าร่วม", + ["HERO_FUND_DESCC_1"] = "เปิดกจกรรใหม่ดวงจันทร์แล้ว", + ["HERO_FUND_DESCC_2"] = "พรแห่งดวงจันทร์", + ["HERO_FUND_DESCC_3"] = "หลังจากได้รับพรแห่งดวงจันทร์แล้ว สะสมผ่านจำนวนรอบในการต่อสู้จะได้รับรางวัลมากมาย", + ["HERO_FUND_DESCC_4"] = "เปิดกิจกรรมใหม่ท้าทายขั้นสูแล้ว", + ["ARENA_DESC_37"] = "ปลดล็อคฮีโร่:", + ["ARENA_DESC_38"] = "ฮีโร่ที่ปลดล็อค:", + ["ARENA_DESC_39"] = "รางวัลอัประดับเป็นรางวัลแบบครั้งเดียว", + ["ARENA_DESC_40"] = "รางวัลอัประดับ", + ["ARENA_DESC_41"] = "รางวัลคำนวณ", + ["ARENA_DESC_42"] = "รางวัลที่ยังไม่ได้รับ", + ["EQUIP_DESC_27"] = "แพ็คอัปเกราะ {0} เลเวล", + ["EQUIP_DESC_28"] = "แพ็คอัปอาวุธ {0} เลเวล", + ["SEIZED_DESC_1"] = "ตรวจพบบัญชีของคุณผิดปกติ โปรดติดต่อฝ่ายบริการลูกค้าหรือลบบัญชีและใช้บัญชีใหม่เพื่อเล่นเกมต่อ", + ["SEIZED_DESC_2"] = "ติดต่อฝ่ายบริการลูกค้า", + ["SEIZED_DESC_3"] = "ลบบัญชี", } return localization_global \ No newline at end of file diff --git a/lua/app/config/strings/th/item.lua b/lua/app/config/strings/th/item.lua index 4ff35298..88a2f8be 100644 --- a/lua/app/config/strings/th/item.lua +++ b/lua/app/config/strings/th/item.lua @@ -192,6 +192,14 @@ local item = { }, [52]={ + }, + [53]={ + ["name"]="กรอบรูปเงินซีซั่น S3", + ["desc"]="กรอบรูปเงินของอารีน่า S3 ตัวแทนแห่งความกล้าหาญ" + }, + [54]={ + ["name"]="กรอบรูปทองซีซั่น S3", + ["desc"]="กรอบรูปทองของอารีน่า S3 พิสูจน์ความแข็งแกร่ง" }, [1001]={ ["name"]="อุกกาบาตทื่อ", @@ -451,6 +459,6 @@ local item = { } } local config = { -data=item,count=113 +data=item,count=115 } return config \ No newline at end of file diff --git a/lua/app/config/strings/th/skill.lua b/lua/app/config/strings/th/skill.lua index e0dbe373..3dc41522 100644 --- a/lua/app/config/strings/th/skill.lua +++ b/lua/app/config/strings/th/skill.lua @@ -42,7 +42,7 @@ local skill = { ["desc"]="ดาวตกไล่ดวงจันทร์: ดาเมจครั้งนี้จะเพิ่มขึ้นหลังจากการใช้ และสร้างดาเมจสกิลมหาศาล 1 ครั้ง" }, [3400220]={ - ["desc"]="ฝันร้ายที่สวยงาม: สร้างดาเมจสกิลมากมายเพิ่มเติม 1 ครั้ง มีโอกาส 50% เพิ่มเอฟเฟกต์หลับ 2รอบ" + ["desc"]="ฝันร้ายที่สวยงาม: สร้างดาเมจสกิลมากมายเพิ่มเติม 1 ครั้ง มีโอกาส 50% เพิ่มเอฟเฟกต์หลับ 1รอบ" }, [4200120]={ ["desc"]="การเชื่อมโยงธาตุ: สุ่มกำจัดธาตุ3อัน และสร้างดาเมจสกิล 1 ครั้ง" diff --git a/lua/app/config/strings/th/skill_rogue.lua b/lua/app/config/strings/th/skill_rogue.lua index 6cd74a74..974569fd 100644 --- a/lua/app/config/strings/th/skill_rogue.lua +++ b/lua/app/config/strings/th/skill_rogue.lua @@ -468,7 +468,7 @@ local skill_rogue = { ["desc"]="เมื่อดาวตกไล่ดวงจันทร์เชื่อมโยงธาตุ4อันหรือขึ้นไป การโจมตีของดาวตกไล่ดวงจันทร์จะปล่อย2ครั้ง" }, [3400200]={ - ["desc"]="ปลดล็อคฝันร้ายที่สวยงาม: สร้างดาเมจสกิลมากมายเพิ่มเติม 1 ครั้ง มีโอกาส 50% เพิ่มเอฟเฟกต์หลับ 2รอบ" + ["desc"]="ปลดล็อคฝันร้ายที่สวยงาม: สร้างดาเมจสกิลมากมายเพิ่มเติม 1 ครั้ง มีโอกาส 50% เพิ่มเอฟเฟกต์หลับ 1รอบ" }, [3400201]={ ["desc"]="ฝันร้ายที่สวยงามสามารถกำจัดเพิ่มเติม4ช่องตามทิศทาง X" @@ -480,7 +480,7 @@ local skill_rogue = { ["desc"]="ฝันร้ายที่สวยงามสามารถกำจัดเพิ่มเติม4ช่องตามทิศทาง X" }, [3400204]={ - ["desc"]="เอฟเฟกต์หลับที่เพิ่มโดยฝันร้ายที่สวยงามสาม โอกาสเพิ่มขึ้นถึง80%" + ["desc"]="โอกาสเอฟเฟกต์หลับที่เพิ่มโดยฝันร้ายที่สวยงามเพิ่มขึ้นถึง80% จำนวนรอบ+1" }, [3400205]={ ["desc"]="คอมโบ: เมื่อฝันร้ายโจมตีทั่วไปศัตรูหลับจะเพิ่มเอฟเฟกต์กักขัง 2รอบ" diff --git a/lua/app/config/strings/th/skin.lua b/lua/app/config/strings/th/skin.lua index 80747895..bbc7dc0c 100644 --- a/lua/app/config/strings/th/skin.lua +++ b/lua/app/config/strings/th/skin.lua @@ -11,6 +11,9 @@ local skin = { [14001]={ ["value"]="เริ่มต้น" }, + [1400101]={ + ["value"]="เกราะรบซาก" + }, [14002]={ ["value"]="เริ่มต้น" }, @@ -103,6 +106,6 @@ local skin = { } } local config = { -data=skin,count=34 +data=skin,count=35 } return config \ No newline at end of file diff --git a/lua/app/config/strings/th/task_type.lua b/lua/app/config/strings/th/task_type.lua new file mode 100644 index 00000000..8dd8372b --- /dev/null +++ b/lua/app/config/strings/th/task_type.lua @@ -0,0 +1,123 @@ +local task_type = { + [1]={ + ["desc"]="สะสมดูโฆษณา" + }, + [2]={ + ["desc"]="ได้รับเหรียญทอง" + }, + [3]={ + ["desc"]="ได้รับเพชร" + }, + [4]={ + ["desc"]="ใช้เหรียญทอง" + }, + [5]={ + ["desc"]="ใช้เพชร" + }, + [6]={ + ["desc"]="เปิดหีบใดก็ได้ในห้าง" + }, + [7]={ + ["desc"]="เปิดหีบอีพิทในห้าง" + }, + [8]={ + ["desc"]="เปิดตะเกียงเทพในด่าน" + }, + [9]={ + ["desc"]="ชนะการต่อสู้" + }, + [10]={ + ["desc"]="อัปเลเวลฮีโร่ของคุณ" + }, + [11]={ + ["desc"]="ได้รับเศษฮีโร่" + }, + [12]={ + ["desc"]="สังหารบอส" + }, + [13]={ + ["desc"]="สังหารมอน" + }, + [14]={ + ["desc"]="สะสมกำจัดธาตุ" + }, + [15]={ + ["desc"]="จำนวนกำจัด 6 คอมโบ" + }, + [16]={ + ["desc"]="จำนวนกำจัด 8 คอมโบ" + }, + [17]={ + ["desc"]="จำนวนเกิน 10 คอมโบในการต่อสู้" + }, + [18]={ + ["desc"]="จำนวนปล่อยสกิลในการต่อสู้" + }, + [19]={ + ["desc"]="จำนวนผ่านรอบการต่อสู้" + }, + [20]={ + + }, + [21]={ + + }, + [22]={ + ["desc"]="สะสมลงชื่อ {0} วัน" + }, + [23]={ + ["desc"]="เลเวลถึง Lv.{0}" + }, + [24]={ + ["desc"]="ผ่านบทที่ {0} ของเควสหลัก" + }, + [25]={ + ["desc"]="เลเวลสูงสุดของฮีโร่ถึง Lv.{0}" + }, + [26]={ + ["desc"]="ใช้พลังกาย {0} แต้ม" + }, + [27]={ + ["desc"]="มีฮีโร่ {0} ตัว" + }, + [28]={ + ["desc"]="เปิดหีบสมบัติทั่วไป {0} ครั้ง" + }, + [29]={ + ["desc"]="เปิดหีบสมบัติล้ำค่า {0} ครั้ง" + }, + [30]={ + ["desc"]="จำนวนท้าทายอารีน่า" + }, + [31]={ + + }, + [32]={ + + }, + [33]={ + + }, + [34]={ + + }, + [35]={ + + }, + [36]={ + + }, + [37]={ + + }, + [38]={ + + }, + [39]={ + + } +} +local config = { +data=task_type,count=39 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/th/task_type.lua.meta b/lua/app/config/strings/th/task_type.lua.meta new file mode 100644 index 00000000..d1c6e657 --- /dev/null +++ b/lua/app/config/strings/th/task_type.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: ab8cfc0153d5b7b408ba9ae79a2b08b6 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/vi/avatar_frame.lua b/lua/app/config/strings/vi/avatar_frame.lua index 9a7507dc..86fe00c2 100644 --- a/lua/app/config/strings/vi/avatar_frame.lua +++ b/lua/app/config/strings/vi/avatar_frame.lua @@ -13,9 +13,15 @@ local avatar_frame = { }, [27]={ ["desc"]="Khung Avatar Vàng Đấu Trường S2, anh hùng tỏa sáng." + }, + [28]={ + ["desc"]="Khung Avatar Bạc Đấu Trường S3, biểu tượng gan dạ." + }, + [29]={ + ["desc"]="Khung Avatar Vàng Đấu Trường S3, biểu tượng thực lực." } } local config = { -data=avatar_frame,count=5 +data=avatar_frame,count=7 } return config \ No newline at end of file diff --git a/lua/app/config/strings/vi/equip.lua b/lua/app/config/strings/vi/equip.lua index 0d554e7d..d191f6e2 100644 --- a/lua/app/config/strings/vi/equip.lua +++ b/lua/app/config/strings/vi/equip.lua @@ -48,16 +48,16 @@ local equip = { ["name"]="Búa Mạnh,Búa Chiến Sĩ,Búa Sao Băng,Búa Phá Quân,Búa Đoạn Hồn,Thiên Thạch" }, [1400102]={ - ["name"]="Mặt Nạ Thép Thô,Mũ Thép Tinh Thiết,Mũ Hắc Diệu,Vương Miện Anh Dũng,Mũ Sừng Rồng,Mũ Vĩnh Hằng" + ["name"]="Mũ Gỗ Phàm Hoa,Mũ Ngọc Trai,Mũ Vàng Vân Lửa,Mũ Ngọc Trăng Sáng,Mũ Sao Mũ Phượng,Mũ Chí Tôn" }, [1400103]={ - ["name"]="Áo Dệt Kim Dày,Giáp Thép Mỏng,Giáp Huyền Thiết,Giáp Ngọc Cường Giả,Mũ Vàng Vảy Rồng,Giáp Vĩnh Hằng" + ["name"]="Áo Choàng Da,Áo Choàng Ngọc Bích,Tơ Lụa Sa Tím,Áo Hổ Phách,Trang Phục Phụng Hoàng,Áo Choàng Chí Tôn" }, [1400104]={ - ["name"]="Đai Da,Đai Than Đá,Đai Kỵ Sĩ,Đai Gân Rồng,Đai Vĩnh Hằng,Vòng Tay Đồng" + ["name"]="Đai Đơn Giản,Đai Thanh Lịch,Đai Ngọc Trai,Đai Ánh Sao,Đai Mắt Phượng,Dây Chí Tôn" }, [1400105]={ - ["name"]="Vòng Tay Đồng,Đai Da Cổ Tay,Đai Thép Cổ Tay,Bao Tay Anh Hùng,Tay Râu Rồng,Vòng Vĩnh Hằng" + ["name"]="Vòng Tay Tử Thiết,Bao Tay Nhẹ Nhàng,Bao Tay Hoàng Kim,Bao Tay Chòm Sao,Bao Tay Xương Phượng,Giáp Tay Chí Tôn" }, [1400201]={ ["name"]="Miêu Quyền,Miêu Quyền Gai Góc,Miêu Quyền Thép Xanh,Miêu Quyền Vết Rách,Miêu Quyền Phá Không,Sức Mạnh Phúc Thần" diff --git a/lua/app/config/strings/vi/global.lua b/lua/app/config/strings/vi/global.lua index 859c03c2..a2326fa4 100644 --- a/lua/app/config/strings/vi/global.lua +++ b/lua/app/config/strings/vi/global.lua @@ -447,6 +447,24 @@ local localization_global = ["ACT_DESC_12"] = "LV", ["ARENA_DESC_35"] = "Có thể ra Sử Thi", ["ARENA_DESC_36"] = "Thử Vận May", + ["ONE_KEY_GET_DESC"] = "Nhận Nhanh", + ["ACTIVITY_OVER_EDSC"] = "Sự kiện đã kết thúc", + ["PART_IN_DESC"] = "Tham Gia", + ["HERO_FUND_DESCC_1"] = "Mở sự kiện mới Chúc Phúc Ánh Trăng", + ["HERO_FUND_DESCC_2"] = "Chúc Phúc Ánh Trăng", + ["HERO_FUND_DESCC_3"] = "Sau khi có Chúc Phúc Ánh Trăng, tích lũy số đợt vượt qua khi chiến đấu được nhận quà hậu hĩnh.", + ["HERO_FUND_DESCC_4"] = "Mở sự kiện mới Khiêu Chiến Tăng Bậc", + ["ARENA_DESC_37"] = "Mở anh hùng:", + ["ARENA_DESC_38"] = "Anh hùng đã mở:", + ["ARENA_DESC_39"] = "Thưởng Tăng Bậc là phần thưởng một lần", + ["ARENA_DESC_40"] = "Thưởng Tăng Bậc", + ["ARENA_DESC_41"] = "Thưởng Tổng Kết", + ["ARENA_DESC_42"] = "Chưa nhận quà", + ["EQUIP_DESC_27"] = "Quà Tăng Ngay Phòng Cụ Lv{0}", + ["EQUIP_DESC_28"] = "Quà Tăng Ngay Vũ Khí Lv{0}", + ["SEIZED_DESC_1"] = "Đã phát hiện tài khoản có bất thường, vui lòng liên hệ CSKH hoặc xóa TK và sử dụng TK mới để tiếp tục trò chơi.", + ["SEIZED_DESC_2"] = "Liên hệ CSKH", + ["SEIZED_DESC_3"] = "Xóa TK", } return localization_global \ No newline at end of file diff --git a/lua/app/config/strings/vi/item.lua b/lua/app/config/strings/vi/item.lua index 95d5ed9a..3845654d 100644 --- a/lua/app/config/strings/vi/item.lua +++ b/lua/app/config/strings/vi/item.lua @@ -192,6 +192,14 @@ local item = { }, [52]={ + }, + [53]={ + ["name"]="Khung Avatar Bạc S3", + ["desc"]="Khung Avatar Bạc Đấu Trường S3, biểu tượng gan dạ." + }, + [54]={ + ["name"]="Khung Avatar Vàng S3", + ["desc"]="Khung Avatar Vàng Đấu Trường S3, biểu tượng thực lực." }, [1001]={ ["name"]="Thiên Thạch Ảm Đạm", @@ -451,6 +459,6 @@ local item = { } } local config = { -data=item,count=113 +data=item,count=115 } return config \ No newline at end of file diff --git a/lua/app/config/strings/vi/skill.lua b/lua/app/config/strings/vi/skill.lua index 3beae01b..662f36da 100644 --- a/lua/app/config/strings/vi/skill.lua +++ b/lua/app/config/strings/vi/skill.lua @@ -42,7 +42,7 @@ local skill = { ["desc"]="Sao Băng Siêu Tốc: Dùng xong tăng sát thương lần này, 1 lần sát thương kỹ năng cực lớn." }, [3400220]={ - ["desc"]="Ác Mộng Tươi Đẹp: Gây thêm 1 lần nhiều ST kỹ năng, cos 50% kèm Ngủ Say, 2 hiệp." + ["desc"]="Ác Mộng Tươi Đẹp: Gây thêm 1 lần nhiều ST kỹ năng, cos 50% kèm Ngủ Say, 1 hiệp." }, [4200120]={ ["desc"]="Liên Kết Nguyên Tố: Ngẫu nhiên xua tan 3 Nguyên Tố, gây 1 lần sát thương kỹ năng." diff --git a/lua/app/config/strings/vi/skill_rogue.lua b/lua/app/config/strings/vi/skill_rogue.lua index 87cc582e..2c3b60d6 100644 --- a/lua/app/config/strings/vi/skill_rogue.lua +++ b/lua/app/config/strings/vi/skill_rogue.lua @@ -468,7 +468,7 @@ local skill_rogue = { ["desc"]="Sao Băng Siêu Tốc liên kết 4 Nguyên Tố trở lên, Sao Băng Siêu Tốc tấn công sẽ thi triển 2 lần." }, [3400200]={ - ["desc"]="Mở khóa Ác Mộng Tươi Đẹp: Gây thêm 1 lần nhiều sát thương kỹ năng, 50% kèm hiệu quả Ngủ Say, 2 hiệp." + ["desc"]="Mở khóa Ác Mộng Tươi Đẹp: Gây thêm 1 lần nhiều sát thương kỹ năng, 50% kèm hiệu quả Ngủ Say, 1 hiệp." }, [3400201]={ ["desc"]="Ác Mộng Tươi Đẹp theo hướng X được xua tan thêm 4 ô." @@ -480,7 +480,7 @@ local skill_rogue = { ["desc"]="Ác Mộng Tươi Đẹp theo hướng X được xua tan thêm 4 ô." }, [3400204]={ - ["desc"]="Ác Mộng Tươi Đẹp kèm hiệu quả Ngủ Say, TL tăng đến 80%." + ["desc"]="Ác Mộng Tươi Đẹp kèm hiệu quả Ngủ Say, TL tăng đến 80%, số hiệp +1." }, [3400205]={ ["desc"]="Combo: Khi Incubus đánh thường kẻ địch Ngủ Say sẽ kèm hiệu quả Giam Cầm, 2 hiệp." diff --git a/lua/app/config/strings/vi/skin.lua b/lua/app/config/strings/vi/skin.lua index f6f6969d..c80877cb 100644 --- a/lua/app/config/strings/vi/skin.lua +++ b/lua/app/config/strings/vi/skin.lua @@ -11,6 +11,9 @@ local skin = { [14001]={ ["value"]="Ban Đầu" }, + [1400101]={ + ["value"]="Giáp Di Tích" + }, [14002]={ ["value"]="Ban Đầu" }, @@ -103,6 +106,6 @@ local skin = { } } local config = { -data=skin,count=34 +data=skin,count=35 } return config \ No newline at end of file diff --git a/lua/app/config/strings/vi/task_type.lua b/lua/app/config/strings/vi/task_type.lua new file mode 100644 index 00000000..b305a30a --- /dev/null +++ b/lua/app/config/strings/vi/task_type.lua @@ -0,0 +1,123 @@ +local task_type = { + [1]={ + ["desc"]="Tích xem quảng cáo" + }, + [2]={ + ["desc"]="Nhận Vàng" + }, + [3]={ + ["desc"]="Nhận Kim Cương" + }, + [4]={ + ["desc"]="Tiêu hao Vàng" + }, + [5]={ + ["desc"]="Tiêu hao Kim Cương" + }, + [6]={ + ["desc"]="Mở rương bất kỳ trong SHOP" + }, + [7]={ + ["desc"]="Mở Rương Sử Thi trong SHOP" + }, + [8]={ + ["desc"]="Trong ải mở Kỹ Năng Thần Đèn" + }, + [9]={ + ["desc"]="Giành chiến thắng trong trận" + }, + [10]={ + ["desc"]="Tăng cấp Anh Hùng của bạn" + }, + [11]={ + ["desc"]="Nhận Mảnh Anh Hùng" + }, + [12]={ + ["desc"]="Diệt BOSS" + }, + [13]={ + ["desc"]="Diệt Quái" + }, + [14]={ + ["desc"]="Tích lũy xua tan Nguyên Tố" + }, + [15]={ + ["desc"]="Lượt xua tan x6" + }, + [16]={ + ["desc"]="Lượt xua tan x8" + }, + [17]={ + ["desc"]="Lượt hits hơn 10 lần trong trận" + }, + [18]={ + ["desc"]="Lượt thi triển kỹ năng trong trận" + }, + [19]={ + ["desc"]="Thông qua đợt chiến đấu" + }, + [20]={ + + }, + [21]={ + + }, + [22]={ + ["desc"]="Tích lũy điểm danh {0} ngày" + }, + [23]={ + ["desc"]="Đạt Lv{0}" + }, + [24]={ + ["desc"]="Vượt Chính Tuyến Chương {0}" + }, + [25]={ + ["desc"]="Anh Hùng tối đa đạt Lv{0}" + }, + [26]={ + ["desc"]="Tiêu hao {0} Thể Lực" + }, + [27]={ + ["desc"]="Có {0} Anh Hùng" + }, + [28]={ + ["desc"]="Mở {0} lần Rương Thường" + }, + [29]={ + ["desc"]="Mở {0} lần Rương Quý" + }, + [30]={ + ["desc"]="Lượt k.chiến Đấu Trường" + }, + [31]={ + + }, + [32]={ + + }, + [33]={ + + }, + [34]={ + + }, + [35]={ + + }, + [36]={ + + }, + [37]={ + + }, + [38]={ + + }, + [39]={ + + } +} +local config = { +data=task_type,count=39 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/vi/task_type.lua.meta b/lua/app/config/strings/vi/task_type.lua.meta new file mode 100644 index 00000000..02d676f7 --- /dev/null +++ b/lua/app/config/strings/vi/task_type.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: c972c8069bbc001458f6875786b50907 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/zh/avatar_frame.lua b/lua/app/config/strings/zh/avatar_frame.lua index 550322f7..c5abd9aa 100644 --- a/lua/app/config/strings/zh/avatar_frame.lua +++ b/lua/app/config/strings/zh/avatar_frame.lua @@ -13,9 +13,15 @@ local avatar_frame = { }, [27]={ ["desc"]="S2競技場黃金頭像框,英雄的光輝。" + }, + [28]={ + ["desc"]="S3競技場白銀頭像框,勇氣的代表。" + }, + [29]={ + ["desc"]="S3競技場黃金頭像框,實力的證明。" } } local config = { -data=avatar_frame,count=5 +data=avatar_frame,count=7 } return config \ No newline at end of file diff --git a/lua/app/config/strings/zh/equip.lua b/lua/app/config/strings/zh/equip.lua index b7f08c5c..37ab7f23 100644 --- a/lua/app/config/strings/zh/equip.lua +++ b/lua/app/config/strings/zh/equip.lua @@ -48,16 +48,16 @@ local equip = { ["name"]="巨力錘,戰者之錘,流星巨錘,破軍錘,斷魂錘,隕星" }, [1400102]={ - ["name"]="粗鋼面甲,精鋼面盔,黑曜貴冠,英勇冠冕,龍角之冠,永恆華冠" + ["name"]="凡花木冠,珍珠冠飾,火紋金冠,皎月玉冠,鳳冠星冠,至尊魅冠" }, [1400103]={ - ["name"]="厚織長衫,薄鋼環甲,玄鐵重甲,強者玉甲,龍鱗金冑,永恆重鎧" + ["name"]="軟革裡衣,綴玉長袍,紫紗綢緞,琥珀彩衣,鳳羽華裝,至尊星袍" }, [1400104]={ - ["name"]="皮革腰帶,烏金束腰,騎士腰環,龍筋束腰,永恆腰鏈,銅製手環" + ["name"]="簡約繡帶,優雅束腰,珍珠繡帶,星光御帶,鳳眸束帶,至尊仙索" }, [1400105]={ - ["name"]="銅製手環,皮革腕帶,鐵心腕帶,英雄護手,龍鬚護腕,永恆腕輪" + ["name"]="紫鐵手環,輕紗護手,黃金華護,星辰護手,鳳骨護手,至尊御手甲" }, [1400201]={ ["name"]="貓拳,尖刺貓拳,青鋼貓拳,裂傷貓拳,破空貓拳,福神之力" diff --git a/lua/app/config/strings/zh/global.lua b/lua/app/config/strings/zh/global.lua index 3d3aa676..4caae48a 100644 --- a/lua/app/config/strings/zh/global.lua +++ b/lua/app/config/strings/zh/global.lua @@ -447,6 +447,24 @@ local localization_global = ["ACT_DESC_12"] = "LV", ["ARENA_DESC_35"] = "可能出史詩哦~", ["ARENA_DESC_36"] = "試試手氣", + ["ONE_KEY_GET_DESC"] = "一鍵領取", + ["ACTIVITY_OVER_EDSC"] = "活動已結束", + ["PART_IN_DESC"] = "參與", + ["HERO_FUND_DESCC_1"] = "新活動月之祝福開啟", + ["HERO_FUND_DESCC_2"] = "月之祝福", + ["HERO_FUND_DESCC_3"] = "擁有月之祝福後,在戰鬥中累積通關波次可獲得豐厚獎勵。", + ["HERO_FUND_DESCC_4"] = "新活動進階挑戰開啟", + ["ARENA_DESC_37"] = "解鎖英雄:", + ["ARENA_DESC_38"] = "已解鎖英雄:", + ["ARENA_DESC_39"] = "升段獎勵為一次性獎勵", + ["ARENA_DESC_40"] = "升段獎勵", + ["ARENA_DESC_41"] = "結算獎勵", + ["ARENA_DESC_42"] = "未領取獎勵", + ["EQUIP_DESC_27"] = "防具直升{0}級禮包", + ["EQUIP_DESC_28"] = "武器直升{0}級禮包", + ["SEIZED_DESC_1"] = "檢測到你的賬號存在異常,請聯繫客服或刪除賬號使用新建賬號繼續遊戲。", + ["SEIZED_DESC_2"] = "聯繫客服", + ["SEIZED_DESC_3"] = "刪除賬號", } return localization_global \ No newline at end of file diff --git a/lua/app/config/strings/zh/item.lua b/lua/app/config/strings/zh/item.lua index 772722e8..df126892 100644 --- a/lua/app/config/strings/zh/item.lua +++ b/lua/app/config/strings/zh/item.lua @@ -192,6 +192,14 @@ local item = { }, [52]={ + }, + [53]={ + ["name"]="S3賽季白銀頭像框", + ["desc"]="S3競技場白銀頭像框,勇氣的代表。" + }, + [54]={ + ["name"]="S3賽季黃金頭像框", + ["desc"]="S3競技場黃金頭像框,實力的證明。" }, [1001]={ ["name"]="暗淡隕鐵", @@ -451,6 +459,6 @@ local item = { } } local config = { -data=item,count=113 +data=item,count=115 } return config \ No newline at end of file diff --git a/lua/app/config/strings/zh/skill.lua b/lua/app/config/strings/zh/skill.lua index 31cdbcd2..f7c16f3b 100644 --- a/lua/app/config/strings/zh/skill.lua +++ b/lua/app/config/strings/zh/skill.lua @@ -42,7 +42,7 @@ local skill = { ["desc"]="流星追月:使用後本次傷害提高,並造成一次巨大技能傷害。" }, [3400220]={ - ["desc"]="美麗夢魘:額外造成一次大量技能傷害,50%機率附加昏睡效果,2回合。" + ["desc"]="美麗夢魘:額外造成一次大量技能傷害,50%機率附加昏睡效果,1回合。" }, [4200120]={ ["desc"]="元素連接:隨機消除3個元素,並造成一次技能傷害。" diff --git a/lua/app/config/strings/zh/skill_rogue.lua b/lua/app/config/strings/zh/skill_rogue.lua index db6ab76d..dc6e6bb7 100644 --- a/lua/app/config/strings/zh/skill_rogue.lua +++ b/lua/app/config/strings/zh/skill_rogue.lua @@ -468,7 +468,7 @@ local skill_rogue = { ["desc"]="流星追月連接4個元素或以上時,流星追月攻擊將釋放2次。" }, [3400200]={ - ["desc"]="解鎖美麗夢魘:額外造成一次大量技能傷害,50%機率附帶昏睡效果,2回合。" + ["desc"]="解鎖美麗夢魘:額外造成一次大量技能傷害,50%機率附帶昏睡效果,1回合。" }, [3400201]={ ["desc"]="美麗夢魘沿X方向可額外消除4格。" @@ -480,7 +480,7 @@ local skill_rogue = { ["desc"]="美麗夢魘沿X方向可額外消除4格。" }, [3400204]={ - ["desc"]="美麗夢魘附帶的昏睡效果,機率提高到80%。" + ["desc"]="美麗夢魘附帶的昏睡效果,機率提高到80%,回合數+1。" }, [3400205]={ ["desc"]="Combo:夢魔普攻昏睡敵人將附帶禁錮效果,2回合。" @@ -579,7 +579,7 @@ local skill_rogue = { ["desc"]="冰霜劍舞附帶的冰霜效果,效果提高。" }, [4400105]={ - ["desc"]="冰霜劍舞有50%機率附帶凍傷效果,2回合。" + ["desc"]="冰霜劍舞有50%機率附帶凍結效果,2回合。" }, [4400106]={ ["desc"]="寒冰妖姬攻擊提高15%。" diff --git a/lua/app/config/strings/zh/skin.lua b/lua/app/config/strings/zh/skin.lua index 8509cb6a..3cd9a39f 100644 --- a/lua/app/config/strings/zh/skin.lua +++ b/lua/app/config/strings/zh/skin.lua @@ -11,6 +11,9 @@ local skin = { [14001]={ ["value"]="初始" }, + [1400101]={ + ["value"]="遺跡戰甲" + }, [14002]={ ["value"]="初始" }, @@ -103,6 +106,6 @@ local skin = { } } local config = { -data=skin,count=34 +data=skin,count=35 } return config \ No newline at end of file diff --git a/lua/app/config/strings/zh/task_type.lua b/lua/app/config/strings/zh/task_type.lua new file mode 100644 index 00000000..e071fa37 --- /dev/null +++ b/lua/app/config/strings/zh/task_type.lua @@ -0,0 +1,123 @@ +local task_type = { + [1]={ + ["desc"]="累積觀看廣告" + }, + [2]={ + ["desc"]="獲得金幣" + }, + [3]={ + ["desc"]="獲得鑽石" + }, + [4]={ + ["desc"]="花費金幣" + }, + [5]={ + ["desc"]="花費鑽石" + }, + [6]={ + ["desc"]="開啟商城任意寶箱" + }, + [7]={ + ["desc"]="開啟商城史詩寶箱" + }, + [8]={ + ["desc"]="關卡內打開技能神燈" + }, + [9]={ + ["desc"]="在戰鬥中獲勝" + }, + [10]={ + ["desc"]="升級你的英雄" + }, + [11]={ + ["desc"]="獲得英雄碎片" + }, + [12]={ + ["desc"]="擊殺首領" + }, + [13]={ + ["desc"]="擊殺小怪" + }, + [14]={ + ["desc"]="累積消除元素" + }, + [15]={ + ["desc"]="6連消次數" + }, + [16]={ + ["desc"]="8連消次數" + }, + [17]={ + ["desc"]="戰鬥中超過10連擊次數" + }, + [18]={ + ["desc"]="戰鬥中釋放技能次數" + }, + [19]={ + ["desc"]="完成戰鬥波次" + }, + [20]={ + + }, + [21]={ + + }, + [22]={ + ["desc"]="累積簽到{0}天" + }, + [23]={ + ["desc"]="等級達到{0}" + }, + [24]={ + ["desc"]="通關主線章節{0}" + }, + [25]={ + ["desc"]="英雄最高等級達到{0}" + }, + [26]={ + ["desc"]="使用體力{0}點" + }, + [27]={ + ["desc"]="擁有{0}個英雄" + }, + [28]={ + ["desc"]="開啟{0}次普通寶箱" + }, + [29]={ + ["desc"]="開啟{0}次珍貴寶箱" + }, + [30]={ + ["desc"]="競技場挑戰次數" + }, + [31]={ + + }, + [32]={ + + }, + [33]={ + + }, + [34]={ + + }, + [35]={ + + }, + [36]={ + + }, + [37]={ + + }, + [38]={ + + }, + [39]={ + + } +} +local config = { +data=task_type,count=39 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/zh/task_type.lua.meta b/lua/app/config/strings/zh/task_type.lua.meta new file mode 100644 index 00000000..cc24b612 --- /dev/null +++ b/lua/app/config/strings/zh/task_type.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 273768c61173bae42bce276fa0a6cb51 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/global/global_const.lua b/lua/app/global/global_const.lua index 8f9cc374..e237817b 100644 --- a/lua/app/global/global_const.lua +++ b/lua/app/global/global_const.lua @@ -190,6 +190,9 @@ GConst.TYPEOF_LUA_CLASS = { -- comp HERO_FORMATION_COMP = "app/ui/common/component/hero_formation_comp", + + -- tools + POP_CHECK_BAR = "app/ui/activity/pop_check_bar", } GConst.ATLAS_PATH = { diff --git a/lua/app/global/global_func.lua b/lua/app/global/global_func.lua index c00b054a..2474d294 100644 --- a/lua/app/global/global_func.lua +++ b/lua/app/global/global_func.lua @@ -1436,8 +1436,8 @@ function GFunc.centerTxAndImgAndTx(txObj1, spacing1, imgObj, spacing2, txObj2) local imgW = imgObj:getSizeDelta().x local w = (txW + spacing1 + imgW + spacing2 + txW2) / 2 txObj1:setAnchoredPositionX(txW / 2 - w) - imgObj:setAnchoredPositionX(txW / 2 - (txW + spacing1 + imgW + spacing2 + txW2) / 2 + spacing1 + imgW / 2) - txObj2:setAnchoredPositionX(w - txW2 / 2) + imgObj:setAnchoredPositionX(txW - w + spacing1 + imgW / 2) + txObj2:setAnchoredPositionX(txW - w + spacing1 + imgW + spacing2 + txW2 / 2) end function GFunc.expandImgToFitTx(imgObj, txObj, spacing) diff --git a/lua/app/module/activity/act_boss_rush/act_boss_rush_manager.lua b/lua/app/module/activity/act_boss_rush/act_boss_rush_manager.lua index f4a78ce0..fef77740 100644 --- a/lua/app/module/activity/act_boss_rush/act_boss_rush_manager.lua +++ b/lua/app/module/activity/act_boss_rush/act_boss_rush_manager.lua @@ -1,6 +1,10 @@ local ActBossRushManager = class("ActBossRushManager", BaseModule) function ActBossRushManager:showMainUI() + if not DataManager.ActBossRushData:getIsOpen() then + GFunc.showToast(I18N:getGlobalText(I18N.GlobalConst.ACTIVITY_OVER_EDSC)) + return + end self:reqTopRank() UIManager:showUI("app/ui/activity/act_boss_rush/act_boss_rush_ui") end @@ -24,6 +28,11 @@ function ActBossRushManager:showPopUI() end function ActBossRushManager:reqFight() + if not DataManager.ActBossRushData:getIsOpen() then + GFunc.showToast(I18N:getGlobalText(I18N.GlobalConst.ACTIVITY_OVER_EDSC)) + return + end + if not DataManager.ActBossRushData:getFightFree() then local cost = DataManager.ActBossRushData:getFightCost() if not GFunc.checkCost(GConst.ItemConst.ITEM_ID_GEM, cost, true) then -- 消耗不足 @@ -47,9 +56,22 @@ function ActBossRushManager:reqFight() end function ActBossRushManager:rspFight(result) - if result.error_code == GConst.ERROR_STR.SUCCESS then + if result.err_code == GConst.ERROR_STR.SUCCESS then DataManager.ActBossRushData:updateStageSeed(result.seed) - ModuleManager.BattleManager:playBattle(GConst.BattleConst.BATTLE_TYPE.BOSS_RUSH) + + local params = { + atkFormation = {} + } + local formation = DataManager.FormationData:getBossRushFormation() + for elementType, heroId in pairs(formation) do + local heroEntity = DataManager.HeroData:getHeroById(heroId) + if heroEntity then + params.atkFormation[elementType] = heroEntity + end + end + ModuleManager.BattleManager:playBattle(GConst.BattleConst.BATTLE_TYPE.ACT_BOSS_RUSH, params, function() + ModuleManager.ActBossRushManager:showMainUI() + end) end end @@ -63,15 +85,14 @@ function ActBossRushManager:reqEndBattle(chapterId, combatReport, taskProgress) end function ActBossRushManager:rspEndBattle(result) - if result.error_code == GConst.ERROR_STR.SUCCESS then + if result.err_code == GConst.ERROR_STR.SUCCESS then if result.reqData then DataManager.ActBossRushData:addWaveCount(result.reqData.task_stat.pass_wave) end - ModuleManager.BattleManager:showBossRushBattleResultUI(GConst.BattleConst.BATTLE_TYPE.BOSS_RUSH, result.reqData and result.reqData.combatReport) + ModuleManager.BattleManager:showBossRushBattleResultUI(GConst.BattleConst.BATTLE_TYPE.ACT_BOSS_RUSH, result.reqData and result.reqData.combatReport, result.reqData and result.reqData.task_stat) end end - function ActBossRushManager:purcharse(id) PayManager:purchasePackage(id, PayManager.PURCHARSE_TYPE.ACT_GIFT) end @@ -122,6 +143,11 @@ function ActBossRushManager:rspFundAward(result) end function ActBossRushManager:reqBuyFundLevel() + if not DataManager.ActBossRushData:getIsOpen() then + GFunc.showToast(I18N:getGlobalText(I18N.GlobalConst.ACTIVITY_OVER_EDSC)) + return + end + local cost = DataManager.ActBossRushData:getBuyBountyLevelCost() if not GFunc.checkCost(cost.id, cost.num, true) then return @@ -140,6 +166,11 @@ function ActBossRushManager:rspBuyFundLevel(result) end function ActBossRushManager:reqExchange(id, count) + if not DataManager.ActBossRushData:getIsOpen() then + GFunc.showToast(I18N:getGlobalText(I18N.GlobalConst.ACTIVITY_OVER_EDSC)) + return + end + if DataManager.ActBossRushData:getExchangeRemainCount(id) < count then return end @@ -162,6 +193,11 @@ function ActBossRushManager:rspExchange(result) end function ActBossRushManager:reqRankReward() + if not DataManager.ActBossRushData:getIsOpen() then + GFunc.showToast(I18N:getGlobalText(I18N.GlobalConst.ACTIVITY_OVER_EDSC)) + return + end + self:sendMessage(ProtoMsgType.FromMsgEnum.BossRushRankRewardReq, {}, {}, self.rspRankReward, BIReport.ITEM_GET_TYPE.ACT_BOSS_RUSH_RANK) end @@ -183,6 +219,11 @@ function ActBossRushManager:rspActData(result) end function ActBossRushManager:reqRankList() + if not DataManager.ActBossRushData:getIsOpen() then + GFunc.showToast(I18N:getGlobalText(I18N.GlobalConst.ACTIVITY_OVER_EDSC)) + return + end + if not DataManager.ActBossRushData:getNeedUpdateRank() then return end @@ -196,6 +237,11 @@ function ActBossRushManager:rspRankList(result) end function ActBossRushManager:reqTopRank() + if not DataManager.ActBossRushData:getIsOpen() then + GFunc.showToast(I18N:getGlobalText(I18N.GlobalConst.ACTIVITY_OVER_EDSC)) + return + end + if not DataManager.ActBossRushData:getIsOpen() then return false end @@ -209,6 +255,11 @@ function ActBossRushManager:rspTopRank(result) end function ActBossRushManager:reqFormation(formation) + if not DataManager.ActBossRushData:getIsOpen() then + GFunc.showToast(I18N:getGlobalText(I18N.GlobalConst.ACTIVITY_OVER_EDSC)) + return + end + local heroes = {} for matchType, heroId in pairs(formation) do if heroId and heroId > 0 then @@ -227,4 +278,35 @@ function ActBossRushManager:rspFormation(result) end end +function ActBossRushManager:rspBossRushBoughtNtf(result) + if result.bought then + DataManager.ActBossRushData:setProBought() + end + + if result.bought_max then + DataManager.ActBossRushData:setUtralBought() + end +end + +---- 特殊callback, 引用的话,需要注意callback中如果有baseobj需要判定null或销毁状态 +function ActBossRushManager:reqOtherPlayerInfo(playerId, callback) + self.reqOtherPlayerInfoCallback = callback + local params = { + id = playerId + } + self:sendMessage(ProtoMsgType.FromMsgEnum.BossRushPlayerInfoReq, params, {}, self.rspOtherPlayerInfo) +end + +function ActBossRushManager:rspOtherPlayerInfo(result) + if result.err_code == GConst.ERROR_STR.SUCCESS then + local callback = self.reqOtherPlayerInfoCallback + self.reqOtherPlayerInfoCallback = nil + local formation = GFunc.formatPlayerFormationInfo(result) + if callback then + callback(formation) + end + end + self.reqOtherPlayerInfoCallback = nil +end + return ActBossRushManager \ No newline at end of file diff --git a/lua/app/module/battle/battle_manager.lua b/lua/app/module/battle/battle_manager.lua index e2addb1e..319571fe 100644 --- a/lua/app/module/battle/battle_manager.lua +++ b/lua/app/module/battle/battle_manager.lua @@ -14,6 +14,7 @@ local BATTLE_CONTROLLER = { [BattleConst.BATTLE_TYPE.ARENA] = "app/module/battle/controller/battle_controller_arena", [BattleConst.BATTLE_TYPE.DUNGEON_WEAPON] = "app/module/battle/controller/battle_controller_dungeon_weapon", [BattleConst.BATTLE_TYPE.DUNGEON_ARMOR] = "app/module/battle/controller/battle_controller_dungeon_armor", + [BattleConst.BATTLE_TYPE.ACT_BOSS_RUSH] = "app/module/battle/controller/battle_controller_boss_rush", } function BattleManager:showPauseUI(battleType, battleController) @@ -62,10 +63,11 @@ function BattleManager:showArenaBattleResultUI(settlement, rewards, checkCount) }) end -function BattleManager:showBossRushBattleResultUI(battleType, combatReport) - UIManager:showUI("app/ui/battle/battle_boss_rushresult_ui", { +function BattleManager:showBossRushBattleResultUI(battleType, combatReport, taskProgress) + UIManager:showUI("app/ui/battle/battle_bossrush_result_ui", { battleType = battleType, - combatReport = combatReport + combatReport = combatReport, + taskProgress = taskProgress, }) end diff --git a/lua/app/module/battle/controller/battle_controller_boss_rush.lua b/lua/app/module/battle/controller/battle_controller_boss_rush.lua index 9d2c5885..f983e25a 100644 --- a/lua/app/module/battle/controller/battle_controller_boss_rush.lua +++ b/lua/app/module/battle/controller/battle_controller_boss_rush.lua @@ -1,6 +1,5 @@ local BattleController = require "app/module/battle/controller/battle_controller" local BattleControllerBossRush = class("BattleControllerBossRush", BattleController) -local BattleBuffEntity = require "app/userdata/battle/skill/battle_buff_entity" local SIDE_ATK = GConst.BattleConst.SIDE_ATK function BattleControllerBossRush:getBoardConfig() @@ -47,7 +46,7 @@ function BattleControllerBossRush:getInitBoard() for index, montserId in ipairs(info.monster) do table.insert(self.monsterList, montserId) end - local cfg = boardCfg[info.board_id] + local cfg = boardCfg[info.board] if cfg then table.insert(self.boradList, {board = GFunc.getTable(cfg.board), gridEdge = GFunc.getTable(cfg.grid_edge)}) end @@ -113,6 +112,7 @@ function BattleControllerBossRush:enterNextWave(...) local waveIndex = self:getWaveIndex() if waveIndex >= 1 and waveIndex <= 60 then self.battleData:addBattleLvCount(1) + self.battleUI:refreshLv() end BattleController.enterNextWave(self, ...) end @@ -120,9 +120,7 @@ end function BattleControllerBossRush:getNextMonsterId(waveIndex) self:getInitBoard() waveIndex = waveIndex or self:getWaveIndex() + 1 - local config = self:getChapterConfig()[self.chapterId] - local monsterId = config.monster[waveIndex] - return self.monsterList[monsterId] + return self.monsterList[waveIndex] end function BattleControllerBossRush:showBossEnterAni(bornTime, bossName, monsterComp, callback) @@ -160,33 +158,33 @@ function BattleControllerBossRush:controllBattleEnd() end function BattleControllerBossRush:postWaveOver(atkDead, isQuit) - -- local deathType = BIReport.FIGHT_DEATH_TYPE.SURVIVE - -- local waveEndType = BIReport.FIGHT_WAVE_END_TYPE.WIN - -- if atkDead then - -- if self.isBossWave then - -- deathType = BIReport.FIGHT_DEATH_TYPE.BOSS_FAIL - -- else - -- deathType = BIReport.FIGHT_DEATH_TYPE.NORMAL_FAIL - -- end - -- waveEndType = BIReport.FIGHT_WAVE_END_TYPE.FAIL - -- end + local deathType = BIReport.FIGHT_DEATH_TYPE.SURVIVE + local waveEndType = BIReport.FIGHT_WAVE_END_TYPE.WIN + if atkDead then + if self.isBossWave then + deathType = BIReport.FIGHT_DEATH_TYPE.BOSS_FAIL + else + deathType = BIReport.FIGHT_DEATH_TYPE.NORMAL_FAIL + end + waveEndType = BIReport.FIGHT_WAVE_END_TYPE.FAIL + end - -- if isQuit then - -- waveEndType = BIReport.FIGHT_WAVE_END_TYPE.QUIT - -- end + if isQuit then + waveEndType = BIReport.FIGHT_WAVE_END_TYPE.QUIT + end - -- local duration = self.waveDurationTime - -- local totalTime = self.totalDurationTime - -- local startTimes = DataManager.DailyChallengeData:getTotalFightCount() - -- local isFirstWin = false -- TODO 策划说不需要 因为系数在变 + local duration = self.waveDurationTime + local totalTime = self.totalDurationTime + local startTimes = DataManager.ActBossRushData:getTotalFightCount() + local isFirstWin = false - -- local isFianlStep = self:getWaveIndex() >= self.maxWaveIndex + local isFianlStep = self:getWaveIndex() >= self.maxWaveIndex - -- BIReport:postFightEnd(GConst.BattleConst.BATTLE_TYPE.ACT_BOSS_RUSH, self.battleData, self.chapterId, self:getWaveIndex(), duration, totalTime, self.eliminateCount, self.eliminateTotalCount, waveEndType, deathType, startTimes, isFirstWin, isFianlStep, self.maxLinkCount) + BIReport:postFightEnd(GConst.BattleConst.BATTLE_TYPE.ACT_BOSS_RUSH, self.battleData, self.chapterId, self:getWaveIndex(), duration, totalTime, self.eliminateCount, self.eliminateTotalCount, waveEndType, deathType, startTimes, isFirstWin, isFianlStep, self.maxLinkCount) end function BattleControllerBossRush:postFightStart() - -- BIReport:postFightBegin(GConst.BattleConst.BATTLE_TYPE.ACT_BOSS_RUSH, self:getWaveIndex(), self.chapterId, nil, 1) + BIReport:postFightBegin(GConst.BattleConst.BATTLE_TYPE.ACT_BOSS_RUSH, self:getWaveIndex(), self.chapterId, nil, 1) end return BattleControllerBossRush \ No newline at end of file diff --git a/lua/app/module/maincity/maincity_const.lua b/lua/app/module/maincity/maincity_const.lua index db1c2537..0d0eaf06 100644 --- a/lua/app/module/maincity/maincity_const.lua +++ b/lua/app/module/maincity/maincity_const.lua @@ -46,6 +46,7 @@ MainCityConst.RIGHT_SIDE_BARS = { "app/ui/main_city/cell/side_bar_weapon_gift_cell", "app/ui/main_city/cell/side_bar_armor_gift_cell", "app/ui/main_city/cell/side_bar_grow_up_gift_cell", + "app/ui/main_city/cell/side_bar_boss_rush_cell", } return MainCityConst \ No newline at end of file diff --git a/lua/app/proto/proto_msg_type.lua b/lua/app/proto/proto_msg_type.lua index da3adff9..45a6b8f4 100644 --- a/lua/app/proto/proto_msg_type.lua +++ b/lua/app/proto/proto_msg_type.lua @@ -26,6 +26,8 @@ local ProtoMsgType = { [448797406] = "ChapterArmorChallengeHeroesRsp", [516281556] = "GuideFundMarkReq", [516283389] = "GuideFundMarkRsp", + [524551468] = "FourteenBountyAwardReq", + [524553301] = "FourteenBountyAwardRsp", [531558517] = "PigPlayUpdateNtf", [554454681] = "EnergyByDiamondReq", [554456514] = "EnergyByDiamondRsp", @@ -33,6 +35,8 @@ local ProtoMsgType = { [606210585] = "DailyChallengeTaskAwardRsp", [613793796] = "WatchADReq", [613795629] = "WatchADRsp", + [697000709] = "FourteenBountyTaskAwardReq", + [697002542] = "FourteenBountyTaskAwardRsp", [737107384] = "BuyMallIdleReq", [737109217] = "BuyMallIdleRsp", [822916593] = "MatchReq", @@ -53,6 +57,10 @@ local ProtoMsgType = { [1068771132] = "ReconnectRsp", [1070841461] = "LoginReq", [1070843294] = "LoginRsp", + [1312685858] = "BossRushTopReq", + [1312687691] = "BossRushTopRsp", + [1326064687] = "FourteenBountyExchangeAwardReq", + [1326066520] = "FourteenBountyExchangeAwardRsp", [1371198132] = "ChapterShardsChallengeSettlementReq", [1371199965] = "ChapterShardsChallengeSettlementRsp", [1433352538] = "ChapterDailyChallengeResetReq", @@ -61,6 +69,8 @@ local ProtoMsgType = { [1435949623] = "AppStorePaidRsp", [1471116409] = "BindReq", [1471118242] = "BindRsp", + [1478006910] = "BossRushBountyClaimReq", + [1478008743] = "BossRushBountyClaimRsp", [1502684232] = "ChapterWeaponChallengeHeroesReq", [1502686065] = "ChapterWeaponChallengeHeroesRsp", [1571167683] = "ChapterArmorChallengeFarmReq", @@ -84,6 +94,8 @@ local ProtoMsgType = { [1751460231] = "PVPHeroesArrayReq", [1751462064] = "PVPHeroesArrayRsp", [1901321540] = "PipedReq", + [2017336372] = "BossRushSettlementReq", + [2017338205] = "BossRushSettlementRsp", [2060508030] = "ChangeAvatarFrameReq", [2060509863] = "ChangeAvatarFrameRsp", [2095612947] = "ChangeNameReq", @@ -92,6 +104,9 @@ local ProtoMsgType = { [2105156478] = "CDKeyUseRsp", [2118851896] = "HeroUpgradeReq", [2118853729] = "HeroUpgradeRsp", + [2164009445] = "BossRushStartReq", + [2164011278] = "BossRushStartRsp", + [2198847028] = "BossRushBoughtNtf", [2285872137] = "ChapterBoxRewardReq", [2285873970] = "ChapterBoxRewardRsp", [2314118791] = "ChapterWeaponLatestPlayerInfoReq", @@ -116,6 +131,8 @@ local ProtoMsgType = { [2581182822] = "MailListRsp", [2620369240] = "SevenDayRewardReq", [2620371073] = "SevenDayRewardRsp", + [2665299111] = "BossRushInfoReq", + [2665300944] = "BossRushInfoRsp", [2706989220] = "TriggerGrowUpGift2Ntf", [2708281176] = "PVPChallengeSettlementReq", [2708283009] = "PVPChallengeSettlementRsp", @@ -145,6 +162,8 @@ local ProtoMsgType = { [3082272573] = "ChapterArmorFundRewardRsp", [3087688987] = "IdleRewardReq", [3087690820] = "IdleRewardRsp", + [3123310542] = "BossRushRankRewardReq", + [3123312375] = "BossRushRankRewardRsp", [3137310682] = "ActPayNtf", [3137377372] = "ActPayReq", [3137379205] = "ActPayRsp", @@ -152,8 +171,12 @@ local ProtoMsgType = { [3191521707] = "ChapterArmorStarRewardReq", [3191523540] = "ChapterArmorStarRewardRsp", [3197501935] = "ArenaBountyBoughtNtf", + [3209780877] = "BossRushRankReq", + [3209782710] = "BossRushRankRsp", [3224230499] = "SevenDayTaskRewardReq", [3224232332] = "SevenDayTaskRewardRsp", + [3274332802] = "BossRushBountyUnlockReq", + [3274334635] = "BossRushBountyUnlockRsp", [3309820798] = "HeroPutOnReq", [3309822631] = "HeroPutOnRsp", [3341173994] = "BountyBoughtNtf", @@ -168,6 +191,8 @@ local ProtoMsgType = { [3421843875] = "TaskDailyRewardReq", [3421845708] = "TaskDailyRewardRsp", [3440328467] = "PigLevelUpNtf", + [3512214338] = "BossRushPlayerInfoReq", + [3512216171] = "BossRushPlayerInfoRsp", [3555824176] = "TaskDailyInfoReq", [3555826009] = "TaskDailyInfoRsp", [3597633120] = "BattleSkillRefreshReq", @@ -182,6 +207,8 @@ local ProtoMsgType = { [3663247602] = "MallDailyResetNtf", [3663314292] = "MallDailyResetReq", [3663316125] = "MallDailyResetRsp", + [3694862366] = "BossRushFormationReq", + [3694864199] = "BossRushFormationRsp", [3739566473] = "SummerDataReq", [3739568306] = "SummerDataRsp", [3741702491] = "MallDailyOverDayReq", @@ -198,6 +225,8 @@ local ProtoMsgType = { [3904150593] = "GMRsp", [3933875617] = "ChapterStartReq", [3933877450] = "ChapterStartRsp", + [4099982754] = "BossRushExchangeReq", + [4099984587] = "BossRushExchangeRsp", [4106156009] = "BountyLevelUnlockReq", [4106157842] = "BountyLevelUnlockRsp", [4133057746] = "ChapterGoldChallengeFarmReq", @@ -242,6 +271,8 @@ local ProtoMsgType = { ChapterArmorChallengeHeroesRsp = 448797406, GuideFundMarkReq = 516281556, GuideFundMarkRsp = 516283389, + FourteenBountyAwardReq = 524551468, + FourteenBountyAwardRsp = 524553301, PigPlayUpdateNtf = 531558517, EnergyByDiamondReq = 554454681, EnergyByDiamondRsp = 554456514, @@ -249,6 +280,8 @@ local ProtoMsgType = { DailyChallengeTaskAwardRsp = 606210585, WatchADReq = 613793796, WatchADRsp = 613795629, + FourteenBountyTaskAwardReq = 697000709, + FourteenBountyTaskAwardRsp = 697002542, BuyMallIdleReq = 737107384, BuyMallIdleRsp = 737109217, MatchReq = 822916593, @@ -269,6 +302,10 @@ local ProtoMsgType = { ReconnectRsp = 1068771132, LoginReq = 1070841461, LoginRsp = 1070843294, + BossRushTopReq = 1312685858, + BossRushTopRsp = 1312687691, + FourteenBountyExchangeAwardReq = 1326064687, + FourteenBountyExchangeAwardRsp = 1326066520, ChapterShardsChallengeSettlementReq = 1371198132, ChapterShardsChallengeSettlementRsp = 1371199965, ChapterDailyChallengeResetReq = 1433352538, @@ -277,6 +314,8 @@ local ProtoMsgType = { AppStorePaidRsp = 1435949623, BindReq = 1471116409, BindRsp = 1471118242, + BossRushBountyClaimReq = 1478006910, + BossRushBountyClaimRsp = 1478008743, ChapterWeaponChallengeHeroesReq = 1502684232, ChapterWeaponChallengeHeroesRsp = 1502686065, ChapterArmorChallengeFarmReq = 1571167683, @@ -300,6 +339,8 @@ local ProtoMsgType = { PVPHeroesArrayReq = 1751460231, PVPHeroesArrayRsp = 1751462064, PipedReq = 1901321540, + BossRushSettlementReq = 2017336372, + BossRushSettlementRsp = 2017338205, ChangeAvatarFrameReq = 2060508030, ChangeAvatarFrameRsp = 2060509863, ChangeNameReq = 2095612947, @@ -308,6 +349,9 @@ local ProtoMsgType = { CDKeyUseRsp = 2105156478, HeroUpgradeReq = 2118851896, HeroUpgradeRsp = 2118853729, + BossRushStartReq = 2164009445, + BossRushStartRsp = 2164011278, + BossRushBoughtNtf = 2198847028, ChapterBoxRewardReq = 2285872137, ChapterBoxRewardRsp = 2285873970, ChapterWeaponLatestPlayerInfoReq = 2314118791, @@ -332,6 +376,8 @@ local ProtoMsgType = { MailListRsp = 2581182822, SevenDayRewardReq = 2620369240, SevenDayRewardRsp = 2620371073, + BossRushInfoReq = 2665299111, + BossRushInfoRsp = 2665300944, TriggerGrowUpGift2Ntf = 2706989220, PVPChallengeSettlementReq = 2708281176, PVPChallengeSettlementRsp = 2708283009, @@ -361,6 +407,8 @@ local ProtoMsgType = { ChapterArmorFundRewardRsp = 3082272573, IdleRewardReq = 3087688987, IdleRewardRsp = 3087690820, + BossRushRankRewardReq = 3123310542, + BossRushRankRewardRsp = 3123312375, ActPayNtf = 3137310682, ActPayReq = 3137377372, ActPayRsp = 3137379205, @@ -368,8 +416,12 @@ local ProtoMsgType = { ChapterArmorStarRewardReq = 3191521707, ChapterArmorStarRewardRsp = 3191523540, ArenaBountyBoughtNtf = 3197501935, + BossRushRankReq = 3209780877, + BossRushRankRsp = 3209782710, SevenDayTaskRewardReq = 3224230499, SevenDayTaskRewardRsp = 3224232332, + BossRushBountyUnlockReq = 3274332802, + BossRushBountyUnlockRsp = 3274334635, HeroPutOnReq = 3309820798, HeroPutOnRsp = 3309822631, BountyBoughtNtf = 3341173994, @@ -384,6 +436,8 @@ local ProtoMsgType = { TaskDailyRewardReq = 3421843875, TaskDailyRewardRsp = 3421845708, PigLevelUpNtf = 3440328467, + BossRushPlayerInfoReq = 3512214338, + BossRushPlayerInfoRsp = 3512216171, TaskDailyInfoReq = 3555824176, TaskDailyInfoRsp = 3555826009, BattleSkillRefreshReq = 3597633120, @@ -398,6 +452,8 @@ local ProtoMsgType = { MallDailyResetNtf = 3663247602, MallDailyResetReq = 3663314292, MallDailyResetRsp = 3663316125, + BossRushFormationReq = 3694862366, + BossRushFormationRsp = 3694864199, SummerDataReq = 3739566473, SummerDataRsp = 3739568306, MallDailyOverDayReq = 3741702491, @@ -414,6 +470,8 @@ local ProtoMsgType = { GMRsp = 3904150593, ChapterStartReq = 3933875617, ChapterStartRsp = 3933877450, + BossRushExchangeReq = 4099982754, + BossRushExchangeRsp = 4099984587, BountyLevelUnlockReq = 4106156009, BountyLevelUnlockRsp = 4106157842, ChapterGoldChallengeFarmReq = 4133057746, @@ -458,6 +516,8 @@ local ProtoMsgType = { ChapterArmorChallengeHeroesRsp = "ChapterArmorChallengeHeroesRsp", GuideFundMarkReq = "GuideFundMarkReq", GuideFundMarkRsp = "GuideFundMarkRsp", + FourteenBountyAwardReq = "FourteenBountyAwardReq", + FourteenBountyAwardRsp = "FourteenBountyAwardRsp", PigPlayUpdateNtf = "PigPlayUpdateNtf", EnergyByDiamondReq = "EnergyByDiamondReq", EnergyByDiamondRsp = "EnergyByDiamondRsp", @@ -465,6 +525,8 @@ local ProtoMsgType = { DailyChallengeTaskAwardRsp = "DailyChallengeTaskAwardRsp", WatchADReq = "WatchADReq", WatchADRsp = "WatchADRsp", + FourteenBountyTaskAwardReq = "FourteenBountyTaskAwardReq", + FourteenBountyTaskAwardRsp = "FourteenBountyTaskAwardRsp", BuyMallIdleReq = "BuyMallIdleReq", BuyMallIdleRsp = "BuyMallIdleRsp", MatchReq = "MatchReq", @@ -485,6 +547,10 @@ local ProtoMsgType = { ReconnectRsp = "ReconnectRsp", LoginReq = "LoginReq", LoginRsp = "LoginRsp", + BossRushTopReq = "BossRushTopReq", + BossRushTopRsp = "BossRushTopRsp", + FourteenBountyExchangeAwardReq = "FourteenBountyExchangeAwardReq", + FourteenBountyExchangeAwardRsp = "FourteenBountyExchangeAwardRsp", ChapterShardsChallengeSettlementReq = "ChapterShardsChallengeSettlementReq", ChapterShardsChallengeSettlementRsp = "ChapterShardsChallengeSettlementRsp", ChapterDailyChallengeResetReq = "ChapterDailyChallengeResetReq", @@ -493,6 +559,8 @@ local ProtoMsgType = { AppStorePaidRsp = "AppStorePaidRsp", BindReq = "BindReq", BindRsp = "BindRsp", + BossRushBountyClaimReq = "BossRushBountyClaimReq", + BossRushBountyClaimRsp = "BossRushBountyClaimRsp", ChapterWeaponChallengeHeroesReq = "ChapterWeaponChallengeHeroesReq", ChapterWeaponChallengeHeroesRsp = "ChapterWeaponChallengeHeroesRsp", ChapterArmorChallengeFarmReq = "ChapterArmorChallengeFarmReq", @@ -516,6 +584,8 @@ local ProtoMsgType = { PVPHeroesArrayReq = "PVPHeroesArrayReq", PVPHeroesArrayRsp = "PVPHeroesArrayRsp", PipedReq = "PipedReq", + BossRushSettlementReq = "BossRushSettlementReq", + BossRushSettlementRsp = "BossRushSettlementRsp", ChangeAvatarFrameReq = "ChangeAvatarFrameReq", ChangeAvatarFrameRsp = "ChangeAvatarFrameRsp", ChangeNameReq = "ChangeNameReq", @@ -524,6 +594,9 @@ local ProtoMsgType = { CDKeyUseRsp = "CDKeyUseRsp", HeroUpgradeReq = "HeroUpgradeReq", HeroUpgradeRsp = "HeroUpgradeRsp", + BossRushStartReq = "BossRushStartReq", + BossRushStartRsp = "BossRushStartRsp", + BossRushBoughtNtf = "BossRushBoughtNtf", ChapterBoxRewardReq = "ChapterBoxRewardReq", ChapterBoxRewardRsp = "ChapterBoxRewardRsp", ChapterWeaponLatestPlayerInfoReq = "ChapterWeaponLatestPlayerInfoReq", @@ -548,6 +621,8 @@ local ProtoMsgType = { MailListRsp = "MailListRsp", SevenDayRewardReq = "SevenDayRewardReq", SevenDayRewardRsp = "SevenDayRewardRsp", + BossRushInfoReq = "BossRushInfoReq", + BossRushInfoRsp = "BossRushInfoRsp", TriggerGrowUpGift2Ntf = "TriggerGrowUpGift2Ntf", PVPChallengeSettlementReq = "PVPChallengeSettlementReq", PVPChallengeSettlementRsp = "PVPChallengeSettlementRsp", @@ -577,6 +652,8 @@ local ProtoMsgType = { ChapterArmorFundRewardRsp = "ChapterArmorFundRewardRsp", IdleRewardReq = "IdleRewardReq", IdleRewardRsp = "IdleRewardRsp", + BossRushRankRewardReq = "BossRushRankRewardReq", + BossRushRankRewardRsp = "BossRushRankRewardRsp", ActPayNtf = "ActPayNtf", ActPayReq = "ActPayReq", ActPayRsp = "ActPayRsp", @@ -584,8 +661,12 @@ local ProtoMsgType = { ChapterArmorStarRewardReq = "ChapterArmorStarRewardReq", ChapterArmorStarRewardRsp = "ChapterArmorStarRewardRsp", ArenaBountyBoughtNtf = "ArenaBountyBoughtNtf", + BossRushRankReq = "BossRushRankReq", + BossRushRankRsp = "BossRushRankRsp", SevenDayTaskRewardReq = "SevenDayTaskRewardReq", SevenDayTaskRewardRsp = "SevenDayTaskRewardRsp", + BossRushBountyUnlockReq = "BossRushBountyUnlockReq", + BossRushBountyUnlockRsp = "BossRushBountyUnlockRsp", HeroPutOnReq = "HeroPutOnReq", HeroPutOnRsp = "HeroPutOnRsp", BountyBoughtNtf = "BountyBoughtNtf", @@ -600,6 +681,8 @@ local ProtoMsgType = { TaskDailyRewardReq = "TaskDailyRewardReq", TaskDailyRewardRsp = "TaskDailyRewardRsp", PigLevelUpNtf = "PigLevelUpNtf", + BossRushPlayerInfoReq = "BossRushPlayerInfoReq", + BossRushPlayerInfoRsp = "BossRushPlayerInfoRsp", TaskDailyInfoReq = "TaskDailyInfoReq", TaskDailyInfoRsp = "TaskDailyInfoRsp", BattleSkillRefreshReq = "BattleSkillRefreshReq", @@ -614,6 +697,8 @@ local ProtoMsgType = { MallDailyResetNtf = "MallDailyResetNtf", MallDailyResetReq = "MallDailyResetReq", MallDailyResetRsp = "MallDailyResetRsp", + BossRushFormationReq = "BossRushFormationReq", + BossRushFormationRsp = "BossRushFormationRsp", SummerDataReq = "SummerDataReq", SummerDataRsp = "SummerDataRsp", MallDailyOverDayReq = "MallDailyOverDayReq", @@ -630,6 +715,8 @@ local ProtoMsgType = { GMRsp = "GMRsp", ChapterStartReq = "ChapterStartReq", ChapterStartRsp = "ChapterStartRsp", + BossRushExchangeReq = "BossRushExchangeReq", + BossRushExchangeRsp = "BossRushExchangeRsp", BountyLevelUnlockReq = "BountyLevelUnlockReq", BountyLevelUnlockRsp = "BountyLevelUnlockRsp", ChapterGoldChallengeFarmReq = "ChapterGoldChallengeFarmReq", diff --git a/lua/app/ui/activity/act_boss_rush/act_boss_rush_fund_ui.lua b/lua/app/ui/activity/act_boss_rush/act_boss_rush_fund_ui.lua index ef1b9bd9..16cbf83b 100644 --- a/lua/app/ui/activity/act_boss_rush/act_boss_rush_fund_ui.lua +++ b/lua/app/ui/activity/act_boss_rush/act_boss_rush_fund_ui.lua @@ -1,7 +1,7 @@ local ActBossRushFundUI = class("ActBossRushFundUI", BaseUI) local FUND_CELL = "app/ui/activity/act_boss_rush/cell/fund_cell" -local BTN_ICON = {"common_btn_green_3", "act_herofund_board_2"} +local BTN_ICON = {"common_btn_green_3", "act_bossrush_board_1"} function ActBossRushFundUI:isFullScreen() return false @@ -54,7 +54,7 @@ function ActBossRushFundUI:_addListeners() end) uiMap["act_boss_rush_fund_ui.bg.scrollrect.viewport.content.mask_img.line.btn_buy_level"]:addClickListener(function() - + ModuleManager.ActBossRushManager:reqBuyFundLevel() end) end @@ -62,10 +62,6 @@ function ActBossRushFundUI:_bind() self:bind(DataManager.ActBossRushData, "isDirty", function() self:_display() end) - - self:bind(DataManager.ShopData, "isDirty", function() - self:_display() - end) end function ActBossRushFundUI:refreshBtns() @@ -118,7 +114,7 @@ end function ActBossRushFundUI:_refreshScrollrect() local uiMap = self.root:genAllChildren() local mask = uiMap["act_boss_rush_fund_ui.bg.scrollrect.viewport.content.mask_img"] - local level = DataManager.ActBossRushData:getWaveLevel() + local level = DataManager.ActBossRushData:getWaveLevel() - DataManager.ActBossRushData:getStartWaveLevel() local totalCount = #self.rewardList local maskCount = math.max(0, totalCount - level) mask:setAnchoredPositionY(-10 - level * 120) diff --git a/lua/app/ui/activity/act_boss_rush/act_boss_rush_pop_ui.lua b/lua/app/ui/activity/act_boss_rush/act_boss_rush_pop_ui.lua index 1163f32c..c6280e3e 100644 --- a/lua/app/ui/activity/act_boss_rush/act_boss_rush_pop_ui.lua +++ b/lua/app/ui/activity/act_boss_rush/act_boss_rush_pop_ui.lua @@ -8,6 +8,12 @@ function ActBossRushPopUI:getPrefabPath() return "assets/prefabs/ui/activity/act_boss_rush/act_boss_rush_pop_ui.prefab" end +function ActBossRushPopUI:onClose() + if self.popCheckBar then + self.popCheckBar:saveCheckStatus() + end +end + function ActBossRushPopUI:onLoadRootComplete() self:_display() self:_addListeners() @@ -19,13 +25,19 @@ function ActBossRushPopUI:onLoadRootComplete() self.actCountdownSid = self:scheduleGlobal(function() self:refreshTime() end, 1) + + DataManager.ActBossRushData:markPoped() end function ActBossRushPopUI:_display() local uiMap = self.root:genAllChildren() + uiMap["act_boss_rush_pop_ui.ui_spine_obj"]:playAnim("idle", true, false) uiMap["act_boss_rush_pop_ui.ui_spine_obj.title"]:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_2)) uiMap["act_boss_rush_pop_ui.ui_spine_obj.desc"]:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_13)) uiMap["act_boss_rush_pop_ui.btn_goto.tx"]:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_14)) + + self.popCheckBar = uiMap["act_boss_rush_pop_ui.pop_check_bar"]:addLuaComponent(GConst.TYPEOF_LUA_CLASS.POP_CHECK_BAR) + self.popCheckBar:refresh(false, "ActBossRushData") end function ActBossRushPopUI:_addListeners() diff --git a/lua/app/ui/activity/act_boss_rush/act_boss_rush_rank_ui.lua b/lua/app/ui/activity/act_boss_rush/act_boss_rush_rank_ui.lua index eac61a74..f7263a35 100644 --- a/lua/app/ui/activity/act_boss_rush/act_boss_rush_rank_ui.lua +++ b/lua/app/ui/activity/act_boss_rush/act_boss_rush_rank_ui.lua @@ -77,18 +77,22 @@ function ActBossRushRankUI:_bind() self:refreshRewardNode() end self:refreshMyRankInfo() + self:refreshPages() end) end function ActBossRushRankUI:refreshRankNode() local uiMap = self.root:genAllChildren() - uiMap["act_boss_rush_rank_ui.bg.rank_node"]:setActive(false) - uiMap["act_boss_rush_rank_ui.bg.reward_node"]:setActive(true) + uiMap["act_boss_rush_rank_ui.bg.rank_node"]:setActive(true) + uiMap["act_boss_rush_rank_ui.bg.reward_node"]:setActive(false) + local text = I18N.GlobalConst.ACT_BOSS_RUSH_DESC_20 if self.curPage == PAGE_TYPE.LAST_DAY then - self.rankList = DataManager.ActBossRushData:getLastRankInfo()() + self.rankList = DataManager.ActBossRushData:getLastRankInfo() else self.rankList = DataManager.ActBossRushData:getCurRankInfo() + text = I18N.GlobalConst.ACT_BOSS_RUSH_DESC_21 end + uiMap["act_boss_rush_rank_ui.bg.title"]:setText(I18N:getGlobalText(text)) if not self.topRankCells then self.topRankCells = {} for i = 1, 3 do @@ -113,7 +117,7 @@ function ActBossRushRankUI:refreshRankNode() end) self.rankScrollRectComp:addRefreshCallback(function(index, cell) local info = self.rankList[index + 3] - cell:refresh(info) + cell:refresh(index + 3, info) end) self.rankScrollRectComp:clearCells() self.rankScrollRectComp:setTotalCount(0) @@ -124,6 +128,7 @@ function ActBossRushRankUI:refreshRewardNode() local uiMap = self.root:genAllChildren() uiMap["act_boss_rush_rank_ui.bg.rank_node"]:setActive(false) uiMap["act_boss_rush_rank_ui.bg.reward_node"]:setActive(true) + uiMap["act_boss_rush_rank_ui.bg.title"]:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_22)) if self.rewardScrollRectComp then self.rewardScrollRectComp:updateAllCell() return @@ -152,18 +157,21 @@ function ActBossRushRankUI:refreshPages() tx1 = uiMap["act_boss_rush_rank_ui.bg.page_" .. i .. ".tx"], tx2 = uiMap["act_boss_rush_rank_ui.bg.page_" .. i .. ".tx_hl"], } + self.pageObjs[i].page:addClickListener(function() + self:switchPage(i) + end) end end for index, objs in ipairs(self.pageObjs) do if index == self.curPage then - objs.page:setSprite(GConst.ATLAS_PATH.ACT_BOSS_RUSH, PAGE_ICON[1]) + objs.page:setSprite(GConst.ATLAS_PATH.COMMON, PAGE_ICON[1]) objs.page:setAnchoredPositionY(-516.5) objs.tx1:setText(GConst.EMPTY_STRING) - objs.tx2:setText(I18N:getGlobalText(PAGE_TX[self.curPage])) + objs.tx2:setText(I18N:getGlobalText(PAGE_TX[index])) else - objs.page:setSprite(GConst.ATLAS_PATH.ACT_BOSS_RUSH, PAGE_ICON[2]) + objs.page:setSprite(GConst.ATLAS_PATH.COMMON, PAGE_ICON[2]) objs.page:setAnchoredPositionY(-505.5) - objs.tx1:setText(I18N:getGlobalText(PAGE_TX[self.curPage])) + objs.tx1:setText(I18N:getGlobalText(PAGE_TX[index])) objs.tx2:setText(GConst.EMPTY_STRING) end end @@ -183,7 +191,7 @@ function ActBossRushRankUI:refreshPages() else local x = -186 for index, objs in ipairs(self.pageObjs) do - objs.page:setAnchoredPositionX(-186) + objs.page:setAnchoredPositionX(x) x = x + 186 objs.page:setActive(true) end @@ -200,6 +208,7 @@ function ActBossRushRankUI:switchPage(page) if self.curPage == page then return end + self.curPage = page if self.curPage ~= PAGE_TYPE.REWARD then self:refreshRankNode() @@ -269,9 +278,10 @@ function ActBossRushRankUI:refreshMyRankInfo() local canGot = DataManager.ActBossRushData:canGetRankReward() local rewards = DataManager.ActBossRushData:getRankRewards(rank) + local got = DataManager.ActBossRushData:isGotRankReward() for index, cell in ipairs(self.selfRewardCells) do if rewards and rewards[index] then - cell:refreshByConfig(rewards[index]) + cell:refreshByConfig(rewards[index], got, got) cell:getBaseObject():setActive(true) if canGot then cell:showFrameAnimation() diff --git a/lua/app/ui/activity/act_boss_rush/act_boss_rush_shop_ui.lua b/lua/app/ui/activity/act_boss_rush/act_boss_rush_shop_ui.lua index a5617f03..aa12e523 100644 --- a/lua/app/ui/activity/act_boss_rush/act_boss_rush_shop_ui.lua +++ b/lua/app/ui/activity/act_boss_rush/act_boss_rush_shop_ui.lua @@ -16,14 +16,19 @@ end function ActBossRushShopUI:dealList() self.shopList = {} + self.costId = 1 for _, id in ipairs(DataManager.ActBossRushData:getExchangeList()) do local canExchange = DataManager.ActBossRushData:getExchangeRemainCount(id) > 0 table.insert(self.shopList, {id = id, canExchange = canExchange}) + if self.costId == 1 then + local cost = DataManager.ActBossRushData:getShopCost(id) + self.costId = GFunc.getRewardId(cost) + end end table.sort(self.shopList, function(a, b) if a.canExchange == b.canExchange then - return a > b + return a.id < b.id else return a.canExchange end @@ -46,9 +51,9 @@ end function ActBossRushShopUI:_display() local uiMap = self.root:genAllChildren() - uiMap["act_boss_rush_shop_ui.bg.bg.title"]:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_12)) - uiMap["act_boss_rush_shop_ui.bg.bg.desc"]:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_17)) - uiMap["act_boss_rush_shop_ui.bg.score.tx_score"]:setText(DataManager.ActBossRushData:getExchangeItemCount()) + uiMap["act_boss_rush_shop_ui.bg.desc_bg.desc"]:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_17)) + uiMap["act_boss_rush_shop_ui.bg.score.tx_score"]:setText(DataManager.BagData.ItemData:getItemNumById(self.costId)) + uiMap["act_boss_rush_shop_ui.bg.score.img"]:setSprite(ModuleManager.ItemManager:getItemIcon(self.costId)) self:_refreshScrollrect() end diff --git a/lua/app/ui/activity/act_boss_rush/act_boss_rush_ui.lua b/lua/app/ui/activity/act_boss_rush/act_boss_rush_ui.lua index 842097d9..2bbce2a7 100644 --- a/lua/app/ui/activity/act_boss_rush/act_boss_rush_ui.lua +++ b/lua/app/ui/activity/act_boss_rush/act_boss_rush_ui.lua @@ -44,6 +44,7 @@ function ActBossRushUI:_display() uiMap["act_boss_rush_ui.bg.btn_rank.tx_desc"]:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_10)) uiMap["act_boss_rush_ui.bg.btn_bounty.tx_desc"]:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_11)) uiMap["act_boss_rush_ui.bg.btn_shop.tx_desc"]:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_12)) + uiMap["act_boss_rush_ui.bg.fight_btn.tx_desc"]:setText(I18N:getGlobalText(I18N.GlobalConst.TASK_CHALLENGE)) local todayMaxWaveDesc = uiMap["act_boss_rush_ui.bg.tx_today_max_wave_desc"] local todayMaxWave = uiMap["act_boss_rush_ui.bg.tx_today_max_wave"] @@ -83,6 +84,9 @@ function ActBossRushUI:_addListeners() end) uiMap["act_boss_rush_ui.down.formation_btn"]:addClickListener(function() + if not DataManager.ActBossRushData:getIsOpen() then + return + end ModuleManager.CommonManager:showFormationUI(GConst.BattleConst.FORMATION_TYPE.BOSS_RUSH) end) @@ -110,10 +114,14 @@ function ActBossRushUI:_addListeners() } ModuleManager.TipsManager:showHelpTips(params) end) + + self:addEventListener(EventManager.CUSTOM_EVENT.GO_SHOP, function() + self:closeUI() + end) end function ActBossRushUI:_bind() - self.bind(DataManager.ActBossRushData, "isDirty", function() + self:bind(DataManager.ActBossRushData, "isDirty", function() self:_display() end) @@ -152,7 +160,7 @@ function ActBossRushUI:refreshTime() end uiMap["act_boss_rush_ui.bg.time_bg.time"]:setText(str) - local canFight = remainTime < 86400 + local canFight = remainTime > 86400 if self.canFight ~= canFight then self.canFight = canFight uiMap["act_boss_rush_ui.bg.fight_btn"]:setActive(canFight) diff --git a/lua/app/ui/activity/act_boss_rush/cell/rank_cell.lua b/lua/app/ui/activity/act_boss_rush/cell/rank_cell.lua index f503d1b3..2cf22ec5 100644 --- a/lua/app/ui/activity/act_boss_rush/cell/rank_cell.lua +++ b/lua/app/ui/activity/act_boss_rush/cell/rank_cell.lua @@ -30,9 +30,9 @@ function RankCell:refresh(index, info) local imgBg = uiMap["act_rank_cell.bg"] if RANK_BG[index] then - imgBg:setSprite(GConst.ATLAS_PATH.ACT_COMMON, RANK_ICON[index]) + imgBg:setSprite(GConst.ATLAS_PATH.ACT_COMMON, RANK_BG[index]) else - imgBg:setSprite(GConst.ATLAS_PATH.ACT_COMMON, RANK_ICON[4]) + imgBg:setSprite(GConst.ATLAS_PATH.ACT_COMMON, RANK_BG[4]) end local txName = uiMap["act_rank_cell.tx_name"] @@ -44,7 +44,12 @@ function RankCell:refresh(index, info) txWave:setText(info.wave) txRound:setText(info.round) self.playerHeadCell:getBaseObject():addClickListener(function() - Logger.logHighlight("显示阵容") + ModuleManager.ActBossRushManager:reqOtherPlayerInfo(info.id, function(formation) + if not self.playerHeadCell or not self.playerHeadCell:getBaseObject() or self.playerHeadCell:getBaseObject():isDestroyed() then + return + end + ModuleManager.TipsManager:showHeroFormation(self.playerHeadCell:getBaseObject(), formation) + end) end) self.playerHeadCell:refresh(info.avatar_id, info.avatar_frame, false) else diff --git a/lua/app/ui/activity/act_boss_rush/cell/shop_cell.lua b/lua/app/ui/activity/act_boss_rush/cell/shop_cell.lua index abe67238..b0f6a5a8 100644 --- a/lua/app/ui/activity/act_boss_rush/cell/shop_cell.lua +++ b/lua/app/ui/activity/act_boss_rush/cell/shop_cell.lua @@ -4,6 +4,7 @@ local BTN_ICON = {"common_btn_green_2", "common_btn_grey_2"} function ShopCell:init() local uiMap = self:getUIMap() + self.scoreIcon = uiMap["shop_cell.bg.score"] self.txScore = uiMap["shop_cell.score.tx_score"] self.rewardCell = uiMap["shop_cell.reward_cell"]:addLuaComponent(GConst.TYPEOF_LUA_CLASS.REWARD_CELL) self.txBtn = uiMap["shop_cell.ok_btn.text"] @@ -15,23 +16,41 @@ function ShopCell:refresh(id) self.txBtn:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_18)) local cost = DataManager.ActBossRushData:getShopCost(id) - self.txScore:setText(GFunc.getRewardNum(cost)) + local costId = GFunc.getRewardId(cost) + local costNum = GFunc.getRewardNum(cost) + self.scoreIcon:setSprite(ModuleManager.ItemManager:getItemIcon(costId)) + local color = "#FFFFFF" + local itemEnough = GFunc.checkCost(costId, costNum, false) + if not itemEnough then + color = "#FF4F38" + end + local str = string.format("%s", color, costNum) + self.txScore:setText(str) + local remainCount = DataManager.ActBossRushData:getExchangeRemainCount(id) local reward = DataManager.ActBossRushData:getShopReward(id) if reward then - self.rewardCell:refresh(reward) + self.rewardCell:refreshByConfig(reward) end local canExchange = remainCount > 0 + local color = "#FFFFFF" + if not canExchange then + color = "#FF4F38" + end + local str = string.format("%s", color, I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_19, remainCount)) + self.txLimit:setText(str) + self.btn:addClickListener(function() self:onClickReward(id) end) + if not itemEnough then + canExchange = false + end local icon = canExchange and BTN_ICON[1] or BTN_ICON[2] self.btn:setSprite(GConst.ATLAS_PATH.COMMON, icon) - self.btn:setTouchEnable(canExchange) - self.txLimit:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_19, remainCount)) end -- 领取奖励 diff --git a/lua/app/ui/activity/act_boss_rush/cell/top_rank_cell.lua b/lua/app/ui/activity/act_boss_rush/cell/top_rank_cell.lua index 85454707..104ca877 100644 --- a/lua/app/ui/activity/act_boss_rush/cell/top_rank_cell.lua +++ b/lua/app/ui/activity/act_boss_rush/cell/top_rank_cell.lua @@ -19,9 +19,16 @@ function TopRankCell:refresh(info) imgWave:setVisible(true) imgRound:setVisible(true) self.playerHeadCell:getBaseObject():addClickListener(function() - Logger.logHighlight("显示阵容") + ModuleManager.ActBossRushManager:reqOtherPlayerInfo(info.id, function(formation) + if not self.playerHeadCell or not self.playerHeadCell:getBaseObject() or self.playerHeadCell:getBaseObject():isDestroyed() then + return + end + ModuleManager.TipsManager:showHeroFormation(self.playerHeadCell:getBaseObject(), formation) + end) end) self.playerHeadCell:refresh(info.avatar_id, info.avatar_frame, false) + GFunc.centerImgAndTx(imgWave, txWave, 5) + GFunc.centerImgAndTx(imgRound, txRound, 5) else txName:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_8)) txWave:setText(GConst.EMPTY_STRING) diff --git a/lua/app/ui/activity/pop_check_bar.lua b/lua/app/ui/activity/pop_check_bar.lua new file mode 100644 index 00000000..b39d7049 --- /dev/null +++ b/lua/app/ui/activity/pop_check_bar.lua @@ -0,0 +1,30 @@ +local PopCheckBar = class("PopCheckBar", LuaComponent) + +function PopCheckBar:init() + self.baseObject:initPrefabHelper() + self.baseObject:genAllChildren() +end + +function PopCheckBar:refresh(isCheck, customKey) + self.isCheck = isCheck + self.customKey = customKey + local uiMap = self:getUIMap() + local txObj = uiMap["pop_check_bar.desc"] + txObj:setText(I18N:getGlobalText(I18N.GlobalConst.NOT_POP_TODAY)) + GFunc.expandImgToFitTx(self.baseObject, txObj, 20) + + local checkIcon = uiMap["pop_check_bar.check"] + checkIcon:setVisible(self.isCheck) + self.baseObject:addClickListener(function() + self.isCheck = not self.isCheck + checkIcon:setVisible(self.isCheck) + end) +end + +function PopCheckBar:saveCheckStatus() + if self.isCheck then + LocalData:setNotPopToday(self.customKey) + end +end + +return PopCheckBar \ No newline at end of file diff --git a/lua/app/ui/activity/pop_check_bar.lua.meta b/lua/app/ui/activity/pop_check_bar.lua.meta new file mode 100644 index 00000000..29ebf6f4 --- /dev/null +++ b/lua/app/ui/activity/pop_check_bar.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: b0597a40cbdf3b64a9aa9c1e0c589e2e +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/ui/battle/battle_bossrush_result_ui.lua b/lua/app/ui/battle/battle_bossrush_result_ui.lua index f66e96ac..cd3611f7 100644 --- a/lua/app/ui/battle/battle_bossrush_result_ui.lua +++ b/lua/app/ui/battle/battle_bossrush_result_ui.lua @@ -1,3 +1,4 @@ +local ProgressBar = require "app/tools/progress_bar" local BattleBossRushResultUI = class("BattleBossRushResultUI", BaseUI) local UNIT_RESULT_RERPORT_CELL = "app/ui/battle/cell/unit_result_report_cell" @@ -5,7 +6,7 @@ local MAX_SCROLL_SHOW_COUNT = 10 local SCROLL_LINE_HEIGHT = 130 function BattleBossRushResultUI:getPrefabPath() - return "assets/prefabs/ui/battle/battle_result_ui.prefab" + return "assets/prefabs/ui/battle/battle_boss_rush_result_ui.prefab" end function BattleBossRushResultUI:ctor(params) @@ -14,196 +15,87 @@ function BattleBossRushResultUI:ctor(params) end -- 通用 self.battleType = params.battleType - self.isWin = params.isWin - self.rewards = params.rewards - self.firstPassIdx = params.firstPassIdx or 0 - self.noMergeReward = params.noMergeReward - - -- pve特有 - self.atkReport = params.atkReport - self.wave = params.wave - -- 主线特有 - self.mysteryBoxIdx = params.mysteryBoxIdx or 0 - -- 金币副本特有 - self.remainRound = params.remainRound - -- 竞技场特有 - self.incrScore = params.incrScore - self.arenaTotalCount = params.arenaTotalCount - - self.isTryShowGoldPig = false + self.combatReport = params.combatReport + self.taskProgress = params.taskProgress self.totalDmg = 0 + self.atkReport = self.combatReport.atkReport if self.atkReport then for _, info in ipairs(self.atkReport) do self.totalDmg = self.totalDmg + info.dmg end end - - if not self.noMergeReward then - local newRewards = {} - GFunc.mergeRewards2(self.rewards, newRewards) - self.rewards = newRewards - end end function BattleBossRushResultUI:onClose() if self.sliderSequence then self.sliderSequence:Kill() + self.sliderSequence = nil end if self.animNode then self.animNode:Kill() - end - if self.animPig then - self.animPig:Kill() - end - if self.animRewards then - for idx, anim in pairs(self.animRewards) do - if anim then - anim:Kill() - end - end - end - if self.arenaSequence then - self.arenaSequence:Kill() - self.arenaSequence = nil - end - if self.arenaSpine then - self.arenaSpine:destroy() - self.arenaSpine = nil + self.animNode = nil end end function BattleBossRushResultUI:onLoadRootComplete() local uiMap = self.root:genAllChildren() - self.continue = uiMap["battle_result_ui.continue"] + self.continue = uiMap["battle_boss_rush_result_ui.continue"] -- 胜利节点 - self.victoryNode = uiMap["battle_result_ui.victory_node"] - self.victoryMask = uiMap["battle_result_ui.mask_v"] - self.victoryTxTitle = uiMap["battle_result_ui.victory_node.title_bg.desc"] - self.victorySpine = uiMap["battle_result_ui.victory_node.ui_spine_obj"] - self.victoryUnitNode = uiMap["battle_result_ui.victory_node.unit_node"] - -- 失败节点 - self.defeatNode = uiMap["battle_result_ui.defeat_node"] - self.defeatMask = uiMap["battle_result_ui.mask_d"] - self.defeatTxTitle = uiMap["battle_result_ui.defeat_node.title_bg.desc"] - self.defeatSpine = uiMap["battle_result_ui.defeat_node.ui_spine_obj"] - self.defeatUnitNode = uiMap["battle_result_ui.defeat_node.unit_node"] - -- 战斗信息 - self.unitNode = uiMap["battle_result_ui.unit_node"] - self.unitImgBattleIcon = uiMap["battle_result_ui.unit_node.icon"] - self.unitTxDesc1 = uiMap["battle_result_ui.unit_node.desc_1"] - self.unitTxDesc2 = uiMap["battle_result_ui.unit_node.desc_2"] - self.unitTxDesc3 = uiMap["battle_result_ui.unit_node.desc_3"] - self.unitImgReportV = uiMap["battle_result_ui.unit_node.report_img_v"] - self.unitImgReportD = uiMap["battle_result_ui.unit_node.report_img_d"] + self.victoryNode = uiMap["battle_boss_rush_result_ui.victory_node"] + self.victoryMask = uiMap["battle_boss_rush_result_ui.victory_node.mask_v"] + self.victoryTxTitle = uiMap["battle_boss_rush_result_ui.victory_node.title_bg.desc"] + self.victorySpine = uiMap["battle_boss_rush_result_ui.victory_node.ui_spine_obj"] + self.victoryUnitNode = uiMap["battle_boss_rush_result_ui.victory_node.unit_node"] + self.unitNode = uiMap["battle_boss_rush_result_ui.unit_node"] + self.unitTxDesc3 = uiMap["battle_boss_rush_result_ui.unit_node.desc_3"] if not self.unitResultReportCells then self.unitResultReportCells = {} for index = 1, 5 do - self.unitResultReportCells[index] = CellManager:addCellComp(uiMap["battle_result_ui.unit_node.unit_result_report_cell_" .. index], UNIT_RESULT_RERPORT_CELL) + self.unitResultReportCells[index] = CellManager:addCellComp(uiMap["battle_boss_rush_result_ui.unit_node.unit_result_report_cell_" .. index], UNIT_RESULT_RERPORT_CELL) end end - -- 奖励节点 - self.rewardNode = uiMap["battle_result_ui.reward_node"] - self.rewardTxTitle = uiMap["battle_result_ui.reward_node.reward_title"] - self.rewardScrollRect = uiMap["battle_result_ui.reward_node.scroll_rect"] - self.rewardScrollRectComp = self.rewardScrollRect:addLuaComponent(GConst.TYPEOF_LUA_CLASS.SCROLL_RECT_BASE) - -- 金猪存钱罐 - self.goldPigNode = uiMap["battle_result_ui.gold_pig"] - self.goldPigTxGem = uiMap["battle_result_ui.gold_pig.gem_bg.gem_tx"] - self.goldPigSlider = uiMap["battle_result_ui.gold_pig.slider_bg.slider"]:getComponent(GConst.TYPEOF_UNITY_CLASS.BF_SLIDER) - self.goldPigTxSlider = uiMap["battle_result_ui.gold_pig.slider_bg.text"] - self.goldPigImgGem = uiMap["battle_result_ui.gold_pig.gem_bg.gem_img"] - self.goldPigSpine = uiMap["battle_result_ui.gold_pig.spine_pig"] - self.goldPigGem = uiMap["battle_result_ui.gold_pig.gem_bg"] - self.canvasGroupPigGem = self.goldPigGem:getComponent(GConst.TYPEOF_UNITY_CLASS.CANVAS_GROUP) - -- 竞技场 - self.arenaNode = uiMap["battle_result_ui.arena_node"] - self.arenaSpineRoot = uiMap["battle_result_ui.arena_node.spine_root"] - self.arenaTxGrading = uiMap["battle_result_ui.arena_node.tx_grading"] - self.arenaTxScore = uiMap["battle_result_ui.arena_node.tx_score"] - self.arenaImgProp = uiMap["battle_result_ui.arena_node.prog.img_prog"]:getComponent(GConst.TYPEOF_UNITY_CLASS.BF_SLIDER) - self.arenaTxProg = uiMap["battle_result_ui.arena_node.prog.tx_prog"] - -- 竞技场广告宝箱 - self.arenaBoxNode = uiMap["battle_result_ui.arena_box_node"] - self.arenaBoxImgIcon = uiMap["battle_result_ui.arena_box_node.img_box"] - self.arenaBoxTxTitle = uiMap["battle_result_ui.arena_box_node.tx_box"] - self.arenaBoxBtnGet = uiMap["battle_result_ui.arena_box_node.btn_get"] - self.arenaBoxTxGet = uiMap["battle_result_ui.arena_box_node.btn_get.tx_get"] + + local iconWave = uiMap["battle_boss_rush_result_ui.unit_node.icon_wave"] + local iconRound = uiMap["battle_boss_rush_result_ui.unit_node.icon_round"] + local txWave = uiMap["battle_boss_rush_result_ui.unit_node.desc_wave"] + local txRound = uiMap["battle_boss_rush_result_ui.unit_node.desc_round"] + txWave:setText(self.taskProgress[GConst.BattleConst.BATTLE_TASK_FIELD.PASS_WAVE] or GConst.EMPTY_STRING) + txRound:setText(self.taskProgress[GConst.BattleConst.BATTLE_TASK_FIELD.TOTAL_TURN] or GConst.EMPTY_STRING) + GFunc.centerImgAndTx(iconWave, txWave, 10, -136) + GFunc.centerImgAndTx(iconRound, txRound, 10, 136) + + local waveNew = uiMap["battle_boss_rush_result_ui.unit_node.desc_new_1"] + local roundNew = uiMap["battle_boss_rush_result_ui.unit_node.desc_new_2"] + local tag1, tag2 = DataManager.ActBossRushData:getWaveRoundNewTag() + waveNew:setVisible(tag1 == true) + roundNew:setVisible(tag2 == true) self.victoryMask:addClickListener(function() self:onClickMask() end) - self.defeatMask:addClickListener(function() - self:onClickMask() - end) - self.arenaBoxBtnGet:addClickListener(function() - ModuleManager.ShopManager:showArenaAdBoxUI(self.isWin) - end) - self:addEventListener(EventManager.CUSTOM_EVENT.ARENA_AD_BOX_SUCCESS, function() - self.getedArenaAdBox = true - self:refreshRewards() - self:refreshArenaBoxNode() - end) end function BattleBossRushResultUI:onClickMask() - if self.isTryShowGoldPig then - ModuleManager.BattleManager:endBattleAndExit() - else - if not self:tryShowGoldPig() then - ModuleManager.BattleManager:endBattleAndExit() - end - end + ModuleManager.BattleManager:endBattleAndExit() end function BattleBossRushResultUI:onRefresh() - if self.isWin then - self:refreshVictoryNode() - AudioManager:playEffect(AudioManager.EFFECT_ID.BATTLE_VICTORY) - else - self:refreshDefeatNode() - AudioManager:playEffect(AudioManager.EFFECT_ID.BATTLE_DEFEAT) - end + AudioManager:playEffect(AudioManager.EFFECT_ID.BATTLE_VICTORY) + self:refreshVictoryNode() self:refreshUnitInfo() self:refreshRewards() - self:refreshArenaNode() - self:refreshArenaBoxNode() end function BattleBossRushResultUI:refreshVictoryNode() self.victoryNode:setVisible(true) - self.unitImgReportV:setVisible(true) - self.defeatNode:setVisible(false) - self.unitImgReportD:setVisible(false) - self.victoryTxTitle:setText(I18N:getGlobalText(I18N.GlobalConst.BATTLE_DESC_5)) + self.victoryTxTitle:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_30)) self.victorySpine:playAnimComplete("born", false, true, function() self.victorySpine:playAnim("idle", true, true) end) - if self.battleType == GConst.BattleConst.BATTLE_TYPE.ARENA then - self:showNodeAnim(self.victoryUnitNode, self.arenaNode) - else - self:showNodeAnim(self.victoryUnitNode, self.unitNode) - end -end - -function BattleBossRushResultUI:refreshDefeatNode() - self.victoryNode:setVisible(false) - self.unitImgReportV:setVisible(false) - self.defeatNode:setVisible(true) - self.unitImgReportD:setVisible(true) - - self.defeatTxTitle:setText(I18N:getGlobalText(I18N.GlobalConst.BATTLE_DESC_6)) - self.defeatSpine:playAnimComplete("born", false, true, function() - self.defeatSpine:playAnim("idle", true, true) - end) - - if self.battleType == GConst.BattleConst.BATTLE_TYPE.ARENA then - self:showNodeAnim(self.defeatUnitNode, self.arenaNode) - else - self:showNodeAnim(self.defeatUnitNode, self.unitNode) - end + self:showNodeAnim(self.victoryUnitNode, self.unitNode) end -- 播放节点动画 @@ -230,179 +122,70 @@ function BattleBossRushResultUI:showNodeAnim(parent, node) end) end -function BattleBossRushResultUI:refreshArenaNode() - if self.battleType ~= GConst.BattleConst.BATTLE_TYPE.ARENA then - self.arenaNode:setVisible(false) - return - end - - self.arenaNode:setVisible(true) - local totalScore = DataManager.ArenaData:getScore() - local lastScore = totalScore - self.incrScore - local curId = DataManager.ArenaData:getGradingId() - local lastId = DataManager.ArenaData:getGradingIdFromScore(lastScore) - - if curId == nil or lastId == nil then - return - end - - self.arenaTxGrading:setText(DataManager.ArenaData:getGradingName(lastId)) - self:refreshArenaGradingSpine(lastId) - - if self.arenaSequence then - self.arenaSequence:Kill() - end - self.arenaSequence = DOTweenManager:createSeqWithIntId() - local tween = DOTweenManager:createDOTweenTo( - function() - return lastScore - end, - function(value) - local maxScore = DataManager.ArenaData:getGradingScoreTotal(value) - local curScore = DataManager.ArenaData:getGradingScore(value) - if maxScore then - self.arenaImgProp.value = curScore/maxScore - self.arenaTxProg:setText(math.floor(curScore).."/"..maxScore) - else - self.arenaImgProp.value = 1 - self.arenaTxProg:setText(math.floor(curScore)) - end - end, - totalScore, 1.5) - self.arenaSequence:Append(tween) - self.arenaSequence:AppendCallback(function() - self.arenaTxGrading:setText(DataManager.ArenaData:getGradingName(curId)) - if lastId ~= curId then - self:refreshArenaGradingSpine(curId, curId > lastId) - end - self.arenaSequence = nil - end) - - if self.incrScore > 0 then - self.arenaTxScore:setText(I18N:getGlobalText(I18N.GlobalConst.ARENA_DESC_27, "+"..self.incrScore)) - elseif self.incrScore == 0 then - self.arenaTxScore:setText(I18N:getGlobalText(I18N.GlobalConst.ARENA_DESC_27, "-"..self.incrScore)) - else - self.arenaTxScore:setText(I18N:getGlobalText(I18N.GlobalConst.ARENA_DESC_27, self.incrScore)) - end -end - -function BattleBossRushResultUI:hasArenaBoxNode() - if self.battleType ~= GConst.BattleConst.BATTLE_TYPE.ARENA then - return false - end - if not DataManager.ArenaData:hasAdBox(self.isWin, self.arenaTotalCount) then - return false - end - if self.getedArenaAdBox then - return false - end - - return true -end - -function BattleBossRushResultUI:refreshArenaBoxNode() - self.arenaBoxNode:setVisible(false) - if not self:hasArenaBoxNode() then - return - end - self.arenaBoxNode:setVisible(true) - self.arenaBoxBtnGet:setActive(not self.getedArenaAdBox) - self.arenaBoxTxGet:setText(I18N:getGlobalText(I18N.GlobalConst.BTN_CLAIM)) - - if self.isWin then - -- 胜利宝箱 - self.arenaBoxNode:setSprite(GConst.ATLAS_PATH.ARENA, "arena_bg_6") - self.arenaBoxImgIcon:setSprite(GConst.ATLAS_PATH.SHOP, "shop_chest_5") - self.arenaBoxTxTitle:setText(I18N:getGlobalText(I18N.GlobalConst.ARENA_DESC_33)) - else - -- 鼓励宝箱 - self.arenaBoxNode:setSprite(GConst.ATLAS_PATH.ARENA, "arena_bg_5") - self.arenaBoxImgIcon:setSprite(GConst.ATLAS_PATH.SHOP, "shop_chest_4") - self.arenaBoxTxTitle:setText(I18N:getGlobalText(I18N.GlobalConst.ARENA_DESC_34)) - end - ModuleManager.ArenaManager:markAdBox(self.isWin) -end - -function BattleBossRushResultUI:refreshArenaGradingSpine(gradingId, isUp) - if gradingId == nil then - return - end - - if self.arenaSpine then - self.arenaSpine:playAnimComplete("vanish", false, false, function() - self.arenaSpine:destroy() - self.arenaSpine = nil - self:refreshArenaGradingSpine(gradingId, isUp) - end) - else - SpineManager:loadUISpineWidgetAsync(DataManager.ArenaData:getGradingIconName(gradingId).."_spine", self.arenaSpineRoot, function(spineObject) - self.arenaSpine = spineObject - self.arenaSpine:setLocalScale(0.8, 0.8, 1) - self.arenaSpine:setSkin(DataManager.ArenaData:getGradingNumName(gradingId)) - self.arenaSpine:playAnimComplete("born", false, false, function() - if self.arenaSpine then - self.arenaSpine:playAnim("idle", true, false) - end - end) - end) - if isUp then - EffectManager:loadUIEffectAsync("assets/prefabs/effects/ui/vfx_ui_".. DataManager.ArenaData:getGradingIconName(gradingId) ..".prefab", self, self.arenaSpineRoot, GConst.UI_EFFECT_ORDER.LEVEL5, function(obj) - obj:play() - end) - end - end -end - function BattleBossRushResultUI:refreshRewards() - self.animRewards = {} - self.rewardNode:setVisible(true) - self.goldPigNode:setVisible(false) + local uiMap = self.root:genAllChildren() + uiMap["battle_boss_rush_result_ui.reward_node.reward_title"]:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_29)) + local wave = self.taskProgress[GConst.BattleConst.BATTLE_TASK_FIELD.TOTAL_TURN] or 0 + uiMap["battle_boss_rush_result_ui.reward_node.score.tx_score"]:setText("+" .. wave) + local txLastWave = uiMap["battle_boss_rush_result_ui.reward_node.tx_last"] + local txNextWave = uiMap["battle_boss_rush_result_ui.reward_node.tx_next"] + local slider = uiMap["battle_boss_rush_result_ui.reward_node.slider"]:getComponent(GConst.TYPEOF_UNITY_CLASS.BF_SLIDER) + local sliderText = uiMap["battle_boss_rush_result_ui.reward_node.text"] + local curWaveLevel = DataManager.ActBossRushData:getWaveLevel() + local curWaveCount = DataManager.ActBossRushData:getWaveCount() + local lastLevel, lastCount = DataManager.ActBossRushData:getLastWaveLevelInfo() - self.rewardTxTitle:setText(I18N:getGlobalText(I18N.GlobalConst.REWARD_DESC)) - self.continue:setText(I18N:getGlobalText(I18N.GlobalConst.CONTINUE_DESC)) - self.rewardScrollRectComp:addInitCallback(function() - return GConst.TYPEOF_LUA_CLASS.REWARD_CELL - end) - self.rewardScrollRectComp:addRefreshCallback(function(index, cell) - cell:refresh(self.rewards[index]) - if index <= MAX_SCROLL_SHOW_COUNT and self.animRewards[index] == nil then - self.animRewards[index] = self:showRewardAppearAnim(index, cell) - end - cell:showRightUpIcon(index <= self.mysteryBoxIdx, GConst.ATLAS_PATH.COMMON, "common_chest_1") - cell:showFirstPass(index <= self.firstPassIdx) - end) - if self:hasArenaBoxNode() then - self.rewardScrollRect:setSizeDeltaY(SCROLL_LINE_HEIGHT) - self.rewardScrollRect:setAnchoredPositionY(-255) - else - self.rewardScrollRect:setSizeDeltaY(SCROLL_LINE_HEIGHT * 2) - self.rewardScrollRect:setAnchoredPositionY(-268) + local count = DataManager.ActBossRushData:getLevelWave(lastLevel) + local lastNeedCount = math.max(DataManager.ActBossRushData:getLevelWave(lastLevel + 1), 0) + local lastHaveCount = math.max(lastCount - count, 0) + local oldSliderValue = lastHaveCount / lastNeedCount + + local count = DataManager.ActBossRushData:getLevelWave(curWaveLevel) + local curNeedCount = math.max(DataManager.ActBossRushData:getLevelWave(curWaveLevel + 1) - count, 0) + local curHaveCount = math.max(curWaveCount - count, 0) + local newSliderValue = curHaveCount / curNeedCount + + if DataManager.ActBossRushData:isMaxWaveLevel() then + curWaveLevel = curWaveLevel - 1 + newSliderValue = 1 end - self.rewardScrollRectComp:setFadeArgs(0.05, 0.3) - self.rewardScrollRectComp:clearCells() - local rewardCount = #self.rewards - if rewardCount > MAX_SCROLL_SHOW_COUNT then - local comp = self.rewardScrollRect:getComponent(GConst.TYPEOF_UNITY_CLASS.UI_SCROLL_RECT) - comp.movementType = CS.UnityEngine.UI.ScrollRect.MovementType.Elastic - self.rewardScrollRectComp:setPerLineNum(5) - self.rewardScrollRect:setSizeDeltaX(560) - else - local comp = self.rewardScrollRect:getComponent(GConst.TYPEOF_UNITY_CLASS.UI_SCROLL_RECT) - comp.movementType = CS.UnityEngine.UI.ScrollRect.MovementType.Clamped - if rewardCount >= 5 then - self.rewardScrollRectComp:setPerLineNum(5) - self.rewardScrollRect:setSizeDeltaX(560) - elseif rewardCount <= 0 then - self.rewardScrollRectComp:setPerLineNum(1) - self.rewardScrollRect:setSizeDeltaX(560) - else - self.rewardScrollRectComp:setPerLineNum(rewardCount) - self.rewardScrollRect:setSizeDeltaX(112*rewardCount) - end + local params = {} + params.ui = self + params.oldLv = lastLevel + params.newLv = curWaveLevel + params.beginPer = oldSliderValue + params.endPer = newSliderValue + params.time = 0.01 + params.perStep = 0.01 + params.callback = function (curLv, curPer) + slider.value = curPer + local nextCount = DataManager.ActBossRushData:getLevelWave(curLv + 1) + local minCount = DataManager.ActBossRushData:getLevelWave(curLv) + local ss = minCount + if nextCount then + ss = math.floor(curPer * (nextCount - minCount) + 0.0000001) + end + sliderText:setText(ss) + txLastWave:setText(minCount) + txNextWave:setText(nextCount) end - self.rewardScrollRectComp:refillCells(rewardCount) + params.endCallback = function() + local nextCount = DataManager.ActBossRushData:getLevelWave(curWaveLevel + 1) + local minCount = DataManager.ActBossRushData:getLevelWave(curWaveLevel) + + local sliderStr = curHaveCount + if sliderStr > nextCount - minCount then + sliderStr = nextCount - minCount + end + sliderText:setText(sliderStr) + + + txLastWave:setText(minCount) + txNextWave:setText(nextCount) + end + local progressBar = ProgressBar:create() + progressBar:runBar(params) end function BattleBossRushResultUI:refreshUnitInfo() @@ -420,102 +203,7 @@ function BattleBossRushResultUI:refreshUnitInfo() end end - self.unitTxDesc2:setText(self.wave) self.unitTxDesc3:setText(I18N:getGlobalText(I18N.GlobalConst.BATTLE_DESC_7, GFunc.num2Str(self.totalDmg))) - - local iconName = "common_dec_3" - if self.battleType == GConst.BattleConst.BATTLE_TYPE.DUNGEON_GOLD then - iconName = "common_dec_15" - local round = self.remainRound or 0 - self.unitTxDesc2:setText(round) - self.unitTxDesc1:setText(I18N:getGlobalText(I18N.GlobalConst.ROUND_LEFT)) - else - self.unitTxDesc1:setText(GConst.EMPTY_STRING) - end - self.unitImgBattleIcon:setSprite(GConst.ATLAS_PATH.COMMON, iconName) - - GFunc.centerImgAndTx(self.unitImgBattleIcon, self.unitTxDesc2, 7) -end - -function BattleBossRushResultUI:tryShowGoldPig() - self.isTryShowGoldPig = true - if self.battleType ~= GConst.BattleConst.BATTLE_TYPE.STAGE then - return false - end - if not DataManager.GoldPigData:getIsOpen() then - return false - end - self.rewardNode:setVisible(false) - self.goldPigNode:setVisible(true) - local lastGemCount = DataManager.GoldPigData:getLastCount() - local currGemCount = DataManager.GoldPigData:getCount() - local maxGemCount = DataManager.GoldPigData:getMaxCount() - if lastGemCount > currGemCount then - lastGemCount = currGemCount - end - - self.animPig = self.root:createBindTweenSequence() - self.animPig:Insert(0, self.canvasGroupPigGem:DOFade(0, 0)) - self.animPig:Insert(1.5, self.canvasGroupPigGem:DOFade(1, 0.3)) - self.animPig:SetAutoKill(false) - self.animPig:OnComplete(function() - self.animPig = nil - end) - - self.goldPigSpine:playAnimComplete("idle1", false, false, function() - self.goldPigSpine:playAnim("idle2", true, false) - end) - - self.goldPigTxGem:setText("+" .. currGemCount - lastGemCount) - GFunc.centerImgAndTx(self.goldPigImgGem, self.goldPigTxGem, 0, -4) - if currGemCount > lastGemCount then - self.sliderSequence = DOTweenManager:createSeqWithIntId() - local curProgress = 0 - local remain = currGemCount - lastGemCount - local startPercent = lastGemCount / maxGemCount - local remainPercent = currGemCount / maxGemCount - startPercent - self.goldPigSlider.value = startPercent - self.goldPigTxSlider:setText(lastGemCount .. "/" .. currGemCount) - local tween = DOTweenManager:createDOTweenTo( - function() - return curProgress - end, - function(value) - curProgress = value - self.goldPigSlider.value = startPercent + remainPercent*curProgress - self.goldPigTxSlider:setText(lastGemCount + math.floor(remain*curProgress) .. "/" .. maxGemCount) - end, - 1, 1) - self.sliderSequence:Append(tween) - self.sliderSequence:AppendCallback(function() - self.sliderSequence = nil - end) - else -- 相等就不跑动画了 - self.goldPigSlider.value = currGemCount / maxGemCount - self.goldPigTxSlider:setText(currGemCount .. "/" .. maxGemCount) - end - return true -end - --- 展示结算奖励的出现动画 -function BattleBossRushResultUI:showRewardAppearAnim(idx, cell) - local canvasGroup = cell.baseObject:getComponent(GConst.TYPEOF_UNITY_CLASS.CANVAS_GROUP) - local selfObj = cell.baseObject - local delay = (idx - 1) * 0.05 - local scaleX = selfObj:fastGetLocalScale() - - cell:setTouchEnable(false) - local animRewardAppear = selfObj:createBindTweenSequence() - animRewardAppear:Insert(0, canvasGroup:DOFade(0, 0)) - animRewardAppear:Insert(0, selfObj:getTransform():DOScale(scaleX * 0.6, 0)) - animRewardAppear:Insert(0.3 + delay, selfObj:getTransform():DOScale(scaleX * 1.1, 0.1)) - animRewardAppear:Insert(0.3 + delay, canvasGroup:DOFade(1, 0.1)) - animRewardAppear:Insert(0.4 + delay, selfObj:getTransform():DOScale(scaleX * 1, 0.13)) - animRewardAppear:OnComplete(function() - animRewardAppear = nil - cell:setTouchEnable(true) - end) - return animRewardAppear end return BattleBossRushResultUI \ No newline at end of file diff --git a/lua/app/ui/battle/battle_bossrush_result_ui.lua.meta b/lua/app/ui/battle/battle_bossrush_result_ui.lua.meta new file mode 100644 index 00000000..98aa7854 --- /dev/null +++ b/lua/app/ui/battle/battle_bossrush_result_ui.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 74b9e3a6ea5818945a08ae688442dec1 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/ui/common/common_exchange_ui.lua b/lua/app/ui/common/common_exchange_ui.lua index 06a154b7..395715fe 100644 --- a/lua/app/ui/common/common_exchange_ui.lua +++ b/lua/app/ui/common/common_exchange_ui.lua @@ -1,11 +1,23 @@ local CommonExchangeUI = class("CommonExchangeUI", BaseUI) +function CommonExchangeUI:isFullScreen() + return false +end + function CommonExchangeUI:ctor(params) self.defaultNum = params.defaultNum self.remainNum = params.remainNum self.reward = params.reward self.cost = params.cost self.callback = params.callback + local costId = GFunc.getRewardId(self.cost) + local costNum = GFunc.getRewardNum(self.cost) + local num = DataManager.BagData.ItemData:getItemNumById(costId) + local maxBuyCount = num // costNum + self.remainNum = math.min(self.remainNum, maxBuyCount) + if self.remainNum <= 0 then + self.remainNum = 1 + end end function CommonExchangeUI:getPrefabPath() @@ -34,6 +46,7 @@ function CommonExchangeUI:_display() uiMap["exchange_ui.bg.ok_btn.tx"]:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_18)) self.inputComp = uiMap["exchange_ui.bg.input"]:getComponent(GConst.TYPEOF_UNITY_CLASS.UI_TMP_INPUT_FIELD) + self.inputComp.text = tostring(self.defaultNum) self.inputComp.onValueChanged:AddListener(function(str) local count = self.defaultNum if str and tonumber(str) then @@ -89,14 +102,18 @@ function CommonExchangeUI:refreshCountInfo() if self.defaultNum < 1 then self.defaultNum = 1 end + local costId = GFunc.getRewardId(self.cost) if self.defaultNum > self.remainNum then self.defaultNum = self.remainNum end local uiMap = self.root:genAllChildren() local costIcon = uiMap["exchange_ui.bg.ok_btn.icon"] - costIcon:setSprite(ModuleManager.ItemManager:getItemIcon(GFunc.getRewardId(self.cost))) - local singlePrice = GFunc.getRewardNum(self.reward) - uiMap["exchange_ui.bg.ok_btn.text"]:setText(singlePrice * self.defaultNum) + costIcon:setSprite(ModuleManager.ItemManager:getItemIcon(costId)) + local singlePrice = GFunc.getRewardNum(self.cost) + local costNum = uiMap["exchange_ui.bg.ok_btn.text"] + costNum:setText(singlePrice * self.defaultNum) + GFunc.centerImgAndTx(costIcon, costNum, 5) + self.inputComp.text = tostring(self.defaultNum) end return CommonExchangeUI \ No newline at end of file diff --git a/lua/app/ui/main_city/cell/side_bar_boss_rush_cell.lua b/lua/app/ui/main_city/cell/side_bar_boss_rush_cell.lua index 50622aba..f9e871ee 100644 --- a/lua/app/ui/main_city/cell/side_bar_boss_rush_cell.lua +++ b/lua/app/ui/main_city/cell/side_bar_boss_rush_cell.lua @@ -2,7 +2,7 @@ local SideBarBaseCellComp = require "app/ui/main_city/cell/side_bar_base_cell" local SideBarBossRushCell = class("SideBarBossRushCell", SideBarBaseCellComp) function SideBarBossRushCell:getModuleKey() - return ModuleManager.MODULE_KEY.SEVEN_DAY + return nil end function SideBarBossRushCell:getHasPurchase() @@ -39,7 +39,7 @@ function SideBarBossRushCell:updateTime() end function SideBarBossRushCell:_refreshTime() - local remainTime = DataManager.HeroFundData:getRemainTime() + local remainTime = DataManager.ActBossRushData:getRemainTime() if remainTime >= 0 then self.timeTx:setText(GFunc.getTimeStr(remainTime)) else diff --git a/lua/app/ui/main_city/main_city_ui.lua b/lua/app/ui/main_city/main_city_ui.lua index f273535b..4f62ea0d 100644 --- a/lua/app/ui/main_city/main_city_ui.lua +++ b/lua/app/ui/main_city/main_city_ui.lua @@ -1033,8 +1033,10 @@ function MainCityUI:checkMainPop() end if DataManager.ActBossRushData:getIsOpen() then -- 弹窗 - if ModuleManager.ActBossRushManager:showPopUI() then - return + if not DataManager.ActBossRushData:getMarkPoped() then + if ModuleManager.ActBossRushManager:showPopUI() then + return + end end end end diff --git a/lua/app/userdata/activity/act_boss_rush/act_boss_rush_data.lua b/lua/app/userdata/activity/act_boss_rush/act_boss_rush_data.lua index 6fc1d09f..f5f67c14 100644 --- a/lua/app/userdata/activity/act_boss_rush/act_boss_rush_data.lua +++ b/lua/app/userdata/activity/act_boss_rush/act_boss_rush_data.lua @@ -3,13 +3,11 @@ local ActBossRushData = class("ActBossRushData", BaseData) local ACT_ID = 206 local PRO_ACT_ID = 130502 local UTRAL_ACT_ID = 130602 -local EXCHANGE_PROP_ID = 52 -local ACT_DURATION_DAY = 8 ActBossRushData.REWARD_TYPE = { - FREE = 1, - PRO = 2, - UTRAL = 3 + FREE = 0, + PRO = 1, + UTRAL = 2 } function ActBossRushData:clear() @@ -20,10 +18,8 @@ function ActBossRushData:clear() self.stageRandomSeed = 0 self.stageList = {} self.todayMaxWave = 0 - self.todayMaxRound = 0 self.todayFightCount = 0 self.fightCount = 0 - self.todayMaxWave = 0 self.todayMaxWaveRound = 0 -- 兑换 self.shop = {} @@ -71,7 +67,7 @@ function ActBossRushData:init(data) if data.heroes then DataManager.FormationData:initFormationByType(GConst.BattleConst.FORMATION_TYPE.BOSS_RUSH, data.heroes) end - self.todayFightCount = data.challenge or 0 + self.todayFightCount = data.total_fight_count or 0 self.fightCount = data.fight_count or 0 self.todayMaxWave = data.max_wave or 0 self.todayMaxWaveRound = data.min_round or 0 @@ -79,8 +75,46 @@ function ActBossRushData:init(data) -- 兑换 self.shop = data.exchanged or {} + -- 排行榜 + if data.rank_rewarded ~= nil then + self.todayRankRerwardGot = data.rank_rewarded + end + -- 战令 self.waveCount = data.accum_wave or 0 + self.waveLevelListCount = 0 + local list = self:getBountyList() + local startId + self.waveLevelStartId = nil + for index, id in ipairs(list) do + local info = self:getBountyCfg()[id] + if info then + self.waveLevelList[id] = info.exp + self.waveLevelListCount = self.waveLevelListCount + 1 + if not startId or startId > id then + startId = id + self.waveLevelStartId = startId + end + end + end + if self.waveLevelStartId then + local startId = math.max(0, self.waveLevelStartId - 1) + self.freeLevel = startId + self.proLevel = startId + self.utralLevel = startId + end + + if startId then + for id = startId, startId + self.waveLevelListCount do + local wave = self.waveLevelList[id] + if wave and wave <= self.waveCount then + self.waveLevel = id + else + break + end + end + end + if data.collected then for level, bossrushgrade in pairs(data.collected) do if bossrushgrade.normal then @@ -95,39 +129,23 @@ function ActBossRushData:init(data) end end - self.waveLevelListCount = 0 - local list = self:getBountyList() - for _, id in ipairs(list) do - local info = self:getBountyCfg()[id] - if info then - self.waveLevelList[id] = info.exp - self.waveLevelListCount = self.waveLevelListCount + 1 - end + if data.bought ~= nil then + self.proBounght = data.bought + self.utralBounght = data.bought_max end - for id = 1, self.waveLevelListCount do - local wave = self.waveLevelList[id] - if wave and wave <= self.waveCount then - self.waveLevel = id - else - break - end - end - - self.proBounght = false - self:getProBought() - - self.utralBounght = false - self:getUtralBought() - DataManager:registerCrossDayFunc("ActBossRushData", function() self.todayMaxWave = 0 - self.todayMaxRound = 0 + self.todayMaxWaveRound = 0 self.todayFightCount = 0 self.needUpdateRank = 0 self.todayRankRerwardGot = false self:setDirty() + + if self:getIsFirstDay() then + EventManager:dispatchEvent(EventManager.CUSTOM_EVENT.MAIN_UI_CHECK_SIDE_BAR) + end end) end @@ -135,8 +153,20 @@ function ActBossRushData:setDirty() self.data.isDirty = not self.data.isDirty end +function ActBossRushData:getConditionDay() + if not self.conditionDay then + self.conditionDay = GFunc.getConstIntValue('activity_recurring_day') + self.conditionDay = (self.conditionDay - 1) * 86400 + end + + return self.conditionDay +end + function ActBossRushData:getIsOpen() -- 开启条件 + if DataManager:getRegisterTs() <= self:getConditionDay() then -- 前14天的号,看不到 + return false + end local time = Time:getServerTime() return self.endTime > time and time > self.startTime end @@ -162,8 +192,8 @@ function ActBossRushData:getIsFinalDay() end function ActBossRushData:getIsFirstDay() - local time = self:getRemainTime() - if time >= (ACT_DURATION_DAY - 1) * 86400 then + local time = Time:getServerTime() - self.startTime + if time <= 86400 then return true end return false @@ -171,6 +201,8 @@ end ---- 战斗 function ActBossRushData:updateStageSeed(seed) + self.todayFightCount = self.todayFightCount + 1 + self.fightCount = self.fightCount + 1 if self.stageRandomSeed == seed then return end @@ -194,6 +226,10 @@ function ActBossRushData:getTodayFightCount() return self.todayFightCount end +function ActBossRushData:getTotalFightCount() + return self.fightCount +end + function ActBossRushData:getFreeFightLimit() if not self.freeFightLimit then self.freeFightLimit = GFunc.getConstIntValue("activity_boss_rush_time") or 1 @@ -322,6 +358,11 @@ end function ActBossRushData:setGotRankReward() self.todayRankRerwardGot = true + self:setDirty() +end + +function ActBossRushData:isGotRankReward() + return self.todayRankRerwardGot end ---- 战令 @@ -332,6 +373,9 @@ end function ActBossRushData:getBountyList() if not self.bountyList then self.bountyList = GFunc.getTable(DataManager:getActivityBountyLevelByActId(self.activity_id or ACT_ID) or {}) + table.sort(self.bountyList, function(a, b) + return a < b + end) end return self.bountyList end @@ -344,16 +388,55 @@ function ActBossRushData:getWaveLevel() return self.waveLevel or 0 end +function ActBossRushData:getStartWaveLevel() + return (self.waveLevelStartId - 1) +end + +function ActBossRushData:getMaxLevel() + return (self.waveLevelStartId - 1) + self.waveLevelListCount +end + +function ActBossRushData:isMaxWaveLevel() + return self.waveLevel >= self:getMaxLevel() +end + function ActBossRushData:getLevelWave(level) + if level > self:getMaxLevel() then + level = self:getMaxLevel() + end return self.waveLevelList[level] or 0 end -function ActBossRushData:addWaveCount(count) - self.waveCount = self.waveCount + count +function ActBossRushData:updateWaveAndRound(wave, round) + self.waveNewtag = false + self.roundNewtag = false + if wave > self.todayMaxWave then + self.todayMaxWave = wave + self.todayMaxWaveRound = round + self.waveNewtag = true + self.roundNewtag = true + elseif wave == self.todayMaxWave and round < self.todayMaxWaveRound then + self.todayMaxWaveRound = round + self.roundNewtag = true + end +end +function ActBossRushData:getWaveRoundNewTag() + return self.waveNewtag, self.roundNewtag +end + +function ActBossRushData:getLastWaveLevelInfo() + return self.lastWaveLevel or self.waveLevel, self.lastWaveCount or self.waveCount +end + +function ActBossRushData:addWaveCount(count) + self.lastWaveLevel = self.waveLevel + self.lastWaveCount = self.waveCount + + self.waveCount = self.waveCount + count local nextLevel = self.waveLevel + 1 if self.waveLevelList[nextLevel] and self.waveCount >= self.waveLevelList[nextLevel] then -- 升级了 - for id = nextLevel, self.waveLevelListCount do + for id = nextLevel, self:getMaxLevel() do local wave = self.waveLevelList[id] if wave and wave <= self.waveCount then self.waveLevel = id @@ -401,12 +484,6 @@ function ActBossRushData:setProGot(level) end function ActBossRushData:getProBought() - if not self.proBounght then - if DataManager.ShopData:getGiftBoughtNum(PayManager.PURCHARSE_TYPE.ACT_GIFT, PRO_ACT_ID) > 0 then - self.proBounght = true - end - end - return self.proBounght end @@ -439,11 +516,6 @@ function ActBossRushData:setUtralGot(level) end function ActBossRushData:getUtralBought() - if not self.utralBounght then - if DataManager.ShopData:getGiftBoughtNum(PayManager.PURCHARSE_TYPE.ACT_GIFT, UTRAL_ACT_ID) > 0 then - self.utralBounght = true - end - end return self.utralBounght end @@ -547,7 +619,7 @@ function ActBossRushData:getHaveReward() end function ActBossRushData:getReward(level, rewardType) - local cfg = self:getConfig()[level] + local cfg = self:getBountyCfg()[level] if not cfg then return end @@ -566,10 +638,6 @@ function ActBossRushData:getBuyBountyLevelCost() end ---- 兑换商店 -function ActBossRushData:getExchangeItemCount() - local num = DataManager.ItemData:getItemNumById(EXCHANGE_PROP_ID) - return num -end function ActBossRushData:getExchangeList() if not self.exchangeList then @@ -584,7 +652,7 @@ function ActBossRushData:getExchangeConfig() end function ActBossRushData:getExchangeRemainCount(id) - local count = self.shopp[id] or 0 + local count = self.shop[id] or 0 local cfg = self:getExchangeConfig()[id] if not cfg then return 0 @@ -616,7 +684,20 @@ function ActBossRushData:setShopInfo(id, count) if not id or not count then return end - self.shopp[id] = (self.shopp[id] or 0) + count + self.shop[id] = (self.shop[id] or 0) + count + self:setDirty() +end + +function ActBossRushData:markPoped() + self.popTag = true +end + +function ActBossRushData:getMarkPoped() + if self.popTag == nil then + local time = LocalData:getNotPopToday("ActBossRushData") + self.popTag = time == Time:getBeginningOfServerToday() + end + return self.popTag end return ActBossRushData \ No newline at end of file diff --git a/lua/app/userdata/battle/battle_base_data.lua b/lua/app/userdata/battle/battle_base_data.lua index 717d2504..4c2ce471 100644 --- a/lua/app/userdata/battle/battle_base_data.lua +++ b/lua/app/userdata/battle/battle_base_data.lua @@ -693,6 +693,7 @@ end function BattleBaseData:addBattleLvCount(count) self.addLvCount = self.addLvCount + count self.battleLv = self.battleLv + count + self.data.lvDirty = not self.data.lvDirty end function BattleBaseData:addCommonSelectSkillCount(count)