From 52cab75d253adda8bff6dca4b8c9a9fba122deb7 Mon Sep 17 00:00:00 2001 From: Fang Date: Wed, 30 Aug 2023 17:03:50 +0800 Subject: [PATCH 01/55] =?UTF-8?q?=E6=9B=B4=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/config/act_fourteen_bounty.lua | 132 + lua/app/config/act_fourteen_bounty.lua.meta | 10 + lua/app/config/act_fourteen_exchange.lua | 166 + lua/app/config/act_fourteen_exchange.lua.meta | 10 + lua/app/config/act_fourteen_quest.lua | 798 + lua/app/config/act_fourteen_quest.lua.meta | 10 + lua/app/config/act_gift.lua | 19 +- lua/app/config/activity.lua | 7 +- lua/app/config/activity_boss_rush_chapter.lua | 1546 + .../activity_boss_rush_chapter.lua.meta | 10 + .../config/activity_boss_rush_exchange.lua | 158 + .../activity_boss_rush_exchange.lua.meta | 10 + lua/app/config/activity_boss_rush_rank.lua | 222 + .../config/activity_boss_rush_rank.lua.meta | 10 + lua/app/config/activity_bounty_level.lua | 842 +- lua/app/config/activity_exchange.lua | 346 + lua/app/config/activity_exchange.lua.meta | 10 + lua/app/config/arena_time.lua | 9 +- lua/app/config/avatar.lua | 14 +- lua/app/config/chapter_board_bossrush.lua | 31710 ++++++++++++++++ .../config/chapter_board_bossrush.lua.meta | 10 + lua/app/config/const.lua | 31 +- lua/app/config/item.lua | 12 +- .../localization_global_const.lua | 12 + lua/app/config/monster_activity.lua | 777 + lua/app/config/monster_activity.lua.meta | 10 + lua/app/config/skill.lua | 110 +- lua/app/config/skin.lua | 10 +- .../config/strings/cn/act_fourteen_quest.lua | 141 + .../strings/cn/act_fourteen_quest.lua.meta | 10 + lua/app/config/strings/cn/global.lua | 14 +- lua/app/config/strings/cn/item.lua | 10 +- lua/app/config/strings/cn/task_type.lua | 123 + lua/app/config/strings/cn/task_type.lua.meta | 10 + .../config/strings/de/act_fourteen_quest.lua | 141 + .../strings/de/act_fourteen_quest.lua.meta | 10 + lua/app/config/strings/de/item.lua | 8 +- lua/app/config/strings/de/task_type.lua | 123 + lua/app/config/strings/de/task_type.lua.meta | 10 + .../config/strings/en/act_fourteen_quest.lua | 141 + .../strings/en/act_fourteen_quest.lua.meta | 10 + lua/app/config/strings/en/item.lua | 8 +- lua/app/config/strings/en/task_type.lua | 123 + lua/app/config/strings/en/task_type.lua.meta | 10 + .../config/strings/es/act_fourteen_quest.lua | 141 + .../strings/es/act_fourteen_quest.lua.meta | 10 + lua/app/config/strings/es/item.lua | 8 +- lua/app/config/strings/es/task_type.lua | 123 + lua/app/config/strings/es/task_type.lua.meta | 10 + .../config/strings/fr/act_fourteen_quest.lua | 141 + .../strings/fr/act_fourteen_quest.lua.meta | 10 + lua/app/config/strings/fr/item.lua | 8 +- lua/app/config/strings/fr/task_type.lua | 123 + lua/app/config/strings/fr/task_type.lua.meta | 10 + .../config/strings/id/act_fourteen_quest.lua | 141 + .../strings/id/act_fourteen_quest.lua.meta | 10 + lua/app/config/strings/id/item.lua | 8 +- lua/app/config/strings/id/task_type.lua | 123 + lua/app/config/strings/id/task_type.lua.meta | 10 + .../config/strings/ja/act_fourteen_quest.lua | 141 + .../strings/ja/act_fourteen_quest.lua.meta | 10 + lua/app/config/strings/ja/item.lua | 8 +- lua/app/config/strings/ja/task_type.lua | 123 + lua/app/config/strings/ja/task_type.lua.meta | 10 + .../config/strings/ko/act_fourteen_quest.lua | 141 + .../strings/ko/act_fourteen_quest.lua.meta | 10 + lua/app/config/strings/ko/item.lua | 8 +- lua/app/config/strings/ko/task_type.lua | 123 + lua/app/config/strings/ko/task_type.lua.meta | 10 + .../config/strings/pt/act_fourteen_quest.lua | 141 + .../strings/pt/act_fourteen_quest.lua.meta | 10 + lua/app/config/strings/pt/item.lua | 8 +- lua/app/config/strings/pt/task_type.lua | 123 + lua/app/config/strings/pt/task_type.lua.meta | 10 + .../config/strings/ru/act_fourteen_quest.lua | 141 + .../strings/ru/act_fourteen_quest.lua.meta | 10 + lua/app/config/strings/ru/item.lua | 8 +- .../config/strings/th/act_fourteen_quest.lua | 141 + .../strings/th/act_fourteen_quest.lua.meta | 10 + lua/app/config/strings/th/item.lua | 8 +- lua/app/config/strings/th/task_type.lua | 123 + lua/app/config/strings/th/task_type.lua.meta | 10 + .../config/strings/vi/act_fourteen_quest.lua | 141 + .../strings/vi/act_fourteen_quest.lua.meta | 10 + lua/app/config/strings/vi/item.lua | 8 +- lua/app/config/strings/vi/task_type.lua | 123 + lua/app/config/strings/vi/task_type.lua.meta | 10 + .../config/strings/zh/act_fourteen_quest.lua | 141 + .../strings/zh/act_fourteen_quest.lua.meta | 10 + lua/app/config/strings/zh/item.lua | 8 +- lua/app/config/strings/zh/task_type.lua | 123 + lua/app/config/strings/zh/task_type.lua.meta | 10 + 92 files changed, 40657 insertions(+), 33 deletions(-) create mode 100644 lua/app/config/act_fourteen_bounty.lua create mode 100644 lua/app/config/act_fourteen_bounty.lua.meta create mode 100644 lua/app/config/act_fourteen_exchange.lua create mode 100644 lua/app/config/act_fourteen_exchange.lua.meta create mode 100644 lua/app/config/act_fourteen_quest.lua create mode 100644 lua/app/config/act_fourteen_quest.lua.meta create mode 100644 lua/app/config/activity_boss_rush_chapter.lua create mode 100644 lua/app/config/activity_boss_rush_chapter.lua.meta create mode 100644 lua/app/config/activity_boss_rush_exchange.lua create mode 100644 lua/app/config/activity_boss_rush_exchange.lua.meta create mode 100644 lua/app/config/activity_boss_rush_rank.lua create mode 100644 lua/app/config/activity_boss_rush_rank.lua.meta create mode 100644 lua/app/config/activity_exchange.lua create mode 100644 lua/app/config/activity_exchange.lua.meta create mode 100644 lua/app/config/chapter_board_bossrush.lua create mode 100644 lua/app/config/chapter_board_bossrush.lua.meta create mode 100644 lua/app/config/monster_activity.lua create mode 100644 lua/app/config/monster_activity.lua.meta create mode 100644 lua/app/config/strings/cn/act_fourteen_quest.lua create mode 100644 lua/app/config/strings/cn/act_fourteen_quest.lua.meta create mode 100644 lua/app/config/strings/cn/task_type.lua create mode 100644 lua/app/config/strings/cn/task_type.lua.meta create mode 100644 lua/app/config/strings/de/act_fourteen_quest.lua create mode 100644 lua/app/config/strings/de/act_fourteen_quest.lua.meta create mode 100644 lua/app/config/strings/de/task_type.lua create mode 100644 lua/app/config/strings/de/task_type.lua.meta create mode 100644 lua/app/config/strings/en/act_fourteen_quest.lua create mode 100644 lua/app/config/strings/en/act_fourteen_quest.lua.meta create mode 100644 lua/app/config/strings/en/task_type.lua create mode 100644 lua/app/config/strings/en/task_type.lua.meta create mode 100644 lua/app/config/strings/es/act_fourteen_quest.lua create mode 100644 lua/app/config/strings/es/act_fourteen_quest.lua.meta create mode 100644 lua/app/config/strings/es/task_type.lua create mode 100644 lua/app/config/strings/es/task_type.lua.meta create mode 100644 lua/app/config/strings/fr/act_fourteen_quest.lua create mode 100644 lua/app/config/strings/fr/act_fourteen_quest.lua.meta create mode 100644 lua/app/config/strings/fr/task_type.lua create mode 100644 lua/app/config/strings/fr/task_type.lua.meta create mode 100644 lua/app/config/strings/id/act_fourteen_quest.lua create mode 100644 lua/app/config/strings/id/act_fourteen_quest.lua.meta create mode 100644 lua/app/config/strings/id/task_type.lua create mode 100644 lua/app/config/strings/id/task_type.lua.meta create mode 100644 lua/app/config/strings/ja/act_fourteen_quest.lua create mode 100644 lua/app/config/strings/ja/act_fourteen_quest.lua.meta create mode 100644 lua/app/config/strings/ja/task_type.lua create mode 100644 lua/app/config/strings/ja/task_type.lua.meta create mode 100644 lua/app/config/strings/ko/act_fourteen_quest.lua create mode 100644 lua/app/config/strings/ko/act_fourteen_quest.lua.meta create mode 100644 lua/app/config/strings/ko/task_type.lua create mode 100644 lua/app/config/strings/ko/task_type.lua.meta create mode 100644 lua/app/config/strings/pt/act_fourteen_quest.lua create mode 100644 lua/app/config/strings/pt/act_fourteen_quest.lua.meta create mode 100644 lua/app/config/strings/pt/task_type.lua create mode 100644 lua/app/config/strings/pt/task_type.lua.meta create mode 100644 lua/app/config/strings/ru/act_fourteen_quest.lua create mode 100644 lua/app/config/strings/ru/act_fourteen_quest.lua.meta create mode 100644 lua/app/config/strings/th/act_fourteen_quest.lua create mode 100644 lua/app/config/strings/th/act_fourteen_quest.lua.meta create mode 100644 lua/app/config/strings/th/task_type.lua create mode 100644 lua/app/config/strings/th/task_type.lua.meta create mode 100644 lua/app/config/strings/vi/act_fourteen_quest.lua create mode 100644 lua/app/config/strings/vi/act_fourteen_quest.lua.meta create mode 100644 lua/app/config/strings/vi/task_type.lua create mode 100644 lua/app/config/strings/vi/task_type.lua.meta create mode 100644 lua/app/config/strings/zh/act_fourteen_quest.lua create mode 100644 lua/app/config/strings/zh/act_fourteen_quest.lua.meta create mode 100644 lua/app/config/strings/zh/task_type.lua create mode 100644 lua/app/config/strings/zh/task_type.lua.meta diff --git a/lua/app/config/act_fourteen_bounty.lua b/lua/app/config/act_fourteen_bounty.lua new file mode 100644 index 00000000..75f79032 --- /dev/null +++ b/lua/app/config/act_fourteen_bounty.lua @@ -0,0 +1,132 @@ +local act_fourteen_bounty = { + [1]={ + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=1100, + ["num_for_nothing"]="VwlcAw==" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=1100, + ["num_for_nothing"]="VwlcAw==" + } + }, + [2]={ + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=1101, + ["num_for_nothing"]="VwlcAg==" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=1101, + ["num_for_nothing"]="VwlcAg==" + } + }, + [3]={ + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=1102, + ["num_for_nothing"]="VwlcAQ==" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=1102, + ["num_for_nothing"]="VwlcAQ==" + } + }, + [4]={ + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=1103, + ["num_for_nothing"]="VwlcAA==" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=1103, + ["num_for_nothing"]="VwlcAA==" + } + }, + [5]={ + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=1104, + ["num_for_nothing"]="VwlcBw==" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=1104, + ["num_for_nothing"]="VwlcBw==" + } + }, + [6]={ + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=1105, + ["num_for_nothing"]="VwlcBg==" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=1105, + ["num_for_nothing"]="VwlcBg==" + } + }, + [7]={ + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=1106, + ["num_for_nothing"]="VwlcBQ==" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=1106, + ["num_for_nothing"]="VwlcBQ==" + } + } +} +local config = { +data=act_fourteen_bounty,count=7 +} +return config \ No newline at end of file diff --git a/lua/app/config/act_fourteen_bounty.lua.meta b/lua/app/config/act_fourteen_bounty.lua.meta new file mode 100644 index 00000000..f9a303f2 --- /dev/null +++ b/lua/app/config/act_fourteen_bounty.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: e4741fb81868d4940a6ba377aa76c258 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/act_fourteen_exchange.lua b/lua/app/config/act_fourteen_exchange.lua new file mode 100644 index 00000000..3c278f74 --- /dev/null +++ b/lua/app/config/act_fourteen_exchange.lua @@ -0,0 +1,166 @@ +local act_fourteen_exchange = { + [1]={ + ["stage"]=1, + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=100, + ["num_for_nothing"]="Vwhc" + }, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=100, + ["num_for_nothing"]="Vwhc" + }, + ["limit"]=1 + }, + [2]={ + ["stage"]=2, + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=101, + ["num_for_nothing"]="Vwhd" + }, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=101, + ["num_for_nothing"]="Vwhd" + }, + ["limit"]=1 + }, + [3]={ + ["stage"]=3, + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=102, + ["num_for_nothing"]="Vwhe" + }, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=102, + ["num_for_nothing"]="Vwhe" + }, + ["limit"]=1 + }, + [4]={ + ["stage"]=4, + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=103, + ["num_for_nothing"]="Vwhf" + }, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=103, + ["num_for_nothing"]="Vwhf" + }, + ["limit"]=1 + }, + [5]={ + ["stage"]=5, + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=104, + ["num_for_nothing"]="VwhY" + }, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=104, + ["num_for_nothing"]="VwhY" + }, + ["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 + } +} +local config = { +data=act_fourteen_exchange,count=8 +} +return config \ No newline at end of file diff --git a/lua/app/config/act_fourteen_exchange.lua.meta b/lua/app/config/act_fourteen_exchange.lua.meta new file mode 100644 index 00000000..793b0660 --- /dev/null +++ b/lua/app/config/act_fourteen_exchange.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 8469635173b35b347a5cd042c777c5f3 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/act_fourteen_quest.lua b/lua/app/config/act_fourteen_quest.lua new file mode 100644 index 00000000..f4f35ab8 --- /dev/null +++ b/lua/app/config/act_fourteen_quest.lua @@ -0,0 +1,798 @@ +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", + ["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==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=100, + ["num_for_nothing"]="Vwhc" + } + } + }, + [6]={ + ["stage"]=2, + ["quest"]=23, + ["none"]="武器升级 x次", + ["num"]=6, + ["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"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=600, + ["num_for_nothing"]="UAhc" + } + } + }, + [8]={ + ["stage"]=2, + ["quest"]=23, + ["none"]="开启主线宝箱 x个", + ["num"]=8, + ["reward"]={ + { + ["type"]=1, + ["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" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=100, + ["num_for_nothing"]="Vwhc" + } + } + }, + [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, + ["none"]="完成所有任务", + ["num"]=15, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=3000, + ["num_for_nothing"]="VQhcAw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=100, + ["num_for_nothing"]="Vwhc" + } + } + }, + [16]={ + ["stage"]=4, + ["quest"]=23, + ["none"]="每日挑战 胜利x次", + ["num"]=16, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=1500, + ["num_for_nothing"]="Vw1cAw==" + } + } + }, + [17]={ + ["stage"]=4, + ["quest"]=23, + ["none"]="矿车拦截 10", + ["num"]=17, + ["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"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=1700, + ["num_for_nothing"]="Vw9cAw==" + } + } + }, + [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, + ["none"]="完成所有任务", + ["num"]=20, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=4000, + ["num_for_nothing"]="UghcAw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=100, + ["num_for_nothing"]="Vwhc" + } + } + }, + [21]={ + ["stage"]=5, + ["quest"]=23, + ["none"]="广告次数累计达15", + ["num"]=21, + ["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"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=2200, + ["num_for_nothing"]="VApcAw==" + } + } + }, + [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", + ["num"]=24, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=2400, + ["num_for_nothing"]="VAxcAw==" + } + } + }, + [25]={ + ["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"]="完成所有任务", + ["num"]=40, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=8000, + ["num_for_nothing"]="XghcAw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=100, + ["num_for_nothing"]="Vwhc" + } + } + }, + [41]={ + ["stage"]=9, + ["quest"]=23, + ["none"]="竞技场达到黄金段位", + ["num"]=41, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=4100, + ["num_for_nothing"]="UglcAw==" + } + } + }, + [42]={ + ["stage"]=9, + ["quest"]=23, + ["none"]="广告次数累计达30", + ["num"]=42, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=4200, + ["num_for_nothing"]="UgpcAw==" + } + } + }, + [43]={ + ["stage"]=9, + ["quest"]=23, + ["none"]="角色升到50级", + ["num"]=43, + ["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==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=100, + ["num_for_nothing"]="Vwhc" + } + } + } +} +local config = { +data=act_fourteen_quest,count=45 +} +return config \ No newline at end of file diff --git a/lua/app/config/act_fourteen_quest.lua.meta b/lua/app/config/act_fourteen_quest.lua.meta new file mode 100644 index 00000000..8ebff9ef --- /dev/null +++ b/lua/app/config/act_fourteen_quest.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 3ee569b07ef9eb04aa13d164a2eddea2 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/act_gift.lua b/lua/app/config/act_gift.lua index a39c4d8a..c4b52596 100644 --- a/lua/app/config/act_gift.lua +++ b/lua/app/config/act_gift.lua @@ -1676,6 +1676,18 @@ local act_gift = { ["limit"]=1, ["value"]=1100 }, + [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, @@ -1686,6 +1698,11 @@ local act_gift = { ["recharge_id"]=12, ["limit"]=1 }, + [140405]={ + ["type"]=14, + ["recharge_id"]=11, + ["limit"]=1 + }, [150102]={ ["type"]=15, ["parameter_pro"]={ @@ -2544,6 +2561,6 @@ local act_gift = { } } local config = { -data=act_gift,count=76 +data=act_gift,count=79 } return config \ No newline at end of file diff --git a/lua/app/config/activity.lua b/lua/app/config/activity.lua index 68e7d1e1..a87896f5 100644 --- a/lua/app/config/activity.lua +++ b/lua/app/config/activity.lua @@ -3,9 +3,14 @@ local activity = { ["act_type"]=1, ["start_time"]="2023-08-22 00:00:00", ["end_time"]="2023-08-29 00:00:00" + }, + [206]={ + ["act_type"]=2, + ["start_time"]="2023-09-13 00:00:00", + ["end_time"]="2023-09-21 00:00:00" } } local config = { -data=activity,count=1 +data=activity,count=2 } return config \ No newline at end of file diff --git a/lua/app/config/activity_boss_rush_chapter.lua b/lua/app/config/activity_boss_rush_chapter.lua new file mode 100644 index 00000000..bd74e6ba --- /dev/null +++ b/lua/app/config/activity_boss_rush_chapter.lua @@ -0,0 +1,1546 @@ +local activity_boss_rush_chapter = { + [1]={ + ["board"]=1, + ["monster"]={ + 604, + 1604, + 2004, + 3404, + 4104 + } + }, + [2]={ + ["board"]=2, + ["monster"]={ + 604, + 1104, + 2204, + 2804, + 4204 + } + }, + [3]={ + ["board"]=3, + ["monster"]={ + 1004, + 1204, + 2404, + 3104, + 4104 + } + }, + [4]={ + ["board"]=4, + ["monster"]={ + 204, + 1204, + 2404, + 3504, + 4004 + } + }, + [5]={ + ["board"]=5, + ["monster"]={ + 104, + 1604, + 2704, + 3404, + 3704 + } + }, + [6]={ + ["board"]=6, + ["monster"]={ + 104, + 1704, + 2604, + 3504, + 4204 + } + }, + [7]={ + ["board"]=7, + ["monster"]={ + 104, + 1404, + 2304, + 2804, + 3804 + } + }, + [8]={ + ["board"]=8, + ["monster"]={ + 104, + 1204, + 2104, + 3404, + 3704 + } + }, + [9]={ + ["board"]=9, + ["monster"]={ + 604, + 1604, + 2104, + 2804, + 4004 + } + }, + [10]={ + ["board"]=10, + ["monster"]={ + 704, + 1104, + 2104, + 3404, + 4104 + } + }, + [11]={ + ["board"]=11, + ["monster"]={ + 304, + 1104, + 2404, + 3104, + 4204 + } + }, + [12]={ + ["board"]=12, + ["monster"]={ + 304, + 1204, + 2204, + 3504, + 3804 + } + }, + [13]={ + ["board"]=13, + ["monster"]={ + 104, + 1404, + 2004, + 3304, + 3904 + } + }, + [14]={ + ["board"]=14, + ["monster"]={ + 1004, + 1404, + 2204, + 3504, + 3904 + } + }, + [15]={ + ["board"]=15, + ["monster"]={ + 204, + 1504, + 2204, + 3104, + 4104 + } + }, + [16]={ + ["board"]=16, + ["monster"]={ + 504, + 1504, + 2304, + 2904, + 4004 + } + }, + [17]={ + ["board"]=17, + ["monster"]={ + 604, + 1204, + 2504, + 3404, + 4104 + } + }, + [18]={ + ["board"]=18, + ["monster"]={ + 1004, + 1704, + 2104, + 3504, + 3904 + } + }, + [19]={ + ["board"]=19, + ["monster"]={ + 504, + 1304, + 2004, + 2804, + 3904 + } + }, + [20]={ + ["board"]=20, + ["monster"]={ + 904, + 1604, + 2104, + 2904, + 3804 + } + }, + [21]={ + ["board"]=21, + ["monster"]={ + 204, + 1704, + 2704, + 3404, + 4004 + } + }, + [22]={ + ["board"]=22, + ["monster"]={ + 804, + 1304, + 2204, + 2904, + 3704 + } + }, + [23]={ + ["board"]=23, + ["monster"]={ + 1004, + 1404, + 2404, + 3404, + 4204 + } + }, + [24]={ + ["board"]=24, + ["monster"]={ + 404, + 1404, + 2604, + 2804, + 3804 + } + }, + [25]={ + ["board"]=25, + ["monster"]={ + 304, + 1404, + 2604, + 3304, + 3804 + } + }, + [26]={ + ["board"]=26, + ["monster"]={ + 604, + 1604, + 2104, + 3504, + 4004 + } + }, + [27]={ + ["board"]=27, + ["monster"]={ + 504, + 1604, + 2204, + 3504, + 4004 + } + }, + [28]={ + ["board"]=28, + ["monster"]={ + 404, + 1404, + 1904, + 3404, + 4104 + } + }, + [29]={ + ["board"]=29, + ["monster"]={ + 504, + 1804, + 2604, + 3204, + 3704 + } + }, + [30]={ + ["board"]=30, + ["monster"]={ + 704, + 1604, + 2304, + 2804, + 3904 + } + }, + [31]={ + ["board"]=31, + ["monster"]={ + 304, + 1304, + 2204, + 3304, + 4204 + } + }, + [32]={ + ["board"]=32, + ["monster"]={ + 804, + 1704, + 2604, + 2804, + 4004 + } + }, + [33]={ + ["board"]=33, + ["monster"]={ + 204, + 1404, + 2704, + 2804, + 4104 + } + }, + [34]={ + ["board"]=34, + ["monster"]={ + 104, + 1804, + 2704, + 2804, + 3704 + } + }, + [35]={ + ["board"]=35, + ["monster"]={ + 604, + 1604, + 2004, + 3104, + 4104 + } + }, + [36]={ + ["board"]=36, + ["monster"]={ + 104, + 1604, + 2704, + 3204, + 3904 + } + }, + [37]={ + ["board"]=37, + ["monster"]={ + 904, + 1804, + 2604, + 3004, + 3604 + } + }, + [38]={ + ["board"]=38, + ["monster"]={ + 1004, + 1404, + 2304, + 3104, + 3804 + } + }, + [39]={ + ["board"]=39, + ["monster"]={ + 604, + 1504, + 2604, + 2904, + 3804 + } + }, + [40]={ + ["board"]=40, + ["monster"]={ + 804, + 1604, + 2204, + 3104, + 3604 + } + }, + [41]={ + ["board"]=41, + ["monster"]={ + 104, + 1604, + 2604, + 3504, + 3804 + } + }, + [42]={ + ["board"]=42, + ["monster"]={ + 804, + 1604, + 2604, + 3004, + 4104 + } + }, + [43]={ + ["board"]=43, + ["monster"]={ + 104, + 1304, + 2204, + 3404, + 3704 + } + }, + [44]={ + ["board"]=44, + ["monster"]={ + 104, + 1104, + 2504, + 3204, + 4004 + } + }, + [45]={ + ["board"]=45, + ["monster"]={ + 704, + 1404, + 2304, + 3004, + 3604 + } + }, + [46]={ + ["board"]=46, + ["monster"]={ + 804, + 1804, + 2604, + 3404, + 4204 + } + }, + [47]={ + ["board"]=47, + ["monster"]={ + 504, + 1504, + 2604, + 3504, + 4204 + } + }, + [48]={ + ["board"]=48, + ["monster"]={ + 1004, + 1804, + 1904, + 2904, + 3604 + } + }, + [49]={ + ["board"]=49, + ["monster"]={ + 904, + 1204, + 1904, + 2804, + 3604 + } + }, + [50]={ + ["board"]=50, + ["monster"]={ + 1004, + 1404, + 2004, + 3104, + 3804 + } + }, + [51]={ + ["board"]=51, + ["monster"]={ + 504, + 1504, + 2604, + 2804, + 3904 + } + }, + [52]={ + ["board"]=52, + ["monster"]={ + 804, + 1704, + 2104, + 3004, + 4204 + } + }, + [53]={ + ["board"]=53, + ["monster"]={ + 704, + 1204, + 2504, + 3404, + 3704 + } + }, + [54]={ + ["board"]=54, + ["monster"]={ + 404, + 1804, + 2404, + 3004, + 3604 + } + }, + [55]={ + ["board"]=55, + ["monster"]={ + 904, + 1104, + 2404, + 2904, + 3804 + } + }, + [56]={ + ["board"]=56, + ["monster"]={ + 704, + 1304, + 2204, + 3404, + 3804 + } + }, + [57]={ + ["board"]=57, + ["monster"]={ + 404, + 1704, + 2304, + 3104, + 4204 + } + }, + [58]={ + ["board"]=58, + ["monster"]={ + 804, + 1104, + 2304, + 3104, + 3804 + } + }, + [59]={ + ["board"]=59, + ["monster"]={ + 604, + 1104, + 1904, + 3504, + 3804 + } + }, + [60]={ + ["board"]=60, + ["monster"]={ + 804, + 1404, + 2604, + 3104, + 3604 + } + }, + [61]={ + ["board"]=61, + ["monster"]={ + 104, + 1104, + 2204, + 2804, + 3904 + } + }, + [62]={ + ["board"]=62, + ["monster"]={ + 704, + 1604, + 2204, + 2904, + 3704 + } + }, + [63]={ + ["board"]=63, + ["monster"]={ + 604, + 1804, + 2504, + 3004, + 3704 + } + }, + [64]={ + ["board"]=64, + ["monster"]={ + 404, + 1704, + 2604, + 3404, + 3904 + } + }, + [65]={ + ["board"]=65, + ["monster"]={ + 604, + 1204, + 1904, + 3104, + 4104 + } + }, + [66]={ + ["board"]=66, + ["monster"]={ + 604, + 1504, + 2704, + 3504, + 4004 + } + }, + [67]={ + ["board"]=67, + ["monster"]={ + 704, + 1704, + 1904, + 3204, + 3604 + } + }, + [68]={ + ["board"]=68, + ["monster"]={ + 904, + 1304, + 2304, + 3104, + 4104 + } + }, + [69]={ + ["board"]=69, + ["monster"]={ + 204, + 1804, + 1904, + 3504, + 3604 + } + }, + [70]={ + ["board"]=70, + ["monster"]={ + 904, + 1804, + 2604, + 2804, + 4004 + } + }, + [71]={ + ["board"]=71, + ["monster"]={ + 1004, + 1304, + 2404, + 3404, + 4204 + } + }, + [72]={ + ["board"]=72, + ["monster"]={ + 604, + 1304, + 2504, + 3004, + 3904 + } + }, + [73]={ + ["board"]=73, + ["monster"]={ + 404, + 1304, + 2504, + 3004, + 3904 + } + }, + [74]={ + ["board"]=74, + ["monster"]={ + 704, + 1704, + 2004, + 3404, + 4104 + } + }, + [75]={ + ["board"]=75, + ["monster"]={ + 104, + 1304, + 2304, + 2904, + 4204 + } + }, + [76]={ + ["board"]=76, + ["monster"]={ + 604, + 1104, + 2604, + 3404, + 4104 + } + }, + [77]={ + ["board"]=77, + ["monster"]={ + 704, + 1104, + 2504, + 3304, + 4204 + } + }, + [78]={ + ["board"]=78, + ["monster"]={ + 304, + 1604, + 2204, + 3304, + 3604 + } + }, + [79]={ + ["board"]=79, + ["monster"]={ + 204, + 1704, + 2204, + 3004, + 3904 + } + }, + [80]={ + ["board"]=80, + ["monster"]={ + 204, + 1604, + 2104, + 3304, + 3604 + } + }, + [81]={ + ["board"]=81, + ["monster"]={ + 204, + 1504, + 1904, + 3304, + 3904 + } + }, + [82]={ + ["board"]=82, + ["monster"]={ + 304, + 1304, + 2004, + 3504, + 3704 + } + }, + [83]={ + ["board"]=83, + ["monster"]={ + 604, + 1704, + 1904, + 3304, + 4204 + } + }, + [84]={ + ["board"]=84, + ["monster"]={ + 404, + 1804, + 2304, + 3504, + 4104 + } + }, + [85]={ + ["board"]=85, + ["monster"]={ + 504, + 1504, + 2404, + 3304, + 4104 + } + }, + [86]={ + ["board"]=86, + ["monster"]={ + 304, + 1504, + 2104, + 3004, + 3804 + } + }, + [87]={ + ["board"]=87, + ["monster"]={ + 604, + 1804, + 2504, + 3504, + 3804 + } + }, + [88]={ + ["board"]=88, + ["monster"]={ + 604, + 1504, + 2704, + 3504, + 3804 + } + }, + [89]={ + ["board"]=89, + ["monster"]={ + 1004, + 1204, + 2004, + 3204, + 3704 + } + }, + [90]={ + ["board"]=90, + ["monster"]={ + 604, + 1104, + 2004, + 3004, + 4104 + } + }, + [91]={ + ["board"]=91, + ["monster"]={ + 704, + 1304, + 2204, + 3504, + 4004 + } + }, + [92]={ + ["board"]=92, + ["monster"]={ + 304, + 1404, + 2404, + 3204, + 3804 + } + }, + [93]={ + ["board"]=93, + ["monster"]={ + 704, + 1104, + 2504, + 3504, + 4004 + } + }, + [94]={ + ["board"]=94, + ["monster"]={ + 604, + 1704, + 2604, + 3304, + 3904 + } + }, + [95]={ + ["board"]=95, + ["monster"]={ + 604, + 1104, + 2104, + 3304, + 3904 + } + }, + [96]={ + ["board"]=96, + ["monster"]={ + 604, + 1304, + 2104, + 3304, + 3904 + } + }, + [97]={ + ["board"]=97, + ["monster"]={ + 804, + 1804, + 2404, + 3004, + 4104 + } + }, + [98]={ + ["board"]=98, + ["monster"]={ + 604, + 1404, + 2504, + 3404, + 3804 + } + }, + [99]={ + ["board"]=99, + ["monster"]={ + 404, + 1704, + 2504, + 2904, + 4104 + } + }, + [100]={ + ["board"]=100, + ["monster"]={ + 904, + 1204, + 2404, + 2904, + 3604 + } + }, + [101]={ + ["board"]=101, + ["monster"]={ + 504, + 1104, + 2404, + 3404, + 3604 + } + }, + [102]={ + ["board"]=102, + ["monster"]={ + 804, + 1504, + 2304, + 3404, + 4004 + } + }, + [103]={ + ["board"]=103, + ["monster"]={ + 404, + 1204, + 2204, + 3104, + 3604 + } + }, + [104]={ + ["board"]=104, + ["monster"]={ + 204, + 1404, + 1904, + 2904, + 4104 + } + }, + [105]={ + ["board"]=105, + ["monster"]={ + 404, + 1704, + 2604, + 3104, + 4204 + } + }, + [106]={ + ["board"]=106, + ["monster"]={ + 1004, + 1704, + 2004, + 3304, + 3904 + } + }, + [107]={ + ["board"]=107, + ["monster"]={ + 204, + 1804, + 2004, + 3504, + 3804 + } + }, + [108]={ + ["board"]=108, + ["monster"]={ + 604, + 1704, + 2404, + 3104, + 4004 + } + }, + [109]={ + ["board"]=109, + ["monster"]={ + 804, + 1104, + 1904, + 2904, + 3804 + } + }, + [110]={ + ["board"]=110, + ["monster"]={ + 804, + 1404, + 2704, + 3304, + 4004 + } + }, + [111]={ + ["board"]=111, + ["monster"]={ + 1004, + 1704, + 2004, + 3504, + 3704 + } + }, + [112]={ + ["board"]=112, + ["monster"]={ + 304, + 1604, + 2304, + 3404, + 3904 + } + }, + [113]={ + ["board"]=113, + ["monster"]={ + 604, + 1504, + 2504, + 3104, + 4204 + } + }, + [114]={ + ["board"]=114, + ["monster"]={ + 704, + 1804, + 2304, + 2904, + 4104 + } + }, + [115]={ + ["board"]=115, + ["monster"]={ + 904, + 1804, + 2604, + 2804, + 3804 + } + }, + [116]={ + ["board"]=116, + ["monster"]={ + 204, + 1704, + 2704, + 2904, + 4004 + } + }, + [117]={ + ["board"]=117, + ["monster"]={ + 304, + 1104, + 2504, + 3304, + 4204 + } + }, + [118]={ + ["board"]=118, + ["monster"]={ + 904, + 1304, + 2704, + 3304, + 3604 + } + }, + [119]={ + ["board"]=119, + ["monster"]={ + 304, + 1804, + 2604, + 3104, + 3904 + } + }, + [120]={ + ["board"]=120, + ["monster"]={ + 604, + 1504, + 1904, + 3504, + 3604 + } + }, + [121]={ + ["board"]=121, + ["monster"]={ + 204, + 1404, + 2404, + 3104, + 3904 + } + }, + [122]={ + ["board"]=122, + ["monster"]={ + 504, + 1204, + 1904, + 2904, + 4204 + } + }, + [123]={ + ["board"]=123, + ["monster"]={ + 104, + 1304, + 2104, + 2804, + 4104 + } + }, + [124]={ + ["board"]=124, + ["monster"]={ + 604, + 1704, + 2104, + 3304, + 3904 + } + }, + [125]={ + ["board"]=125, + ["monster"]={ + 804, + 1504, + 2304, + 2804, + 4004 + } + }, + [126]={ + ["board"]=126, + ["monster"]={ + 704, + 1504, + 2004, + 3504, + 3804 + } + }, + [127]={ + ["board"]=127, + ["monster"]={ + 304, + 1404, + 2504, + 3504, + 4104 + } + }, + [128]={ + ["board"]=128, + ["monster"]={ + 404, + 1404, + 2104, + 3204, + 4104 + } + }, + [129]={ + ["board"]=129, + ["monster"]={ + 204, + 1504, + 1904, + 3204, + 4004 + } + }, + [130]={ + ["board"]=130, + ["monster"]={ + 704, + 1104, + 2404, + 3504, + 3904 + } + }, + [131]={ + ["board"]=131, + ["monster"]={ + 504, + 1504, + 2604, + 3304, + 3604 + } + }, + [132]={ + ["board"]=132, + ["monster"]={ + 1004, + 1804, + 2004, + 3304, + 3804 + } + }, + [133]={ + ["board"]=133, + ["monster"]={ + 504, + 1604, + 2604, + 3204, + 3704 + } + }, + [134]={ + ["board"]=134, + ["monster"]={ + 104, + 1304, + 2404, + 3104, + 3604 + } + }, + [135]={ + ["board"]=135, + ["monster"]={ + 604, + 1604, + 1904, + 3004, + 4104 + } + }, + [136]={ + ["board"]=136, + ["monster"]={ + 204, + 1804, + 2304, + 2804, + 3604 + } + }, + [137]={ + ["board"]=137, + ["monster"]={ + 704, + 1604, + 2604, + 3204, + 4204 + } + }, + [138]={ + ["board"]=138, + ["monster"]={ + 304, + 1404, + 2104, + 3104, + 3804 + } + }, + [139]={ + ["board"]=139, + ["monster"]={ + 604, + 1204, + 2604, + 3004, + 4204 + } + }, + [140]={ + ["board"]=140, + ["monster"]={ + 904, + 1804, + 2604, + 3004, + 3704 + } + }, + [141]={ + ["board"]=141, + ["monster"]={ + 704, + 1304, + 2404, + 3204, + 3704 + } + }, + [142]={ + ["board"]=142, + ["monster"]={ + 804, + 1204, + 2104, + 3404, + 3904 + } + }, + [143]={ + ["board"]=143, + ["monster"]={ + 204, + 1204, + 2704, + 2904, + 3804 + } + }, + [144]={ + ["board"]=144, + ["monster"]={ + 804, + 1204, + 2204, + 3204, + 3704 + } + }, + [145]={ + ["board"]=145, + ["monster"]={ + 604, + 1604, + 2504, + 3204, + 3904 + } + }, + [146]={ + ["board"]=146, + ["monster"]={ + 1004, + 1504, + 2204, + 2804, + 4004 + } + }, + [147]={ + ["board"]=147, + ["monster"]={ + 404, + 1404, + 2404, + 3104, + 4204 + } + }, + [148]={ + ["board"]=148, + ["monster"]={ + 104, + 1504, + 2604, + 3104, + 4204 + } + }, + [149]={ + ["board"]=149, + ["monster"]={ + 404, + 1404, + 1904, + 3404, + 3604 + } + }, + [150]={ + ["board"]=150, + ["monster"]={ + 104, + 1604, + 2204, + 3504, + 3604 + } + }, + [151]={ + ["board"]=151, + ["monster"]={ + 804, + 1704, + 2004, + 3504, + 3704 + } + }, + [152]={ + ["board"]=152, + ["monster"]={ + 804, + 1504, + 1904, + 2804, + 3804 + } + }, + [153]={ + ["board"]=153, + ["monster"]={ + 604, + 1604, + 2604, + 3104, + 3804 + } + }, + [154]={ + ["board"]=154, + ["monster"]={ + 404, + 1404, + 2004, + 3204, + 3704 + } + } +} +local config = { +data=activity_boss_rush_chapter,count=154 +} +return config \ No newline at end of file diff --git a/lua/app/config/activity_boss_rush_chapter.lua.meta b/lua/app/config/activity_boss_rush_chapter.lua.meta new file mode 100644 index 00000000..5ec1cba2 --- /dev/null +++ b/lua/app/config/activity_boss_rush_chapter.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 27fe34e8611822a43af7ac7a094cb143 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/activity_boss_rush_exchange.lua b/lua/app/config/activity_boss_rush_exchange.lua new file mode 100644 index 00000000..9481219c --- /dev/null +++ b/lua/app/config/activity_boss_rush_exchange.lua @@ -0,0 +1,158 @@ +local activity_boss_rush_exchange = { + [1]={ + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=100, + ["num_for_nothing"]="Vwhc" + }, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=100, + ["num_for_nothing"]="Vwhc" + }, + ["limit"]=1 + }, + [2]={ + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=101, + ["num_for_nothing"]="Vwhd" + }, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=101, + ["num_for_nothing"]="Vwhd" + }, + ["limit"]=1 + }, + [3]={ + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=102, + ["num_for_nothing"]="Vwhe" + }, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=102, + ["num_for_nothing"]="Vwhe" + }, + ["limit"]=1 + }, + [4]={ + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=103, + ["num_for_nothing"]="Vwhf" + }, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=103, + ["num_for_nothing"]="Vwhf" + }, + ["limit"]=1 + }, + [5]={ + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=104, + ["num_for_nothing"]="VwhY" + }, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=104, + ["num_for_nothing"]="VwhY" + }, + ["limit"]=1 + }, + [6]={ + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["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]={ + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["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]={ + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["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 + } +} +local config = { +data=activity_boss_rush_exchange,count=8 +} +return config \ No newline at end of file diff --git a/lua/app/config/activity_boss_rush_exchange.lua.meta b/lua/app/config/activity_boss_rush_exchange.lua.meta new file mode 100644 index 00000000..63b02c74 --- /dev/null +++ b/lua/app/config/activity_boss_rush_exchange.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 645039757e8ca6b46b912e0def40d1ed +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/activity_boss_rush_rank.lua b/lua/app/config/activity_boss_rush_rank.lua new file mode 100644 index 00000000..fd08a208 --- /dev/null +++ b/lua/app/config/activity_boss_rush_rank.lua @@ -0,0 +1,222 @@ +local activity_boss_rush_rank = { + [1]={ + ["ranking"]={ + 1, + 1 + }, + ["reward"]={ + { + ["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"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=220, + ["num_for_nothing"]="VApc" + } + } + }, + [2]={ + ["ranking"]={ + 2, + 2 + }, + ["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"]=13, + ["id_for_nothing"]="Vws=", + ["num"]=3, + ["num_for_nothing"]="VQ==" + } + } + }, + [3]={ + ["ranking"]={ + 3, + 3 + }, + ["reward"]={ + { + ["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"]=200, + ["num_for_nothing"]="VAhc" + } + } + }, + [4]={ + ["ranking"]={ + 4, + 10 + }, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=150, + ["num_for_nothing"]="Vw1c" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=180, + ["num_for_nothing"]="VwBc" + } + } + }, + [5]={ + ["ranking"]={ + 11, + 50 + }, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=25000, + ["num_for_nothing"]="VA1cA2U=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=13, + ["id_for_nothing"]="Vws=", + ["num"]=3, + ["num_for_nothing"]="VQ==" + } + } + }, + [6]={ + ["ranking"]={ + 51, + 100 + }, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=25000, + ["num_for_nothing"]="VA1cA2U=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=200, + ["num_for_nothing"]="VAhc" + } + } + }, + [7]={ + ["ranking"]={ + 101, + 500 + }, + ["reward"]={ + { + ["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"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=120, + ["num_for_nothing"]="Vwpc" + } + } + }, + [8]={ + ["ranking"]={ + 501, + 1000 + }, + ["reward"]={ + { + ["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"]=13, + ["id_for_nothing"]="Vws=", + ["num"]=3, + ["num_for_nothing"]="VQ==" + } + } + }, + [9]={ + ["ranking"]={ + 1001, + 99999999 + }, + ["reward"]={ + { + ["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"]=100, + ["num_for_nothing"]="Vwhc" + } + } + } +} +local config = { +data=activity_boss_rush_rank,count=9 +} +return config \ No newline at end of file diff --git a/lua/app/config/activity_boss_rush_rank.lua.meta b/lua/app/config/activity_boss_rush_rank.lua.meta new file mode 100644 index 00000000..6abdd5ab --- /dev/null +++ b/lua/app/config/activity_boss_rush_rank.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: d30f0a5e675a8874791b79e56b095af2 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} 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..1257ee64 --- /dev/null +++ b/lua/app/config/activity_exchange.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 12d49cba9f8919140bbc1172ade489a8 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/arena_time.lua b/lua/app/config/arena_time.lua index 4579d403..046f8697 100644 --- a/lua/app/config/arena_time.lua +++ b/lua/app/config/arena_time.lua @@ -2,17 +2,20 @@ local arena_time = { [1]={ ["season"]=1, ["start_time"]="2023-6-25 00:00:00", - ["end_time"]="2023-8-16 00:00:00" + ["end_time"]="2023-8-16 00:00:00", + ["ui_banner"]="ui_arena_bounty_banner" }, [2]={ ["season"]=2, ["start_time"]="2023-8-16 00:00:00", - ["end_time"]="2023-9-15 00:00:00" + ["end_time"]="2023-9-15 00:00:00", + ["ui_banner"]="ui_arena_bounty_banner" }, [3]={ ["season"]=3, ["start_time"]="2023-9-15 00:00:00", - ["end_time"]="2023-10-16 00:00:00" + ["end_time"]="2023-10-16 00:00:00", + ["ui_banner"]="ui_arena_bounty_banner_1" } } local config = { 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/chapter_board_bossrush.lua b/lua/app/config/chapter_board_bossrush.lua new file mode 100644 index 00000000..46e5a15c --- /dev/null +++ b/lua/app/config/chapter_board_bossrush.lua @@ -0,0 +1,31710 @@ +local chapter_board_bossrush = { + [1]={ + ["board"]={ + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [2]={ + ["board"]={ + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [3]={ + ["board"]={ + { + 1, + 0 + }, + { + 1, + 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 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [4]={ + ["board"]={ + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 0, + 5 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 0, + 5 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [5]={ + ["board"]={ + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 14, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 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 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + } + } + }, + [6]={ + ["board"]={ + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 0, + 5 + }, + { + 2, + 3 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 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, + 0 + }, + { + 3, + 0 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 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, + 0 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 14, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 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 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 7, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 7, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 7, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [10]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 7, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 14, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [11]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 4, + 1 + }, + { + 4, + 1 + }, + { + 4, + 3 + }, + { + 4, + 2 + }, + { + 4, + 2 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 4, + 4 + }, + { + 4, + 4 + }, + { + 4, + 3 + }, + { + 4, + 4 + }, + { + 4, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 14, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [12]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 4, + 2 + }, + { + 4, + 2 + }, + { + 4, + 3 + }, + { + 4, + 4 + }, + { + 4, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 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, + 0 + } + } + }, + [13]={ + ["board"]={ + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 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, + 2 + }, + { + 2, + 3 + }, + { + 2, + 4 + }, + { + 2, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 4, + 1 + }, + { + 4, + 2 + }, + { + 4, + 3 + }, + { + 4, + 4 + }, + { + 4, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 14, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + } + } + }, + [14]={ + ["board"]={ + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 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, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 14, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 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 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + } + } + }, + [15]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 1, + 0 + }, + { + 5, + 3 + }, + { + 2, + 0 + }, + { + 5, + 4 + }, + { + 2, + 0 + }, + { + 5, + 3 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 5, + 4 + }, + { + 2, + 0 + }, + { + 5, + 4 + }, + { + 2, + 0 + }, + { + 5, + 4 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 14, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + } + } + }, + [16]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 4, + 3 + }, + { + 4, + 4 + }, + { + 4, + 4 + }, + { + 4, + 4 + }, + { + 4, + 3 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 5, + 2 + }, + { + 5, + 4 + }, + { + 5, + 2 + }, + { + 5, + 4 + }, + { + 5, + 2 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 5, + 4 + }, + { + 5, + 2 + }, + { + 14, + 0 + }, + { + 5, + 2 + }, + { + 5, + 4 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + } + } + }, + [17]={ + ["board"]={ + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 5, + 3 + }, + { + 5, + 3 + }, + { + 5, + 3 + }, + { + 5, + 5 + }, + { + 5, + 5 + }, + { + 5, + 5 + }, + { + 2, + 0 + }, + { + 5, + 3 + }, + { + 3, + 0 + }, + { + 5, + 3 + }, + { + 5, + 5 + }, + { + 3, + 0 + }, + { + 5, + 5 + }, + { + 2, + 0 + }, + { + 5, + 3 + }, + { + 5, + 3 + }, + { + 5, + 3 + }, + { + 5, + 5 + }, + { + 5, + 5 + }, + { + 5, + 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, + 0 + } + } + }, + [18]={ + ["board"]={ + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 4, + 2 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 5, + 1 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 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 + }, + { + 5, + 3 + }, + { + 5, + 3 + }, + { + 1, + 0 + } + } + }, + [19]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 4, + 1 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 4, + 1 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 5, + 5 + }, + { + 5, + 5 + }, + { + 5, + 1 + }, + { + 5, + 3 + }, + { + 5, + 3 + }, + { + 1, + 0 + }, + { + 5, + 1 + }, + { + 5, + 1 + }, + { + 5, + 3 + }, + { + 14, + 0 + }, + { + 5, + 1 + }, + { + 5, + 3 + }, + { + 5, + 1 + } + } + }, + [20]={ + ["board"]={ + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 5 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 0, + 4 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 2, + 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, + 2 + }, + { + 5, + 2 + }, + { + 5, + 2 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 5, + 1 + }, + { + 5, + 1 + }, + { + 5, + 1 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [21]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 3 + }, + { + 0, + 5 + }, + { + 1, + 0 + }, + { + 0, + 5 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 5 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 3 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 14, + 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 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + } + } + }, + [22]={ + ["board"]={ + { + 1, + 0 + }, + { + 5, + 2 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 5, + 2 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 5, + 2 + }, + { + 2, + 0 + }, + { + 5, + 1 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 5, + 2 + }, + { + 2, + 0 + }, + { + 5, + 1 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 5, + 2 + }, + { + 2, + 0 + }, + { + 5, + 1 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 5, + 2 + }, + { + 14, + 0 + }, + { + 5, + 1 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 5, + 2 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + } + } + }, + [23]={ + ["board"]={ + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 4, + 2 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 4, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 4, + 3 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 4, + 4 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 4, + 3 + }, + { + 4, + 1 + }, + { + 4, + 1 + }, + { + 4, + 5 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 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, + 5 + }, + { + 4, + 5 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 14, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [25]={ + ["board"]={ + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 5, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 5, + 3 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 5, + 4 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 5, + 3 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 5, + 4 + }, + { + 1, + 0 + } + } + }, + [26]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 14, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 4, + 2 + }, + { + 4, + 2 + }, + { + 4, + 4 + }, + { + 3, + 0 + }, + { + 4, + 4 + }, + { + 4, + 2 + }, + { + 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 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 4, + 4 + }, + { + 4, + 4 + }, + { + 1, + 0 + }, + { + 4, + 5 + }, + { + 4, + 5 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 14, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [28]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 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 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 14, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [29]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 4, + 3 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 4, + 2 + }, + { + 0, + 3 + }, + { + 4, + 4 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 4, + 3 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 14, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + } + } + }, + [30]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 4, + 1 + }, + { + 4, + 2 + }, + { + 4, + 3 + }, + { + 4, + 4 + }, + { + 4, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 4, + 1 + }, + { + 4, + 2 + }, + { + 4, + 3 + }, + { + 4, + 4 + }, + { + 4, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 14, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + } + } + }, + [31]={ + ["board"]={ + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 4, + 3 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 4, + 3 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 4, + 2 + }, + { + 4, + 3 + }, + { + 4, + 2 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 14, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [32]={ + ["board"]={ + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 4, + 1 + }, + { + 0, + 3 + }, + { + 4, + 2 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 9, + 0 + }, + { + 4, + 1 + }, + { + 0, + 3 + }, + { + 4, + 2 + }, + { + 9, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 7, + 0 + }, + { + 4, + 1 + }, + { + 0, + 3 + }, + { + 4, + 2 + }, + { + 7, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 7, + 0 + }, + { + 4, + 1 + }, + { + 4, + 3 + }, + { + 4, + 2 + }, + { + 7, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 7, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 7, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 7, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 7, + 0 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 10, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 11, + 0 + }, + { + 14, + 0 + } + } + }, + [33]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 14, + 0 + }, + { + 9, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 10, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 14, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 11, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + } + } + }, + [34]={ + ["board"]={ + { + 3, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 3, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 3, + 0 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 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 + }, + { + 0, + 1 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 1 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + } + } + }, + [35]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 4, + 3 + }, + { + 3, + 0 + }, + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 4, + 3 + }, + { + 4, + 2 + }, + { + 3, + 0 + }, + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 3, + 0 + }, + { + 4, + 1 + }, + { + 4, + 2 + }, + { + 4, + 1 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 14, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [36]={ + ["board"]={ + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 0, + 4 + }, + { + 2, + 0 + }, + { + 0, + 4 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 14, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + } + } + }, + [37]={ + ["board"]={ + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 5, + 1 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 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 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 5, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 5, + 2 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + } + } + }, + [38]={ + ["board"]={ + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 5, + 5 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 5, + 1 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 5, + 5 + }, + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 2, + 0 + }, + { + 5, + 1 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 5, + 5 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 5, + 1 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 14, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + } + } + }, + [39]={ + ["board"]={ + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 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 + }, + { + 1, + 0 + } + } + }, + [40]={ + ["board"]={ + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 3, + 0 + }, + { + 14, + 0 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 13, + 2 + }, + { + 13, + 1 + }, + { + 13, + 4 + }, + { + 13, + 3 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 13, + 2 + }, + { + 13, + 1 + }, + { + 13, + 4 + }, + { + 13, + 3 + }, + { + 2, + 0 + }, + { + 1, + 0 + } + } + }, + [41]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 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, + 2 + }, + { + 2, + 0 + }, + { + 13, + 2 + }, + { + 2, + 0 + }, + { + 13, + 2 + }, + { + 2, + 0 + }, + { + 13, + 2 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + } + } + }, + [42]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 13, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 13, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 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 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + } + } + }, + [43]={ + ["board"]={ + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 4 + }, + { + 14, + 0 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 0, + 5 + }, + { + 13, + 5 + }, + { + 13, + 5 + }, + { + 13, + 5 + }, + { + 0, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [44]={ + ["board"]={ + { + 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, + 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 + }, + { + 13, + 3 + }, + { + 2, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 13, + 5 + }, + { + 13, + 3 + }, + { + 13, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [45]={ + ["board"]={ + { + 2, + 0 + }, + { + 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, + 4 + }, + { + 13, + 1 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 14, + 0 + }, + { + 13, + 4 + }, + { + 13, + 1 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [46]={ + ["board"]={ + { + 3, + 0 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 0, + 5 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 4 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 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 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 14, + 0 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 14, + 0 + }, + { + 3, + 0 + } + } + }, + [47]={ + ["board"]={ + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 21, + 2 + }, + { + 2, + 0 + }, + { + 21, + 4 + }, + { + 2, + 0 + }, + { + 21, + 2 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 14, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [48]={ + ["board"]={ + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 0, + 4 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 0, + 4 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 0, + 4 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 21, + 5 + }, + { + 2, + 0 + }, + { + 21, + 5 + }, + { + 2, + 0 + }, + { + 21, + 5 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 14, + 0 + }, + { + 2, + 0 + }, + { + 21, + 5 + }, + { + 2, + 0 + }, + { + 14, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [49]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 21, + 3 + }, + { + 2, + 0 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, + { + 21, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 21, + 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, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 21, + 5 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + } + } + }, + [50]={ + ["board"]={ + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 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, + 2 + }, + { + 3, + 0 + }, + { + 21, + 2 + }, + { + 3, + 0 + }, + { + 21, + 2 + }, + { + 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 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + } + } + }, + [51]={ + ["board"]={ + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 3, + 0 + }, + { + 9, + 0 + }, + { + 3, + 0 + }, + { + 9, + 0 + }, + { + 3, + 0 + }, + { + 9, + 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, + 0 + }, + { + 0, + 0 + }, + { + 21, + 1 + }, + { + 0, + 0 + }, + { + 21, + 1 + }, + { + 0, + 0 + }, + { + 21, + 1 + }, + { + 0, + 0 + }, + { + 21, + 1 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 14, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 14, + 0 + }, + { + 2, + 0 + } + } + }, + [52]={ + ["board"]={ + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 2, + 0 + }, + { + 9, + 0 + }, + { + 21, + 3 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 4 + }, + { + 21, + 4 + }, + { + 11, + 0 + }, + { + 21, + 3 + }, + { + 21, + 3 + }, + { + 9, + 0 + }, + { + 1, + 0 + }, + { + 21, + 3 + }, + { + 21, + 3 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 14, + 0 + }, + { + 21, + 2 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 21, + 3 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 21, + 2 + }, + { + 3, + 0 + }, + { + 14, + 0 + }, + { + 21, + 3 + }, + { + 1, + 0 + }, + { + 21, + 1 + }, + { + 21, + 1 + }, + { + 21, + 2 + }, + { + 21, + 1 + }, + { + 21, + 1 + }, + { + 10, + 0 + } + } + }, + [53]={ + ["board"]={ + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 21, + 3 + }, + { + 21, + 5 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 14, + 0 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 21, + 3 + }, + { + 21, + 5 + }, + { + 3, + 0 + }, + { + 9, + 0 + }, + { + 21, + 3 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 21, + 2 + }, + { + 21, + 5 + }, + { + 9, + 0 + }, + { + 21, + 2 + }, + { + 21, + 3 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 21, + 2 + }, + { + 8, + 0 + }, + { + 21, + 1 + }, + { + 21, + 2 + }, + { + 21, + 3 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 8, + 0 + }, + { + 3, + 0 + }, + { + 21, + 1 + }, + { + 21, + 2 + }, + { + 21, + 3 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 21, + 1 + }, + { + 21, + 2 + }, + { + 8, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 21, + 1 + }, + { + 14, + 0 + }, + { + 1, + 0 + } + } + }, + [54]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 9, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 21, + 3 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 21, + 3 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 11, + 0 + }, + { + 21, + 1 + }, + { + 21, + 3 + }, + { + 21, + 3 + }, + { + 21, + 2 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 21, + 1 + }, + { + 21, + 1 + }, + { + 21, + 2 + }, + { + 21, + 2 + }, + { + 1, + 0 + } + } + }, + [55]={ + ["board"]={ + { + 18, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 10, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 22, + 2 + }, + { + 0, + 2 + }, + { + 22, + 3 + }, + { + 0, + 3 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 22, + 2 + }, + { + 14, + 0 + }, + { + 22, + 3 + }, + { + 14, + 0 + }, + { + 22, + 3 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [56]={ + ["board"]={ + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 4, + 3 + }, + { + 4, + 3 + }, + { + 4, + 1 + }, + { + 4, + 2 + }, + { + 4, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 4, + 2 + }, + { + 4, + 2 + }, + { + 4, + 5 + }, + { + 4, + 5 + }, + { + 4, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 22, + 3 + }, + { + 22, + 3 + }, + { + 22, + 2 + }, + { + 22, + 2 + }, + { + 22, + 1 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 22, + 5 + }, + { + 22, + 4 + }, + { + 22, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [57]={ + ["board"]={ + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 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, + 4 + }, + { + 4, + 2 + }, + { + 4, + 5 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 22, + 3 + }, + { + 22, + 3 + }, + { + 22, + 3 + }, + { + 22, + 2 + }, + { + 22, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 22, + 2 + }, + { + 22, + 1 + }, + { + 22, + 5 + }, + { + 22, + 2 + }, + { + 22, + 1 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 22, + 1 + }, + { + 22, + 5 + }, + { + 22, + 2 + }, + { + 14, + 0 + }, + { + 1, + 0 + } + } + }, + [58]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 19, + 0 + }, + { + 4, + 4 + }, + { + 4, + 1 + }, + { + 4, + 4 + }, + { + 4, + 4 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 4, + 5 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 22, + 1 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 14, + 0 + }, + { + 22, + 1 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 22, + 1 + }, + { + 22, + 1 + }, + { + 22, + 2 + }, + { + 22, + 2 + }, + { + 22, + 2 + }, + { + 19, + 0 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 22, + 1 + }, + { + 22, + 1 + }, + { + 22, + 1 + }, + { + 22, + 1 + }, + { + 19, + 0 + }, + { + 1, + 0 + } + } + }, + [59]={ + ["board"]={ + { + 19, + 0 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 1, + 0 + }, + { + 4, + 3 + }, + { + 4, + 4 + }, + { + 4, + 3 + }, + { + 4, + 1 + }, + { + 4, + 1 + }, + { + 1, + 0 + }, + { + 1, + 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, + 4 + }, + { + 0, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 22, + 1 + }, + { + 22, + 3 + }, + { + 22, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [60]={ + ["board"]={ + { + 1, + 0 + }, + { + 1, + 5 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 19, + 0 + }, + { + 1, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 0, + 4 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 4, + 3 + }, + { + 4, + 3 + }, + { + 4, + 3 + }, + { + 4, + 2 + }, + { + 4, + 2 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 4, + 2 + }, + { + 22, + 2 + }, + { + 22, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 0, + 0 + }, + { + 4, + 1 + }, + { + 22, + 2 + }, + { + 22, + 4 + }, + { + 22, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 14, + 0 + }, + { + 22, + 2 + }, + { + 22, + 4 + }, + { + 22, + 4 + } + } + }, + [61]={ + ["board"]={ + { + 18, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 22, + 1 + }, + { + 22, + 3 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 22, + 2 + }, + { + 22, + 4 + }, + { + 18, + 0 + }, + { + 4, + 5 + }, + { + 4, + 5 + }, + { + 4, + 5 + }, + { + 4, + 4 + }, + { + 14, + 0 + }, + { + 22, + 5 + }, + { + 18, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 22, + 1 + }, + { + 22, + 2 + }, + { + 22, + 3 + }, + { + 22, + 4 + } + } + }, + [62]={ + ["board"]={ + { + 22, + 5 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 4, + 3 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 4, + 3 + }, + { + 4, + 3 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 14, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 4, + 5 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 4, + 5 + }, + { + 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 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 22, + 1 + }, + { + 19, + 0 + }, + { + 22, + 2 + }, + { + 19, + 0 + }, + { + 22, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [63]={ + ["board"]={ + { + 12, + 2 + }, + { + 18, + 0 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 1, + 0 + }, + { + 18, + 0 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 18, + 0 + }, + { + 12, + 2 + }, + { + 12, + 2 + }, + { + 19, + 0 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 4 + }, + { + 19, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 12, + 2 + }, + { + 12, + 2 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 19, + 0 + }, + { + 20, + 0 + }, + { + 1, + 0 + }, + { + 20, + 0 + }, + { + 19, + 0 + }, + { + 12, + 2 + }, + { + 12, + 2 + }, + { + 20, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 20, + 0 + }, + { + 1, + 0 + } + } + }, + [64]={ + ["board"]={ + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 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, + 2 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [65]={ + ["board"]={ + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 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, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 19, + 0 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 18, + 0 + }, + { + 12, + 4 + }, + { + 12, + 5 + }, + { + 12, + 5 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 18, + 0 + }, + { + 12, + 5 + }, + { + 12, + 5 + }, + { + 19, + 0 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 14, + 0 + }, + { + 19, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [66]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 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, + 0 + }, + { + 19, + 0 + }, + { + 12, + 1 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 1, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 12, + 3 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [67]={ + ["board"]={ + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 11, + 0 + }, + { + 18, + 0 + }, + { + 14, + 0 + }, + { + 18, + 0 + }, + { + 9, + 0 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 14, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 10, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [68]={ + ["board"]={ + { + 18, + 0 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 5 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 5 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 4, + 4 + }, + { + 4, + 4 + }, + { + 19, + 0 + }, + { + 4, + 1 + }, + { + 4, + 1 + }, + { + 19, + 0 + }, + { + 18, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 12, + 5 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 18, + 0 + }, + { + 1, + 0 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 14, + 0 + }, + { + 19, + 0 + }, + { + 1, + 0 + }, + { + 19, + 0 + }, + { + 14, + 0 + }, + { + 19, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [69]={ + ["board"]={ + { + 19, + 0 + }, + { + 0, + 5 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 20, + 0 + }, + { + 4, + 4 + }, + { + 0, + 0 + }, + { + 4, + 4 + }, + { + 0, + 0 + }, + { + 4, + 4 + }, + { + 20, + 0 + }, + { + 0, + 0 + }, + { + 4, + 4 + }, + { + 0, + 0 + }, + { + 4, + 4 + }, + { + 0, + 0 + }, + { + 4, + 4 + }, + { + 0, + 0 + }, + { + 20, + 0 + }, + { + 12, + 4 + }, + { + 20, + 0 + }, + { + 12, + 4 + }, + { + 20, + 0 + }, + { + 12, + 4 + }, + { + 20, + 0 + }, + { + 12, + 4 + }, + { + 14, + 0 + }, + { + 12, + 4 + }, + { + 12, + 4 + }, + { + 12, + 4 + }, + { + 14, + 0 + }, + { + 12, + 4 + } + } + }, + [70]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 19, + 0 + }, + { + 4, + 2 + }, + { + 4, + 1 + }, + { + 4, + 3 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 1, + 0 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 4, + 2 + }, + { + 4, + 3 + }, + { + 4, + 2 + }, + { + 12, + 2 + }, + { + 0, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 4, + 2 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 12, + 2 + }, + { + 0, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 0, + 0 + }, + { + 12, + 2 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 18, + 0 + }, + { + 12, + 2 + }, + { + 1, + 0 + }, + { + 18, + 0 + }, + { + 14, + 0 + }, + { + 18, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [71]={ + ["board"]={ + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 11, + 0 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 12, + 2 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 11, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 14, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 11, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 14, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + } + } + }, + [72]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 12, + 3 + }, + { + 0, + 4 + }, + { + 10, + 0 + }, + { + 0, + 5 + }, + { + 11, + 0 + }, + { + 0, + 4 + }, + { + 12, + 3 + }, + { + 4, + 3 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 4, + 3 + }, + { + 12, + 3 + }, + { + 3, + 0 + }, + { + 10, + 0 + }, + { + 0, + 0 + }, + { + 11, + 0 + }, + { + 3, + 0 + }, + { + 12, + 3 + }, + { + 7, + 0 + }, + { + 7, + 0 + }, + { + 7, + 0 + }, + { + 7, + 0 + }, + { + 7, + 0 + }, + { + 7, + 0 + }, + { + 7, + 0 + }, + { + 14, + 0 + }, + { + 7, + 0 + }, + { + 10, + 0 + }, + { + 0, + 0 + }, + { + 11, + 0 + }, + { + 7, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 7, + 0 + }, + { + 7, + 0 + }, + { + 7, + 0 + }, + { + 7, + 0 + }, + { + 7, + 0 + }, + { + 1, + 0 + } + } + }, + [73]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 9, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 4, + 1 + }, + { + 4, + 1 + }, + { + 2, + 0 + }, + { + 4, + 1 + }, + { + 4, + 1 + }, + { + 1, + 0 + }, + { + 4, + 3 + }, + { + 4, + 3 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 4, + 3 + }, + { + 4, + 3 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [74]={ + ["board"]={ + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 9, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 7, + 0 + }, + { + 7, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 10, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 7, + 0 + }, + { + 7, + 0 + }, + { + 7, + 0 + }, + { + 7, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 14, + 0 + }, + { + 7, + 0 + }, + { + 7, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [75]={ + ["board"]={ + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 9, + 0 + }, + { + 9, + 0 + }, + { + 9, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + } + } + }, + [76]={ + ["board"]={ + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 4, + 5 + }, + { + 4, + 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, + 5 + }, + { + 4, + 5 + }, + { + 4, + 4 + }, + { + 4, + 4 + }, + { + 4, + 3 + }, + { + 4, + 3 + }, + { + 10, + 0 + }, + { + 11, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 14, + 0 + } + } + }, + [77]={ + ["board"]={ + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 4, + 2 + }, + { + 4, + 2 + }, + { + 11, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 7, + 0 + }, + { + 7, + 0 + }, + { + 7, + 0 + }, + { + 7, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 11, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 7, + 0 + }, + { + 7, + 0 + }, + { + 7, + 0 + }, + { + 7, + 0 + }, + { + 1, + 0 + } + } + }, + [78]={ + ["board"]={ + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 9, + 0 + }, + { + 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, + 4 + }, + { + 4, + 3 + }, + { + 4, + 3 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + } + } + }, + [79]={ + ["board"]={ + { + 25, + 0 + }, + { + 25, + 0 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 24, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 25, + 0 + }, + { + 25, + 0 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 24, + 0 + }, + { + 9, + 0 + }, + { + 1, + 0 + }, + { + 25, + 0 + }, + { + 25, + 0 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 24, + 0 + }, + { + 25, + 0 + }, + { + 9, + 0 + }, + { + 25, + 0 + }, + { + 25, + 0 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 24, + 0 + }, + { + 25, + 0 + }, + { + 25, + 0 + }, + { + 11, + 0 + }, + { + 24, + 0 + }, + { + 0, + 4 + }, + { + 23, + 3 + }, + { + 23, + 2 + }, + { + 23, + 1 + }, + { + 23, + 5 + }, + { + 1, + 0 + }, + { + 11, + 0 + }, + { + 23, + 4 + }, + { + 23, + 3 + }, + { + 23, + 2 + }, + { + 23, + 1 + }, + { + 23, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 23, + 4 + }, + { + 23, + 3 + }, + { + 23, + 2 + }, + { + 23, + 1 + }, + { + 23, + 5 + } + } + }, + [80]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 23, + 1 + }, + { + 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 + }, + { + 27, + 5 + }, + { + 27, + 1 + }, + { + 25, + 0 + }, + { + 23, + 1 + }, + { + 23, + 1 + }, + { + 25, + 0 + }, + { + 25, + 0 + }, + { + 25, + 0 + }, + { + 25, + 0 + }, + { + 25, + 0 + }, + { + 23, + 1 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 23, + 1 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [81]={ + ["board"]={ + { + 1, + 0 + }, + { + 23, + 5 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 5 + }, + { + 25, + 0 + }, + { + 23, + 4 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 5 + }, + { + 25, + 0 + }, + { + 0, + 4 + }, + { + 25, + 0 + }, + { + 23, + 2 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 5 + }, + { + 25, + 0 + }, + { + 0, + 4 + }, + { + 25, + 0 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 24, + 0 + }, + { + 25, + 0 + }, + { + 0, + 4 + }, + { + 25, + 0 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 24, + 0 + }, + { + 25, + 0 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [82]={ + ["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 + }, + { + 0, + 2 + }, + { + 27, + 1 + }, + { + 0, + 5 + }, + { + 27, + 5 + }, + { + 0, + 4 + }, + { + 24, + 0 + }, + { + 25, + 0 + }, + { + 24, + 0 + }, + { + 0, + 3 + }, + { + 24, + 0 + }, + { + 25, + 0 + }, + { + 24, + 0 + }, + { + 25, + 0 + }, + { + 24, + 0 + }, + { + 23, + 3 + }, + { + 23, + 3 + }, + { + 23, + 3 + }, + { + 24, + 0 + }, + { + 25, + 0 + }, + { + 14, + 0 + }, + { + 25, + 0 + }, + { + 23, + 3 + }, + { + 23, + 2 + }, + { + 23, + 3 + }, + { + 25, + 0 + }, + { + 14, + 0 + }, + { + 23, + 3 + }, + { + 25, + 0 + }, + { + 23, + 2 + }, + { + 23, + 2 + }, + { + 23, + 2 + }, + { + 25, + 0 + }, + { + 23, + 3 + } + } + }, + [83]={ + ["board"]={ + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 14, + 0 + }, + { + 24, + 0 + }, + { + 24, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 24, + 0 + }, + { + 24, + 0 + }, + { + 24, + 0 + }, + { + 9, + 0 + }, + { + 24, + 0 + }, + { + 24, + 0 + }, + { + 24, + 0 + }, + { + 24, + 0 + }, + { + 25, + 0 + }, + { + 24, + 0 + }, + { + 24, + 0 + }, + { + 24, + 0 + }, + { + 24, + 0 + }, + { + 24, + 0 + }, + { + 23, + 2 + }, + { + 1, + 0 + }, + { + 24, + 0 + }, + { + 24, + 0 + }, + { + 24, + 0 + }, + { + 24, + 0 + }, + { + 23, + 2 + }, + { + 23, + 2 + }, + { + 1, + 0 + }, + { + 25, + 0 + }, + { + 24, + 0 + }, + { + 24, + 0 + }, + { + 23, + 1 + }, + { + 23, + 1 + }, + { + 23, + 1 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 25, + 0 + }, + { + 23, + 1 + }, + { + 23, + 3 + }, + { + 14, + 0 + }, + { + 1, + 0 + } + } + }, + [84]={ + ["board"]={ + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 24, + 0 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 24, + 0 + }, + { + 25, + 0 + }, + { + 24, + 0 + }, + { + 27, + 3 + }, + { + 27, + 2 + }, + { + 27, + 1 + }, + { + 24, + 0 + }, + { + 25, + 0 + }, + { + 25, + 0 + }, + { + 25, + 0 + }, + { + 27, + 3 + }, + { + 27, + 2 + }, + { + 27, + 1 + }, + { + 25, + 0 + }, + { + 25, + 0 + }, + { + 25, + 0 + }, + { + 25, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 25, + 0 + }, + { + 25, + 0 + }, + { + 1, + 0 + }, + { + 23, + 1 + }, + { + 23, + 1 + }, + { + 26, + 0 + }, + { + 23, + 2 + }, + { + 23, + 2 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [85]={ + ["board"]={ + { + 1, + 0 + }, + { + 1, + 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 + }, + { + 27, + 3 + }, + { + 23, + 5 + }, + { + 23, + 5 + }, + { + 23, + 5 + }, + { + 24, + 0 + }, + { + 27, + 4 + }, + { + 27, + 3 + }, + { + 27, + 4 + }, + { + 24, + 0 + }, + { + 23, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 24, + 0 + }, + { + 14, + 0 + }, + { + 24, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 23, + 5 + }, + { + 23, + 5 + }, + { + 23, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [86]={ + ["board"]={ + { + 14, + 0 + }, + { + 27, + 1 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 0, + 4 + }, + { + 27, + 4 + }, + { + 14, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 27, + 3 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 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 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 23, + 2 + }, + { + 23, + 5 + }, + { + 23, + 3 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [87]={ + ["board"]={ + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 0, + 5 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 28, + 0 + }, + { + 0, + 5 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 28, + 0 + }, + { + 29, + 0 + }, + { + 28, + 0 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 28, + 0 + }, + { + 29, + 0 + }, + { + 30, + 0 + }, + { + 29, + 0 + }, + { + 28, + 0 + }, + { + 0, + 1 + }, + { + 28, + 0 + }, + { + 29, + 0 + }, + { + 30, + 0 + }, + { + 30, + 0 + }, + { + 30, + 0 + }, + { + 29, + 0 + }, + { + 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 + }, + { + 5, + 1 + }, + { + 5, + 2 + } + } + }, + [88]={ + ["board"]={ + { + 1, + 0 + }, + { + 1, + 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 + }, + { + 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, + 2 + }, + { + 29, + 0 + }, + { + 30, + 0 + }, + { + 29, + 0 + } + } + }, + [89]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 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 + }, + { + 28, + 0 + }, + { + 28, + 0 + }, + { + 28, + 0 + }, + { + 21, + 4 + }, + { + 21, + 4 + }, + { + 21, + 4 + }, + { + 21, + 4 + }, + { + 29, + 0 + }, + { + 29, + 0 + }, + { + 29, + 0 + }, + { + 21, + 4 + }, + { + 21, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 29, + 0 + }, + { + 29, + 0 + }, + { + 29, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [90]={ + ["board"]={ + { + 5, + 5 + }, + { + 5, + 2 + }, + { + 5, + 1 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 0, + 0 + }, + { + 9, + 0 + }, + { + 5, + 1 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 0 + }, + { + 28, + 0 + }, + { + 5, + 1 + }, + { + 5, + 1 + }, + { + 5, + 5 + }, + { + 5, + 5 + }, + { + 5, + 5 + }, + { + 0, + 0 + }, + { + 28, + 0 + }, + { + 21, + 3 + }, + { + 21, + 3 + }, + { + 21, + 3 + }, + { + 9, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 28, + 0 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 28, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 28, + 0 + }, + { + 30, + 0 + }, + { + 30, + 0 + }, + { + 30, + 0 + }, + { + 28, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 28, + 0 + }, + { + 14, + 0 + }, + { + 30, + 0 + }, + { + 14, + 0 + }, + { + 28, + 0 + }, + { + 1, + 0 + } + } + }, + [91]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 1, + 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, + 0 + }, + { + 28, + 0 + }, + { + 29, + 0 + }, + { + 29, + 0 + }, + { + 29, + 0 + }, + { + 28, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 5, + 1 + }, + { + 5, + 2 + }, + { + 14, + 0 + }, + { + 5, + 3 + }, + { + 5, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 5, + 1 + }, + { + 5, + 2 + }, + { + 1, + 0 + }, + { + 5, + 3 + }, + { + 5, + 4 + }, + { + 1, + 0 + } + } + }, + [92]={ + ["board"]={ + { + 29, + 0 + }, + { + 28, + 0 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 28, + 0 + }, + { + 29, + 0 + }, + { + 29, + 0 + }, + { + 28, + 0 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 28, + 0 + }, + { + 29, + 0 + }, + { + 5, + 1 + }, + { + 5, + 5 + }, + { + 21, + 2 + }, + { + 0, + 3 + }, + { + 21, + 4 + }, + { + 5, + 2 + }, + { + 5, + 1 + }, + { + 5, + 5 + }, + { + 5, + 1 + }, + { + 21, + 2 + }, + { + 0, + 3 + }, + { + 21, + 4 + }, + { + 5, + 1 + }, + { + 5, + 2 + }, + { + 0, + 0 + }, + { + 5, + 5 + }, + { + 5, + 1 + }, + { + 5, + 1 + }, + { + 5, + 1 + }, + { + 5, + 2 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + } + } + }, + [93]={ + ["board"]={ + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 21, + 3 + }, + { + 21, + 3 + }, + { + 21, + 2 + }, + { + 9, + 0 + }, + { + 21, + 2 + }, + { + 21, + 3 + }, + { + 21, + 3 + }, + { + 0, + 0 + }, + { + 21, + 3 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 21, + 3 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 21, + 3 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 21, + 3 + }, + { + 0, + 0 + }, + { + 5, + 4 + }, + { + 5, + 4 + }, + { + 5, + 4 + }, + { + 1, + 0 + }, + { + 5, + 4 + }, + { + 5, + 4 + }, + { + 5, + 4 + }, + { + 14, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 30, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [94]={ + ["board"]={ + { + 29, + 0 + }, + { + 29, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 29, + 0 + }, + { + 29, + 0 + }, + { + 29, + 0 + }, + { + 29, + 0 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 29, + 0 + }, + { + 29, + 0 + }, + { + 28, + 0 + }, + { + 28, + 0 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 28, + 0 + }, + { + 28, + 0 + }, + { + 5, + 1 + }, + { + 5, + 1 + }, + { + 5, + 1 + }, + { + 5, + 5 + }, + { + 5, + 2 + }, + { + 5, + 2 + }, + { + 5, + 2 + }, + { + 21, + 3 + }, + { + 21, + 3 + }, + { + 21, + 5 + }, + { + 1, + 0 + }, + { + 21, + 5 + }, + { + 21, + 4 + }, + { + 21, + 4 + }, + { + 21, + 1 + }, + { + 1, + 0 + }, + { + 21, + 5 + }, + { + 1, + 0 + }, + { + 21, + 5 + }, + { + 1, + 0 + }, + { + 21, + 2 + }, + { + 21, + 1 + }, + { + 1, + 0 + }, + { + 21, + 5 + }, + { + 14, + 0 + }, + { + 21, + 5 + }, + { + 1, + 0 + }, + { + 21, + 2 + } + } + }, + [95]={ + ["board"]={ + { + 31, + 0 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 35, + 4 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 31, + 0 + }, + { + 1, + 0 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 0, + 5 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 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, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 35, + 4 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 35, + 4 + }, + { + 31, + 0 + } + } + }, + [96]={ + ["board"]={ + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 31, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 0, + 0 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 8, + 0 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 32, + 0 + }, + { + 31, + 0 + }, + { + 0, + 2 + }, + { + 10, + 0 + }, + { + 0, + 3 + }, + { + 11, + 0 + }, + { + 0, + 1 + }, + { + 31, + 0 + }, + { + 14, + 0 + }, + { + 33, + 0 + }, + { + 0, + 3 + }, + { + 9, + 0 + }, + { + 0, + 2 + }, + { + 33, + 0 + }, + { + 14, + 0 + }, + { + 33, + 0 + }, + { + 33, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 33, + 0 + }, + { + 33, + 0 + }, + { + 33, + 0 + }, + { + 33, + 0 + }, + { + 33, + 0 + }, + { + 31, + 0 + }, + { + 33, + 0 + }, + { + 33, + 0 + }, + { + 33, + 0 + } + } + }, + [97]={ + ["board"]={ + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 5 + }, + { + 4, + 3 + }, + { + 4, + 3 + }, + { + 4, + 3 + }, + { + 4, + 3 + }, + { + 4, + 4 + }, + { + 0, + 4 + }, + { + 4, + 5 + }, + { + 4, + 1 + }, + { + 9, + 0 + }, + { + 32, + 0 + }, + { + 10, + 0 + }, + { + 4, + 1 + }, + { + 4, + 4 + }, + { + 33, + 0 + }, + { + 0, + 0 + }, + { + 32, + 0 + }, + { + 33, + 0 + }, + { + 32, + 0 + }, + { + 0, + 0 + }, + { + 33, + 0 + }, + { + 35, + 3 + }, + { + 0, + 0 + }, + { + 10, + 0 + }, + { + 33, + 0 + }, + { + 11, + 0 + }, + { + 0, + 0 + }, + { + 35, + 3 + }, + { + 35, + 3 + }, + { + 35, + 3 + }, + { + 33, + 0 + }, + { + 33, + 0 + }, + { + 33, + 0 + }, + { + 35, + 3 + }, + { + 35, + 3 + }, + { + 14, + 0 + }, + { + 33, + 0 + }, + { + 33, + 0 + }, + { + 33, + 0 + }, + { + 33, + 0 + }, + { + 33, + 0 + }, + { + 14, + 0 + } + } + }, + [98]={ + ["board"]={ + { + 1, + 0 + }, + { + 4, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 4, + 2 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 4, + 2 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 4, + 4 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 32, + 0 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 32, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 35, + 3 + }, + { + 35, + 2 + }, + { + 35, + 4 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 4, + 2 + }, + { + 35, + 2 + }, + { + 4, + 1 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 4, + 1 + }, + { + 4, + 1 + }, + { + 35, + 2 + }, + { + 4, + 2 + }, + { + 4, + 2 + }, + { + 1, + 0 + } + } + }, + [99]={ + ["board"]={ + { + 31, + 0 + }, + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 0, + 3 + }, + { + 0, + 5 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 31, + 0 + }, + { + 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 + }, + { + 35, + 3 + }, + { + 35, + 1 + }, + { + 4, + 1 + }, + { + 4, + 5 + }, + { + 1, + 0 + }, + { + 4, + 5 + }, + { + 4, + 1 + }, + { + 35, + 2 + }, + { + 35, + 1 + }, + { + 4, + 1 + }, + { + 4, + 5 + }, + { + 4, + 1 + }, + { + 4, + 5 + }, + { + 4, + 1 + }, + { + 35, + 3 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 14, + 0 + } + } + }, + [100]={ + ["board"]={ + { + 1, + 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 + }, + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 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 + }, + { + 0, + 5 + }, + { + 14, + 0 + }, + { + 35, + 5 + }, + { + 0, + 5 + }, + { + 4, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 4, + 5 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [101]={ + ["board"]={ + { + 32, + 0 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 0, + 5 + }, + { + 0, + 3 + }, + { + 0, + 5 + }, + { + 0, + 3 + }, + { + 0, + 5 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 3 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 14, + 0 + }, + { + 35, + 1 + }, + { + 4, + 4 + }, + { + 4, + 4 + }, + { + 4, + 4 + }, + { + 35, + 3 + }, + { + 14, + 0 + }, + { + 35, + 1 + }, + { + 35, + 1 + }, + { + 35, + 1 + }, + { + 32, + 0 + }, + { + 35, + 3 + }, + { + 35, + 3 + }, + { + 35, + 3 + }, + { + 1, + 0 + }, + { + 35, + 1 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 35, + 3 + }, + { + 1, + 0 + } + } + }, + [102]={ + ["board"]={ + { + 32, + 0 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 33, + 0 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 0, + 4 + }, + { + 33, + 0 + }, + { + 14, + 0 + }, + { + 33, + 0 + }, + { + 0, + 3 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 33, + 0 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 4, + 2 + }, + { + 0, + 4 + }, + { + 4, + 3 + }, + { + 0, + 1 + }, + { + 4, + 1 + }, + { + 32, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 4, + 2 + }, + { + 4, + 3 + }, + { + 4, + 3 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [103]={ + ["board"]={ + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 32, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 32, + 0 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 32, + 0 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 34, + 2 + }, + { + 34, + 1 + }, + { + 34, + 2 + }, + { + 32, + 0 + }, + { + 34, + 2 + }, + { + 34, + 1 + }, + { + 34, + 2 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 34, + 2 + }, + { + 32, + 0 + }, + { + 34, + 2 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 14, + 0 + }, + { + 32, + 0 + }, + { + 14, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + } + } + }, + [104]={ + ["board"]={ + { + 32, + 0 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 32, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 0, + 0 + }, + { + 32, + 0 + }, + { + 0, + 0 + }, + { + 33, + 0 + }, + { + 0, + 0 + }, + { + 32, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 32, + 0 + }, + { + 0, + 0 + }, + { + 33, + 0 + }, + { + 0, + 0 + }, + { + 32, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 32, + 0 + }, + { + 34, + 1 + }, + { + 33, + 0 + }, + { + 34, + 1 + }, + { + 32, + 0 + }, + { + 0, + 0 + }, + { + 34, + 1 + }, + { + 32, + 0 + }, + { + 14, + 0 + }, + { + 33, + 0 + }, + { + 14, + 0 + }, + { + 32, + 0 + }, + { + 34, + 2 + } + } + }, + [105]={ + ["board"]={ + { + 32, + 0 + }, + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 4, + 3 + }, + { + 4, + 2 + }, + { + 4, + 3 + }, + { + 4, + 4 + }, + { + 4, + 4 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 1, + 0 + }, + { + 34, + 1 + }, + { + 34, + 1 + }, + { + 34, + 1 + }, + { + 1, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 1, + 0 + }, + { + 34, + 1 + }, + { + 34, + 2 + }, + { + 34, + 1 + }, + { + 1, + 0 + }, + { + 32, + 0 + }, + { + 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 + } + } + }, + [106]={ + ["board"]={ + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 5 + }, + { + 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 + }, + { + 0, + 5 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 4, + 4 + }, + { + 4, + 4 + }, + { + 4, + 1 + }, + { + 4, + 3 + }, + { + 4, + 3 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 34, + 5 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 34, + 4 + }, + { + 0, + 0 + }, + { + 34, + 3 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 34, + 2 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 34, + 1 + } + } + }, + [107]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 1, + 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 + }, + { + 0, + 4 + }, + { + 32, + 0 + }, + { + 34, + 5 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 33, + 0 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 33, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 0, + 0 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 0 + }, + { + 31, + 0 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + } + } + }, + [108]={ + ["board"]={ + { + 33, + 0 + }, + { + 33, + 0 + }, + { + 33, + 0 + }, + { + 0, + 3 + }, + { + 33, + 0 + }, + { + 33, + 0 + }, + { + 33, + 0 + }, + { + 33, + 0 + }, + { + 33, + 0 + }, + { + 0, + 1 + }, + { + 33, + 0 + }, + { + 0, + 3 + }, + { + 33, + 0 + }, + { + 33, + 0 + }, + { + 33, + 0 + }, + { + 0, + 1 + }, + { + 33, + 0 + }, + { + 0, + 4 + }, + { + 33, + 0 + }, + { + 0, + 3 + }, + { + 33, + 0 + }, + { + 0, + 1 + }, + { + 33, + 0 + }, + { + 0, + 4 + }, + { + 33, + 0 + }, + { + 0, + 4 + }, + { + 33, + 0 + }, + { + 0, + 1 + }, + { + 33, + 0 + }, + { + 0, + 4 + }, + { + 33, + 0 + }, + { + 0, + 4 + }, + { + 33, + 0 + }, + { + 0, + 4 + }, + { + 33, + 0 + }, + { + 0, + 1 + }, + { + 33, + 0 + }, + { + 0, + 1 + }, + { + 33, + 0 + }, + { + 0, + 1 + }, + { + 33, + 0 + }, + { + 0, + 1 + }, + { + 33, + 0 + }, + { + 14, + 0 + }, + { + 33, + 0 + }, + { + 0, + 4 + }, + { + 33, + 0 + }, + { + 14, + 0 + }, + { + 33, + 0 + } + } + }, + [109]={ + ["board"]={ + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 32, + 0 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 32, + 0 + }, + { + 34, + 1 + }, + { + 32, + 0 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 32, + 0 + }, + { + 34, + 1 + }, + { + 34, + 1 + }, + { + 34, + 1 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 34, + 1 + }, + { + 34, + 1 + }, + { + 1, + 0 + }, + { + 34, + 1 + }, + { + 34, + 1 + }, + { + 32, + 0 + }, + { + 34, + 1 + }, + { + 34, + 1 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 32, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 32, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [110]={ + ["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, + 4 + }, + { + 34, + 3 + }, + { + 33, + 0 + }, + { + 33, + 0 + }, + { + 34, + 2 + }, + { + 34, + 2 + }, + { + 14, + 0 + }, + { + 34, + 4 + }, + { + 14, + 0 + }, + { + 34, + 2 + }, + { + 34, + 2 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 4, + 2 + }, + { + 4, + 3 + }, + { + 4, + 2 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 4, + 3 + }, + { + 4, + 2 + }, + { + 4, + 3 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [111]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 34, + 2 + }, + { + 34, + 5 + }, + { + 34, + 5 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 34, + 1 + }, + { + 1, + 0 + }, + { + 32, + 0 + }, + { + 1, + 0 + }, + { + 34, + 2 + }, + { + 0, + 1 + }, + { + 0, + 5 + }, + { + 34, + 4 + }, + { + 32, + 0 + }, + { + 14, + 0 + }, + { + 32, + 0 + }, + { + 34, + 1 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 34, + 1 + }, + { + 1, + 0 + }, + { + 32, + 0 + }, + { + 1, + 0 + }, + { + 34, + 5 + }, + { + 0, + 5 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 34, + 2 + }, + { + 34, + 4 + }, + { + 34, + 5 + }, + { + 0, + 1 + }, + { + 0, + 5 + }, + { + 1, + 0 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 1, + 0 + } + } + }, + [112]={ + ["board"]={ + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 5 + }, + { + 0, + 3 + }, + { + 31, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 5 + }, + { + 0, + 3 + }, + { + 31, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 5 + }, + { + 31, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 34, + 2 + }, + { + 34, + 1 + }, + { + 34, + 3 + }, + { + 34, + 3 + }, + { + 34, + 1 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 34, + 1 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 34, + 1 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [113]={ + ["board"]={ + { + 0, + 1 + }, + { + 34, + 2 + }, + { + 34, + 2 + }, + { + 34, + 2 + }, + { + 34, + 2 + }, + { + 34, + 2 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 34, + 2 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 33, + 0 + }, + { + 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 + }, + { + 0, + 5 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 34, + 1 + }, + { + 34, + 2 + }, + { + 34, + 2 + }, + { + 34, + 2 + }, + { + 34, + 3 + }, + { + 0, + 3 + } + } + }, + [114]={ + ["board"]={ + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 32, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 32, + 0 + }, + { + 14, + 0 + }, + { + 32, + 0 + }, + { + 34, + 1 + }, + { + 32, + 0 + }, + { + 34, + 4 + }, + { + 32, + 0 + }, + { + 14, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 34, + 1 + }, + { + 34, + 2 + }, + { + 34, + 3 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 34, + 2 + }, + { + 0, + 5 + }, + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 34, + 4 + }, + { + 0, + 0 + }, + { + 34, + 3 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 34, + 5 + } + } + }, + [115]={ + ["board"]={ + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 14, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 36, + 0 + }, + { + 36, + 0 + }, + { + 36, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [116]={ + ["board"]={ + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 0, + 5 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 36, + 0 + }, + { + 14, + 0 + }, + { + 36, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + } + } + }, + [117]={ + ["board"]={ + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 36, + 0 + }, + { + 0, + 0 + }, + { + 36, + 0 + }, + { + 0, + 0 + }, + { + 36, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 14, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [118]={ + ["board"]={ + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 3, + 0 + }, + { + 36, + 0 + }, + { + 3, + 0 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 3, + 0 + }, + { + 3, + 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 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 36, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 36, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 14, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 36, + 0 + } + } + }, + [119]={ + ["board"]={ + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 1, + 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 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 36, + 0 + }, + { + 0, + 3 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [120]={ + ["board"]={ + { + 1, + 0 + }, + { + 36, + 0 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 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 + }, + { + 0, + 5 + }, + { + 36, + 0 + }, + { + 0, + 1 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 0, + 4 + }, + { + 14, + 0 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + } + } + }, + [121]={ + ["board"]={ + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 36, + 0 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 36, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 36, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 36, + 0 + }, + { + 0, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [122]={ + ["board"]={ + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 36, + 0 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 36, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 3, + 0 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 36, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 36, + 0 + }, + { + 14, + 0 + }, + { + 36, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [123]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 0, + 3 + }, + { + 0, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 0, + 3 + }, + { + 0, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 4, + 1 + }, + { + 4, + 2 + }, + { + 4, + 3 + }, + { + 4, + 4 + }, + { + 4, + 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 + }, + { + 5, + 4 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + } + } + }, + [124]={ + ["board"]={ + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 5, + 2 + }, + { + 5, + 3 + }, + { + 1, + 0 + }, + { + 5, + 3 + }, + { + 5, + 4 + }, + { + 5, + 5 + }, + { + 4, + 2 + }, + { + 4, + 3 + }, + { + 4, + 4 + }, + { + 4, + 1 + }, + { + 4, + 5 + }, + { + 5, + 5 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 5, + 5 + }, + { + 1, + 0 + }, + { + 5, + 1 + }, + { + 5, + 2 + }, + { + 5, + 2 + }, + { + 5, + 2 + }, + { + 5, + 3 + }, + { + 5, + 3 + }, + { + 5, + 3 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [125]={ + ["board"]={ + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 5, + 3 + }, + { + 1, + 0 + }, + { + 5, + 2 + }, + { + 4, + 2 + }, + { + 5, + 2 + }, + { + 1, + 3 + }, + { + 5, + 3 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 5, + 5 + }, + { + 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 + }, + { + 5, + 2 + }, + { + 5, + 3 + }, + { + 5, + 1 + }, + { + 5, + 2 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 5, + 2 + }, + { + 5, + 1 + }, + { + 14, + 0 + }, + { + 5, + 2 + }, + { + 5, + 2 + }, + { + 1, + 0 + } + } + }, + [126]={ + ["board"]={ + { + 0, + 3 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 4, + 4 + }, + { + 4, + 5 + }, + { + 4, + 5 + }, + { + 1, + 0 + }, + { + 4, + 3 + }, + { + 4, + 3 + }, + { + 4, + 4 + }, + { + 4, + 4 + }, + { + 1, + 0 + }, + { + 4, + 2 + }, + { + 1, + 0 + }, + { + 4, + 2 + }, + { + 1, + 0 + }, + { + 4, + 4 + }, + { + 4, + 3 + }, + { + 4, + 3 + }, + { + 4, + 2 + }, + { + 4, + 1 + }, + { + 4, + 2 + }, + { + 4, + 5 + }, + { + 4, + 5 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 5, + 3 + }, + { + 5, + 3 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 5, + 3 + }, + { + 5, + 3 + } + } + }, + [127]={ + ["board"]={ + { + 21, + 1 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 21, + 4 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 5, + 1 + }, + { + 5, + 1 + }, + { + 5, + 3 + }, + { + 5, + 3 + }, + { + 5, + 4 + }, + { + 5, + 4 + }, + { + 37, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 21, + 5 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 21, + 5 + }, + { + 14, + 0 + }, + { + 21, + 5 + }, + { + 0, + 0 + }, + { + 37, + 0 + }, + { + 5, + 3 + }, + { + 5, + 3 + }, + { + 5, + 2 + }, + { + 21, + 5 + }, + { + 5, + 5 + }, + { + 5, + 5 + }, + { + 1, + 0 + }, + { + 5, + 4 + }, + { + 5, + 4 + }, + { + 5, + 2 + }, + { + 1, + 0 + }, + { + 5, + 4 + }, + { + 5, + 4 + }, + { + 5, + 4 + } + } + }, + [128]={ + ["board"]={ + { + 21, + 3 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 5, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 21, + 3 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 5, + 2 + }, + { + 37, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 4 + }, + { + 5, + 5 + }, + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 21, + 3 + }, + { + 0, + 5 + }, + { + 5, + 5 + }, + { + 5, + 1 + }, + { + 5, + 4 + }, + { + 0, + 4 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 14, + 0 + }, + { + 5, + 3 + }, + { + 37, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 5, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 3 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 5, + 4 + }, + { + 5, + 4 + }, + { + 5, + 4 + }, + { + 0, + 3 + } + } + }, + [129]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 37, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 5, + 5 + }, + { + 5, + 5 + }, + { + 5, + 5 + }, + { + 5, + 1 + }, + { + 5, + 1 + }, + { + 1, + 0 + }, + { + 21, + 2 + }, + { + 21, + 2 + }, + { + 21, + 2 + }, + { + 21, + 3 + }, + { + 21, + 3 + }, + { + 21, + 3 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 5, + 4 + }, + { + 5, + 4 + }, + { + 5, + 5 + }, + { + 5, + 5 + }, + { + 5, + 5 + }, + { + 1, + 0 + }, + { + 21, + 4 + }, + { + 21, + 4 + }, + { + 21, + 4 + }, + { + 21, + 1 + }, + { + 21, + 1 + }, + { + 21, + 1 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 5, + 2 + }, + { + 5, + 2 + }, + { + 5, + 3 + }, + { + 5, + 3 + }, + { + 5, + 3 + }, + { + 1, + 0 + } + } + }, + [130]={ + ["board"]={ + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 1, + 0 + }, + { + 5, + 2 + }, + { + 5, + 2 + }, + { + 5, + 2 + }, + { + 5, + 5 + }, + { + 5, + 1 + }, + { + 5, + 1 + }, + { + 1, + 0 + }, + { + 5, + 2 + }, + { + 5, + 3 + }, + { + 5, + 3 + }, + { + 5, + 5 + }, + { + 5, + 1 + }, + { + 5, + 1 + }, + { + 1, + 0 + }, + { + 37, + 0 + }, + { + 21, + 1 + }, + { + 1, + 0 + }, + { + 0, + 5 + }, + { + 1, + 0 + }, + { + 21, + 1 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 37, + 0 + }, + { + 0, + 3 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 37, + 0 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 1, + 0 + } + } + }, + [131]={ + ["board"]={ + { + 37, + 0 + }, + { + 0, + 3 + }, + { + 5, + 1 + }, + { + 5, + 1 + }, + { + 5, + 1 + }, + { + 0, + 5 + }, + { + 37, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 7, + 0 + }, + { + 14, + 0 + }, + { + 7, + 0 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 5, + 3 + }, + { + 5, + 3 + }, + { + 5, + 3 + }, + { + 5, + 4 + }, + { + 5, + 5 + }, + { + 5, + 5 + }, + { + 5, + 5 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 21, + 4 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 21, + 3 + }, + { + 21, + 3 + }, + { + 1, + 0 + }, + { + 21, + 5 + }, + { + 21, + 5 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + } + } + }, + [132]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 5, + 5 + }, + { + 5, + 5 + }, + { + 5, + 4 + }, + { + 5, + 4 + }, + { + 5, + 3 + }, + { + 5, + 3 + }, + { + 5, + 1 + }, + { + 1, + 0 + }, + { + 21, + 3 + }, + { + 5, + 4 + }, + { + 37, + 0 + }, + { + 5, + 3 + }, + { + 21, + 3 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 5, + 4 + }, + { + 14, + 0 + }, + { + 5, + 3 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 5, + 4 + }, + { + 5, + 5 + }, + { + 5, + 3 + }, + { + 0, + 0 + }, + { + 1, + 0 + } + } + }, + [133]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 5, + 1 + }, + { + 37, + 0 + }, + { + 5, + 5 + }, + { + 5, + 5 + }, + { + 5, + 5 + }, + { + 37, + 0 + }, + { + 1, + 0 + }, + { + 5, + 1 + }, + { + 5, + 3 + }, + { + 5, + 3 + }, + { + 21, + 5 + }, + { + 5, + 3 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 5, + 2 + }, + { + 14, + 0 + }, + { + 5, + 4 + }, + { + 21, + 5 + }, + { + 5, + 3 + }, + { + 21, + 4 + }, + { + 37, + 0 + }, + { + 5, + 2 + }, + { + 1, + 0 + }, + { + 5, + 4 + }, + { + 5, + 2 + }, + { + 5, + 2 + }, + { + 1, + 0 + } + } + }, + [134]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 37, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 37, + 0 + }, + { + 14, + 0 + }, + { + 5, + 3 + }, + { + 5, + 3 + }, + { + 5, + 3 + }, + { + 5, + 4 + }, + { + 5, + 4 + }, + { + 5, + 4 + }, + { + 5, + 1 + }, + { + 0, + 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 + }, + { + 21, + 1 + }, + { + 21, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [135]={ + ["board"]={ + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 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, + 3 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 21, + 5 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 21, + 5 + }, + { + 21, + 3 + }, + { + 37, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 37, + 0 + }, + { + 21, + 5 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + } + } + }, + [136]={ + ["board"]={ + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 21, + 2 + }, + { + 21, + 2 + }, + { + 0, + 5 + }, + { + 14, + 0 + }, + { + 0, + 5 + }, + { + 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, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 37, + 0 + }, + { + 1, + 2 + }, + { + 2, + 0 + }, + { + 2, + 0 + } + } + }, + [137]={ + ["board"]={ + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 1, + 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 + }, + { + 37, + 0 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 1, + 0 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 0, + 1 + } + } + }, + [138]={ + ["board"]={ + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 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 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 0, + 1 + }, + { + 3, + 0 + }, + { + 1, + 1 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 37, + 0 + }, + { + 0, + 4 + }, + { + 3, + 0 + }, + { + 0, + 3 + }, + { + 37, + 0 + }, + { + 0, + 3 + } + } + }, + [139]={ + ["board"]={ + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 3, + 0 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 3, + 0 + }, + { + 0, + 2 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 21, + 3 + }, + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 2, + 0 + }, + { + 21, + 5 + }, + { + 21, + 3 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 37, + 0 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, + { + 21, + 5 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 37, + 0 + }, + { + 14, + 0 + }, + { + 37, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + } + } + }, + [140]={ + ["board"]={ + { + 2, + 0 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, + { + 0, + 4 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 14, + 0 + }, + { + 0, + 5 + }, + { + 1, + 0 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 14, + 0 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 1, + 0 + }, + { + 21, + 2 + }, + { + 2, + 0 + }, + { + 21, + 2 + }, + { + 2, + 0 + }, + { + 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 + }, + { + 21, + 2 + }, + { + 2, + 0 + } + } + }, + [141]={ + ["board"]={ + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 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 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 37, + 0 + }, + { + 0, + 5 + }, + { + 21, + 1 + }, + { + 0, + 1 + }, + { + 37, + 0 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + } + } + }, + [142]={ + ["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 + }, + { + 2, + 0 + }, + { + 0, + 5 + }, + { + 37, + 0 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 21, + 2 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 21, + 3 + }, + { + 2, + 0 + } + } + }, + [143]={ + ["board"]={ + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 0, + 0 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 1 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 21, + 5 + }, + { + 0, + 0 + }, + { + 14, + 0 + }, + { + 0, + 0 + }, + { + 21, + 4 + }, + { + 0, + 0 + }, + { + 21, + 5 + }, + { + 21, + 5 + }, + { + 21, + 5 + }, + { + 21, + 1 + }, + { + 21, + 4 + }, + { + 21, + 4 + }, + { + 21, + 4 + } + }, + ["grid_edge"]={ + { + ["pos"]=11, + ["type"]=1, + ["direction"]=2 + }, + { + ["pos"]=22, + ["type"]=1, + ["direction"]=2 + }, + { + ["pos"]=33, + ["type"]=1, + ["direction"]=2 + }, + { + ["pos"]=44, + ["type"]=1, + ["direction"]=2 + }, + { + ["pos"]=35, + ["type"]=1, + ["direction"]=2 + }, + { + ["pos"]=26, + ["type"]=1, + ["direction"]=2 + }, + { + ["pos"]=17, + ["type"]=1, + ["direction"]=2 + }, + { + ["pos"]=22, + ["type"]=1, + ["direction"]=3 + }, + { + ["pos"]=33, + ["type"]=1, + ["direction"]=3 + }, + { + ["pos"]=44, + ["type"]=1, + ["direction"]=3 + }, + { + ["pos"]=35, + ["type"]=1, + ["direction"]=4 + }, + { + ["pos"]=26, + ["type"]=1, + ["direction"]=4 + }, + { + ["pos"]=44, + ["type"]=1, + ["direction"]=4 + } + } + }, + [144]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 1, + 0 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 21, + 5 + }, + { + 21, + 2 + }, + { + 21, + 2 + }, + { + 14, + 0 + }, + { + 21, + 5 + }, + { + 21, + 2 + }, + { + 21, + 3 + }, + { + 21, + 4 + }, + { + 21, + 2 + }, + { + 1, + 0 + }, + { + 21, + 5 + }, + { + 1, + 0 + }, + { + 21, + 2 + }, + { + 21, + 4 + } + }, + ["grid_edge"]={ + { + ["pos"]=12, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=22, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=32, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=42, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=52, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=62, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=72, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=16, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=26, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=36, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=46, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=56, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=66, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=76, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=14, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=24, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=34, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=44, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=54, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=14, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=24, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=34, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=44, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=54, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=64, + ["type"]=2, + ["direction"]=2 + } + } + }, + [145]={ + ["board"]={ + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 21, + 2 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 0 + }, + { + 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 + }, + { + 0, + 0 + } + }, + ["grid_edge"]={ + { + ["pos"]=13, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=23, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=33, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=42, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=42, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=51, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=51, + ["type"]=2, + ["direction"]=2 + }, + { + ["pos"]=62, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=62, + ["type"]=2, + ["direction"]=2 + }, + { + ["pos"]=73, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=15, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=25, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=35, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=46, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=46, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=57, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=57, + ["type"]=2, + ["direction"]=2 + }, + { + ["pos"]=66, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=66, + ["type"]=2, + ["direction"]=2 + }, + { + ["pos"]=75, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=54, + ["type"]=3, + ["direction"]=1 + }, + { + ["pos"]=54, + ["type"]=3, + ["direction"]=2 + }, + { + ["pos"]=54, + ["type"]=3, + ["direction"]=3 + }, + { + ["pos"]=54, + ["type"]=3, + ["direction"]=4 + } + } + }, + [146]={ + ["board"]={ + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 21, + 2 + }, + { + 21, + 3 + }, + { + 21, + 4 + }, + { + 14, + 0 + }, + { + 21, + 4 + }, + { + 21, + 3 + }, + { + 21, + 2 + } + }, + ["grid_edge"]={ + { + ["pos"]=51, + ["type"]=1, + ["direction"]=1 + }, + { + ["pos"]=51, + ["type"]=1, + ["direction"]=4 + }, + { + ["pos"]=62, + ["type"]=1, + ["direction"]=1 + }, + { + ["pos"]=62, + ["type"]=1, + ["direction"]=4 + }, + { + ["pos"]=73, + ["type"]=1, + ["direction"]=1 + }, + { + ["pos"]=73, + ["type"]=1, + ["direction"]=4 + }, + { + ["pos"]=75, + ["type"]=1, + ["direction"]=1 + }, + { + ["pos"]=75, + ["type"]=1, + ["direction"]=3 + }, + { + ["pos"]=66, + ["type"]=1, + ["direction"]=1 + }, + { + ["pos"]=66, + ["type"]=1, + ["direction"]=3 + }, + { + ["pos"]=57, + ["type"]=1, + ["direction"]=1 + }, + { + ["pos"]=57, + ["type"]=1, + ["direction"]=3 + } + } + }, + [147]={ + ["board"]={ + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 21, + 3 + }, + { + 3, + 0 + }, + { + 21, + 3 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 21, + 3 + }, + { + 14, + 0 + }, + { + 21, + 3 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 21, + 3 + }, + { + 21, + 3 + }, + { + 21, + 3 + }, + { + 0, + 0 + }, + { + 0, + 0 + } + }, + ["grid_edge"]={ + { + ["pos"]=51, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=52, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=53, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=54, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=55, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=56, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=57, + ["type"]=2, + ["direction"]=1 + } + } + }, + [148]={ + ["board"]={ + { + 7, + 0 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 7, + 0 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 7, + 0 + }, + { + 7, + 0 + }, + { + 7, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 7, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 21, + 5 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 21, + 5 + }, + { + 21, + 5 + }, + { + 21, + 5 + }, + { + 0, + 0 + }, + { + 14, + 0 + }, + { + 0, + 0 + }, + { + 21, + 5 + }, + { + 21, + 5 + } + }, + ["grid_edge"]={ + { + ["pos"]=51, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=52, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=53, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=55, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=56, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=57, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=43, + ["type"]=3, + ["direction"]=3 + }, + { + ["pos"]=43, + ["type"]=3, + ["direction"]=1 + }, + { + ["pos"]=44, + ["type"]=3, + ["direction"]=1 + }, + { + ["pos"]=45, + ["type"]=3, + ["direction"]=4 + }, + { + ["pos"]=45, + ["type"]=3, + ["direction"]=1 + } + } + }, + [149]={ + ["board"]={ + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 2, + 0 + }, + { + 0, + 4 + }, + { + 2, + 0 + }, + { + 0, + 5 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 0, + 4 + }, + { + 2, + 0 + }, + { + 0, + 5 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 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, + 2 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 3, + 0 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 3, + 0 + }, + { + 21, + 2 + }, + { + 2, + 0 + }, + { + 0, + 4 + }, + { + 14, + 0 + }, + { + 0, + 4 + }, + { + 2, + 0 + }, + { + 21, + 2 + } + }, + ["grid_edge"]={ + { + ["pos"]=13, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=23, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=23, + ["type"]=2, + ["direction"]=2 + }, + { + ["pos"]=34, + ["type"]=3, + ["direction"]=3 + }, + { + ["pos"]=34, + ["type"]=3, + ["direction"]=4 + }, + { + ["pos"]=34, + ["type"]=2, + ["direction"]=2 + }, + { + ["pos"]=25, + ["type"]=2, + ["direction"]=2 + }, + { + ["pos"]=25, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=15, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=71, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=74, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=74, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=74, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=77, + ["type"]=2, + ["direction"]=3 + } + } + }, + [150]={ + ["board"]={ + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 3, + 0 + }, + { + 14, + 0 + }, + { + 3, + 0 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 3, + 0 + }, + { + 0, + 3 + }, + { + 3, + 0 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 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 + } + }, + ["grid_edge"]={ + { + ["pos"]=12, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=22, + ["type"]=3, + ["direction"]=4 + }, + { + ["pos"]=32, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=42, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=52, + ["type"]=3, + ["direction"]=4 + }, + { + ["pos"]=16, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=26, + ["type"]=3, + ["direction"]=3 + }, + { + ["pos"]=36, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=46, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=56, + ["type"]=3, + ["direction"]=3 + }, + { + ["pos"]=72, + ["type"]=3, + ["direction"]=4 + }, + { + ["pos"]=73, + ["type"]=3, + ["direction"]=4 + }, + { + ["pos"]=74, + ["type"]=3, + ["direction"]=4 + }, + { + ["pos"]=75, + ["type"]=3, + ["direction"]=4 + } + } + }, + [151]={ + ["board"]={ + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 3, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 21, + 4 + }, + { + 21, + 4 + }, + { + 2, + 0 + }, + { + 14, + 0 + }, + { + 2, + 0 + }, + { + 21, + 4 + }, + { + 21, + 4 + } + }, + ["grid_edge"]={ + { + ["pos"]=11, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=21, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=32, + ["type"]=3, + ["direction"]=1 + }, + { + ["pos"]=32, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=43, + ["type"]=3, + ["direction"]=1 + }, + { + ["pos"]=45, + ["type"]=3, + ["direction"]=1 + }, + { + ["pos"]=36, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=36, + ["type"]=3, + ["direction"]=1 + }, + { + ["pos"]=27, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=17, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=41, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=41, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=51, + ["type"]=2, + ["direction"]=2 + }, + { + ["pos"]=52, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=52, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=52, + ["type"]=2, + ["direction"]=2 + }, + { + ["pos"]=56, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=56, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=56, + ["type"]=2, + ["direction"]=2 + }, + { + ["pos"]=57, + ["type"]=2, + ["direction"]=2 + }, + { + ["pos"]=47, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=47, + ["type"]=2, + ["direction"]=1 + } + } + }, + [152]={ + ["board"]={ + { + 3, + 0 + }, + { + 0, + 1 + }, + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 3, + 0 + }, + { + 0, + 1 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 14, + 0 + }, + { + 2, + 0 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 5 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 5 + }, + { + 0, + 3 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 21, + 2 + }, + { + 3, + 0 + }, + { + 21, + 2 + }, + { + 3, + 0 + }, + { + 21, + 2 + }, + { + 3, + 0 + } + }, + ["grid_edge"]={ + { + ["pos"]=23, + ["type"]=3, + ["direction"]=4 + }, + { + ["pos"]=23, + ["type"]=3, + ["direction"]=2 + }, + { + ["pos"]=25, + ["type"]=3, + ["direction"]=3 + }, + { + ["pos"]=25, + ["type"]=3, + ["direction"]=2 + }, + { + ["pos"]=43, + ["type"]=3, + ["direction"]=1 + }, + { + ["pos"]=43, + ["type"]=3, + ["direction"]=4 + }, + { + ["pos"]=45, + ["type"]=3, + ["direction"]=1 + }, + { + ["pos"]=45, + ["type"]=3, + ["direction"]=3 + } + } + }, + [153]={ + ["board"]={ + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 3, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 21, + 1 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 14, + 0 + } + }, + ["grid_edge"]={ + { + ["pos"]=61, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=62, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=62, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=63, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=63, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=64, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=65, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=72, + ["type"]=2, + ["direction"]=4 + } + } + }, + [154]={ + ["board"]={ + { + 3, + 0 + }, + { + 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 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 21, + 3 + }, + { + 21, + 3 + }, + { + 14, + 0 + }, + { + 21, + 3 + }, + { + 21, + 3 + }, + { + 3, + 0 + } + }, + ["grid_edge"]={ + { + ["pos"]=12, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=12, + ["type"]=3, + ["direction"]=2 + }, + { + ["pos"]=22, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=32, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=42, + ["type"]=3, + ["direction"]=3 + }, + { + ["pos"]=42, + ["type"]=2, + ["direction"]=2 + }, + { + ["pos"]=53, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=53, + ["type"]=2, + ["direction"]=2 + }, + { + ["pos"]=63, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=64, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=55, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=55, + ["type"]=2, + ["direction"]=2 + }, + { + ["pos"]=46, + ["type"]=2, + ["direction"]=2 + }, + { + ["pos"]=46, + ["type"]=3, + ["direction"]=4 + }, + { + ["pos"]=36, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=26, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=16, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=16, + ["type"]=3, + ["direction"]=2 + } + } + } +} +local config = { +data=chapter_board_bossrush,count=154 +} +return config \ No newline at end of file diff --git a/lua/app/config/chapter_board_bossrush.lua.meta b/lua/app/config/chapter_board_bossrush.lua.meta new file mode 100644 index 00000000..ca9d1bf1 --- /dev/null +++ b/lua/app/config/chapter_board_bossrush.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 516ffd7f3403c8d4793c5d21b2459957 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/const.lua b/lua/app/config/const.lua index 48f7be39..2a438c42 100644 --- a/lua/app/config/const.lua +++ b/lua/app/config/const.lua @@ -376,9 +376,38 @@ local const = { }, ["bounty_click"]={ ["value"]=4 + }, + ["activity_boss_rush_time"]={ + ["value"]=1 + }, + ["activity_boss_rush_cost"]={ + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=20, + ["num_for_nothing"]="VAg=" + } + }, + ["activity_boss_rush_costadd"]={ + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=20, + ["num_for_nothing"]="VAg=" + } + }, + ["activity_boss_rush_hp_add"]={ + ["value"]=100 + }, + ["activity_boss_rush_atk_add"]={ + ["value"]=100 } } local config = { -data=const,count=77 +data=const,count=82 } return config \ No newline at end of file diff --git a/lua/app/config/item.lua b/lua/app/config/item.lua index 5b3a05be..10114ac2 100644 --- a/lua/app/config/item.lua +++ b/lua/app/config/item.lua @@ -1550,6 +1550,16 @@ local item = { } } }, + [51]={ + ["type"]=2, + ["qlt"]=4, + ["icon"]="51" + }, + [52]={ + ["type"]=2, + ["qlt"]=4, + ["icon"]="52" + }, [1001]={ ["type"]=2, ["qlt"]=1, @@ -2378,6 +2388,6 @@ local item = { } } local config = { -data=item,count=112 +data=item,count=114 } 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 b5621ba9..11a12f58 100644 --- a/lua/app/config/localization/localization_global_const.lua +++ b/lua/app/config/localization/localization_global_const.lua @@ -466,6 +466,18 @@ local LocalizationGlobalConst = 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", + ACT_FOURTEEN_TITLE_4 = "ACT_FOURTEEN_TITLE_4", + ACT_FOURTEEN_DESC_1 = "ACT_FOURTEEN_DESC_1", + ACT_FOURTEEN_DESC_2 = "ACT_FOURTEEN_DESC_2", + ACT_FOURTEEN_DESC_3 = "ACT_FOURTEEN_DESC_3", + ACT_FOURTEEN_DESC_5 = "ACT_FOURTEEN_DESC_5", + ACT_FOURTEEN_DESC_6 = "ACT_FOURTEEN_DESC_6", + ACT_FOURTEEN_DESC_7 = "ACT_FOURTEEN_DESC_7", + ACT_FOURTEEN_DESC_8 = "ACT_FOURTEEN_DESC_8", + ACT_FOURTEEN_DESC_9 = "ACT_FOURTEEN_DESC_9", } return LocalizationGlobalConst \ No newline at end of file diff --git a/lua/app/config/monster_activity.lua b/lua/app/config/monster_activity.lua new file mode 100644 index 00000000..62ffcb7a --- /dev/null +++ b/lua/app/config/monster_activity.lua @@ -0,0 +1,777 @@ +local monster_activity = { + [104]={ + ["monster_base"]=20001, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30001, + 30002, + 30003 + }, + ["skill"]={ + 10020 + }, + ["monster_exp"]=10000 + }, + [204]={ + ["monster_base"]=20002, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30004, + 30005, + 30006 + }, + ["skill"]={ + 10019 + }, + ["monster_exp"]=10000 + }, + [304]={ + ["monster_base"]=20004, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30010, + 30011, + 30012 + }, + ["skill"]={ + 10015 + }, + ["monster_exp"]=10000 + }, + [404]={ + ["monster_base"]=20006, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30016, + 30017, + 30018 + }, + ["skill"]={ + 10033 + }, + ["passive_skill"]={ + 10010 + }, + ["monster_exp"]=10000 + }, + [504]={ + ["monster_base"]=20007, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30019, + 30020, + 30021 + }, + ["skill"]={ + 10060 + }, + ["passive_skill"]={ + 10061 + }, + ["monster_exp"]=10000 + }, + [604]={ + ["monster_base"]=20008, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30022, + 30023, + 30024 + }, + ["skill"]={ + 10032 + }, + ["passive_skill"]={ + 10009 + }, + ["monster_exp"]=10000 + }, + [704]={ + ["monster_base"]=20012, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30034, + 30035, + 30036 + }, + ["skill"]={ + 10017 + }, + ["monster_exp"]=10000 + }, + [804]={ + ["monster_base"]=20014, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30040, + 30041, + 30042 + }, + ["skill"]={ + 10016 + }, + ["monster_exp"]=10000 + }, + [904]={ + ["monster_base"]=20015, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30043, + 30044, + 30045 + }, + ["skill"]={ + 10070 + }, + ["passive_skill"]={ + 10008 + }, + ["monster_exp"]=10000 + }, + [1004]={ + ["monster_base"]=20023, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30067, + 30068, + 30069 + }, + ["skill"]={ + 10063 + }, + ["passive_skill"]={ + 10013 + }, + ["monster_exp"]=10000 + }, + [1104]={ + ["monster_base"]=20009, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30025, + 30026, + 30027 + }, + ["skill"]={ + 10039 + }, + ["passive_skill"]={ + 10010, + 10011 + }, + ["monster_exp"]=10000 + }, + [1204]={ + ["monster_base"]=20011, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30031, + 30032, + 30033 + }, + ["skill"]={ + 10018 + }, + ["monster_exp"]=10000 + }, + [1304]={ + ["monster_base"]=20017, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30049, + 30050, + 30051 + }, + ["skill"]={ + 10027 + }, + ["monster_exp"]=10000 + }, + [1404]={ + ["monster_base"]=20019, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30055, + 30056, + 30057 + }, + ["skill"]={ + 10045 + }, + ["passive_skill"]={ + 10013 + }, + ["monster_exp"]=10000 + }, + [1504]={ + ["monster_base"]=20022, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30064, + 30065, + 30066 + }, + ["skill"]={ + 10023 + }, + ["passive_skill"]={ + 10013 + }, + ["monster_exp"]=10000 + }, + [1604]={ + ["monster_base"]=20026, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30076, + 30077, + 30078 + }, + ["skill"]={ + 10064 + }, + ["passive_skill"]={ + 10013 + }, + ["monster_exp"]=10000 + }, + [1704]={ + ["monster_base"]=20028, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30162, + 30163, + 30164 + }, + ["skill"]={ + 10142 + }, + ["passive_skill"]={ + 10011 + }, + ["monster_exp"]=10000 + }, + [1804]={ + ["monster_base"]=20029, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30085, + 30086, + 30087 + }, + ["skill"]={ + 10065 + }, + ["monster_exp"]=10000 + }, + [1904]={ + ["monster_base"]=20010, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30028, + 30029, + 30030 + }, + ["skill"]={ + 10041, + 10066 + }, + ["passive_skill"]={ + 10008, + 10009, + 10013 + }, + ["monster_exp"]=10000 + }, + [2004]={ + ["monster_base"]=20016, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30046, + 30047, + 30048 + }, + ["skill"]={ + 10036 + }, + ["passive_skill"]={ + 10010, + 10011 + }, + ["monster_exp"]=10000 + }, + [2104]={ + ["monster_base"]=20018, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30052, + 30053, + 30054 + }, + ["skill"]={ + 10051 + }, + ["passive_skill"]={ + 10011, + 10012 + }, + ["monster_exp"]=10000 + }, + [2204]={ + ["monster_base"]=20021, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30061, + 30062, + 30063 + }, + ["skill"]={ + 10034 + }, + ["passive_skill"]={ + 10011, + 10008 + }, + ["monster_exp"]=10000 + }, + [2304]={ + ["monster_base"]=20025, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30073, + 30074, + 30075 + }, + ["skill"]={ + 10062 + }, + ["passive_skill"]={ + 10013 + }, + ["monster_exp"]=10000 + }, + [2404]={ + ["monster_base"]=20027, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30079, + 30080, + 30081 + }, + ["skill"]={ + 10082 + }, + ["monster_exp"]=10000 + }, + [2504]={ + ["monster_base"]=20035, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30100, + 30101, + 30102, + 30113 + }, + ["skill"]={ + 10076 + }, + ["passive_skill"]={ + 10011, + 10009 + }, + ["monster_exp"]=10000 + }, + [2604]={ + ["monster_base"]=20036, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30103, + 30104, + 30105 + }, + ["skill"]={ + 10077, + 10078 + }, + ["passive_skill"]={ + 10011 + }, + ["monster_exp"]=10000 + }, + [2704]={ + ["monster_base"]=20044, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30147, + 30148, + 30149 + }, + ["skill"]={ + 10130, + 10131 + }, + ["passive_skill"]={ + 10132, + 10013, + 10011 + }, + ["monster_exp"]=10000 + }, + [2804]={ + ["monster_base"]=20003, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30007, + 30008, + 30009 + }, + ["skill"]={ + 10029 + }, + ["passive_skill"]={ + 10013 + }, + ["monster_exp"]=10000 + }, + [2904]={ + ["monster_base"]=20005, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30013, + 30014, + 30015 + }, + ["skill"]={ + 10024 + }, + ["passive_skill"]={ + 10012 + }, + ["monster_exp"]=10000 + }, + [3004]={ + ["monster_base"]=20020, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30058, + 30059, + 30060 + }, + ["skill"]={ + 10047 + }, + ["passive_skill"]={ + 10013 + }, + ["monster_exp"]=10000 + }, + [3104]={ + ["monster_base"]=20030, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30088, + 30089, + 30090 + }, + ["skill"]={ + 10056, + 10057 + }, + ["passive_skill"]={ + 10014 + }, + ["monster_exp"]=10000 + }, + [3204]={ + ["monster_base"]=20034, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30097, + 30098, + 30099 + }, + ["skill"]={ + 10074, + 10075 + }, + ["passive_skill"]={ + 10013, + 10012 + }, + ["monster_exp"]=10000 + }, + [3304]={ + ["monster_base"]=20037, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30106, + 30107, + 30108 + }, + ["skill"]={ + 10079 + }, + ["passive_skill"]={ + 10013, + 10009, + 10084 + }, + ["monster_exp"]=10000 + }, + [3404]={ + ["monster_base"]=20045, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30150, + 30151, + 30152 + }, + ["skill"]={ + 10133, + 10134 + }, + ["passive_skill"]={ + 10012 + }, + ["monster_exp"]=10000 + }, + [3504]={ + ["monster_base"]=20046, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30153, + 30154, + 30155 + }, + ["skill"]={ + 10135, + 10136 + }, + ["passive_skill"]={ + 10012 + }, + ["monster_exp"]=10000 + }, + [3604]={ + ["monster_base"]=20013, + ["is_boss"]=1, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30037, + 30038, + 30039 + }, + ["skill"]={ + 10049, + 10050 + }, + ["monster_exp"]=10000 + }, + [3704]={ + ["monster_base"]=20024, + ["is_boss"]=1, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30070, + 30071, + 30072 + }, + ["skill"]={ + 10043, + 10044 + }, + ["passive_skill"]={ + 10012 + }, + ["monster_exp"]=10000 + }, + [3804]={ + ["monster_base"]=20031, + ["is_boss"]=1, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30091, + 30092, + 30093 + }, + ["skill"]={ + 10058, + 10059 + }, + ["passive_skill"]={ + 10008, + 10011, + 10013 + }, + ["monster_exp"]=10000 + }, + [3904]={ + ["monster_base"]=20032, + ["is_boss"]=1, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30094, + 30095, + 30096 + }, + ["skill"]={ + 10052, + 10053, + 10054 + }, + ["passive_skill"]={ + 10008, + 10010, + 10013 + }, + ["monster_exp"]=10000 + }, + [4004]={ + ["monster_base"]=20038, + ["is_boss"]=1, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30109, + 30110, + 30111, + 30112 + }, + ["skill"]={ + 10080, + 10081 + }, + ["passive_skill"]={ + 10083, + 10009, + 10011 + }, + ["monster_exp"]=10000 + }, + [4104]={ + ["monster_base"]=20047, + ["is_boss"]=1, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30156, + 30157, + 30158 + }, + ["skill"]={ + 10137, + 10138 + }, + ["passive_skill"]={ + 10013, + 10010 + }, + ["monster_exp"]=10000 + }, + [4204]={ + ["monster_base"]=20048, + ["is_boss"]=1, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30159, + 30160, + 30161 + }, + ["skill"]={ + 10139, + 10140 + }, + ["passive_skill"]={ + 10141, + 10014, + 10009 + }, + ["monster_exp"]=10000 + } +} +local config = { +data=monster_activity,count=42 +} +return config \ No newline at end of file diff --git a/lua/app/config/monster_activity.lua.meta b/lua/app/config/monster_activity.lua.meta new file mode 100644 index 00000000..e3664707 --- /dev/null +++ b/lua/app/config/monster_activity.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 2c799359ba5f8ac43b89e93b08bab0ef +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/skill.lua b/lua/app/config/skill.lua index be8e1b56..bebfbfb3 100644 --- a/lua/app/config/skill.lua +++ b/lua/app/config/skill.lua @@ -12935,6 +12935,42 @@ local skill = { ["cd"]=0, ["cd_start"]=0 }, + [10142]={ + ["skill_type"]=3, + ["skill_type_parameter"]={ + 21, + 2 + }, + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt", + ["num"]=25000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["obj"]=2, + ["skill_position"]={ + 2, + 0 + }, + ["cd"]=2, + ["cd_start"]=0, + ["shake_time"]=200, + ["shake_type"]=6, + ["sound_hit"]={ + 10018 + }, + ["name_act"]="skill01", + ["fx_self"]=200099, + ["bullet_time"]={ + 466, + 3000, + 400 + } + }, [20001]={ ["effect_type"]=1, ["trigger"]=1, @@ -22518,6 +22554,78 @@ local skill = { ["name_act"]="attack03", ["fx_self"]=200184 }, + [30162]={ + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["obj"]=2, + ["skill_position"]={ + 1, + 140 + }, + ["shake_time"]=100, + ["shake_type"]=1, + ["sound_hit"]={ + 1000011 + }, + ["name_act"]="attack01", + ["fx_self"]=200096 + }, + [30163]={ + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["obj"]=2, + ["skill_position"]={ + 1, + 140 + }, + ["shake_time"]=100, + ["shake_type"]=1, + ["sound_hit"]={ + 1000012 + }, + ["name_act"]="attack02", + ["fx_self"]=200097 + }, + [30164]={ + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["obj"]=2, + ["skill_position"]={ + 1, + 140 + }, + ["shake_time"]=100, + ["shake_type"]=1, + ["sound_hit"]={ + 1000013 + }, + ["name_act"]="attack03", + ["fx_self"]=200098 + }, [40001]={ ["effect_type"]=1, ["trigger"]=1, @@ -27444,6 +27552,6 @@ local skill = { } } local config = { -data=skill,count=985 +data=skill,count=989 } return config \ No newline at end of file diff --git a/lua/app/config/skin.lua b/lua/app/config/skin.lua index 84f476a0..2c454b43 100644 --- a/lua/app/config/skin.lua +++ b/lua/app/config/skin.lua @@ -36,7 +36,7 @@ local skin = { ["num"]=1000 } }, - ["icon"]="skin_5", + ["icon"]="16_1", ["got"]=1, ["skin_point"]=10, ["hero_id"]=14001, @@ -68,7 +68,7 @@ local skin = { ["num"]=1000 } }, - ["icon"]="skin_3", + ["icon"]="23_1", ["got"]=1, ["skin_point"]=10, ["hero_id"]=14002, @@ -160,7 +160,7 @@ local skin = { ["num"]=2000 } }, - ["icon"]="skin_1", + ["icon"]="18_1", ["got"]=1, ["skin_point"]=15, ["hero_id"]=34001, @@ -246,7 +246,7 @@ local skin = { ["num"]=1000000 } }, - ["icon"]="skin_4", + ["icon"]="10_1", ["got"]=1, ["skin_point"]=5, ["hero_id"]=53001, @@ -284,7 +284,7 @@ local skin = { ["num"]=2000 } }, - ["icon"]="skin_2", + ["icon"]="20_1", ["got"]=1, ["skin_point"]=15, ["hero_id"]=54001, diff --git a/lua/app/config/strings/cn/act_fourteen_quest.lua b/lua/app/config/strings/cn/act_fourteen_quest.lua new file mode 100644 index 00000000..53288df1 --- /dev/null +++ b/lua/app/config/strings/cn/act_fourteen_quest.lua @@ -0,0 +1,141 @@ +local act_fourteen_quest = { + [1]={ + ["quest"]="深渊挑战通关{0}" + }, + [2]={ + ["quest"]="角色升到{0}级" + }, + [3]={ + ["quest"]="竞技场达到白银I" + }, + [4]={ + ["quest"]="广告次数累计达{0}" + }, + [5]={ + ["quest"]="完成所有任务" + }, + [6]={ + ["quest"]="武器升级{0}次" + }, + [7]={ + ["quest"]="时空裂隙3-6" + }, + [8]={ + ["quest"]="开启主线宝箱{0}个" + }, + [9]={ + ["quest"]="矿车拦截通关{0}" + }, + [10]={ + ["quest"]="完成所有任务" + }, + [11]={ + ["quest"]="灯神之塔通关{0}" + }, + [12]={ + ["quest"]="角色升级{0}次" + }, + [13]={ + ["quest"]="深渊挑战 10" + }, + [14]={ + ["quest"]="广告次数累计达{0}" + }, + [15]={ + ["quest"]="完成所有任务" + }, + [16]={ + ["quest"]="每日挑战 胜利{0}次" + }, + [17]={ + ["quest"]="矿车拦截通关{0}" + }, + [18]={ + ["quest"]="时空裂隙4-3" + }, + [19]={ + ["quest"]="开宝箱 {0}次" + }, + [20]={ + ["quest"]="完成所有任务" + }, + [21]={ + ["quest"]="广告次数累计达{0}" + }, + [22]={ + ["quest"]="通关波次 {0}次" + }, + [23]={ + ["quest"]="灯神之塔通关{0}" + }, + [24]={ + ["quest"]="竞技场达到白银III" + }, + [25]={ + ["quest"]="完成所有任务" + }, + [26]={ + ["quest"]="击杀BOSS {0}次" + }, + [27]={ + ["quest"]="深渊挑战通关{0}" + }, + [28]={ + ["quest"]="开启主线宝箱{0}个" + }, + [29]={ + ["quest"]="矿车拦截通关{0}" + }, + [30]={ + ["quest"]="完成所有任务" + }, + [31]={ + ["quest"]="时空裂隙5-2" + }, + [32]={ + ["quest"]="每日挑战 胜利{0}次" + }, + [33]={ + ["quest"]="开宝箱{0}次" + }, + [34]={ + ["quest"]="广告次数累计达{0}" + }, + [35]={ + ["quest"]="完成所有任务" + }, + [36]={ + ["quest"]="装备升级{0}次" + }, + [37]={ + ["quest"]="灯神之塔通关{0}" + }, + [38]={ + ["quest"]="通关波次{0}次" + }, + [39]={ + ["quest"]="矿车拦截通关{0}" + }, + [40]={ + ["quest"]="完成所有任务" + }, + [41]={ + ["quest"]="竞技场达到黄金段位" + }, + [42]={ + ["quest"]="广告次数累计达{0}" + }, + [43]={ + ["quest"]="角色升到{0}级" + }, + [44]={ + ["quest"]="深渊挑战通关{0}" + }, + [45]={ + ["quest"]="完成所有任务" + } +} +local config = { +data=act_fourteen_quest,count=45 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/cn/act_fourteen_quest.lua.meta b/lua/app/config/strings/cn/act_fourteen_quest.lua.meta new file mode 100644 index 00000000..beaea819 --- /dev/null +++ b/lua/app/config/strings/cn/act_fourteen_quest.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 91fe7541dc310f846a74a6da897e5fbb +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/cn/global.lua b/lua/app/config/strings/cn/global.lua index eeb2e910..166322f4 100644 --- a/lua/app/config/strings/cn/global.lua +++ b/lua/app/config/strings/cn/global.lua @@ -454,7 +454,7 @@ 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"] = "升段奖励为一次性奖励", @@ -466,6 +466,18 @@ local localization_global = ["SEIZED_DESC_1"] = "检测到你的账号存在异常,请联系客服或删除账号使用新建账号继续游戏。", ["SEIZED_DESC_2"] = "联系客服", ["SEIZED_DESC_3"] = "删除账号", + ["ACT_FOURTEEN_TITLE_1"] = "登录好礼", + ["ACT_FOURTEEN_TITLE_2"] = "进阶挑战", + ["ACT_FOURTEEN_TITLE_3"] = "限时兑换", + ["ACT_FOURTEEN_TITLE_4"] = "限时礼包", + ["ACT_FOURTEEN_DESC_1"] = "登陆游戏,既享大礼!", + ["ACT_FOURTEEN_DESC_2"] = "挑战自己,更有好礼相送!", + ["ACT_FOURTEEN_DESC_3"] = "时不待人,机不再来!", + ["ACT_FOURTEEN_DESC_5"] = "登录即可领取奖励,解锁高级战令领取额外奖励!", + ["ACT_FOURTEEN_DESC_6"] = "阶段", + ["ACT_FOURTEEN_DESC_7"] = "尚未解锁,请明日再来~", + ["ACT_FOURTEEN_DESC_8"] = "完成当前阶段所有任务可获得:", + ["ACT_FOURTEEN_DESC_9"] = "活动期间,每完成1个任务可获得100个【挑战点】", } 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 b5aed2c8..2c058d38 100644 --- a/lua/app/config/strings/cn/item.lua +++ b/lua/app/config/strings/cn/item.lua @@ -187,6 +187,14 @@ local item = { ["name"]="随机史诗英雄", ["desc"]="批量获取时只会随机以下英雄中的一名" }, + [51]={ + ["name"]="挑战点", + ["desc"]="限时兑换道具。" + }, + [52]={ + ["name"]="首领金币", + ["desc"]="首领公开赛可以进行兑换。" + }, [1001]={ ["name"]="暗淡陨铁", ["desc"]="一块暗淡的陨铁,蕴含着神秘的能量。" @@ -445,6 +453,6 @@ local item = { } } local config = { -data=item,count=111 +data=item,count=113 } 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..2dc2d5cb --- /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"]="竞技场段位达到X" + }, + [32]={ + ["desc"]="深渊挑战 通关X" + }, + [33]={ + ["desc"]="时空裂隙 通关X" + }, + [34]={ + ["desc"]="矿车拦截 通关X" + }, + [35]={ + ["desc"]="灯神之塔 通关X" + }, + [36]={ + ["desc"]="每日挑战 胜利x次" + }, + [37]={ + ["desc"]="开启主线宝箱 x个" + }, + [38]={ + ["desc"]="武器升级 x次" + }, + [39]={ + ["desc"]="防具升级 x次" + } +} +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..ce0026ed --- /dev/null +++ b/lua/app/config/strings/cn/task_type.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: ae3ffc0a4cce1bb449b2db33179d10a2 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/de/act_fourteen_quest.lua b/lua/app/config/strings/de/act_fourteen_quest.lua new file mode 100644 index 00000000..a75c59ed --- /dev/null +++ b/lua/app/config/strings/de/act_fourteen_quest.lua @@ -0,0 +1,141 @@ +local act_fourteen_quest = { + [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]={ + + }, + [40]={ + + }, + [41]={ + + }, + [42]={ + + }, + [43]={ + + }, + [44]={ + + }, + [45]={ + + } +} +local config = { +data=act_fourteen_quest,count=45 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/de/act_fourteen_quest.lua.meta b/lua/app/config/strings/de/act_fourteen_quest.lua.meta new file mode 100644 index 00000000..c8d66251 --- /dev/null +++ b/lua/app/config/strings/de/act_fourteen_quest.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: e772e4e9eb72caf499d3a4434926f46d +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/de/item.lua b/lua/app/config/strings/de/item.lua index 1e181bdd..b7138f5a 100644 --- a/lua/app/config/strings/de/item.lua +++ b/lua/app/config/strings/de/item.lua @@ -139,6 +139,12 @@ local item = { }, [47]={ + }, + [51]={ + + }, + [52]={ + }, [1001]={ @@ -334,6 +340,6 @@ local item = { } } local config = { -data=item,count=111 +data=item,count=113 } 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..872d1b67 --- /dev/null +++ b/lua/app/config/strings/de/task_type.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 9bf1086b435094746b5f3c0d001f08d1 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/en/act_fourteen_quest.lua b/lua/app/config/strings/en/act_fourteen_quest.lua new file mode 100644 index 00000000..a75c59ed --- /dev/null +++ b/lua/app/config/strings/en/act_fourteen_quest.lua @@ -0,0 +1,141 @@ +local act_fourteen_quest = { + [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]={ + + }, + [40]={ + + }, + [41]={ + + }, + [42]={ + + }, + [43]={ + + }, + [44]={ + + }, + [45]={ + + } +} +local config = { +data=act_fourteen_quest,count=45 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/en/act_fourteen_quest.lua.meta b/lua/app/config/strings/en/act_fourteen_quest.lua.meta new file mode 100644 index 00000000..715f36a3 --- /dev/null +++ b/lua/app/config/strings/en/act_fourteen_quest.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: f9d1b454d915e1a4a86c65a12cd0233c +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/en/item.lua b/lua/app/config/strings/en/item.lua index 763847ed..5f6283a6 100644 --- a/lua/app/config/strings/en/item.lua +++ b/lua/app/config/strings/en/item.lua @@ -186,6 +186,12 @@ local item = { [47]={ ["name"]="Random Epic Hero", ["desc"]="Shards obtained in batch will only randomly grant one of the following heroes." + }, + [51]={ + + }, + [52]={ + }, [1001]={ ["name"]="Dim Meteorite", @@ -445,6 +451,6 @@ local item = { } } local config = { -data=item,count=111 +data=item,count=113 } 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..68e71d44 --- /dev/null +++ b/lua/app/config/strings/en/task_type.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: a773f7211a2f92b488f6e640ac408c10 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/es/act_fourteen_quest.lua b/lua/app/config/strings/es/act_fourteen_quest.lua new file mode 100644 index 00000000..a75c59ed --- /dev/null +++ b/lua/app/config/strings/es/act_fourteen_quest.lua @@ -0,0 +1,141 @@ +local act_fourteen_quest = { + [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]={ + + }, + [40]={ + + }, + [41]={ + + }, + [42]={ + + }, + [43]={ + + }, + [44]={ + + }, + [45]={ + + } +} +local config = { +data=act_fourteen_quest,count=45 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/es/act_fourteen_quest.lua.meta b/lua/app/config/strings/es/act_fourteen_quest.lua.meta new file mode 100644 index 00000000..7177e924 --- /dev/null +++ b/lua/app/config/strings/es/act_fourteen_quest.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 7725c1e0ea8f150449e26404be1ed76c +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/es/item.lua b/lua/app/config/strings/es/item.lua index a45d2cf3..580791ae 100644 --- a/lua/app/config/strings/es/item.lua +++ b/lua/app/config/strings/es/item.lua @@ -186,6 +186,12 @@ local item = { [47]={ ["name"]="Héroe Épico aleatorio", ["desc"]="Al obtener por lote, solo aparecerá uno de los siguientes héroes" + }, + [51]={ + + }, + [52]={ + }, [1001]={ ["name"]="Meteorito Opaco", @@ -445,6 +451,6 @@ local item = { } } local config = { -data=item,count=111 +data=item,count=113 } 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..fb8a9c62 --- /dev/null +++ b/lua/app/config/strings/es/task_type.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: b75bc1082b357ce479ed6ef2e2e88bc0 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/fr/act_fourteen_quest.lua b/lua/app/config/strings/fr/act_fourteen_quest.lua new file mode 100644 index 00000000..a75c59ed --- /dev/null +++ b/lua/app/config/strings/fr/act_fourteen_quest.lua @@ -0,0 +1,141 @@ +local act_fourteen_quest = { + [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]={ + + }, + [40]={ + + }, + [41]={ + + }, + [42]={ + + }, + [43]={ + + }, + [44]={ + + }, + [45]={ + + } +} +local config = { +data=act_fourteen_quest,count=45 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/fr/act_fourteen_quest.lua.meta b/lua/app/config/strings/fr/act_fourteen_quest.lua.meta new file mode 100644 index 00000000..4dbbc850 --- /dev/null +++ b/lua/app/config/strings/fr/act_fourteen_quest.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 5b202dea83b2a3e499eb2ee0ecabf6c1 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/fr/item.lua b/lua/app/config/strings/fr/item.lua index 1e181bdd..b7138f5a 100644 --- a/lua/app/config/strings/fr/item.lua +++ b/lua/app/config/strings/fr/item.lua @@ -139,6 +139,12 @@ local item = { }, [47]={ + }, + [51]={ + + }, + [52]={ + }, [1001]={ @@ -334,6 +340,6 @@ local item = { } } local config = { -data=item,count=111 +data=item,count=113 } 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..abe83b55 --- /dev/null +++ b/lua/app/config/strings/fr/task_type.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: cf4f9a2b5a4380748b18a75b4a838908 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/id/act_fourteen_quest.lua b/lua/app/config/strings/id/act_fourteen_quest.lua new file mode 100644 index 00000000..a75c59ed --- /dev/null +++ b/lua/app/config/strings/id/act_fourteen_quest.lua @@ -0,0 +1,141 @@ +local act_fourteen_quest = { + [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]={ + + }, + [40]={ + + }, + [41]={ + + }, + [42]={ + + }, + [43]={ + + }, + [44]={ + + }, + [45]={ + + } +} +local config = { +data=act_fourteen_quest,count=45 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/id/act_fourteen_quest.lua.meta b/lua/app/config/strings/id/act_fourteen_quest.lua.meta new file mode 100644 index 00000000..7fdf0576 --- /dev/null +++ b/lua/app/config/strings/id/act_fourteen_quest.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: bc9cdc9b4d126824a84be98bd1a241d3 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/id/item.lua b/lua/app/config/strings/id/item.lua index c09cc6e1..24de67ac 100644 --- a/lua/app/config/strings/id/item.lua +++ b/lua/app/config/strings/id/item.lua @@ -186,6 +186,12 @@ local item = { [47]={ ["name"]="Hero Epik acak", ["desc"]="Hanya satu dari Hero berikut yang akan muncul secara acak saat dapat dalam jumlah banyak." + }, + [51]={ + + }, + [52]={ + }, [1001]={ ["name"]="Chondrite", @@ -445,6 +451,6 @@ local item = { } } local config = { -data=item,count=111 +data=item,count=113 } 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..bf542d74 --- /dev/null +++ b/lua/app/config/strings/id/task_type.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: db475a586882a754a90659ff128d6a29 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/ja/act_fourteen_quest.lua b/lua/app/config/strings/ja/act_fourteen_quest.lua new file mode 100644 index 00000000..a75c59ed --- /dev/null +++ b/lua/app/config/strings/ja/act_fourteen_quest.lua @@ -0,0 +1,141 @@ +local act_fourteen_quest = { + [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]={ + + }, + [40]={ + + }, + [41]={ + + }, + [42]={ + + }, + [43]={ + + }, + [44]={ + + }, + [45]={ + + } +} +local config = { +data=act_fourteen_quest,count=45 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/ja/act_fourteen_quest.lua.meta b/lua/app/config/strings/ja/act_fourteen_quest.lua.meta new file mode 100644 index 00000000..a0f1fcad --- /dev/null +++ b/lua/app/config/strings/ja/act_fourteen_quest.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 35eab2353580fff41adc3e545b631ce4 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/ja/item.lua b/lua/app/config/strings/ja/item.lua index 2081d0ac..071eff44 100644 --- a/lua/app/config/strings/ja/item.lua +++ b/lua/app/config/strings/ja/item.lua @@ -186,6 +186,12 @@ local item = { [47]={ ["name"]="ランダムエピックヒーロー", ["desc"]="一括獲得の時、以下のいずれかのヒーロー1名をランダムで獲得できる。" + }, + [51]={ + + }, + [52]={ + }, [1001]={ ["name"]="薄暗い隕石", @@ -445,6 +451,6 @@ local item = { } } local config = { -data=item,count=111 +data=item,count=113 } 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..d0334458 --- /dev/null +++ b/lua/app/config/strings/ja/task_type.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 3a68c6fe5d96f504e89040c81bce4a4c +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/ko/act_fourteen_quest.lua b/lua/app/config/strings/ko/act_fourteen_quest.lua new file mode 100644 index 00000000..a75c59ed --- /dev/null +++ b/lua/app/config/strings/ko/act_fourteen_quest.lua @@ -0,0 +1,141 @@ +local act_fourteen_quest = { + [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]={ + + }, + [40]={ + + }, + [41]={ + + }, + [42]={ + + }, + [43]={ + + }, + [44]={ + + }, + [45]={ + + } +} +local config = { +data=act_fourteen_quest,count=45 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/ko/act_fourteen_quest.lua.meta b/lua/app/config/strings/ko/act_fourteen_quest.lua.meta new file mode 100644 index 00000000..59d5f9c9 --- /dev/null +++ b/lua/app/config/strings/ko/act_fourteen_quest.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 9810078ef7e20bc488b99916f570ce62 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/ko/item.lua b/lua/app/config/strings/ko/item.lua index 1d38b727..828f1568 100644 --- a/lua/app/config/strings/ko/item.lua +++ b/lua/app/config/strings/ko/item.lua @@ -186,6 +186,12 @@ local item = { [47]={ ["name"]="랜덤의 에픽 영웅", ["desc"]="일괄 획득 시 다음 영웅 중 한 명만 무작위로 선택됩니다." + }, + [51]={ + + }, + [52]={ + }, [1001]={ ["name"]="알렌데 운석", @@ -445,6 +451,6 @@ local item = { } } local config = { -data=item,count=111 +data=item,count=113 } 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..db985bb7 --- /dev/null +++ b/lua/app/config/strings/ko/task_type.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: ab5e6e41a7d72cf4d8159ce8667ff1cd +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/pt/act_fourteen_quest.lua b/lua/app/config/strings/pt/act_fourteen_quest.lua new file mode 100644 index 00000000..a75c59ed --- /dev/null +++ b/lua/app/config/strings/pt/act_fourteen_quest.lua @@ -0,0 +1,141 @@ +local act_fourteen_quest = { + [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]={ + + }, + [40]={ + + }, + [41]={ + + }, + [42]={ + + }, + [43]={ + + }, + [44]={ + + }, + [45]={ + + } +} +local config = { +data=act_fourteen_quest,count=45 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/pt/act_fourteen_quest.lua.meta b/lua/app/config/strings/pt/act_fourteen_quest.lua.meta new file mode 100644 index 00000000..3337add7 --- /dev/null +++ b/lua/app/config/strings/pt/act_fourteen_quest.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 63423713b2ad8b24989586e2a2799ecf +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/pt/item.lua b/lua/app/config/strings/pt/item.lua index f4c32662..b0e835eb 100644 --- a/lua/app/config/strings/pt/item.lua +++ b/lua/app/config/strings/pt/item.lua @@ -186,6 +186,12 @@ local item = { [47]={ ["name"]="Frag. Alea. de Herói Épico", ["desc"]="Ao obter em lote, virá apenas um dos seguintes heróis, aleatoriamente" + }, + [51]={ + + }, + [52]={ + }, [1001]={ ["name"]="Ferro Meteórico Opaco", @@ -445,6 +451,6 @@ local item = { } } local config = { -data=item,count=111 +data=item,count=113 } 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..3d1725c4 --- /dev/null +++ b/lua/app/config/strings/pt/task_type.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 623c0b5a0d26f074f9daf2c46e5257a8 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/ru/act_fourteen_quest.lua b/lua/app/config/strings/ru/act_fourteen_quest.lua new file mode 100644 index 00000000..a75c59ed --- /dev/null +++ b/lua/app/config/strings/ru/act_fourteen_quest.lua @@ -0,0 +1,141 @@ +local act_fourteen_quest = { + [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]={ + + }, + [40]={ + + }, + [41]={ + + }, + [42]={ + + }, + [43]={ + + }, + [44]={ + + }, + [45]={ + + } +} +local config = { +data=act_fourteen_quest,count=45 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/ru/act_fourteen_quest.lua.meta b/lua/app/config/strings/ru/act_fourteen_quest.lua.meta new file mode 100644 index 00000000..f19266c5 --- /dev/null +++ b/lua/app/config/strings/ru/act_fourteen_quest.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: e8acc95dfa869cf40ace549f566e6dd0 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/ru/item.lua b/lua/app/config/strings/ru/item.lua index 1e181bdd..b7138f5a 100644 --- a/lua/app/config/strings/ru/item.lua +++ b/lua/app/config/strings/ru/item.lua @@ -139,6 +139,12 @@ local item = { }, [47]={ + }, + [51]={ + + }, + [52]={ + }, [1001]={ @@ -334,6 +340,6 @@ local item = { } } local config = { -data=item,count=111 +data=item,count=113 } return config \ No newline at end of file diff --git a/lua/app/config/strings/th/act_fourteen_quest.lua b/lua/app/config/strings/th/act_fourteen_quest.lua new file mode 100644 index 00000000..a75c59ed --- /dev/null +++ b/lua/app/config/strings/th/act_fourteen_quest.lua @@ -0,0 +1,141 @@ +local act_fourteen_quest = { + [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]={ + + }, + [40]={ + + }, + [41]={ + + }, + [42]={ + + }, + [43]={ + + }, + [44]={ + + }, + [45]={ + + } +} +local config = { +data=act_fourteen_quest,count=45 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/th/act_fourteen_quest.lua.meta b/lua/app/config/strings/th/act_fourteen_quest.lua.meta new file mode 100644 index 00000000..ea5491d3 --- /dev/null +++ b/lua/app/config/strings/th/act_fourteen_quest.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 4647e6729da35194092c4848845ef388 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/th/item.lua b/lua/app/config/strings/th/item.lua index aa92241a..4ff35298 100644 --- a/lua/app/config/strings/th/item.lua +++ b/lua/app/config/strings/th/item.lua @@ -186,6 +186,12 @@ local item = { [47]={ ["name"]="ฮีโร่อีพิทแบบสุ่ม", ["desc"]="เมื่อรับแบบแบทช์จะสุ่มรับฮีโร่ต่อไปนี้เพียงหนึ่งตัวเท่านั้น" + }, + [51]={ + + }, + [52]={ + }, [1001]={ ["name"]="อุกกาบาตทื่อ", @@ -445,6 +451,6 @@ local item = { } } local config = { -data=item,count=111 +data=item,count=113 } 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..e8dc312d --- /dev/null +++ b/lua/app/config/strings/th/task_type.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: e684671e5838c1e4797da10fef052c24 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/vi/act_fourteen_quest.lua b/lua/app/config/strings/vi/act_fourteen_quest.lua new file mode 100644 index 00000000..a75c59ed --- /dev/null +++ b/lua/app/config/strings/vi/act_fourteen_quest.lua @@ -0,0 +1,141 @@ +local act_fourteen_quest = { + [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]={ + + }, + [40]={ + + }, + [41]={ + + }, + [42]={ + + }, + [43]={ + + }, + [44]={ + + }, + [45]={ + + } +} +local config = { +data=act_fourteen_quest,count=45 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/vi/act_fourteen_quest.lua.meta b/lua/app/config/strings/vi/act_fourteen_quest.lua.meta new file mode 100644 index 00000000..9fe1233b --- /dev/null +++ b/lua/app/config/strings/vi/act_fourteen_quest.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 5a85310fdd71a3a40a252daa694eeb9f +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/vi/item.lua b/lua/app/config/strings/vi/item.lua index 2bf22e8b..95d5ed9a 100644 --- a/lua/app/config/strings/vi/item.lua +++ b/lua/app/config/strings/vi/item.lua @@ -186,6 +186,12 @@ local item = { [47]={ ["name"]="Anh Hùng Sử Thi N.Nhiên", ["desc"]="Khi nhận số lượng nhiều chỉ ngẫu nhiên ra 1 trong các Anh Hùng dưới đây." + }, + [51]={ + + }, + [52]={ + }, [1001]={ ["name"]="Thiên Thạch Ảm Đạm", @@ -445,6 +451,6 @@ local item = { } } local config = { -data=item,count=111 +data=item,count=113 } 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..fd320313 --- /dev/null +++ b/lua/app/config/strings/vi/task_type.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 1d9254625fc23ae4b9caa8cc10f3572b +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/zh/act_fourteen_quest.lua b/lua/app/config/strings/zh/act_fourteen_quest.lua new file mode 100644 index 00000000..a75c59ed --- /dev/null +++ b/lua/app/config/strings/zh/act_fourteen_quest.lua @@ -0,0 +1,141 @@ +local act_fourteen_quest = { + [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]={ + + }, + [40]={ + + }, + [41]={ + + }, + [42]={ + + }, + [43]={ + + }, + [44]={ + + }, + [45]={ + + } +} +local config = { +data=act_fourteen_quest,count=45 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/zh/act_fourteen_quest.lua.meta b/lua/app/config/strings/zh/act_fourteen_quest.lua.meta new file mode 100644 index 00000000..ebaf3149 --- /dev/null +++ b/lua/app/config/strings/zh/act_fourteen_quest.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: b9b4d4ea1e3f6ab409396aa86f2890d6 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/zh/item.lua b/lua/app/config/strings/zh/item.lua index c19176d7..772722e8 100644 --- a/lua/app/config/strings/zh/item.lua +++ b/lua/app/config/strings/zh/item.lua @@ -186,6 +186,12 @@ local item = { [47]={ ["name"]="隨機史詩英雄", ["desc"]="批量獲取時只會隨機以下英雄中的一名" + }, + [51]={ + + }, + [52]={ + }, [1001]={ ["name"]="暗淡隕鐵", @@ -445,6 +451,6 @@ local item = { } } local config = { -data=item,count=111 +data=item,count=113 } 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..9e80f0dd --- /dev/null +++ b/lua/app/config/strings/zh/task_type.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 9bd2f97d51a36a44fbc7ee94e3fc04e2 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} From aeb1c8e24ae931a56ad5f15539aefc62d30f31df Mon Sep 17 00:00:00 2001 From: Fang Date: Wed, 30 Aug 2023 17:31:56 +0800 Subject: [PATCH 02/55] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E7=9A=AE=E8=82=A4?= =?UTF-8?q?=E5=8D=A1=E9=9D=A2=E5=8F=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/ui/common/cell/hero_cell.lua | 19 +++++++++++++++++-- .../common/component/hero_formation_comp.lua | 2 +- lua/app/userdata/skin/skin_data.lua | 11 +++++++++++ 3 files changed, 29 insertions(+), 3 deletions(-) diff --git a/lua/app/ui/common/cell/hero_cell.lua b/lua/app/ui/common/cell/hero_cell.lua index 5abcdc27..c3e2e0d3 100644 --- a/lua/app/ui/common/cell/hero_cell.lua +++ b/lua/app/ui/common/cell/hero_cell.lua @@ -31,6 +31,9 @@ function HeroCell:init() self:bind(DataManager.BagData.ItemData, "dirty", function() self:refreshRedPoint() end) + self:bind(DataManager.SkinData, "isDirty", function() + self:refreshHeroIcon() + end) end function HeroCell:refresh(heroEntity, isGray) @@ -92,6 +95,15 @@ function HeroCell:refresh(heroEntity, isGray) self:refreshRedPoint() end +-- 刷新英雄icon +function HeroCell:refreshHeroIcon(iconName) + if self.heroEntity ~= nil then + self.icon:setSprite(GConst.ATLAS_PATH.ICON_HERO_2, DataManager.SkinData:getIcon(self.heroEntity:getSkinId())) + elseif iconName then + self.icon:setSprite(GConst.ATLAS_PATH.ICON_HERO_2, tostring(iconName)) + end +end + -- 刷新红点 function HeroCell:refreshRedPoint() if self.heroEntity == nil then @@ -123,7 +135,10 @@ function HeroCell:getHeroId() return self.heroEntity:getCfgId() end -function HeroCell:refreshBriefInfo(id, level) +function HeroCell:refreshBriefInfo(heroEntity) + self.heroEntity = heroEntity + local id = self.heroEntity:getCfgId() + local level = self.heroEntity:getLv() self.selfNode:setVisible(false) self.otherNode:setVisible(true) @@ -165,10 +180,10 @@ function HeroCell:_refresh(heroInfo, isGray) self.heroBg:setSprite(GConst.ATLAS_PATH.ICON_HERO, GConst.FRAME_QLT[heroInfo.qlt]) end self.heroDec:setSprite(GConst.ATLAS_PATH.ICON_HERO, GConst.HERO_DEC_QLT[heroInfo.qlt]) - self.icon:setSprite(GConst.ATLAS_PATH.ICON_HERO_2, tostring(heroInfo.icon)) self.matchImg:setSprite(GConst.ATLAS_PATH.ICON_HERO, GConst.HeroConst.MATCH_ICON_NAME[heroInfo.position]) self.check:setVisible(false) self.sImg:setVisible(heroInfo.qlt >= 4) + self:refreshHeroIcon(heroInfo.icon) self:setGray(isGray) end diff --git a/lua/app/ui/common/component/hero_formation_comp.lua b/lua/app/ui/common/component/hero_formation_comp.lua index db92912b..6b0a242c 100644 --- a/lua/app/ui/common/component/hero_formation_comp.lua +++ b/lua/app/ui/common/component/hero_formation_comp.lua @@ -59,7 +59,7 @@ function HeroFormationComp:refreshByEntitys(formation) local heroEntity = formation[i] if heroEntity then heroCell:setVisible(true, 1) - heroCell:refreshBriefInfo(heroEntity:getCfgId(), heroEntity:getLv()) + heroCell:refreshBriefInfo(heroEntity) heroCell:addClickListener(function() ModuleManager.HeroManager:showHeroDetailUI(heroEntity:getCfgId(), true, heroEntity) end) diff --git a/lua/app/userdata/skin/skin_data.lua b/lua/app/userdata/skin/skin_data.lua index 18674baa..bd08a7ae 100644 --- a/lua/app/userdata/skin/skin_data.lua +++ b/lua/app/userdata/skin/skin_data.lua @@ -133,6 +133,17 @@ function SkinData:getModelId(skinId) return cfg and cfg.model_id end +-- 获取icon名称 +function SkinData:getIcon(skinId) + local cfg = self:getSkinCfg(skinId) + if cfg and cfg.icon then + return cfg.icon + else + local heroInfo = ConfigManager:getConfig("hero")[self:getHeroIdBySkinId(skinId)] + return heroInfo.icon + end +end + -- 获取皮肤来源 function SkinData:getSource(skinId) return I18N:getGlobalText("SKIN_GOT_" .. self:getSkinCfg(skinId).got) From 2e20947ff710a919f58a8deb81b5f437d08ce909 Mon Sep 17 00:00:00 2001 From: Fang Date: Wed, 30 Aug 2023 17:44:25 +0800 Subject: [PATCH 03/55] =?UTF-8?q?=E7=AB=9E=E6=8A=80=E5=9C=BAspine=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/ui/arena/bounty_main_ui.lua | 14 ++++++++------ lua/app/userdata/arena/arena_bounty_data.lua | 4 ++++ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/lua/app/ui/arena/bounty_main_ui.lua b/lua/app/ui/arena/bounty_main_ui.lua index 5082164d..d88a48e4 100644 --- a/lua/app/ui/arena/bounty_main_ui.lua +++ b/lua/app/ui/arena/bounty_main_ui.lua @@ -73,12 +73,14 @@ function BountyMainUI:onLoadRootComplete() end function BountyMainUI:initTitle() - self.titleSpine = self.uiMap["bounty_main_ui.top_node.ui_spine_obj"] - local trackEntry = self.titleSpine:playAnim("born", false) - local time = self.titleSpine:getAnimation(trackEntry).Duration - self:performWithDelayGlobal(function() - self.titleSpine:playAnim("idle", true) - end, time) + self.titleSpine = self.uiMap["bounty_main_ui.top_node.spine_title"] + self.titleSpine:setVisible(false) + self.titleSpine:loadAssetAsync(DataManager.ArenaBountyData:getBannerSpineName(), function() + self.titleSpine:setVisible(true) + self.titleSpine:playAnimComplete("born", false, true, function() + self.titleSpine:playAnim("idle", true, true, true) + end, true) + end, false) end function BountyMainUI:initTime() diff --git a/lua/app/userdata/arena/arena_bounty_data.lua b/lua/app/userdata/arena/arena_bounty_data.lua index af38a4af..a932d775 100644 --- a/lua/app/userdata/arena/arena_bounty_data.lua +++ b/lua/app/userdata/arena/arena_bounty_data.lua @@ -171,6 +171,10 @@ function ArenaBountyData:getIsOpen() return false end +function ArenaBountyData:getBannerSpineName() + return ConfigManager:getConfig("arena_time")[self.season].ui_banner +end + function ArenaBountyData:getBannerName() return "bounty_arena_btn_main" end From e243d51ff8b7c2bf1ff882338405dbb08e654c17 Mon Sep 17 00:00:00 2001 From: Fang Date: Wed, 30 Aug 2023 18:12:30 +0800 Subject: [PATCH 04/55] =?UTF-8?q?=E7=AB=9E=E6=8A=80=E5=9C=BA=E6=88=98?= =?UTF-8?q?=E4=BB=A4=E5=85=A5=E5=8F=A3banner=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/ui/arena/bounty_main_ui.lua | 2 +- lua/app/userdata/arena/arena_bounty_data.lua | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/lua/app/ui/arena/bounty_main_ui.lua b/lua/app/ui/arena/bounty_main_ui.lua index d88a48e4..494b8da3 100644 --- a/lua/app/ui/arena/bounty_main_ui.lua +++ b/lua/app/ui/arena/bounty_main_ui.lua @@ -75,7 +75,7 @@ end function BountyMainUI:initTitle() self.titleSpine = self.uiMap["bounty_main_ui.top_node.spine_title"] self.titleSpine:setVisible(false) - self.titleSpine:loadAssetAsync(DataManager.ArenaBountyData:getBannerSpineName(), function() + self.titleSpine:loadAssetAsync(DataManager.ArenaBountyData:getBannerName(), function() self.titleSpine:setVisible(true) self.titleSpine:playAnimComplete("born", false, true, function() self.titleSpine:playAnim("idle", true, true, true) diff --git a/lua/app/userdata/arena/arena_bounty_data.lua b/lua/app/userdata/arena/arena_bounty_data.lua index a932d775..71a1bb79 100644 --- a/lua/app/userdata/arena/arena_bounty_data.lua +++ b/lua/app/userdata/arena/arena_bounty_data.lua @@ -171,12 +171,8 @@ function ArenaBountyData:getIsOpen() return false end -function ArenaBountyData:getBannerSpineName() - return ConfigManager:getConfig("arena_time")[self.season].ui_banner -end - function ArenaBountyData:getBannerName() - return "bounty_arena_btn_main" + return ConfigManager:getConfig("arena_time")[self.season].ui_banner end function ArenaBountyData:getRewardBannerName() From 211d7cc71efe7d7e5347a2d2b49b8915ed510015 Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Wed, 30 Aug 2023 19:11:38 +0800 Subject: [PATCH 05/55] boss_rush --- lua/app/bf/common/functions.lua | 17 + lua/app/common/bi_report.lua | 24 + lua/app/common/data_manager.lua | 21 + lua/app/common/module_manager.lua | 2 + lua/app/config/act_fourteen_bounty.lua | 132 + lua/app/config/act_fourteen_bounty.lua.meta | 10 + lua/app/config/act_fourteen_exchange.lua | 166 + lua/app/config/act_fourteen_exchange.lua.meta | 10 + lua/app/config/act_fourteen_quest.lua | 798 + lua/app/config/act_fourteen_quest.lua.meta | 10 + lua/app/config/act_gift.lua | 881 +- lua/app/config/activity.lua | 7 +- lua/app/config/activity_boss_rush_chapter.lua | 1546 + .../activity_boss_rush_chapter.lua.meta | 10 + .../config/activity_boss_rush_exchange.lua | 158 + .../activity_boss_rush_exchange.lua.meta | 10 + lua/app/config/activity_boss_rush_rank.lua | 222 + .../config/activity_boss_rush_rank.lua.meta | 10 + lua/app/config/activity_herofund.lua | 501 +- lua/app/config/arena_board.lua | 2 +- lua/app/config/arena_gift.lua | 645 +- lua/app/config/arena_time.lua | 9 +- lua/app/config/bounty_level.lua | 60 +- lua/app/config/chapter_board_bossrush.lua | 31710 ++++++++++++++++ .../config/chapter_board_bossrush.lua.meta | 10 + lua/app/config/chapter_dungeon_armor.lua | 1824 +- lua/app/config/chapter_dungeon_equip.lua | 166 +- lua/app/config/const.lua | 31 +- lua/app/config/equip.lua | 48 +- lua/app/config/fx.lua | 11 +- lua/app/config/hero.lua | 3 +- lua/app/config/item.lua | 218 +- .../localization_global_const.lua | 23 +- lua/app/config/monster_activity.lua | 777 + lua/app/config/monster_activity.lua.meta | 10 + lua/app/config/monster_dungeon_armor.lua | 2280 +- lua/app/config/monster_dungeon_equip.lua | 370 +- lua/app/config/skill.lua | 198 +- lua/app/config/skill_rogue.lua | 7 +- lua/app/config/skin.lua | 28 +- lua/app/config/skin_skill.lua | 76 +- .../config/strings/cn/act_fourteen_quest.lua | 141 + .../strings/cn/act_fourteen_quest.lua.meta | 10 + lua/app/config/strings/cn/equip.lua | 8 +- lua/app/config/strings/cn/global.lua | 41 +- lua/app/config/strings/cn/item.lua | 10 +- lua/app/config/strings/cn/skill.lua | 2 +- lua/app/config/strings/cn/skill_rogue.lua | 4 +- lua/app/config/strings/cn/skin.lua | 5 +- .../config/strings/de/act_fourteen_quest.lua | 141 + .../strings/de/act_fourteen_quest.lua.meta | 10 + lua/app/config/strings/de/item.lua | 8 +- lua/app/config/strings/de/skin.lua | 5 +- .../config/strings/en/act_fourteen_quest.lua | 141 + .../strings/en/act_fourteen_quest.lua.meta | 10 + lua/app/config/strings/en/equip.lua | 8 +- lua/app/config/strings/en/global.lua | 18 - lua/app/config/strings/en/item.lua | 8 +- lua/app/config/strings/en/skill.lua | 2 +- lua/app/config/strings/en/skill_rogue.lua | 4 +- lua/app/config/strings/en/skin.lua | 5 +- .../config/strings/es/act_fourteen_quest.lua | 141 + .../strings/es/act_fourteen_quest.lua.meta | 10 + lua/app/config/strings/es/equip.lua | 8 +- lua/app/config/strings/es/global.lua | 18 - lua/app/config/strings/es/item.lua | 8 +- lua/app/config/strings/es/skill.lua | 2 +- lua/app/config/strings/es/skill_rogue.lua | 4 +- lua/app/config/strings/es/skin.lua | 5 +- .../config/strings/fr/act_fourteen_quest.lua | 141 + .../strings/fr/act_fourteen_quest.lua.meta | 10 + lua/app/config/strings/fr/item.lua | 8 +- lua/app/config/strings/fr/skin.lua | 5 +- .../config/strings/id/act_fourteen_quest.lua | 141 + .../strings/id/act_fourteen_quest.lua.meta | 10 + lua/app/config/strings/id/equip.lua | 8 +- lua/app/config/strings/id/global.lua | 18 - lua/app/config/strings/id/item.lua | 8 +- lua/app/config/strings/id/skill.lua | 2 +- lua/app/config/strings/id/skill_rogue.lua | 4 +- lua/app/config/strings/id/skin.lua | 5 +- .../config/strings/ja/act_fourteen_quest.lua | 141 + .../strings/ja/act_fourteen_quest.lua.meta | 10 + lua/app/config/strings/ja/equip.lua | 8 +- lua/app/config/strings/ja/global.lua | 18 - lua/app/config/strings/ja/item.lua | 8 +- lua/app/config/strings/ja/skill.lua | 2 +- lua/app/config/strings/ja/skill_rogue.lua | 4 +- lua/app/config/strings/ja/skin.lua | 5 +- .../config/strings/ko/act_fourteen_quest.lua | 141 + .../strings/ko/act_fourteen_quest.lua.meta | 10 + lua/app/config/strings/ko/equip.lua | 8 +- lua/app/config/strings/ko/global.lua | 18 - lua/app/config/strings/ko/item.lua | 8 +- lua/app/config/strings/ko/skill.lua | 2 +- lua/app/config/strings/ko/skill_rogue.lua | 4 +- lua/app/config/strings/ko/skin.lua | 5 +- .../config/strings/pt/act_fourteen_quest.lua | 141 + .../strings/pt/act_fourteen_quest.lua.meta | 10 + lua/app/config/strings/pt/equip.lua | 8 +- lua/app/config/strings/pt/global.lua | 18 - lua/app/config/strings/pt/item.lua | 8 +- lua/app/config/strings/pt/skill.lua | 2 +- lua/app/config/strings/pt/skill_rogue.lua | 4 +- lua/app/config/strings/pt/skin.lua | 5 +- .../config/strings/ru/act_fourteen_quest.lua | 141 + .../strings/ru/act_fourteen_quest.lua.meta | 10 + lua/app/config/strings/ru/item.lua | 8 +- lua/app/config/strings/ru/skin.lua | 5 +- .../config/strings/th/act_fourteen_quest.lua | 141 + .../strings/th/act_fourteen_quest.lua.meta | 10 + lua/app/config/strings/th/equip.lua | 8 +- lua/app/config/strings/th/global.lua | 18 - lua/app/config/strings/th/item.lua | 8 +- lua/app/config/strings/th/skill.lua | 2 +- lua/app/config/strings/th/skill_rogue.lua | 4 +- lua/app/config/strings/th/skin.lua | 5 +- .../config/strings/vi/act_fourteen_quest.lua | 141 + .../strings/vi/act_fourteen_quest.lua.meta | 10 + lua/app/config/strings/vi/equip.lua | 8 +- lua/app/config/strings/vi/global.lua | 18 - lua/app/config/strings/vi/item.lua | 8 +- lua/app/config/strings/vi/skill.lua | 2 +- lua/app/config/strings/vi/skill_rogue.lua | 4 +- lua/app/config/strings/vi/skin.lua | 5 +- .../config/strings/zh/act_fourteen_quest.lua | 141 + .../strings/zh/act_fourteen_quest.lua.meta | 10 + lua/app/config/strings/zh/equip.lua | 8 +- lua/app/config/strings/zh/global.lua | 18 - lua/app/config/strings/zh/item.lua | 8 +- lua/app/config/strings/zh/skill.lua | 2 +- lua/app/config/strings/zh/skill_rogue.lua | 6 +- lua/app/config/strings/zh/skin.lua | 5 +- lua/app/global/global_const.lua | 1 + lua/app/global/global_func.lua | 20 + lua/app/module/activity/act_boss_rush.meta | 8 + .../act_boss_rush/act_boss_rush_manager.lua | 112 + .../act_boss_rush_manager.lua.meta | 10 + lua/app/module/battle/battle_const.lua | 2 + .../battle_controller_boss_rush.lua | 111 + .../battle_controller_boss_rush.lua.meta | 10 + lua/app/ui/activity/act_boss_rush.meta | 8 + .../act_boss_rush/act_boss_rush_fund_ui.lua | 166 + .../act_boss_rush_fund_ui.lua.meta | 10 + .../act_boss_rush/act_boss_rush_pop_ui.lua | 59 + .../act_boss_rush_pop_ui.lua.meta | 10 + .../act_boss_rush/act_boss_rush_ui.lua | 143 + .../act_boss_rush/act_boss_rush_ui.lua.meta | 10 + lua/app/ui/activity/act_boss_rush/cell.meta | 8 + .../activity/act_boss_rush/cell/fund_cell.lua | 76 + .../act_boss_rush/cell/fund_cell.lua.meta | 10 + .../activity/act_boss_rush/cell/rank_cell.lua | 45 + .../act_boss_rush/cell/rank_cell.lua.meta | 10 + lua/app/ui/hero/hero_comp.lua | 15 + .../cell/side_bar_boss_rush_cell.lua | 50 + .../cell/side_bar_boss_rush_cell.lua.meta | 10 + .../cell/side_bar_hero_fund_cell.lua | 2 +- lua/app/ui/main_city/main_city_ui.lua | 7 + lua/app/userdata/activity/act_boss_rush.meta | 8 + .../act_boss_rush/act_boss_rush_data.lua | 393 + .../act_boss_rush/act_boss_rush_data.lua.meta | 10 + lua/app/userdata/formation/formation_data.lua | 9 + 162 files changed, 42849 insertions(+), 4004 deletions(-) create mode 100644 lua/app/config/act_fourteen_bounty.lua create mode 100644 lua/app/config/act_fourteen_bounty.lua.meta create mode 100644 lua/app/config/act_fourteen_exchange.lua create mode 100644 lua/app/config/act_fourteen_exchange.lua.meta create mode 100644 lua/app/config/act_fourteen_quest.lua create mode 100644 lua/app/config/act_fourteen_quest.lua.meta create mode 100644 lua/app/config/activity_boss_rush_chapter.lua create mode 100644 lua/app/config/activity_boss_rush_chapter.lua.meta create mode 100644 lua/app/config/activity_boss_rush_exchange.lua create mode 100644 lua/app/config/activity_boss_rush_exchange.lua.meta create mode 100644 lua/app/config/activity_boss_rush_rank.lua create mode 100644 lua/app/config/activity_boss_rush_rank.lua.meta create mode 100644 lua/app/config/chapter_board_bossrush.lua create mode 100644 lua/app/config/chapter_board_bossrush.lua.meta create mode 100644 lua/app/config/monster_activity.lua create mode 100644 lua/app/config/monster_activity.lua.meta create mode 100644 lua/app/config/strings/cn/act_fourteen_quest.lua create mode 100644 lua/app/config/strings/cn/act_fourteen_quest.lua.meta create mode 100644 lua/app/config/strings/de/act_fourteen_quest.lua create mode 100644 lua/app/config/strings/de/act_fourteen_quest.lua.meta create mode 100644 lua/app/config/strings/en/act_fourteen_quest.lua create mode 100644 lua/app/config/strings/en/act_fourteen_quest.lua.meta create mode 100644 lua/app/config/strings/es/act_fourteen_quest.lua create mode 100644 lua/app/config/strings/es/act_fourteen_quest.lua.meta create mode 100644 lua/app/config/strings/fr/act_fourteen_quest.lua create mode 100644 lua/app/config/strings/fr/act_fourteen_quest.lua.meta create mode 100644 lua/app/config/strings/id/act_fourteen_quest.lua create mode 100644 lua/app/config/strings/id/act_fourteen_quest.lua.meta create mode 100644 lua/app/config/strings/ja/act_fourteen_quest.lua create mode 100644 lua/app/config/strings/ja/act_fourteen_quest.lua.meta create mode 100644 lua/app/config/strings/ko/act_fourteen_quest.lua create mode 100644 lua/app/config/strings/ko/act_fourteen_quest.lua.meta create mode 100644 lua/app/config/strings/pt/act_fourteen_quest.lua create mode 100644 lua/app/config/strings/pt/act_fourteen_quest.lua.meta create mode 100644 lua/app/config/strings/ru/act_fourteen_quest.lua create mode 100644 lua/app/config/strings/ru/act_fourteen_quest.lua.meta create mode 100644 lua/app/config/strings/th/act_fourteen_quest.lua create mode 100644 lua/app/config/strings/th/act_fourteen_quest.lua.meta create mode 100644 lua/app/config/strings/vi/act_fourteen_quest.lua create mode 100644 lua/app/config/strings/vi/act_fourteen_quest.lua.meta create mode 100644 lua/app/config/strings/zh/act_fourteen_quest.lua create mode 100644 lua/app/config/strings/zh/act_fourteen_quest.lua.meta create mode 100644 lua/app/module/activity/act_boss_rush.meta create mode 100644 lua/app/module/activity/act_boss_rush/act_boss_rush_manager.lua create mode 100644 lua/app/module/activity/act_boss_rush/act_boss_rush_manager.lua.meta create mode 100644 lua/app/module/battle/controller/battle_controller_boss_rush.lua create mode 100644 lua/app/module/battle/controller/battle_controller_boss_rush.lua.meta create mode 100644 lua/app/ui/activity/act_boss_rush.meta create mode 100644 lua/app/ui/activity/act_boss_rush/act_boss_rush_fund_ui.lua create mode 100644 lua/app/ui/activity/act_boss_rush/act_boss_rush_fund_ui.lua.meta create mode 100644 lua/app/ui/activity/act_boss_rush/act_boss_rush_pop_ui.lua create mode 100644 lua/app/ui/activity/act_boss_rush/act_boss_rush_pop_ui.lua.meta create mode 100644 lua/app/ui/activity/act_boss_rush/act_boss_rush_ui.lua create mode 100644 lua/app/ui/activity/act_boss_rush/act_boss_rush_ui.lua.meta create mode 100644 lua/app/ui/activity/act_boss_rush/cell.meta create mode 100644 lua/app/ui/activity/act_boss_rush/cell/fund_cell.lua create mode 100644 lua/app/ui/activity/act_boss_rush/cell/fund_cell.lua.meta create mode 100644 lua/app/ui/activity/act_boss_rush/cell/rank_cell.lua create mode 100644 lua/app/ui/activity/act_boss_rush/cell/rank_cell.lua.meta create mode 100644 lua/app/ui/main_city/cell/side_bar_boss_rush_cell.lua create mode 100644 lua/app/ui/main_city/cell/side_bar_boss_rush_cell.lua.meta create mode 100644 lua/app/userdata/activity/act_boss_rush.meta create mode 100644 lua/app/userdata/activity/act_boss_rush/act_boss_rush_data.lua create mode 100644 lua/app/userdata/activity/act_boss_rush/act_boss_rush_data.lua.meta diff --git a/lua/app/bf/common/functions.lua b/lua/app/bf/common/functions.lua index 3f65870d..f5c586bc 100644 --- a/lua/app/bf/common/functions.lua +++ b/lua/app/bf/common/functions.lua @@ -362,6 +362,23 @@ function table.shuffle(t) return tab end +function table.shuffleBySeed(t, seed) + if type(t)~="table" then + return + end + local tab = {} + local index = 1 + while #t ~= 0 do + local n = GFunc.getRandomIndexBySeed(seed, 1, #t) + if t[n] ~= nil then + tab[index] = t[n] + table.remove(t,n) + index = index + 1 + end + end + return tab +end + function table.clear(t) if not t then return diff --git a/lua/app/common/bi_report.lua b/lua/app/common/bi_report.lua index ab791a66..49a953eb 100644 --- a/lua/app/common/bi_report.lua +++ b/lua/app/common/bi_report.lua @@ -140,6 +140,9 @@ BIReport.ITEM_GET_TYPE = { OFFLINE_RECOVERY = "OfflineRecovery", ACT_SUMMER = "ActSummer", ACT_HERO_FUND = "ActHeroFund", + ACT_BOSS_RUSH_FIGHT_START = "ActBossRushFightStart", + ACT_BOSS_RUSH_FIGHT = "ActBossRushFight", + ACT_BOSS_RUSH_FUND = "ActBossRushFund", } BIReport.ADS_CLICK_TYPE = { @@ -188,6 +191,7 @@ BIReport.BATTLE_TYPE = { ["5"] = "Arena", ["6"] = "DungeonWeapon", ["7"] = "DungeonArmor", + ["8"] = "ActBossRush", } BIReport.GIFT_TYPE = { @@ -950,6 +954,11 @@ function BIReport:postFightBegin(battleType, wave, chapterId, maxChapter, startT fight_max_chapter = maxChapter, start_times = startTimes, } + if EDITOR_MODE then + if not args.battle_type then + Logger.logFatal("============report postFightBegin 没有battle_type 请检查===========") + end + end args.formation, args.famation_level = DataManager.FormationData:getStageFormationBIStr() self:report(EVENT_NAME_FIGHT, args) end @@ -988,6 +997,11 @@ function BIReport:postFightEnd(battleType, battleData, chapterId, wave, duration is_first_win = isFirstWin, isFianlStep = isFianlStep, } + if EDITOR_MODE then + if not args.battle_type then + Logger.logFatal("============report postFightEnd 没有battle_type 请检查===========") + end + end args.formation, args.famation_level = DataManager.FormationData:getStageFormationBIStr() args.max_link_count = maxLinkCount @@ -1020,6 +1034,11 @@ function BIReport:postShowFightSkillSelect(battleType, battleData, skillList, ch skill = skillStr, skill_num = skillNum, } + if EDITOR_MODE then + if not args.battle_type then + Logger.logFatal("============report postShowFightSkillSelect 没有battle_type 请检查===========") + end + end self:report(EVENT_NAME_FIGHT, args) end @@ -1048,6 +1067,11 @@ function BIReport:postFightSkillSelect(battleType, battleData, skillList, chapte skill = skillStr, skill_num = skillNum, } + if EDITOR_MODE then + if not args.battle_type then + Logger.logFatal("============report postFightSkillSelect 没有battle_type 请检查===========") + end + end self:report(EVENT_NAME_FIGHT, args) end diff --git a/lua/app/common/data_manager.lua b/lua/app/common/data_manager.lua index 98dc9fef..4ababb13 100644 --- a/lua/app/common/data_manager.lua +++ b/lua/app/common/data_manager.lua @@ -34,6 +34,7 @@ function DataManager:init() self:initManager("SummonData", "app/userdata/summon/summon_data") self:initManager("AIHelperData", "app/userdata/game_setting/ai_helper_data") self:initManager("HeroFundData", "app/userdata/activity/hero_fund/hero_fund_data") + self:initManager("ActBossRushData", "app/userdata/activity/act_boss_rush/act_boss_rush_data") end function DataManager:initManager(name, path) @@ -120,8 +121,10 @@ function DataManager:clear() self.TaskData:clear() self.AIHelperData:clear() self.HeroFundData:clear() + self.ActBossRushData:clear() ModuleManager.TaskManager:clear() self:clearTryOpenFunc() + self.activityBountyLevelMap = nil end function DataManager:initWithServerData(data) @@ -181,6 +184,7 @@ function DataManager:initWithServerData(data) self.GrowthFundData:init(data.fund.funds) end self.HeroFundData:init(data.hero_fund) + self.ActBossRushData:init(data.boss_rush) -- 任务数据最后初始化,依赖其他模块的数据 self.TaskData:init() @@ -409,4 +413,21 @@ function DataManager:getManager(name, path) return self[name] end +---- 缓存一下活动战令 +function DataManager:getActivityBountyLevelByActId(actId) + if not self.activityBountyLevelMap then + self.activityBountyLevelMap = {} + local cfg = ConfigManager:getConfig("activity_bounty_level") + for id, info in pairs(cfg) do + if info.act_id then + if not self.activityBountyLevelMap[info.act_id] then + self.activityBountyLevelMap[info.act_id] = {} + end + table.insert(self.activityBountyLevelMap[info.act_id], id) + end + end + end + return self.activityBountyLevelMap[actId] +end + return DataManager \ No newline at end of file diff --git a/lua/app/common/module_manager.lua b/lua/app/common/module_manager.lua index a9a3b3cf..579a98a1 100644 --- a/lua/app/common/module_manager.lua +++ b/lua/app/common/module_manager.lua @@ -71,6 +71,8 @@ local MODULE_PATHS = { SkinManager = "app/module/skin/skin_manager", -- 英雄基金 HeroFundManager = "app/module/activity/hero_fund/hero_fund_manager", + -- 世界首领活动 + ActBossRushManager = "app/module/activity/act_boss_rush/act_boss_rush_manager", } -- 这里的key对应func_open里的id diff --git a/lua/app/config/act_fourteen_bounty.lua b/lua/app/config/act_fourteen_bounty.lua new file mode 100644 index 00000000..75f79032 --- /dev/null +++ b/lua/app/config/act_fourteen_bounty.lua @@ -0,0 +1,132 @@ +local act_fourteen_bounty = { + [1]={ + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=1100, + ["num_for_nothing"]="VwlcAw==" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=1100, + ["num_for_nothing"]="VwlcAw==" + } + }, + [2]={ + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=1101, + ["num_for_nothing"]="VwlcAg==" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=1101, + ["num_for_nothing"]="VwlcAg==" + } + }, + [3]={ + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=1102, + ["num_for_nothing"]="VwlcAQ==" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=1102, + ["num_for_nothing"]="VwlcAQ==" + } + }, + [4]={ + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=1103, + ["num_for_nothing"]="VwlcAA==" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=1103, + ["num_for_nothing"]="VwlcAA==" + } + }, + [5]={ + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=1104, + ["num_for_nothing"]="VwlcBw==" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=1104, + ["num_for_nothing"]="VwlcBw==" + } + }, + [6]={ + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=1105, + ["num_for_nothing"]="VwlcBg==" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=1105, + ["num_for_nothing"]="VwlcBg==" + } + }, + [7]={ + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=1106, + ["num_for_nothing"]="VwlcBQ==" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=1106, + ["num_for_nothing"]="VwlcBQ==" + } + } +} +local config = { +data=act_fourteen_bounty,count=7 +} +return config \ No newline at end of file diff --git a/lua/app/config/act_fourteen_bounty.lua.meta b/lua/app/config/act_fourteen_bounty.lua.meta new file mode 100644 index 00000000..e32fffba --- /dev/null +++ b/lua/app/config/act_fourteen_bounty.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 98e6ac4cce3094f4ca2032007239b1f9 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/act_fourteen_exchange.lua b/lua/app/config/act_fourteen_exchange.lua new file mode 100644 index 00000000..3c278f74 --- /dev/null +++ b/lua/app/config/act_fourteen_exchange.lua @@ -0,0 +1,166 @@ +local act_fourteen_exchange = { + [1]={ + ["stage"]=1, + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=100, + ["num_for_nothing"]="Vwhc" + }, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=100, + ["num_for_nothing"]="Vwhc" + }, + ["limit"]=1 + }, + [2]={ + ["stage"]=2, + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=101, + ["num_for_nothing"]="Vwhd" + }, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=101, + ["num_for_nothing"]="Vwhd" + }, + ["limit"]=1 + }, + [3]={ + ["stage"]=3, + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=102, + ["num_for_nothing"]="Vwhe" + }, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=102, + ["num_for_nothing"]="Vwhe" + }, + ["limit"]=1 + }, + [4]={ + ["stage"]=4, + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=103, + ["num_for_nothing"]="Vwhf" + }, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=103, + ["num_for_nothing"]="Vwhf" + }, + ["limit"]=1 + }, + [5]={ + ["stage"]=5, + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=104, + ["num_for_nothing"]="VwhY" + }, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=104, + ["num_for_nothing"]="VwhY" + }, + ["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 + } +} +local config = { +data=act_fourteen_exchange,count=8 +} +return config \ No newline at end of file diff --git a/lua/app/config/act_fourteen_exchange.lua.meta b/lua/app/config/act_fourteen_exchange.lua.meta new file mode 100644 index 00000000..0d0ddd2b --- /dev/null +++ b/lua/app/config/act_fourteen_exchange.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 057f6606cfb30ab43a95c25d2f0639a9 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/act_fourteen_quest.lua b/lua/app/config/act_fourteen_quest.lua new file mode 100644 index 00000000..f4f35ab8 --- /dev/null +++ b/lua/app/config/act_fourteen_quest.lua @@ -0,0 +1,798 @@ +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", + ["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==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=100, + ["num_for_nothing"]="Vwhc" + } + } + }, + [6]={ + ["stage"]=2, + ["quest"]=23, + ["none"]="武器升级 x次", + ["num"]=6, + ["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"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=600, + ["num_for_nothing"]="UAhc" + } + } + }, + [8]={ + ["stage"]=2, + ["quest"]=23, + ["none"]="开启主线宝箱 x个", + ["num"]=8, + ["reward"]={ + { + ["type"]=1, + ["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" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=100, + ["num_for_nothing"]="Vwhc" + } + } + }, + [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, + ["none"]="完成所有任务", + ["num"]=15, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=3000, + ["num_for_nothing"]="VQhcAw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=100, + ["num_for_nothing"]="Vwhc" + } + } + }, + [16]={ + ["stage"]=4, + ["quest"]=23, + ["none"]="每日挑战 胜利x次", + ["num"]=16, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=1500, + ["num_for_nothing"]="Vw1cAw==" + } + } + }, + [17]={ + ["stage"]=4, + ["quest"]=23, + ["none"]="矿车拦截 10", + ["num"]=17, + ["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"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=1700, + ["num_for_nothing"]="Vw9cAw==" + } + } + }, + [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, + ["none"]="完成所有任务", + ["num"]=20, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=4000, + ["num_for_nothing"]="UghcAw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=100, + ["num_for_nothing"]="Vwhc" + } + } + }, + [21]={ + ["stage"]=5, + ["quest"]=23, + ["none"]="广告次数累计达15", + ["num"]=21, + ["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"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=2200, + ["num_for_nothing"]="VApcAw==" + } + } + }, + [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", + ["num"]=24, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=2400, + ["num_for_nothing"]="VAxcAw==" + } + } + }, + [25]={ + ["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"]="完成所有任务", + ["num"]=40, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=8000, + ["num_for_nothing"]="XghcAw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=100, + ["num_for_nothing"]="Vwhc" + } + } + }, + [41]={ + ["stage"]=9, + ["quest"]=23, + ["none"]="竞技场达到黄金段位", + ["num"]=41, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=4100, + ["num_for_nothing"]="UglcAw==" + } + } + }, + [42]={ + ["stage"]=9, + ["quest"]=23, + ["none"]="广告次数累计达30", + ["num"]=42, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=4200, + ["num_for_nothing"]="UgpcAw==" + } + } + }, + [43]={ + ["stage"]=9, + ["quest"]=23, + ["none"]="角色升到50级", + ["num"]=43, + ["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==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=100, + ["num_for_nothing"]="Vwhc" + } + } + } +} +local config = { +data=act_fourteen_quest,count=45 +} +return config \ No newline at end of file diff --git a/lua/app/config/act_fourteen_quest.lua.meta b/lua/app/config/act_fourteen_quest.lua.meta new file mode 100644 index 00000000..67ae117f --- /dev/null +++ b/lua/app/config/act_fourteen_quest.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: ae4732ca8e76a1243ad3c6e8d72d01b3 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/act_gift.lua b/lua/app/config/act_gift.lua index a8c55b6c..4d0831f6 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"]=53001, - ["id_for_nothing"]="UwtcA2Q=", + ["id"]=5, + ["id_for_nothing"]="Uw==", ["num"]=20, ["num_for_nothing"]="VAg=" }, @@ -1568,6 +1568,16 @@ 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, @@ -1676,874 +1686,13 @@ local act_gift = { ["limit"]=1, ["value"]=1100 }, - [140403]={ + [150403]={ ["type"]=14, - ["recharge_id"]=10, + ["recharge_id"]=11, ["limit"]=1 - }, - [140404]={ - ["type"]=14, - ["recharge_id"]=12, - ["limit"]=1 - }, - [150102]={ - ["type"]=15, - ["parameter_pro"]={ - 0, - 10 - }, - ["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, - 30 - }, - ["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, - 50 - }, - ["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, - 70 - }, - ["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, - 90 - }, - ["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, - 110 - }, - ["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, - 130 - }, - ["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, - 150 - }, - ["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, - 170 - }, - ["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, - 190 - }, - ["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, - 10 - }, - ["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, - 30 - }, - ["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, - 50 - }, - ["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, - 70 - }, - ["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, - 90 - }, - ["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, - 110 - }, - ["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, - 130 - }, - ["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, - 150 - }, - ["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, - 170 - }, - ["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, - 190 - }, - ["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 } } local config = { -data=act_gift,count=76 +data=act_gift,count=57 } return config \ No newline at end of file diff --git a/lua/app/config/activity.lua b/lua/app/config/activity.lua index 68e7d1e1..a300ef7e 100644 --- a/lua/app/config/activity.lua +++ b/lua/app/config/activity.lua @@ -3,9 +3,14 @@ local activity = { ["act_type"]=1, ["start_time"]="2023-08-22 00:00:00", ["end_time"]="2023-08-29 00:00:00" + }, + [206]={ + ["act_type"]=2, + ["start_time"]="2023-09-08 00:00:00", + ["end_time"]="2023-09-16 00:00:00" } } local config = { -data=activity,count=1 +data=activity,count=2 } return config \ No newline at end of file diff --git a/lua/app/config/activity_boss_rush_chapter.lua b/lua/app/config/activity_boss_rush_chapter.lua new file mode 100644 index 00000000..bd74e6ba --- /dev/null +++ b/lua/app/config/activity_boss_rush_chapter.lua @@ -0,0 +1,1546 @@ +local activity_boss_rush_chapter = { + [1]={ + ["board"]=1, + ["monster"]={ + 604, + 1604, + 2004, + 3404, + 4104 + } + }, + [2]={ + ["board"]=2, + ["monster"]={ + 604, + 1104, + 2204, + 2804, + 4204 + } + }, + [3]={ + ["board"]=3, + ["monster"]={ + 1004, + 1204, + 2404, + 3104, + 4104 + } + }, + [4]={ + ["board"]=4, + ["monster"]={ + 204, + 1204, + 2404, + 3504, + 4004 + } + }, + [5]={ + ["board"]=5, + ["monster"]={ + 104, + 1604, + 2704, + 3404, + 3704 + } + }, + [6]={ + ["board"]=6, + ["monster"]={ + 104, + 1704, + 2604, + 3504, + 4204 + } + }, + [7]={ + ["board"]=7, + ["monster"]={ + 104, + 1404, + 2304, + 2804, + 3804 + } + }, + [8]={ + ["board"]=8, + ["monster"]={ + 104, + 1204, + 2104, + 3404, + 3704 + } + }, + [9]={ + ["board"]=9, + ["monster"]={ + 604, + 1604, + 2104, + 2804, + 4004 + } + }, + [10]={ + ["board"]=10, + ["monster"]={ + 704, + 1104, + 2104, + 3404, + 4104 + } + }, + [11]={ + ["board"]=11, + ["monster"]={ + 304, + 1104, + 2404, + 3104, + 4204 + } + }, + [12]={ + ["board"]=12, + ["monster"]={ + 304, + 1204, + 2204, + 3504, + 3804 + } + }, + [13]={ + ["board"]=13, + ["monster"]={ + 104, + 1404, + 2004, + 3304, + 3904 + } + }, + [14]={ + ["board"]=14, + ["monster"]={ + 1004, + 1404, + 2204, + 3504, + 3904 + } + }, + [15]={ + ["board"]=15, + ["monster"]={ + 204, + 1504, + 2204, + 3104, + 4104 + } + }, + [16]={ + ["board"]=16, + ["monster"]={ + 504, + 1504, + 2304, + 2904, + 4004 + } + }, + [17]={ + ["board"]=17, + ["monster"]={ + 604, + 1204, + 2504, + 3404, + 4104 + } + }, + [18]={ + ["board"]=18, + ["monster"]={ + 1004, + 1704, + 2104, + 3504, + 3904 + } + }, + [19]={ + ["board"]=19, + ["monster"]={ + 504, + 1304, + 2004, + 2804, + 3904 + } + }, + [20]={ + ["board"]=20, + ["monster"]={ + 904, + 1604, + 2104, + 2904, + 3804 + } + }, + [21]={ + ["board"]=21, + ["monster"]={ + 204, + 1704, + 2704, + 3404, + 4004 + } + }, + [22]={ + ["board"]=22, + ["monster"]={ + 804, + 1304, + 2204, + 2904, + 3704 + } + }, + [23]={ + ["board"]=23, + ["monster"]={ + 1004, + 1404, + 2404, + 3404, + 4204 + } + }, + [24]={ + ["board"]=24, + ["monster"]={ + 404, + 1404, + 2604, + 2804, + 3804 + } + }, + [25]={ + ["board"]=25, + ["monster"]={ + 304, + 1404, + 2604, + 3304, + 3804 + } + }, + [26]={ + ["board"]=26, + ["monster"]={ + 604, + 1604, + 2104, + 3504, + 4004 + } + }, + [27]={ + ["board"]=27, + ["monster"]={ + 504, + 1604, + 2204, + 3504, + 4004 + } + }, + [28]={ + ["board"]=28, + ["monster"]={ + 404, + 1404, + 1904, + 3404, + 4104 + } + }, + [29]={ + ["board"]=29, + ["monster"]={ + 504, + 1804, + 2604, + 3204, + 3704 + } + }, + [30]={ + ["board"]=30, + ["monster"]={ + 704, + 1604, + 2304, + 2804, + 3904 + } + }, + [31]={ + ["board"]=31, + ["monster"]={ + 304, + 1304, + 2204, + 3304, + 4204 + } + }, + [32]={ + ["board"]=32, + ["monster"]={ + 804, + 1704, + 2604, + 2804, + 4004 + } + }, + [33]={ + ["board"]=33, + ["monster"]={ + 204, + 1404, + 2704, + 2804, + 4104 + } + }, + [34]={ + ["board"]=34, + ["monster"]={ + 104, + 1804, + 2704, + 2804, + 3704 + } + }, + [35]={ + ["board"]=35, + ["monster"]={ + 604, + 1604, + 2004, + 3104, + 4104 + } + }, + [36]={ + ["board"]=36, + ["monster"]={ + 104, + 1604, + 2704, + 3204, + 3904 + } + }, + [37]={ + ["board"]=37, + ["monster"]={ + 904, + 1804, + 2604, + 3004, + 3604 + } + }, + [38]={ + ["board"]=38, + ["monster"]={ + 1004, + 1404, + 2304, + 3104, + 3804 + } + }, + [39]={ + ["board"]=39, + ["monster"]={ + 604, + 1504, + 2604, + 2904, + 3804 + } + }, + [40]={ + ["board"]=40, + ["monster"]={ + 804, + 1604, + 2204, + 3104, + 3604 + } + }, + [41]={ + ["board"]=41, + ["monster"]={ + 104, + 1604, + 2604, + 3504, + 3804 + } + }, + [42]={ + ["board"]=42, + ["monster"]={ + 804, + 1604, + 2604, + 3004, + 4104 + } + }, + [43]={ + ["board"]=43, + ["monster"]={ + 104, + 1304, + 2204, + 3404, + 3704 + } + }, + [44]={ + ["board"]=44, + ["monster"]={ + 104, + 1104, + 2504, + 3204, + 4004 + } + }, + [45]={ + ["board"]=45, + ["monster"]={ + 704, + 1404, + 2304, + 3004, + 3604 + } + }, + [46]={ + ["board"]=46, + ["monster"]={ + 804, + 1804, + 2604, + 3404, + 4204 + } + }, + [47]={ + ["board"]=47, + ["monster"]={ + 504, + 1504, + 2604, + 3504, + 4204 + } + }, + [48]={ + ["board"]=48, + ["monster"]={ + 1004, + 1804, + 1904, + 2904, + 3604 + } + }, + [49]={ + ["board"]=49, + ["monster"]={ + 904, + 1204, + 1904, + 2804, + 3604 + } + }, + [50]={ + ["board"]=50, + ["monster"]={ + 1004, + 1404, + 2004, + 3104, + 3804 + } + }, + [51]={ + ["board"]=51, + ["monster"]={ + 504, + 1504, + 2604, + 2804, + 3904 + } + }, + [52]={ + ["board"]=52, + ["monster"]={ + 804, + 1704, + 2104, + 3004, + 4204 + } + }, + [53]={ + ["board"]=53, + ["monster"]={ + 704, + 1204, + 2504, + 3404, + 3704 + } + }, + [54]={ + ["board"]=54, + ["monster"]={ + 404, + 1804, + 2404, + 3004, + 3604 + } + }, + [55]={ + ["board"]=55, + ["monster"]={ + 904, + 1104, + 2404, + 2904, + 3804 + } + }, + [56]={ + ["board"]=56, + ["monster"]={ + 704, + 1304, + 2204, + 3404, + 3804 + } + }, + [57]={ + ["board"]=57, + ["monster"]={ + 404, + 1704, + 2304, + 3104, + 4204 + } + }, + [58]={ + ["board"]=58, + ["monster"]={ + 804, + 1104, + 2304, + 3104, + 3804 + } + }, + [59]={ + ["board"]=59, + ["monster"]={ + 604, + 1104, + 1904, + 3504, + 3804 + } + }, + [60]={ + ["board"]=60, + ["monster"]={ + 804, + 1404, + 2604, + 3104, + 3604 + } + }, + [61]={ + ["board"]=61, + ["monster"]={ + 104, + 1104, + 2204, + 2804, + 3904 + } + }, + [62]={ + ["board"]=62, + ["monster"]={ + 704, + 1604, + 2204, + 2904, + 3704 + } + }, + [63]={ + ["board"]=63, + ["monster"]={ + 604, + 1804, + 2504, + 3004, + 3704 + } + }, + [64]={ + ["board"]=64, + ["monster"]={ + 404, + 1704, + 2604, + 3404, + 3904 + } + }, + [65]={ + ["board"]=65, + ["monster"]={ + 604, + 1204, + 1904, + 3104, + 4104 + } + }, + [66]={ + ["board"]=66, + ["monster"]={ + 604, + 1504, + 2704, + 3504, + 4004 + } + }, + [67]={ + ["board"]=67, + ["monster"]={ + 704, + 1704, + 1904, + 3204, + 3604 + } + }, + [68]={ + ["board"]=68, + ["monster"]={ + 904, + 1304, + 2304, + 3104, + 4104 + } + }, + [69]={ + ["board"]=69, + ["monster"]={ + 204, + 1804, + 1904, + 3504, + 3604 + } + }, + [70]={ + ["board"]=70, + ["monster"]={ + 904, + 1804, + 2604, + 2804, + 4004 + } + }, + [71]={ + ["board"]=71, + ["monster"]={ + 1004, + 1304, + 2404, + 3404, + 4204 + } + }, + [72]={ + ["board"]=72, + ["monster"]={ + 604, + 1304, + 2504, + 3004, + 3904 + } + }, + [73]={ + ["board"]=73, + ["monster"]={ + 404, + 1304, + 2504, + 3004, + 3904 + } + }, + [74]={ + ["board"]=74, + ["monster"]={ + 704, + 1704, + 2004, + 3404, + 4104 + } + }, + [75]={ + ["board"]=75, + ["monster"]={ + 104, + 1304, + 2304, + 2904, + 4204 + } + }, + [76]={ + ["board"]=76, + ["monster"]={ + 604, + 1104, + 2604, + 3404, + 4104 + } + }, + [77]={ + ["board"]=77, + ["monster"]={ + 704, + 1104, + 2504, + 3304, + 4204 + } + }, + [78]={ + ["board"]=78, + ["monster"]={ + 304, + 1604, + 2204, + 3304, + 3604 + } + }, + [79]={ + ["board"]=79, + ["monster"]={ + 204, + 1704, + 2204, + 3004, + 3904 + } + }, + [80]={ + ["board"]=80, + ["monster"]={ + 204, + 1604, + 2104, + 3304, + 3604 + } + }, + [81]={ + ["board"]=81, + ["monster"]={ + 204, + 1504, + 1904, + 3304, + 3904 + } + }, + [82]={ + ["board"]=82, + ["monster"]={ + 304, + 1304, + 2004, + 3504, + 3704 + } + }, + [83]={ + ["board"]=83, + ["monster"]={ + 604, + 1704, + 1904, + 3304, + 4204 + } + }, + [84]={ + ["board"]=84, + ["monster"]={ + 404, + 1804, + 2304, + 3504, + 4104 + } + }, + [85]={ + ["board"]=85, + ["monster"]={ + 504, + 1504, + 2404, + 3304, + 4104 + } + }, + [86]={ + ["board"]=86, + ["monster"]={ + 304, + 1504, + 2104, + 3004, + 3804 + } + }, + [87]={ + ["board"]=87, + ["monster"]={ + 604, + 1804, + 2504, + 3504, + 3804 + } + }, + [88]={ + ["board"]=88, + ["monster"]={ + 604, + 1504, + 2704, + 3504, + 3804 + } + }, + [89]={ + ["board"]=89, + ["monster"]={ + 1004, + 1204, + 2004, + 3204, + 3704 + } + }, + [90]={ + ["board"]=90, + ["monster"]={ + 604, + 1104, + 2004, + 3004, + 4104 + } + }, + [91]={ + ["board"]=91, + ["monster"]={ + 704, + 1304, + 2204, + 3504, + 4004 + } + }, + [92]={ + ["board"]=92, + ["monster"]={ + 304, + 1404, + 2404, + 3204, + 3804 + } + }, + [93]={ + ["board"]=93, + ["monster"]={ + 704, + 1104, + 2504, + 3504, + 4004 + } + }, + [94]={ + ["board"]=94, + ["monster"]={ + 604, + 1704, + 2604, + 3304, + 3904 + } + }, + [95]={ + ["board"]=95, + ["monster"]={ + 604, + 1104, + 2104, + 3304, + 3904 + } + }, + [96]={ + ["board"]=96, + ["monster"]={ + 604, + 1304, + 2104, + 3304, + 3904 + } + }, + [97]={ + ["board"]=97, + ["monster"]={ + 804, + 1804, + 2404, + 3004, + 4104 + } + }, + [98]={ + ["board"]=98, + ["monster"]={ + 604, + 1404, + 2504, + 3404, + 3804 + } + }, + [99]={ + ["board"]=99, + ["monster"]={ + 404, + 1704, + 2504, + 2904, + 4104 + } + }, + [100]={ + ["board"]=100, + ["monster"]={ + 904, + 1204, + 2404, + 2904, + 3604 + } + }, + [101]={ + ["board"]=101, + ["monster"]={ + 504, + 1104, + 2404, + 3404, + 3604 + } + }, + [102]={ + ["board"]=102, + ["monster"]={ + 804, + 1504, + 2304, + 3404, + 4004 + } + }, + [103]={ + ["board"]=103, + ["monster"]={ + 404, + 1204, + 2204, + 3104, + 3604 + } + }, + [104]={ + ["board"]=104, + ["monster"]={ + 204, + 1404, + 1904, + 2904, + 4104 + } + }, + [105]={ + ["board"]=105, + ["monster"]={ + 404, + 1704, + 2604, + 3104, + 4204 + } + }, + [106]={ + ["board"]=106, + ["monster"]={ + 1004, + 1704, + 2004, + 3304, + 3904 + } + }, + [107]={ + ["board"]=107, + ["monster"]={ + 204, + 1804, + 2004, + 3504, + 3804 + } + }, + [108]={ + ["board"]=108, + ["monster"]={ + 604, + 1704, + 2404, + 3104, + 4004 + } + }, + [109]={ + ["board"]=109, + ["monster"]={ + 804, + 1104, + 1904, + 2904, + 3804 + } + }, + [110]={ + ["board"]=110, + ["monster"]={ + 804, + 1404, + 2704, + 3304, + 4004 + } + }, + [111]={ + ["board"]=111, + ["monster"]={ + 1004, + 1704, + 2004, + 3504, + 3704 + } + }, + [112]={ + ["board"]=112, + ["monster"]={ + 304, + 1604, + 2304, + 3404, + 3904 + } + }, + [113]={ + ["board"]=113, + ["monster"]={ + 604, + 1504, + 2504, + 3104, + 4204 + } + }, + [114]={ + ["board"]=114, + ["monster"]={ + 704, + 1804, + 2304, + 2904, + 4104 + } + }, + [115]={ + ["board"]=115, + ["monster"]={ + 904, + 1804, + 2604, + 2804, + 3804 + } + }, + [116]={ + ["board"]=116, + ["monster"]={ + 204, + 1704, + 2704, + 2904, + 4004 + } + }, + [117]={ + ["board"]=117, + ["monster"]={ + 304, + 1104, + 2504, + 3304, + 4204 + } + }, + [118]={ + ["board"]=118, + ["monster"]={ + 904, + 1304, + 2704, + 3304, + 3604 + } + }, + [119]={ + ["board"]=119, + ["monster"]={ + 304, + 1804, + 2604, + 3104, + 3904 + } + }, + [120]={ + ["board"]=120, + ["monster"]={ + 604, + 1504, + 1904, + 3504, + 3604 + } + }, + [121]={ + ["board"]=121, + ["monster"]={ + 204, + 1404, + 2404, + 3104, + 3904 + } + }, + [122]={ + ["board"]=122, + ["monster"]={ + 504, + 1204, + 1904, + 2904, + 4204 + } + }, + [123]={ + ["board"]=123, + ["monster"]={ + 104, + 1304, + 2104, + 2804, + 4104 + } + }, + [124]={ + ["board"]=124, + ["monster"]={ + 604, + 1704, + 2104, + 3304, + 3904 + } + }, + [125]={ + ["board"]=125, + ["monster"]={ + 804, + 1504, + 2304, + 2804, + 4004 + } + }, + [126]={ + ["board"]=126, + ["monster"]={ + 704, + 1504, + 2004, + 3504, + 3804 + } + }, + [127]={ + ["board"]=127, + ["monster"]={ + 304, + 1404, + 2504, + 3504, + 4104 + } + }, + [128]={ + ["board"]=128, + ["monster"]={ + 404, + 1404, + 2104, + 3204, + 4104 + } + }, + [129]={ + ["board"]=129, + ["monster"]={ + 204, + 1504, + 1904, + 3204, + 4004 + } + }, + [130]={ + ["board"]=130, + ["monster"]={ + 704, + 1104, + 2404, + 3504, + 3904 + } + }, + [131]={ + ["board"]=131, + ["monster"]={ + 504, + 1504, + 2604, + 3304, + 3604 + } + }, + [132]={ + ["board"]=132, + ["monster"]={ + 1004, + 1804, + 2004, + 3304, + 3804 + } + }, + [133]={ + ["board"]=133, + ["monster"]={ + 504, + 1604, + 2604, + 3204, + 3704 + } + }, + [134]={ + ["board"]=134, + ["monster"]={ + 104, + 1304, + 2404, + 3104, + 3604 + } + }, + [135]={ + ["board"]=135, + ["monster"]={ + 604, + 1604, + 1904, + 3004, + 4104 + } + }, + [136]={ + ["board"]=136, + ["monster"]={ + 204, + 1804, + 2304, + 2804, + 3604 + } + }, + [137]={ + ["board"]=137, + ["monster"]={ + 704, + 1604, + 2604, + 3204, + 4204 + } + }, + [138]={ + ["board"]=138, + ["monster"]={ + 304, + 1404, + 2104, + 3104, + 3804 + } + }, + [139]={ + ["board"]=139, + ["monster"]={ + 604, + 1204, + 2604, + 3004, + 4204 + } + }, + [140]={ + ["board"]=140, + ["monster"]={ + 904, + 1804, + 2604, + 3004, + 3704 + } + }, + [141]={ + ["board"]=141, + ["monster"]={ + 704, + 1304, + 2404, + 3204, + 3704 + } + }, + [142]={ + ["board"]=142, + ["monster"]={ + 804, + 1204, + 2104, + 3404, + 3904 + } + }, + [143]={ + ["board"]=143, + ["monster"]={ + 204, + 1204, + 2704, + 2904, + 3804 + } + }, + [144]={ + ["board"]=144, + ["monster"]={ + 804, + 1204, + 2204, + 3204, + 3704 + } + }, + [145]={ + ["board"]=145, + ["monster"]={ + 604, + 1604, + 2504, + 3204, + 3904 + } + }, + [146]={ + ["board"]=146, + ["monster"]={ + 1004, + 1504, + 2204, + 2804, + 4004 + } + }, + [147]={ + ["board"]=147, + ["monster"]={ + 404, + 1404, + 2404, + 3104, + 4204 + } + }, + [148]={ + ["board"]=148, + ["monster"]={ + 104, + 1504, + 2604, + 3104, + 4204 + } + }, + [149]={ + ["board"]=149, + ["monster"]={ + 404, + 1404, + 1904, + 3404, + 3604 + } + }, + [150]={ + ["board"]=150, + ["monster"]={ + 104, + 1604, + 2204, + 3504, + 3604 + } + }, + [151]={ + ["board"]=151, + ["monster"]={ + 804, + 1704, + 2004, + 3504, + 3704 + } + }, + [152]={ + ["board"]=152, + ["monster"]={ + 804, + 1504, + 1904, + 2804, + 3804 + } + }, + [153]={ + ["board"]=153, + ["monster"]={ + 604, + 1604, + 2604, + 3104, + 3804 + } + }, + [154]={ + ["board"]=154, + ["monster"]={ + 404, + 1404, + 2004, + 3204, + 3704 + } + } +} +local config = { +data=activity_boss_rush_chapter,count=154 +} +return config \ No newline at end of file diff --git a/lua/app/config/activity_boss_rush_chapter.lua.meta b/lua/app/config/activity_boss_rush_chapter.lua.meta new file mode 100644 index 00000000..3417c199 --- /dev/null +++ b/lua/app/config/activity_boss_rush_chapter.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 3b9c06b8307dd0b4cb53ae035d53aa11 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/activity_boss_rush_exchange.lua b/lua/app/config/activity_boss_rush_exchange.lua new file mode 100644 index 00000000..9481219c --- /dev/null +++ b/lua/app/config/activity_boss_rush_exchange.lua @@ -0,0 +1,158 @@ +local activity_boss_rush_exchange = { + [1]={ + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=100, + ["num_for_nothing"]="Vwhc" + }, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=100, + ["num_for_nothing"]="Vwhc" + }, + ["limit"]=1 + }, + [2]={ + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=101, + ["num_for_nothing"]="Vwhd" + }, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=101, + ["num_for_nothing"]="Vwhd" + }, + ["limit"]=1 + }, + [3]={ + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=102, + ["num_for_nothing"]="Vwhe" + }, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=102, + ["num_for_nothing"]="Vwhe" + }, + ["limit"]=1 + }, + [4]={ + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=103, + ["num_for_nothing"]="Vwhf" + }, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=103, + ["num_for_nothing"]="Vwhf" + }, + ["limit"]=1 + }, + [5]={ + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=104, + ["num_for_nothing"]="VwhY" + }, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=104, + ["num_for_nothing"]="VwhY" + }, + ["limit"]=1 + }, + [6]={ + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["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]={ + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["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]={ + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["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 + } +} +local config = { +data=activity_boss_rush_exchange,count=8 +} +return config \ No newline at end of file diff --git a/lua/app/config/activity_boss_rush_exchange.lua.meta b/lua/app/config/activity_boss_rush_exchange.lua.meta new file mode 100644 index 00000000..347a5b2f --- /dev/null +++ b/lua/app/config/activity_boss_rush_exchange.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 8c8d75a1f2e364844b081ef20888e140 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/activity_boss_rush_rank.lua b/lua/app/config/activity_boss_rush_rank.lua new file mode 100644 index 00000000..fd08a208 --- /dev/null +++ b/lua/app/config/activity_boss_rush_rank.lua @@ -0,0 +1,222 @@ +local activity_boss_rush_rank = { + [1]={ + ["ranking"]={ + 1, + 1 + }, + ["reward"]={ + { + ["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"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=220, + ["num_for_nothing"]="VApc" + } + } + }, + [2]={ + ["ranking"]={ + 2, + 2 + }, + ["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"]=13, + ["id_for_nothing"]="Vws=", + ["num"]=3, + ["num_for_nothing"]="VQ==" + } + } + }, + [3]={ + ["ranking"]={ + 3, + 3 + }, + ["reward"]={ + { + ["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"]=200, + ["num_for_nothing"]="VAhc" + } + } + }, + [4]={ + ["ranking"]={ + 4, + 10 + }, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=150, + ["num_for_nothing"]="Vw1c" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=180, + ["num_for_nothing"]="VwBc" + } + } + }, + [5]={ + ["ranking"]={ + 11, + 50 + }, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=25000, + ["num_for_nothing"]="VA1cA2U=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=13, + ["id_for_nothing"]="Vws=", + ["num"]=3, + ["num_for_nothing"]="VQ==" + } + } + }, + [6]={ + ["ranking"]={ + 51, + 100 + }, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=25000, + ["num_for_nothing"]="VA1cA2U=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=200, + ["num_for_nothing"]="VAhc" + } + } + }, + [7]={ + ["ranking"]={ + 101, + 500 + }, + ["reward"]={ + { + ["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"]=5, + ["id_for_nothing"]="Uw==", + ["num"]=120, + ["num_for_nothing"]="Vwpc" + } + } + }, + [8]={ + ["ranking"]={ + 501, + 1000 + }, + ["reward"]={ + { + ["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"]=13, + ["id_for_nothing"]="Vws=", + ["num"]=3, + ["num_for_nothing"]="VQ==" + } + } + }, + [9]={ + ["ranking"]={ + 1001, + 99999999 + }, + ["reward"]={ + { + ["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"]=100, + ["num_for_nothing"]="Vwhc" + } + } + } +} +local config = { +data=activity_boss_rush_rank,count=9 +} +return config \ No newline at end of file diff --git a/lua/app/config/activity_boss_rush_rank.lua.meta b/lua/app/config/activity_boss_rush_rank.lua.meta new file mode 100644 index 00000000..fcf40175 --- /dev/null +++ b/lua/app/config/activity_boss_rush_rank.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 472bee3e9223f3c4aa8b407e72891bc3 +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 ce2b6681..1bd3e595 100644 --- a/lua/app/config/activity_herofund.lua +++ b/lua/app/config/activity_herofund.lua @@ -1,6 +1,6 @@ local activity_herofund = { [1]={ - ["exp"]=0, + ["exp"]=30, ["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"]=3, - ["num_for_nothing"]="VQ==" + ["num"]=1, + ["num_for_nothing"]="Vw==" }, ["reward_pro_max"]={ ["type"]=1, @@ -27,8 +27,16 @@ local activity_herofund = { } }, [2]={ - ["exp"]=30, + ["exp"]=60, ["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, @@ -36,52 +44,44 @@ 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"]=4000, - ["num_for_nothing"]="UghcAw==" + ["num"]=3000, + ["num_for_nothing"]="VQhcAw==" } }, [3]={ - ["exp"]=60, + ["exp"]=90, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=3, - ["id_for_nothing"]="VQ==", - ["num"]=10, - ["num_for_nothing"]="Vwg=" + ["id"]=8, + ["id_for_nothing"]="Xg==", + ["num"]=1, + ["num_for_nothing"]="Vw==" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=3, - ["id_for_nothing"]="VQ==", - ["num"]=15, - ["num_for_nothing"]="Vw0=" + ["id"]=9, + ["id_for_nothing"]="Xw==", + ["num"]=1, + ["num_for_nothing"]="Vw==" }, ["reward_pro_max"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=3, - ["id_for_nothing"]="VQ==", - ["num"]=20, - ["num_for_nothing"]="VAg=" + ["id"]=9, + ["id_for_nothing"]="Xw==", + ["num"]=2, + ["num_for_nothing"]="VA==" } }, [4]={ - ["exp"]=90, + ["exp"]=120, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", @@ -108,49 +108,22 @@ local activity_herofund = { } }, [5]={ - ["exp"]=120, - ["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==" - } - }, - [6]={ ["exp"]=150, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=30, - ["num_for_nothing"]="VQg=" + ["id"]=10, + ["id_for_nothing"]="Vwg=", + ["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==" + ["id"]=11, + ["id_for_nothing"]="Vwk=", + ["num"]=1, + ["num_for_nothing"]="Vw==" }, ["reward_pro_max"]={ ["type"]=1, @@ -161,36 +134,17 @@ local activity_herofund = { ["num_for_nothing"]="VQ==" } }, - [7]={ + [6]={ ["exp"]=180, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=3, - ["id_for_nothing"]="VQ==", - ["num"]=10, - ["num_for_nothing"]="Vwg=" + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=1000, + ["num_for_nothing"]="VwhcAw==" }, ["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, @@ -198,25 +152,71 @@ 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"]=4000, - ["num_for_nothing"]="UghcAw==" + ["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" } }, [9]={ - ["exp"]=240, + ["exp"]=270, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", @@ -243,7 +243,7 @@ local activity_herofund = { } }, [10]={ - ["exp"]=270, + ["exp"]=300, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", @@ -270,7 +270,7 @@ local activity_herofund = { } }, [11]={ - ["exp"]=300, + ["exp"]=330, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", @@ -297,116 +297,124 @@ 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"]=1500, - ["num_for_nothing"]="Vw1cAw==" + ["num"]=1000, + ["num_for_nothing"]="VwhcAw==" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=2000, - ["num_for_nothing"]="VAhcAw==" + ["num"]=1500, + ["num_for_nothing"]="Vw1cAw==" }, ["reward_pro_max"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=4000, - ["num_for_nothing"]="UghcAw==" + ["num"]=3000, + ["num_for_nothing"]="VQhcAw==" } }, - [14]={ + [13]={ ["exp"]=390, ["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=" - } - }, - [15]={ - ["exp"]=420, - ["reward"]={ - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=44003, - ["id_for_nothing"]="UgxcA2Y=", + ["id"]=8, + ["id_for_nothing"]="Xg==", ["num"]=1, ["num_for_nothing"]="Vw==" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=44003, - ["id_for_nothing"]="UgxcA2Y=", + ["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==" + } + }, + [14]={ + ["exp"]=420, + ["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"]=44003, - ["id_for_nothing"]="UgxcA2Y=", - ["num"]=3, - ["num_for_nothing"]="VQ==" + ["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==" } }, [16]={ - ["exp"]=450, + ["exp"]=480, ["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, @@ -414,59 +422,51 @@ 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"]=4000, - ["num_for_nothing"]="UghcAw==" + ["num"]=3000, + ["num_for_nothing"]="VQhcAw==" } }, [17]={ - ["exp"]=480, + ["exp"]=510, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=3, - ["id_for_nothing"]="VQ==", - ["num"]=10, - ["num_for_nothing"]="Vwg=" + ["id"]=8, + ["id_for_nothing"]="Xg==", + ["num"]=1, + ["num_for_nothing"]="Vw==" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=3, - ["id_for_nothing"]="VQ==", - ["num"]=15, - ["num_for_nothing"]="Vw0=" + ["id"]=9, + ["id_for_nothing"]="Xw==", + ["num"]=1, + ["num_for_nothing"]="Vw==" }, ["reward_pro_max"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=3, - ["id_for_nothing"]="VQ==", - ["num"]=20, - ["num_for_nothing"]="VAg=" + ["id"]=9, + ["id_for_nothing"]="Xw==", + ["num"]=2, + ["num_for_nothing"]="VA==" } }, [18]={ - ["exp"]=510, + ["exp"]=540, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=2, ["id_for_nothing"]="VA==", - ["num"]=30, - ["num_for_nothing"]="VQg=" + ["num"]=20, + ["num_for_nothing"]="VAg=" }, ["reward_pro"]={ ["type"]=1, @@ -486,7 +486,34 @@ local activity_herofund = { } }, [19]={ - ["exp"]=540, + ["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, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", @@ -512,35 +539,8 @@ 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"]=600, + ["exp"]=630, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", @@ -567,8 +567,16 @@ local activity_herofund = { } }, [22]={ - ["exp"]=630, + ["exp"]=660, ["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, @@ -576,52 +584,17 @@ 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"]=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==" + ["num"]=3000, + ["num_for_nothing"]="VQhcAw==" } } } local config = { -data=activity_herofund,count=23 +data=activity_herofund,count=22 } 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 862e8f51..5c4b8208 100644 --- a/lua/app/config/arena_board.lua +++ b/lua/app/config/arena_board.lua @@ -20227,7 +20227,7 @@ local arena_board = { }, { 35, - 0 + 35 }, { 35, diff --git a/lua/app/config/arena_gift.lua b/lua/app/config/arena_gift.lua index 9ce15782..2aa1aa44 100644 --- a/lua/app/config/arena_gift.lua +++ b/lua/app/config/arena_gift.lua @@ -1,6 +1,32 @@ local arena_gift = { - [1]={ - ["score"]=900, + [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, ["reward"]={ { ["type"]=1, @@ -12,47 +38,92 @@ local arena_gift = { } } }, - [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, + [104]={ + ["score"]=1100, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=5000, - ["num_for_nothing"]="UwhcAw==" + ["num"]=500, + ["num_for_nothing"]="Uwhc" + } + }, + ["unlock_hero"]={ + 54003 + } + }, + [105]={ + ["score"]=1150, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=8, + ["id_for_nothing"]="Xg==", + ["num"]=1, + ["num_for_nothing"]="Vw==" } } }, - [5]={ - ["score"]=1100, + [106]={ + ["score"]=1200, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=13, + ["id_for_nothing"]="Vws=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + } + }, + ["unlock_hero"]={ + 34003 + } + }, + [107]={ + ["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, @@ -64,11 +135,63 @@ local arena_gift = { } }, ["unlock_hero"]={ - 54003 + 24003 } }, - [6]={ - ["score"]=1150, + [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" + } + } + }, + [113]={ + ["score"]=1550, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=8, + ["id_for_nothing"]="Xg==", + ["num"]=1, + ["num_for_nothing"]="Vw==" + } + } + }, + [114]={ + ["score"]=1600, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=13, + ["id_for_nothing"]="Vws=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + } + } + }, + [115]={ + ["score"]=1650, ["reward"]={ { ["type"]=1, @@ -80,156 +203,20 @@ local arena_gift = { } } }, - [7]={ - ["score"]=1200, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=6, - ["id_for_nothing"]="UA==", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - }, - ["unlock_hero"]={ - 34003 - } - }, - [8]={ - ["score"]=1250, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=1, - ["id_for_nothing"]="Vw==", - ["num"]=10000, - ["num_for_nothing"]="VwhcA2U=" - } - } - }, - [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"]=2, - ["id_for_nothing"]="VA==", - ["num"]=80, - ["num_for_nothing"]="Xgg=" - } - } - }, - [15]={ - ["score"]=1600, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=34003, - ["id_for_nothing"]="VQxcA2Y=", - ["num"]=3, - ["num_for_nothing"]="VQ==" - } - } - }, - [16]={ - ["score"]=1650, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=1, - ["id_for_nothing"]="Vw==", - ["num"]=18000, - ["num_for_nothing"]="VwBcA2U=" - } - } - }, - [17]={ + [116]={ ["score"]=1700, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=18, - ["id_for_nothing"]="VwA=", + ["id"]=22, + ["id_for_nothing"]="VAo=", ["num"]=1, ["num_for_nothing"]="Vw==" } } }, - [18]={ + [117]={ ["score"]=1750, ["reward"]={ { @@ -237,25 +224,25 @@ local arena_gift = { ["type_for_nothing"]="Vw==", ["id"]=2, ["id_for_nothing"]="VA==", - ["num"]=100, - ["num_for_nothing"]="Vwhc" + ["num"]=30, + ["num_for_nothing"]="VQg=" } } }, - [19]={ + [118]={ ["score"]=1800, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=24003, - ["id_for_nothing"]="VAxcA2Y=", - ["num"]=3, - ["num_for_nothing"]="VQ==" + ["id"]=8, + ["id_for_nothing"]="Xg==", + ["num"]=1, + ["num_for_nothing"]="Vw==" } } }, - [20]={ + [119]={ ["score"]=1850, ["reward"]={ { @@ -263,298 +250,298 @@ local arena_gift = { ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=20000, - ["num_for_nothing"]="VAhcA2U=" + ["num"]=500, + ["num_for_nothing"]="Uwhc" } } }, - [21]={ + [120]={ ["score"]=1900, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=18, - ["id_for_nothing"]="VwA=", + ["id"]=11, + ["id_for_nothing"]="Vwk=", ["num"]=1, ["num_for_nothing"]="Vw==" } } }, - [22]={ + [121]={ ["score"]=1950, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=120, - ["num_for_nothing"]="Vwpc" + ["id"]=8, + ["id_for_nothing"]="Xg==", + ["num"]=1, + ["num_for_nothing"]="Vw==" } } }, - [23]={ + [122]={ ["score"]=2000, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=47, - ["id_for_nothing"]="Ug8=", - ["num"]=5, - ["num_for_nothing"]="Uw==" + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=500, + ["num_for_nothing"]="Uwhc" } } }, - [24]={ + [123]={ ["score"]=2050, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=1, - ["id_for_nothing"]="Vw==", - ["num"]=24000, - ["num_for_nothing"]="VAxcA2U=" + ["id"]=8, + ["id_for_nothing"]="Xg==", + ["num"]=1, + ["num_for_nothing"]="Vw==" } } }, - [25]={ + [124]={ ["score"]=2100, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=18, - ["id_for_nothing"]="VwA=", + ["id"]=13, + ["id_for_nothing"]="Vws=", ["num"]=1, ["num_for_nothing"]="Vw==" } } }, - [26]={ + [125]={ ["score"]=2150, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=150, - ["num_for_nothing"]="Vw1c" + ["id"]=10, + ["id_for_nothing"]="Vwg=", + ["num"]=1, + ["num_for_nothing"]="Vw==" } } }, - [27]={ + [126]={ ["score"]=2200, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=47, - ["id_for_nothing"]="Ug8=", - ["num"]=8, - ["num_for_nothing"]="Xg==" + ["id"]=22, + ["id_for_nothing"]="VAo=", + ["num"]=1, + ["num_for_nothing"]="Vw==" } } }, - [28]={ + [127]={ ["score"]=2250, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=1, - ["id_for_nothing"]="Vw==", - ["num"]=30000, - ["num_for_nothing"]="VQhcA2U=" + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=30, + ["num_for_nothing"]="VQg=" } } }, - [29]={ + [128]={ ["score"]=2300, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=18, - ["id_for_nothing"]="VwA=", + ["id"]=8, + ["id_for_nothing"]="Xg==", ["num"]=1, ["num_for_nothing"]="Vw==" } } }, - [30]={ + [129]={ ["score"]=2350, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=180, - ["num_for_nothing"]="VwBc" + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=500, + ["num_for_nothing"]="Uwhc" } } }, - [31]={ + [130]={ ["score"]=2400, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=1, - ["id_for_nothing"]="Vw==", - ["num"]=30000, - ["num_for_nothing"]="VQhcA2U=" + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=50, + ["num_for_nothing"]="Uwg=" } } }, - [32]={ + [131]={ ["score"]=2450, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=14, - ["id_for_nothing"]="Vww=", + ["id"]=8, + ["id_for_nothing"]="Xg==", ["num"]=1, ["num_for_nothing"]="Vw==" } } }, - [33]={ + [132]={ ["score"]=2500, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=47, - ["id_for_nothing"]="Ug8=", - ["num"]=10, - ["num_for_nothing"]="Vwg=" + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=500, + ["num_for_nothing"]="Uwhc" } } }, - [34]={ + [133]={ ["score"]=2550, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=1, - ["id_for_nothing"]="Vw==", - ["num"]=40000, - ["num_for_nothing"]="UghcA2U=" + ["id"]=8, + ["id_for_nothing"]="Xg==", + ["num"]=1, + ["num_for_nothing"]="Vw==" } } }, - [35]={ + [134]={ ["score"]=2600, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=18, - ["id_for_nothing"]="VwA=", + ["id"]=10, + ["id_for_nothing"]="Vwg=", ["num"]=1, ["num_for_nothing"]="Vw==" } } }, - [36]={ + [135]={ ["score"]=2650, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" + ["id"]=13, + ["id_for_nothing"]="Vws=", + ["num"]=1, + ["num_for_nothing"]="Vw==" } } }, - [37]={ + [136]={ ["score"]=2700, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=1, - ["id_for_nothing"]="Vw==", - ["num"]=40000, - ["num_for_nothing"]="UghcA2U=" + ["id"]=22, + ["id_for_nothing"]="VAo=", + ["num"]=1, + ["num_for_nothing"]="Vw==" } } }, - [38]={ + [137]={ ["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"]=47, - ["id_for_nothing"]="Ug8=", - ["num"]=12, - ["num_for_nothing"]="Vwo=" - } - } - }, - [40]={ - ["score"]=2850, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=1, - ["id_for_nothing"]="Vw==", - ["num"]=50000, - ["num_for_nothing"]="UwhcA2U=" - } - } - }, - [41]={ - ["score"]=2900, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=18, - ["id_for_nothing"]="VwA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - } - }, - [42]={ - ["score"]=2950, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=2, ["id_for_nothing"]="VA==", - ["num"]=300, - ["num_for_nothing"]="VQhc" + ["num"]=30, + ["num_for_nothing"]="VQg=" } } }, - [43]={ + [138]={ + ["score"]=2800, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=8, + ["id_for_nothing"]="Xg==", + ["num"]=1, + ["num_for_nothing"]="Vw==" + } + } + }, + [139]={ + ["score"]=2850, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=10, + ["id_for_nothing"]="Vwg=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + } + } + }, + [140]={ + ["score"]=2900, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=11, + ["id_for_nothing"]="Vwk=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + } + } + }, + [141]={ + ["score"]=2950, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=8, + ["id_for_nothing"]="Xg==", + ["num"]=1, + ["num_for_nothing"]="Vw==" + } + } + }, + [142]={ ["score"]=3000, ["reward"]={ { @@ -562,39 +549,39 @@ local arena_gift = { ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=50000, - ["num_for_nothing"]="UwhcA2U=" + ["num"]=500, + ["num_for_nothing"]="Uwhc" } } }, - [44]={ + [143]={ ["score"]=3050, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=15, - ["id_for_nothing"]="Vw0=", + ["id"]=8, + ["id_for_nothing"]="Xg==", ["num"]=1, ["num_for_nothing"]="Vw==" } } }, - [45]={ + [144]={ ["score"]=3100, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=47, - ["id_for_nothing"]="Ug8=", - ["num"]=15, - ["num_for_nothing"]="Vw0=" + ["id"]=8, + ["id_for_nothing"]="Xg==", + ["num"]=1, + ["num_for_nothing"]="Vw==" } } } } local config = { -data=arena_gift,count=45 +data=arena_gift,count=44 } 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 4579d403..046f8697 100644 --- a/lua/app/config/arena_time.lua +++ b/lua/app/config/arena_time.lua @@ -2,17 +2,20 @@ local arena_time = { [1]={ ["season"]=1, ["start_time"]="2023-6-25 00:00:00", - ["end_time"]="2023-8-16 00:00:00" + ["end_time"]="2023-8-16 00:00:00", + ["ui_banner"]="ui_arena_bounty_banner" }, [2]={ ["season"]=2, ["start_time"]="2023-8-16 00:00:00", - ["end_time"]="2023-9-15 00:00:00" + ["end_time"]="2023-9-15 00:00:00", + ["ui_banner"]="ui_arena_bounty_banner" }, [3]={ ["season"]=3, ["start_time"]="2023-9-15 00:00:00", - ["end_time"]="2023-10-16 00:00:00" + ["end_time"]="2023-10-16 00:00:00", + ["ui_banner"]="ui_arena_bounty_banner_1" } } local config = { diff --git a/lua/app/config/bounty_level.lua b/lua/app/config/bounty_level.lua index d000182a..60b263ba 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"]=1000, - ["num_for_nothing"]="VwhcAw==" + ["num"]=500, + ["num_for_nothing"]="Uwhc" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=3000, - ["num_for_nothing"]="VQhcAw==" + ["num"]=1500, + ["num_for_nothing"]="Vw1cAw==" } }, [323]={ @@ -3870,16 +3870,16 @@ local bounty_level = { ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=1000, - ["num_for_nothing"]="VwhcAw==" + ["num"]=500, + ["num_for_nothing"]="Uwhc" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=3000, - ["num_for_nothing"]="VQhcAw==" + ["num"]=1500, + ["num_for_nothing"]="Vw1cAw==" } }, [333]={ @@ -4071,16 +4071,16 @@ local bounty_level = { ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=1000, - ["num_for_nothing"]="VwhcAw==" + ["num"]=500, + ["num_for_nothing"]="Uwhc" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=3000, - ["num_for_nothing"]="VQhcAw==" + ["num"]=1500, + ["num_for_nothing"]="Vw1cAw==" } }, [343]={ @@ -4211,8 +4211,8 @@ local bounty_level = { ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=1500, - ["num_for_nothing"]="Vw1cAw==" + ["num"]=1000, + ["num_for_nothing"]="VwhcAw==" }, ["reward_pro"]={ ["type"]=1, @@ -4272,16 +4272,16 @@ local bounty_level = { ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=1500, - ["num_for_nothing"]="Vw1cAw==" + ["num"]=500, + ["num_for_nothing"]="Uwhc" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=4500, - ["num_for_nothing"]="Ug1cAw==" + ["num"]=1500, + ["num_for_nothing"]="Vw1cAw==" } }, [353]={ @@ -4473,16 +4473,16 @@ local bounty_level = { ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=1500, - ["num_for_nothing"]="Vw1cAw==" + ["num"]=500, + ["num_for_nothing"]="Uwhc" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=4500, - ["num_for_nothing"]="Ug1cAw==" + ["num"]=1500, + ["num_for_nothing"]="Vw1cAw==" } }, [363]={ @@ -4674,16 +4674,16 @@ local bounty_level = { ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=1500, - ["num_for_nothing"]="Vw1cAw==" + ["num"]=500, + ["num_for_nothing"]="Uwhc" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=4500, - ["num_for_nothing"]="Ug1cAw==" + ["num"]=1500, + ["num_for_nothing"]="Vw1cAw==" } }, [373]={ @@ -4774,16 +4774,16 @@ local bounty_level = { ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=1500, - ["num_for_nothing"]="Vw1cAw==" + ["num"]=500, + ["num_for_nothing"]="Uwhc" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=4500, - ["num_for_nothing"]="Ug1cAw==" + ["num"]=1500, + ["num_for_nothing"]="Vw1cAw==" } }, [378]={ diff --git a/lua/app/config/chapter_board_bossrush.lua b/lua/app/config/chapter_board_bossrush.lua new file mode 100644 index 00000000..46e5a15c --- /dev/null +++ b/lua/app/config/chapter_board_bossrush.lua @@ -0,0 +1,31710 @@ +local chapter_board_bossrush = { + [1]={ + ["board"]={ + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [2]={ + ["board"]={ + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [3]={ + ["board"]={ + { + 1, + 0 + }, + { + 1, + 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 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [4]={ + ["board"]={ + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 0, + 5 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 0, + 5 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [5]={ + ["board"]={ + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 14, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 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 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + } + } + }, + [6]={ + ["board"]={ + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 0, + 5 + }, + { + 2, + 3 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 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, + 0 + }, + { + 3, + 0 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 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, + 0 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 14, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 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 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 7, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 7, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 7, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [10]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 7, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 14, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [11]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 4, + 1 + }, + { + 4, + 1 + }, + { + 4, + 3 + }, + { + 4, + 2 + }, + { + 4, + 2 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 4, + 4 + }, + { + 4, + 4 + }, + { + 4, + 3 + }, + { + 4, + 4 + }, + { + 4, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 14, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [12]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 4, + 2 + }, + { + 4, + 2 + }, + { + 4, + 3 + }, + { + 4, + 4 + }, + { + 4, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 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, + 0 + } + } + }, + [13]={ + ["board"]={ + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 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, + 2 + }, + { + 2, + 3 + }, + { + 2, + 4 + }, + { + 2, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 4, + 1 + }, + { + 4, + 2 + }, + { + 4, + 3 + }, + { + 4, + 4 + }, + { + 4, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 14, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + } + } + }, + [14]={ + ["board"]={ + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 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, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 14, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 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 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + } + } + }, + [15]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 1, + 0 + }, + { + 5, + 3 + }, + { + 2, + 0 + }, + { + 5, + 4 + }, + { + 2, + 0 + }, + { + 5, + 3 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 5, + 4 + }, + { + 2, + 0 + }, + { + 5, + 4 + }, + { + 2, + 0 + }, + { + 5, + 4 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 14, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + } + } + }, + [16]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 4, + 3 + }, + { + 4, + 4 + }, + { + 4, + 4 + }, + { + 4, + 4 + }, + { + 4, + 3 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 5, + 2 + }, + { + 5, + 4 + }, + { + 5, + 2 + }, + { + 5, + 4 + }, + { + 5, + 2 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 5, + 4 + }, + { + 5, + 2 + }, + { + 14, + 0 + }, + { + 5, + 2 + }, + { + 5, + 4 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + } + } + }, + [17]={ + ["board"]={ + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 5, + 3 + }, + { + 5, + 3 + }, + { + 5, + 3 + }, + { + 5, + 5 + }, + { + 5, + 5 + }, + { + 5, + 5 + }, + { + 2, + 0 + }, + { + 5, + 3 + }, + { + 3, + 0 + }, + { + 5, + 3 + }, + { + 5, + 5 + }, + { + 3, + 0 + }, + { + 5, + 5 + }, + { + 2, + 0 + }, + { + 5, + 3 + }, + { + 5, + 3 + }, + { + 5, + 3 + }, + { + 5, + 5 + }, + { + 5, + 5 + }, + { + 5, + 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, + 0 + } + } + }, + [18]={ + ["board"]={ + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 4, + 2 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 5, + 1 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 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 + }, + { + 5, + 3 + }, + { + 5, + 3 + }, + { + 1, + 0 + } + } + }, + [19]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 4, + 1 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 4, + 1 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 5, + 5 + }, + { + 5, + 5 + }, + { + 5, + 1 + }, + { + 5, + 3 + }, + { + 5, + 3 + }, + { + 1, + 0 + }, + { + 5, + 1 + }, + { + 5, + 1 + }, + { + 5, + 3 + }, + { + 14, + 0 + }, + { + 5, + 1 + }, + { + 5, + 3 + }, + { + 5, + 1 + } + } + }, + [20]={ + ["board"]={ + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 5 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 0, + 4 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 2, + 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, + 2 + }, + { + 5, + 2 + }, + { + 5, + 2 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 5, + 1 + }, + { + 5, + 1 + }, + { + 5, + 1 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [21]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 3 + }, + { + 0, + 5 + }, + { + 1, + 0 + }, + { + 0, + 5 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 5 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 3 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 14, + 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 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + } + } + }, + [22]={ + ["board"]={ + { + 1, + 0 + }, + { + 5, + 2 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 5, + 2 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 5, + 2 + }, + { + 2, + 0 + }, + { + 5, + 1 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 5, + 2 + }, + { + 2, + 0 + }, + { + 5, + 1 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 5, + 2 + }, + { + 2, + 0 + }, + { + 5, + 1 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 5, + 2 + }, + { + 14, + 0 + }, + { + 5, + 1 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 5, + 2 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + } + } + }, + [23]={ + ["board"]={ + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 4, + 2 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 4, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 4, + 3 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 4, + 4 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 4, + 3 + }, + { + 4, + 1 + }, + { + 4, + 1 + }, + { + 4, + 5 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 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, + 5 + }, + { + 4, + 5 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 14, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [25]={ + ["board"]={ + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 5, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 5, + 3 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 5, + 4 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 5, + 3 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 5, + 4 + }, + { + 1, + 0 + } + } + }, + [26]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 14, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 4, + 2 + }, + { + 4, + 2 + }, + { + 4, + 4 + }, + { + 3, + 0 + }, + { + 4, + 4 + }, + { + 4, + 2 + }, + { + 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 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 4, + 4 + }, + { + 4, + 4 + }, + { + 1, + 0 + }, + { + 4, + 5 + }, + { + 4, + 5 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 14, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [28]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 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 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 14, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [29]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 4, + 3 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 4, + 2 + }, + { + 0, + 3 + }, + { + 4, + 4 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 4, + 3 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 14, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + } + } + }, + [30]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 4, + 1 + }, + { + 4, + 2 + }, + { + 4, + 3 + }, + { + 4, + 4 + }, + { + 4, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 4, + 1 + }, + { + 4, + 2 + }, + { + 4, + 3 + }, + { + 4, + 4 + }, + { + 4, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 14, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + } + } + }, + [31]={ + ["board"]={ + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 4, + 3 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 4, + 3 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 4, + 2 + }, + { + 4, + 3 + }, + { + 4, + 2 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 14, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [32]={ + ["board"]={ + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 4, + 1 + }, + { + 0, + 3 + }, + { + 4, + 2 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 9, + 0 + }, + { + 4, + 1 + }, + { + 0, + 3 + }, + { + 4, + 2 + }, + { + 9, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 7, + 0 + }, + { + 4, + 1 + }, + { + 0, + 3 + }, + { + 4, + 2 + }, + { + 7, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 7, + 0 + }, + { + 4, + 1 + }, + { + 4, + 3 + }, + { + 4, + 2 + }, + { + 7, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 7, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 7, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 7, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 7, + 0 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 10, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 11, + 0 + }, + { + 14, + 0 + } + } + }, + [33]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 14, + 0 + }, + { + 9, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 10, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 14, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 11, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + } + } + }, + [34]={ + ["board"]={ + { + 3, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 3, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 3, + 0 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 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 + }, + { + 0, + 1 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 1 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + } + } + }, + [35]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 4, + 3 + }, + { + 3, + 0 + }, + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 4, + 3 + }, + { + 4, + 2 + }, + { + 3, + 0 + }, + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 3, + 0 + }, + { + 4, + 1 + }, + { + 4, + 2 + }, + { + 4, + 1 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 14, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [36]={ + ["board"]={ + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 0, + 4 + }, + { + 2, + 0 + }, + { + 0, + 4 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 14, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + } + } + }, + [37]={ + ["board"]={ + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 5, + 1 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 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 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 5, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 5, + 2 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + } + } + }, + [38]={ + ["board"]={ + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 5, + 5 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 5, + 1 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 5, + 5 + }, + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 2, + 0 + }, + { + 5, + 1 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 5, + 5 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 5, + 1 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 14, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + } + } + }, + [39]={ + ["board"]={ + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 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 + }, + { + 1, + 0 + } + } + }, + [40]={ + ["board"]={ + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 3, + 0 + }, + { + 14, + 0 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 13, + 2 + }, + { + 13, + 1 + }, + { + 13, + 4 + }, + { + 13, + 3 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 13, + 2 + }, + { + 13, + 1 + }, + { + 13, + 4 + }, + { + 13, + 3 + }, + { + 2, + 0 + }, + { + 1, + 0 + } + } + }, + [41]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 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, + 2 + }, + { + 2, + 0 + }, + { + 13, + 2 + }, + { + 2, + 0 + }, + { + 13, + 2 + }, + { + 2, + 0 + }, + { + 13, + 2 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + } + } + }, + [42]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 13, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 13, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 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 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + } + } + }, + [43]={ + ["board"]={ + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 4 + }, + { + 14, + 0 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 0, + 5 + }, + { + 13, + 5 + }, + { + 13, + 5 + }, + { + 13, + 5 + }, + { + 0, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [44]={ + ["board"]={ + { + 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, + 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 + }, + { + 13, + 3 + }, + { + 2, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 13, + 5 + }, + { + 13, + 3 + }, + { + 13, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [45]={ + ["board"]={ + { + 2, + 0 + }, + { + 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, + 4 + }, + { + 13, + 1 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 14, + 0 + }, + { + 13, + 4 + }, + { + 13, + 1 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [46]={ + ["board"]={ + { + 3, + 0 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 0, + 5 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 4 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 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 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 14, + 0 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 14, + 0 + }, + { + 3, + 0 + } + } + }, + [47]={ + ["board"]={ + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 21, + 2 + }, + { + 2, + 0 + }, + { + 21, + 4 + }, + { + 2, + 0 + }, + { + 21, + 2 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 14, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [48]={ + ["board"]={ + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 0, + 4 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 0, + 4 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 0, + 4 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 21, + 5 + }, + { + 2, + 0 + }, + { + 21, + 5 + }, + { + 2, + 0 + }, + { + 21, + 5 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 14, + 0 + }, + { + 2, + 0 + }, + { + 21, + 5 + }, + { + 2, + 0 + }, + { + 14, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [49]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 21, + 3 + }, + { + 2, + 0 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, + { + 21, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 21, + 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, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 21, + 5 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + } + } + }, + [50]={ + ["board"]={ + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 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, + 2 + }, + { + 3, + 0 + }, + { + 21, + 2 + }, + { + 3, + 0 + }, + { + 21, + 2 + }, + { + 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 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + } + } + }, + [51]={ + ["board"]={ + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 3, + 0 + }, + { + 9, + 0 + }, + { + 3, + 0 + }, + { + 9, + 0 + }, + { + 3, + 0 + }, + { + 9, + 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, + 0 + }, + { + 0, + 0 + }, + { + 21, + 1 + }, + { + 0, + 0 + }, + { + 21, + 1 + }, + { + 0, + 0 + }, + { + 21, + 1 + }, + { + 0, + 0 + }, + { + 21, + 1 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 14, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 14, + 0 + }, + { + 2, + 0 + } + } + }, + [52]={ + ["board"]={ + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 2, + 0 + }, + { + 9, + 0 + }, + { + 21, + 3 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 4 + }, + { + 21, + 4 + }, + { + 11, + 0 + }, + { + 21, + 3 + }, + { + 21, + 3 + }, + { + 9, + 0 + }, + { + 1, + 0 + }, + { + 21, + 3 + }, + { + 21, + 3 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 14, + 0 + }, + { + 21, + 2 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 21, + 3 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 21, + 2 + }, + { + 3, + 0 + }, + { + 14, + 0 + }, + { + 21, + 3 + }, + { + 1, + 0 + }, + { + 21, + 1 + }, + { + 21, + 1 + }, + { + 21, + 2 + }, + { + 21, + 1 + }, + { + 21, + 1 + }, + { + 10, + 0 + } + } + }, + [53]={ + ["board"]={ + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 21, + 3 + }, + { + 21, + 5 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 14, + 0 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 21, + 3 + }, + { + 21, + 5 + }, + { + 3, + 0 + }, + { + 9, + 0 + }, + { + 21, + 3 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 21, + 2 + }, + { + 21, + 5 + }, + { + 9, + 0 + }, + { + 21, + 2 + }, + { + 21, + 3 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 21, + 2 + }, + { + 8, + 0 + }, + { + 21, + 1 + }, + { + 21, + 2 + }, + { + 21, + 3 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 8, + 0 + }, + { + 3, + 0 + }, + { + 21, + 1 + }, + { + 21, + 2 + }, + { + 21, + 3 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 21, + 1 + }, + { + 21, + 2 + }, + { + 8, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 21, + 1 + }, + { + 14, + 0 + }, + { + 1, + 0 + } + } + }, + [54]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 9, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 21, + 3 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 21, + 3 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 11, + 0 + }, + { + 21, + 1 + }, + { + 21, + 3 + }, + { + 21, + 3 + }, + { + 21, + 2 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 21, + 1 + }, + { + 21, + 1 + }, + { + 21, + 2 + }, + { + 21, + 2 + }, + { + 1, + 0 + } + } + }, + [55]={ + ["board"]={ + { + 18, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 10, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 22, + 2 + }, + { + 0, + 2 + }, + { + 22, + 3 + }, + { + 0, + 3 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 22, + 2 + }, + { + 14, + 0 + }, + { + 22, + 3 + }, + { + 14, + 0 + }, + { + 22, + 3 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [56]={ + ["board"]={ + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 4, + 3 + }, + { + 4, + 3 + }, + { + 4, + 1 + }, + { + 4, + 2 + }, + { + 4, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 4, + 2 + }, + { + 4, + 2 + }, + { + 4, + 5 + }, + { + 4, + 5 + }, + { + 4, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 22, + 3 + }, + { + 22, + 3 + }, + { + 22, + 2 + }, + { + 22, + 2 + }, + { + 22, + 1 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 22, + 5 + }, + { + 22, + 4 + }, + { + 22, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [57]={ + ["board"]={ + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 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, + 4 + }, + { + 4, + 2 + }, + { + 4, + 5 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 22, + 3 + }, + { + 22, + 3 + }, + { + 22, + 3 + }, + { + 22, + 2 + }, + { + 22, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 22, + 2 + }, + { + 22, + 1 + }, + { + 22, + 5 + }, + { + 22, + 2 + }, + { + 22, + 1 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 22, + 1 + }, + { + 22, + 5 + }, + { + 22, + 2 + }, + { + 14, + 0 + }, + { + 1, + 0 + } + } + }, + [58]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 19, + 0 + }, + { + 4, + 4 + }, + { + 4, + 1 + }, + { + 4, + 4 + }, + { + 4, + 4 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 4, + 5 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 22, + 1 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 14, + 0 + }, + { + 22, + 1 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 22, + 1 + }, + { + 22, + 1 + }, + { + 22, + 2 + }, + { + 22, + 2 + }, + { + 22, + 2 + }, + { + 19, + 0 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 22, + 1 + }, + { + 22, + 1 + }, + { + 22, + 1 + }, + { + 22, + 1 + }, + { + 19, + 0 + }, + { + 1, + 0 + } + } + }, + [59]={ + ["board"]={ + { + 19, + 0 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 1, + 0 + }, + { + 4, + 3 + }, + { + 4, + 4 + }, + { + 4, + 3 + }, + { + 4, + 1 + }, + { + 4, + 1 + }, + { + 1, + 0 + }, + { + 1, + 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, + 4 + }, + { + 0, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 22, + 1 + }, + { + 22, + 3 + }, + { + 22, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [60]={ + ["board"]={ + { + 1, + 0 + }, + { + 1, + 5 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 19, + 0 + }, + { + 1, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 0, + 4 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 4, + 3 + }, + { + 4, + 3 + }, + { + 4, + 3 + }, + { + 4, + 2 + }, + { + 4, + 2 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 4, + 2 + }, + { + 22, + 2 + }, + { + 22, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 0, + 0 + }, + { + 4, + 1 + }, + { + 22, + 2 + }, + { + 22, + 4 + }, + { + 22, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 14, + 0 + }, + { + 22, + 2 + }, + { + 22, + 4 + }, + { + 22, + 4 + } + } + }, + [61]={ + ["board"]={ + { + 18, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 22, + 1 + }, + { + 22, + 3 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 22, + 2 + }, + { + 22, + 4 + }, + { + 18, + 0 + }, + { + 4, + 5 + }, + { + 4, + 5 + }, + { + 4, + 5 + }, + { + 4, + 4 + }, + { + 14, + 0 + }, + { + 22, + 5 + }, + { + 18, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 22, + 1 + }, + { + 22, + 2 + }, + { + 22, + 3 + }, + { + 22, + 4 + } + } + }, + [62]={ + ["board"]={ + { + 22, + 5 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 4, + 3 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 4, + 3 + }, + { + 4, + 3 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 14, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 4, + 5 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 4, + 5 + }, + { + 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 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 22, + 1 + }, + { + 19, + 0 + }, + { + 22, + 2 + }, + { + 19, + 0 + }, + { + 22, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [63]={ + ["board"]={ + { + 12, + 2 + }, + { + 18, + 0 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 1, + 0 + }, + { + 18, + 0 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 18, + 0 + }, + { + 12, + 2 + }, + { + 12, + 2 + }, + { + 19, + 0 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 4 + }, + { + 19, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 12, + 2 + }, + { + 12, + 2 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 19, + 0 + }, + { + 20, + 0 + }, + { + 1, + 0 + }, + { + 20, + 0 + }, + { + 19, + 0 + }, + { + 12, + 2 + }, + { + 12, + 2 + }, + { + 20, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 20, + 0 + }, + { + 1, + 0 + } + } + }, + [64]={ + ["board"]={ + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 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, + 2 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [65]={ + ["board"]={ + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 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, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 19, + 0 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 18, + 0 + }, + { + 12, + 4 + }, + { + 12, + 5 + }, + { + 12, + 5 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 18, + 0 + }, + { + 12, + 5 + }, + { + 12, + 5 + }, + { + 19, + 0 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 14, + 0 + }, + { + 19, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [66]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 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, + 0 + }, + { + 19, + 0 + }, + { + 12, + 1 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 1, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 12, + 3 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [67]={ + ["board"]={ + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 11, + 0 + }, + { + 18, + 0 + }, + { + 14, + 0 + }, + { + 18, + 0 + }, + { + 9, + 0 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 14, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 10, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [68]={ + ["board"]={ + { + 18, + 0 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 5 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 5 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 4, + 4 + }, + { + 4, + 4 + }, + { + 19, + 0 + }, + { + 4, + 1 + }, + { + 4, + 1 + }, + { + 19, + 0 + }, + { + 18, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 12, + 5 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 18, + 0 + }, + { + 1, + 0 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 14, + 0 + }, + { + 19, + 0 + }, + { + 1, + 0 + }, + { + 19, + 0 + }, + { + 14, + 0 + }, + { + 19, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [69]={ + ["board"]={ + { + 19, + 0 + }, + { + 0, + 5 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 20, + 0 + }, + { + 4, + 4 + }, + { + 0, + 0 + }, + { + 4, + 4 + }, + { + 0, + 0 + }, + { + 4, + 4 + }, + { + 20, + 0 + }, + { + 0, + 0 + }, + { + 4, + 4 + }, + { + 0, + 0 + }, + { + 4, + 4 + }, + { + 0, + 0 + }, + { + 4, + 4 + }, + { + 0, + 0 + }, + { + 20, + 0 + }, + { + 12, + 4 + }, + { + 20, + 0 + }, + { + 12, + 4 + }, + { + 20, + 0 + }, + { + 12, + 4 + }, + { + 20, + 0 + }, + { + 12, + 4 + }, + { + 14, + 0 + }, + { + 12, + 4 + }, + { + 12, + 4 + }, + { + 12, + 4 + }, + { + 14, + 0 + }, + { + 12, + 4 + } + } + }, + [70]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 19, + 0 + }, + { + 4, + 2 + }, + { + 4, + 1 + }, + { + 4, + 3 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 1, + 0 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 4, + 2 + }, + { + 4, + 3 + }, + { + 4, + 2 + }, + { + 12, + 2 + }, + { + 0, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 4, + 2 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 12, + 2 + }, + { + 0, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 0, + 0 + }, + { + 12, + 2 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 18, + 0 + }, + { + 12, + 2 + }, + { + 1, + 0 + }, + { + 18, + 0 + }, + { + 14, + 0 + }, + { + 18, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [71]={ + ["board"]={ + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 11, + 0 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 12, + 2 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 11, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 14, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 11, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 14, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + } + } + }, + [72]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 12, + 3 + }, + { + 0, + 4 + }, + { + 10, + 0 + }, + { + 0, + 5 + }, + { + 11, + 0 + }, + { + 0, + 4 + }, + { + 12, + 3 + }, + { + 4, + 3 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 4, + 3 + }, + { + 12, + 3 + }, + { + 3, + 0 + }, + { + 10, + 0 + }, + { + 0, + 0 + }, + { + 11, + 0 + }, + { + 3, + 0 + }, + { + 12, + 3 + }, + { + 7, + 0 + }, + { + 7, + 0 + }, + { + 7, + 0 + }, + { + 7, + 0 + }, + { + 7, + 0 + }, + { + 7, + 0 + }, + { + 7, + 0 + }, + { + 14, + 0 + }, + { + 7, + 0 + }, + { + 10, + 0 + }, + { + 0, + 0 + }, + { + 11, + 0 + }, + { + 7, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 7, + 0 + }, + { + 7, + 0 + }, + { + 7, + 0 + }, + { + 7, + 0 + }, + { + 7, + 0 + }, + { + 1, + 0 + } + } + }, + [73]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 9, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 4, + 1 + }, + { + 4, + 1 + }, + { + 2, + 0 + }, + { + 4, + 1 + }, + { + 4, + 1 + }, + { + 1, + 0 + }, + { + 4, + 3 + }, + { + 4, + 3 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 4, + 3 + }, + { + 4, + 3 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [74]={ + ["board"]={ + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 9, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 7, + 0 + }, + { + 7, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 10, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 7, + 0 + }, + { + 7, + 0 + }, + { + 7, + 0 + }, + { + 7, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 14, + 0 + }, + { + 7, + 0 + }, + { + 7, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [75]={ + ["board"]={ + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 9, + 0 + }, + { + 9, + 0 + }, + { + 9, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + } + } + }, + [76]={ + ["board"]={ + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 4, + 5 + }, + { + 4, + 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, + 5 + }, + { + 4, + 5 + }, + { + 4, + 4 + }, + { + 4, + 4 + }, + { + 4, + 3 + }, + { + 4, + 3 + }, + { + 10, + 0 + }, + { + 11, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 14, + 0 + } + } + }, + [77]={ + ["board"]={ + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 4, + 2 + }, + { + 4, + 2 + }, + { + 11, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 7, + 0 + }, + { + 7, + 0 + }, + { + 7, + 0 + }, + { + 7, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 11, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 7, + 0 + }, + { + 7, + 0 + }, + { + 7, + 0 + }, + { + 7, + 0 + }, + { + 1, + 0 + } + } + }, + [78]={ + ["board"]={ + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 9, + 0 + }, + { + 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, + 4 + }, + { + 4, + 3 + }, + { + 4, + 3 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + } + } + }, + [79]={ + ["board"]={ + { + 25, + 0 + }, + { + 25, + 0 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 24, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 25, + 0 + }, + { + 25, + 0 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 24, + 0 + }, + { + 9, + 0 + }, + { + 1, + 0 + }, + { + 25, + 0 + }, + { + 25, + 0 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 24, + 0 + }, + { + 25, + 0 + }, + { + 9, + 0 + }, + { + 25, + 0 + }, + { + 25, + 0 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 24, + 0 + }, + { + 25, + 0 + }, + { + 25, + 0 + }, + { + 11, + 0 + }, + { + 24, + 0 + }, + { + 0, + 4 + }, + { + 23, + 3 + }, + { + 23, + 2 + }, + { + 23, + 1 + }, + { + 23, + 5 + }, + { + 1, + 0 + }, + { + 11, + 0 + }, + { + 23, + 4 + }, + { + 23, + 3 + }, + { + 23, + 2 + }, + { + 23, + 1 + }, + { + 23, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 23, + 4 + }, + { + 23, + 3 + }, + { + 23, + 2 + }, + { + 23, + 1 + }, + { + 23, + 5 + } + } + }, + [80]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 23, + 1 + }, + { + 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 + }, + { + 27, + 5 + }, + { + 27, + 1 + }, + { + 25, + 0 + }, + { + 23, + 1 + }, + { + 23, + 1 + }, + { + 25, + 0 + }, + { + 25, + 0 + }, + { + 25, + 0 + }, + { + 25, + 0 + }, + { + 25, + 0 + }, + { + 23, + 1 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 23, + 1 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [81]={ + ["board"]={ + { + 1, + 0 + }, + { + 23, + 5 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 5 + }, + { + 25, + 0 + }, + { + 23, + 4 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 5 + }, + { + 25, + 0 + }, + { + 0, + 4 + }, + { + 25, + 0 + }, + { + 23, + 2 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 5 + }, + { + 25, + 0 + }, + { + 0, + 4 + }, + { + 25, + 0 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 24, + 0 + }, + { + 25, + 0 + }, + { + 0, + 4 + }, + { + 25, + 0 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 24, + 0 + }, + { + 25, + 0 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [82]={ + ["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 + }, + { + 0, + 2 + }, + { + 27, + 1 + }, + { + 0, + 5 + }, + { + 27, + 5 + }, + { + 0, + 4 + }, + { + 24, + 0 + }, + { + 25, + 0 + }, + { + 24, + 0 + }, + { + 0, + 3 + }, + { + 24, + 0 + }, + { + 25, + 0 + }, + { + 24, + 0 + }, + { + 25, + 0 + }, + { + 24, + 0 + }, + { + 23, + 3 + }, + { + 23, + 3 + }, + { + 23, + 3 + }, + { + 24, + 0 + }, + { + 25, + 0 + }, + { + 14, + 0 + }, + { + 25, + 0 + }, + { + 23, + 3 + }, + { + 23, + 2 + }, + { + 23, + 3 + }, + { + 25, + 0 + }, + { + 14, + 0 + }, + { + 23, + 3 + }, + { + 25, + 0 + }, + { + 23, + 2 + }, + { + 23, + 2 + }, + { + 23, + 2 + }, + { + 25, + 0 + }, + { + 23, + 3 + } + } + }, + [83]={ + ["board"]={ + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 14, + 0 + }, + { + 24, + 0 + }, + { + 24, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 24, + 0 + }, + { + 24, + 0 + }, + { + 24, + 0 + }, + { + 9, + 0 + }, + { + 24, + 0 + }, + { + 24, + 0 + }, + { + 24, + 0 + }, + { + 24, + 0 + }, + { + 25, + 0 + }, + { + 24, + 0 + }, + { + 24, + 0 + }, + { + 24, + 0 + }, + { + 24, + 0 + }, + { + 24, + 0 + }, + { + 23, + 2 + }, + { + 1, + 0 + }, + { + 24, + 0 + }, + { + 24, + 0 + }, + { + 24, + 0 + }, + { + 24, + 0 + }, + { + 23, + 2 + }, + { + 23, + 2 + }, + { + 1, + 0 + }, + { + 25, + 0 + }, + { + 24, + 0 + }, + { + 24, + 0 + }, + { + 23, + 1 + }, + { + 23, + 1 + }, + { + 23, + 1 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 25, + 0 + }, + { + 23, + 1 + }, + { + 23, + 3 + }, + { + 14, + 0 + }, + { + 1, + 0 + } + } + }, + [84]={ + ["board"]={ + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 24, + 0 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 24, + 0 + }, + { + 25, + 0 + }, + { + 24, + 0 + }, + { + 27, + 3 + }, + { + 27, + 2 + }, + { + 27, + 1 + }, + { + 24, + 0 + }, + { + 25, + 0 + }, + { + 25, + 0 + }, + { + 25, + 0 + }, + { + 27, + 3 + }, + { + 27, + 2 + }, + { + 27, + 1 + }, + { + 25, + 0 + }, + { + 25, + 0 + }, + { + 25, + 0 + }, + { + 25, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 25, + 0 + }, + { + 25, + 0 + }, + { + 1, + 0 + }, + { + 23, + 1 + }, + { + 23, + 1 + }, + { + 26, + 0 + }, + { + 23, + 2 + }, + { + 23, + 2 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [85]={ + ["board"]={ + { + 1, + 0 + }, + { + 1, + 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 + }, + { + 27, + 3 + }, + { + 23, + 5 + }, + { + 23, + 5 + }, + { + 23, + 5 + }, + { + 24, + 0 + }, + { + 27, + 4 + }, + { + 27, + 3 + }, + { + 27, + 4 + }, + { + 24, + 0 + }, + { + 23, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 24, + 0 + }, + { + 14, + 0 + }, + { + 24, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 23, + 5 + }, + { + 23, + 5 + }, + { + 23, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [86]={ + ["board"]={ + { + 14, + 0 + }, + { + 27, + 1 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 0, + 4 + }, + { + 27, + 4 + }, + { + 14, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 27, + 3 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 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 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 23, + 2 + }, + { + 23, + 5 + }, + { + 23, + 3 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [87]={ + ["board"]={ + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 0, + 5 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 28, + 0 + }, + { + 0, + 5 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 28, + 0 + }, + { + 29, + 0 + }, + { + 28, + 0 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 28, + 0 + }, + { + 29, + 0 + }, + { + 30, + 0 + }, + { + 29, + 0 + }, + { + 28, + 0 + }, + { + 0, + 1 + }, + { + 28, + 0 + }, + { + 29, + 0 + }, + { + 30, + 0 + }, + { + 30, + 0 + }, + { + 30, + 0 + }, + { + 29, + 0 + }, + { + 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 + }, + { + 5, + 1 + }, + { + 5, + 2 + } + } + }, + [88]={ + ["board"]={ + { + 1, + 0 + }, + { + 1, + 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 + }, + { + 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, + 2 + }, + { + 29, + 0 + }, + { + 30, + 0 + }, + { + 29, + 0 + } + } + }, + [89]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 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 + }, + { + 28, + 0 + }, + { + 28, + 0 + }, + { + 28, + 0 + }, + { + 21, + 4 + }, + { + 21, + 4 + }, + { + 21, + 4 + }, + { + 21, + 4 + }, + { + 29, + 0 + }, + { + 29, + 0 + }, + { + 29, + 0 + }, + { + 21, + 4 + }, + { + 21, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 29, + 0 + }, + { + 29, + 0 + }, + { + 29, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [90]={ + ["board"]={ + { + 5, + 5 + }, + { + 5, + 2 + }, + { + 5, + 1 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 0, + 0 + }, + { + 9, + 0 + }, + { + 5, + 1 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 0 + }, + { + 28, + 0 + }, + { + 5, + 1 + }, + { + 5, + 1 + }, + { + 5, + 5 + }, + { + 5, + 5 + }, + { + 5, + 5 + }, + { + 0, + 0 + }, + { + 28, + 0 + }, + { + 21, + 3 + }, + { + 21, + 3 + }, + { + 21, + 3 + }, + { + 9, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 28, + 0 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 28, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 28, + 0 + }, + { + 30, + 0 + }, + { + 30, + 0 + }, + { + 30, + 0 + }, + { + 28, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 28, + 0 + }, + { + 14, + 0 + }, + { + 30, + 0 + }, + { + 14, + 0 + }, + { + 28, + 0 + }, + { + 1, + 0 + } + } + }, + [91]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 1, + 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, + 0 + }, + { + 28, + 0 + }, + { + 29, + 0 + }, + { + 29, + 0 + }, + { + 29, + 0 + }, + { + 28, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 5, + 1 + }, + { + 5, + 2 + }, + { + 14, + 0 + }, + { + 5, + 3 + }, + { + 5, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 5, + 1 + }, + { + 5, + 2 + }, + { + 1, + 0 + }, + { + 5, + 3 + }, + { + 5, + 4 + }, + { + 1, + 0 + } + } + }, + [92]={ + ["board"]={ + { + 29, + 0 + }, + { + 28, + 0 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 28, + 0 + }, + { + 29, + 0 + }, + { + 29, + 0 + }, + { + 28, + 0 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 28, + 0 + }, + { + 29, + 0 + }, + { + 5, + 1 + }, + { + 5, + 5 + }, + { + 21, + 2 + }, + { + 0, + 3 + }, + { + 21, + 4 + }, + { + 5, + 2 + }, + { + 5, + 1 + }, + { + 5, + 5 + }, + { + 5, + 1 + }, + { + 21, + 2 + }, + { + 0, + 3 + }, + { + 21, + 4 + }, + { + 5, + 1 + }, + { + 5, + 2 + }, + { + 0, + 0 + }, + { + 5, + 5 + }, + { + 5, + 1 + }, + { + 5, + 1 + }, + { + 5, + 1 + }, + { + 5, + 2 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + } + } + }, + [93]={ + ["board"]={ + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 21, + 3 + }, + { + 21, + 3 + }, + { + 21, + 2 + }, + { + 9, + 0 + }, + { + 21, + 2 + }, + { + 21, + 3 + }, + { + 21, + 3 + }, + { + 0, + 0 + }, + { + 21, + 3 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 21, + 3 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 21, + 3 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 21, + 3 + }, + { + 0, + 0 + }, + { + 5, + 4 + }, + { + 5, + 4 + }, + { + 5, + 4 + }, + { + 1, + 0 + }, + { + 5, + 4 + }, + { + 5, + 4 + }, + { + 5, + 4 + }, + { + 14, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 30, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [94]={ + ["board"]={ + { + 29, + 0 + }, + { + 29, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 29, + 0 + }, + { + 29, + 0 + }, + { + 29, + 0 + }, + { + 29, + 0 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 29, + 0 + }, + { + 29, + 0 + }, + { + 28, + 0 + }, + { + 28, + 0 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 28, + 0 + }, + { + 28, + 0 + }, + { + 5, + 1 + }, + { + 5, + 1 + }, + { + 5, + 1 + }, + { + 5, + 5 + }, + { + 5, + 2 + }, + { + 5, + 2 + }, + { + 5, + 2 + }, + { + 21, + 3 + }, + { + 21, + 3 + }, + { + 21, + 5 + }, + { + 1, + 0 + }, + { + 21, + 5 + }, + { + 21, + 4 + }, + { + 21, + 4 + }, + { + 21, + 1 + }, + { + 1, + 0 + }, + { + 21, + 5 + }, + { + 1, + 0 + }, + { + 21, + 5 + }, + { + 1, + 0 + }, + { + 21, + 2 + }, + { + 21, + 1 + }, + { + 1, + 0 + }, + { + 21, + 5 + }, + { + 14, + 0 + }, + { + 21, + 5 + }, + { + 1, + 0 + }, + { + 21, + 2 + } + } + }, + [95]={ + ["board"]={ + { + 31, + 0 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 35, + 4 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 31, + 0 + }, + { + 1, + 0 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 0, + 5 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 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, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 35, + 4 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 35, + 4 + }, + { + 31, + 0 + } + } + }, + [96]={ + ["board"]={ + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 31, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 0, + 0 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 8, + 0 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 32, + 0 + }, + { + 31, + 0 + }, + { + 0, + 2 + }, + { + 10, + 0 + }, + { + 0, + 3 + }, + { + 11, + 0 + }, + { + 0, + 1 + }, + { + 31, + 0 + }, + { + 14, + 0 + }, + { + 33, + 0 + }, + { + 0, + 3 + }, + { + 9, + 0 + }, + { + 0, + 2 + }, + { + 33, + 0 + }, + { + 14, + 0 + }, + { + 33, + 0 + }, + { + 33, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 33, + 0 + }, + { + 33, + 0 + }, + { + 33, + 0 + }, + { + 33, + 0 + }, + { + 33, + 0 + }, + { + 31, + 0 + }, + { + 33, + 0 + }, + { + 33, + 0 + }, + { + 33, + 0 + } + } + }, + [97]={ + ["board"]={ + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 5 + }, + { + 4, + 3 + }, + { + 4, + 3 + }, + { + 4, + 3 + }, + { + 4, + 3 + }, + { + 4, + 4 + }, + { + 0, + 4 + }, + { + 4, + 5 + }, + { + 4, + 1 + }, + { + 9, + 0 + }, + { + 32, + 0 + }, + { + 10, + 0 + }, + { + 4, + 1 + }, + { + 4, + 4 + }, + { + 33, + 0 + }, + { + 0, + 0 + }, + { + 32, + 0 + }, + { + 33, + 0 + }, + { + 32, + 0 + }, + { + 0, + 0 + }, + { + 33, + 0 + }, + { + 35, + 3 + }, + { + 0, + 0 + }, + { + 10, + 0 + }, + { + 33, + 0 + }, + { + 11, + 0 + }, + { + 0, + 0 + }, + { + 35, + 3 + }, + { + 35, + 3 + }, + { + 35, + 3 + }, + { + 33, + 0 + }, + { + 33, + 0 + }, + { + 33, + 0 + }, + { + 35, + 3 + }, + { + 35, + 3 + }, + { + 14, + 0 + }, + { + 33, + 0 + }, + { + 33, + 0 + }, + { + 33, + 0 + }, + { + 33, + 0 + }, + { + 33, + 0 + }, + { + 14, + 0 + } + } + }, + [98]={ + ["board"]={ + { + 1, + 0 + }, + { + 4, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 4, + 2 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 4, + 2 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 4, + 4 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 32, + 0 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 32, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 35, + 3 + }, + { + 35, + 2 + }, + { + 35, + 4 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 4, + 2 + }, + { + 35, + 2 + }, + { + 4, + 1 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 4, + 1 + }, + { + 4, + 1 + }, + { + 35, + 2 + }, + { + 4, + 2 + }, + { + 4, + 2 + }, + { + 1, + 0 + } + } + }, + [99]={ + ["board"]={ + { + 31, + 0 + }, + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 0, + 3 + }, + { + 0, + 5 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 31, + 0 + }, + { + 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 + }, + { + 35, + 3 + }, + { + 35, + 1 + }, + { + 4, + 1 + }, + { + 4, + 5 + }, + { + 1, + 0 + }, + { + 4, + 5 + }, + { + 4, + 1 + }, + { + 35, + 2 + }, + { + 35, + 1 + }, + { + 4, + 1 + }, + { + 4, + 5 + }, + { + 4, + 1 + }, + { + 4, + 5 + }, + { + 4, + 1 + }, + { + 35, + 3 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 14, + 0 + } + } + }, + [100]={ + ["board"]={ + { + 1, + 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 + }, + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 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 + }, + { + 0, + 5 + }, + { + 14, + 0 + }, + { + 35, + 5 + }, + { + 0, + 5 + }, + { + 4, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 4, + 5 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [101]={ + ["board"]={ + { + 32, + 0 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 0, + 5 + }, + { + 0, + 3 + }, + { + 0, + 5 + }, + { + 0, + 3 + }, + { + 0, + 5 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 3 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 14, + 0 + }, + { + 35, + 1 + }, + { + 4, + 4 + }, + { + 4, + 4 + }, + { + 4, + 4 + }, + { + 35, + 3 + }, + { + 14, + 0 + }, + { + 35, + 1 + }, + { + 35, + 1 + }, + { + 35, + 1 + }, + { + 32, + 0 + }, + { + 35, + 3 + }, + { + 35, + 3 + }, + { + 35, + 3 + }, + { + 1, + 0 + }, + { + 35, + 1 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 35, + 3 + }, + { + 1, + 0 + } + } + }, + [102]={ + ["board"]={ + { + 32, + 0 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 33, + 0 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 0, + 4 + }, + { + 33, + 0 + }, + { + 14, + 0 + }, + { + 33, + 0 + }, + { + 0, + 3 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 33, + 0 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 4, + 2 + }, + { + 0, + 4 + }, + { + 4, + 3 + }, + { + 0, + 1 + }, + { + 4, + 1 + }, + { + 32, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 4, + 2 + }, + { + 4, + 3 + }, + { + 4, + 3 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [103]={ + ["board"]={ + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 32, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 32, + 0 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 32, + 0 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 34, + 2 + }, + { + 34, + 1 + }, + { + 34, + 2 + }, + { + 32, + 0 + }, + { + 34, + 2 + }, + { + 34, + 1 + }, + { + 34, + 2 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 34, + 2 + }, + { + 32, + 0 + }, + { + 34, + 2 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 14, + 0 + }, + { + 32, + 0 + }, + { + 14, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + } + } + }, + [104]={ + ["board"]={ + { + 32, + 0 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 32, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 0, + 0 + }, + { + 32, + 0 + }, + { + 0, + 0 + }, + { + 33, + 0 + }, + { + 0, + 0 + }, + { + 32, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 32, + 0 + }, + { + 0, + 0 + }, + { + 33, + 0 + }, + { + 0, + 0 + }, + { + 32, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 32, + 0 + }, + { + 34, + 1 + }, + { + 33, + 0 + }, + { + 34, + 1 + }, + { + 32, + 0 + }, + { + 0, + 0 + }, + { + 34, + 1 + }, + { + 32, + 0 + }, + { + 14, + 0 + }, + { + 33, + 0 + }, + { + 14, + 0 + }, + { + 32, + 0 + }, + { + 34, + 2 + } + } + }, + [105]={ + ["board"]={ + { + 32, + 0 + }, + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 4, + 3 + }, + { + 4, + 2 + }, + { + 4, + 3 + }, + { + 4, + 4 + }, + { + 4, + 4 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 1, + 0 + }, + { + 34, + 1 + }, + { + 34, + 1 + }, + { + 34, + 1 + }, + { + 1, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 1, + 0 + }, + { + 34, + 1 + }, + { + 34, + 2 + }, + { + 34, + 1 + }, + { + 1, + 0 + }, + { + 32, + 0 + }, + { + 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 + } + } + }, + [106]={ + ["board"]={ + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 5 + }, + { + 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 + }, + { + 0, + 5 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 4, + 4 + }, + { + 4, + 4 + }, + { + 4, + 1 + }, + { + 4, + 3 + }, + { + 4, + 3 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 34, + 5 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 34, + 4 + }, + { + 0, + 0 + }, + { + 34, + 3 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 34, + 2 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 34, + 1 + } + } + }, + [107]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 1, + 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 + }, + { + 0, + 4 + }, + { + 32, + 0 + }, + { + 34, + 5 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 33, + 0 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 33, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 0, + 0 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 0 + }, + { + 31, + 0 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + } + } + }, + [108]={ + ["board"]={ + { + 33, + 0 + }, + { + 33, + 0 + }, + { + 33, + 0 + }, + { + 0, + 3 + }, + { + 33, + 0 + }, + { + 33, + 0 + }, + { + 33, + 0 + }, + { + 33, + 0 + }, + { + 33, + 0 + }, + { + 0, + 1 + }, + { + 33, + 0 + }, + { + 0, + 3 + }, + { + 33, + 0 + }, + { + 33, + 0 + }, + { + 33, + 0 + }, + { + 0, + 1 + }, + { + 33, + 0 + }, + { + 0, + 4 + }, + { + 33, + 0 + }, + { + 0, + 3 + }, + { + 33, + 0 + }, + { + 0, + 1 + }, + { + 33, + 0 + }, + { + 0, + 4 + }, + { + 33, + 0 + }, + { + 0, + 4 + }, + { + 33, + 0 + }, + { + 0, + 1 + }, + { + 33, + 0 + }, + { + 0, + 4 + }, + { + 33, + 0 + }, + { + 0, + 4 + }, + { + 33, + 0 + }, + { + 0, + 4 + }, + { + 33, + 0 + }, + { + 0, + 1 + }, + { + 33, + 0 + }, + { + 0, + 1 + }, + { + 33, + 0 + }, + { + 0, + 1 + }, + { + 33, + 0 + }, + { + 0, + 1 + }, + { + 33, + 0 + }, + { + 14, + 0 + }, + { + 33, + 0 + }, + { + 0, + 4 + }, + { + 33, + 0 + }, + { + 14, + 0 + }, + { + 33, + 0 + } + } + }, + [109]={ + ["board"]={ + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 32, + 0 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 32, + 0 + }, + { + 34, + 1 + }, + { + 32, + 0 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 32, + 0 + }, + { + 34, + 1 + }, + { + 34, + 1 + }, + { + 34, + 1 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 34, + 1 + }, + { + 34, + 1 + }, + { + 1, + 0 + }, + { + 34, + 1 + }, + { + 34, + 1 + }, + { + 32, + 0 + }, + { + 34, + 1 + }, + { + 34, + 1 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 32, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 32, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [110]={ + ["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, + 4 + }, + { + 34, + 3 + }, + { + 33, + 0 + }, + { + 33, + 0 + }, + { + 34, + 2 + }, + { + 34, + 2 + }, + { + 14, + 0 + }, + { + 34, + 4 + }, + { + 14, + 0 + }, + { + 34, + 2 + }, + { + 34, + 2 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 4, + 2 + }, + { + 4, + 3 + }, + { + 4, + 2 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 4, + 3 + }, + { + 4, + 2 + }, + { + 4, + 3 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [111]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 34, + 2 + }, + { + 34, + 5 + }, + { + 34, + 5 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 34, + 1 + }, + { + 1, + 0 + }, + { + 32, + 0 + }, + { + 1, + 0 + }, + { + 34, + 2 + }, + { + 0, + 1 + }, + { + 0, + 5 + }, + { + 34, + 4 + }, + { + 32, + 0 + }, + { + 14, + 0 + }, + { + 32, + 0 + }, + { + 34, + 1 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 34, + 1 + }, + { + 1, + 0 + }, + { + 32, + 0 + }, + { + 1, + 0 + }, + { + 34, + 5 + }, + { + 0, + 5 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 34, + 2 + }, + { + 34, + 4 + }, + { + 34, + 5 + }, + { + 0, + 1 + }, + { + 0, + 5 + }, + { + 1, + 0 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 1, + 0 + } + } + }, + [112]={ + ["board"]={ + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 5 + }, + { + 0, + 3 + }, + { + 31, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 5 + }, + { + 0, + 3 + }, + { + 31, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 5 + }, + { + 31, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 34, + 2 + }, + { + 34, + 1 + }, + { + 34, + 3 + }, + { + 34, + 3 + }, + { + 34, + 1 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 34, + 1 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 34, + 1 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [113]={ + ["board"]={ + { + 0, + 1 + }, + { + 34, + 2 + }, + { + 34, + 2 + }, + { + 34, + 2 + }, + { + 34, + 2 + }, + { + 34, + 2 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 34, + 2 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 33, + 0 + }, + { + 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 + }, + { + 0, + 5 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 34, + 1 + }, + { + 34, + 2 + }, + { + 34, + 2 + }, + { + 34, + 2 + }, + { + 34, + 3 + }, + { + 0, + 3 + } + } + }, + [114]={ + ["board"]={ + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 32, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 32, + 0 + }, + { + 14, + 0 + }, + { + 32, + 0 + }, + { + 34, + 1 + }, + { + 32, + 0 + }, + { + 34, + 4 + }, + { + 32, + 0 + }, + { + 14, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 34, + 1 + }, + { + 34, + 2 + }, + { + 34, + 3 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 34, + 2 + }, + { + 0, + 5 + }, + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 34, + 4 + }, + { + 0, + 0 + }, + { + 34, + 3 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 34, + 5 + } + } + }, + [115]={ + ["board"]={ + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 14, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 36, + 0 + }, + { + 36, + 0 + }, + { + 36, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [116]={ + ["board"]={ + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 0, + 5 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 36, + 0 + }, + { + 14, + 0 + }, + { + 36, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + } + } + }, + [117]={ + ["board"]={ + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 36, + 0 + }, + { + 0, + 0 + }, + { + 36, + 0 + }, + { + 0, + 0 + }, + { + 36, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 14, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [118]={ + ["board"]={ + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 3, + 0 + }, + { + 36, + 0 + }, + { + 3, + 0 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 3, + 0 + }, + { + 3, + 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 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 36, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 36, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 14, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 36, + 0 + } + } + }, + [119]={ + ["board"]={ + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 1, + 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 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 36, + 0 + }, + { + 0, + 3 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [120]={ + ["board"]={ + { + 1, + 0 + }, + { + 36, + 0 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 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 + }, + { + 0, + 5 + }, + { + 36, + 0 + }, + { + 0, + 1 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 0, + 4 + }, + { + 14, + 0 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + } + } + }, + [121]={ + ["board"]={ + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 36, + 0 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 36, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 36, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 36, + 0 + }, + { + 0, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [122]={ + ["board"]={ + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 36, + 0 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 36, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 3, + 0 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 36, + 0 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 36, + 0 + }, + { + 14, + 0 + }, + { + 36, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [123]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 0, + 3 + }, + { + 0, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 0, + 3 + }, + { + 0, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 4, + 1 + }, + { + 4, + 2 + }, + { + 4, + 3 + }, + { + 4, + 4 + }, + { + 4, + 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 + }, + { + 5, + 4 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + } + } + }, + [124]={ + ["board"]={ + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 5, + 2 + }, + { + 5, + 3 + }, + { + 1, + 0 + }, + { + 5, + 3 + }, + { + 5, + 4 + }, + { + 5, + 5 + }, + { + 4, + 2 + }, + { + 4, + 3 + }, + { + 4, + 4 + }, + { + 4, + 1 + }, + { + 4, + 5 + }, + { + 5, + 5 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 5, + 5 + }, + { + 1, + 0 + }, + { + 5, + 1 + }, + { + 5, + 2 + }, + { + 5, + 2 + }, + { + 5, + 2 + }, + { + 5, + 3 + }, + { + 5, + 3 + }, + { + 5, + 3 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [125]={ + ["board"]={ + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 5, + 3 + }, + { + 1, + 0 + }, + { + 5, + 2 + }, + { + 4, + 2 + }, + { + 5, + 2 + }, + { + 1, + 3 + }, + { + 5, + 3 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 5, + 5 + }, + { + 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 + }, + { + 5, + 2 + }, + { + 5, + 3 + }, + { + 5, + 1 + }, + { + 5, + 2 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 5, + 2 + }, + { + 5, + 1 + }, + { + 14, + 0 + }, + { + 5, + 2 + }, + { + 5, + 2 + }, + { + 1, + 0 + } + } + }, + [126]={ + ["board"]={ + { + 0, + 3 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 4, + 4 + }, + { + 4, + 5 + }, + { + 4, + 5 + }, + { + 1, + 0 + }, + { + 4, + 3 + }, + { + 4, + 3 + }, + { + 4, + 4 + }, + { + 4, + 4 + }, + { + 1, + 0 + }, + { + 4, + 2 + }, + { + 1, + 0 + }, + { + 4, + 2 + }, + { + 1, + 0 + }, + { + 4, + 4 + }, + { + 4, + 3 + }, + { + 4, + 3 + }, + { + 4, + 2 + }, + { + 4, + 1 + }, + { + 4, + 2 + }, + { + 4, + 5 + }, + { + 4, + 5 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 5, + 3 + }, + { + 5, + 3 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 5, + 3 + }, + { + 5, + 3 + } + } + }, + [127]={ + ["board"]={ + { + 21, + 1 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 21, + 4 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 5, + 1 + }, + { + 5, + 1 + }, + { + 5, + 3 + }, + { + 5, + 3 + }, + { + 5, + 4 + }, + { + 5, + 4 + }, + { + 37, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 21, + 5 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 21, + 5 + }, + { + 14, + 0 + }, + { + 21, + 5 + }, + { + 0, + 0 + }, + { + 37, + 0 + }, + { + 5, + 3 + }, + { + 5, + 3 + }, + { + 5, + 2 + }, + { + 21, + 5 + }, + { + 5, + 5 + }, + { + 5, + 5 + }, + { + 1, + 0 + }, + { + 5, + 4 + }, + { + 5, + 4 + }, + { + 5, + 2 + }, + { + 1, + 0 + }, + { + 5, + 4 + }, + { + 5, + 4 + }, + { + 5, + 4 + } + } + }, + [128]={ + ["board"]={ + { + 21, + 3 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 5, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 21, + 3 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 5, + 2 + }, + { + 37, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 4 + }, + { + 5, + 5 + }, + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 21, + 3 + }, + { + 0, + 5 + }, + { + 5, + 5 + }, + { + 5, + 1 + }, + { + 5, + 4 + }, + { + 0, + 4 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 14, + 0 + }, + { + 5, + 3 + }, + { + 37, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 5, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 3 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 5, + 4 + }, + { + 5, + 4 + }, + { + 5, + 4 + }, + { + 0, + 3 + } + } + }, + [129]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 37, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 5, + 5 + }, + { + 5, + 5 + }, + { + 5, + 5 + }, + { + 5, + 1 + }, + { + 5, + 1 + }, + { + 1, + 0 + }, + { + 21, + 2 + }, + { + 21, + 2 + }, + { + 21, + 2 + }, + { + 21, + 3 + }, + { + 21, + 3 + }, + { + 21, + 3 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 5, + 4 + }, + { + 5, + 4 + }, + { + 5, + 5 + }, + { + 5, + 5 + }, + { + 5, + 5 + }, + { + 1, + 0 + }, + { + 21, + 4 + }, + { + 21, + 4 + }, + { + 21, + 4 + }, + { + 21, + 1 + }, + { + 21, + 1 + }, + { + 21, + 1 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 5, + 2 + }, + { + 5, + 2 + }, + { + 5, + 3 + }, + { + 5, + 3 + }, + { + 5, + 3 + }, + { + 1, + 0 + } + } + }, + [130]={ + ["board"]={ + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 1, + 0 + }, + { + 5, + 2 + }, + { + 5, + 2 + }, + { + 5, + 2 + }, + { + 5, + 5 + }, + { + 5, + 1 + }, + { + 5, + 1 + }, + { + 1, + 0 + }, + { + 5, + 2 + }, + { + 5, + 3 + }, + { + 5, + 3 + }, + { + 5, + 5 + }, + { + 5, + 1 + }, + { + 5, + 1 + }, + { + 1, + 0 + }, + { + 37, + 0 + }, + { + 21, + 1 + }, + { + 1, + 0 + }, + { + 0, + 5 + }, + { + 1, + 0 + }, + { + 21, + 1 + }, + { + 1, + 0 + }, + { + 14, + 0 + }, + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 37, + 0 + }, + { + 0, + 3 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 37, + 0 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 1, + 0 + } + } + }, + [131]={ + ["board"]={ + { + 37, + 0 + }, + { + 0, + 3 + }, + { + 5, + 1 + }, + { + 5, + 1 + }, + { + 5, + 1 + }, + { + 0, + 5 + }, + { + 37, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 7, + 0 + }, + { + 14, + 0 + }, + { + 7, + 0 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 5, + 3 + }, + { + 5, + 3 + }, + { + 5, + 3 + }, + { + 5, + 4 + }, + { + 5, + 5 + }, + { + 5, + 5 + }, + { + 5, + 5 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 21, + 4 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 1, + 0 + }, + { + 21, + 3 + }, + { + 21, + 3 + }, + { + 1, + 0 + }, + { + 21, + 5 + }, + { + 21, + 5 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + } + } + }, + [132]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 5, + 5 + }, + { + 5, + 5 + }, + { + 5, + 4 + }, + { + 5, + 4 + }, + { + 5, + 3 + }, + { + 5, + 3 + }, + { + 5, + 1 + }, + { + 1, + 0 + }, + { + 21, + 3 + }, + { + 5, + 4 + }, + { + 37, + 0 + }, + { + 5, + 3 + }, + { + 21, + 3 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 5, + 4 + }, + { + 14, + 0 + }, + { + 5, + 3 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 0 + }, + { + 5, + 4 + }, + { + 5, + 5 + }, + { + 5, + 3 + }, + { + 0, + 0 + }, + { + 1, + 0 + } + } + }, + [133]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 5, + 1 + }, + { + 37, + 0 + }, + { + 5, + 5 + }, + { + 5, + 5 + }, + { + 5, + 5 + }, + { + 37, + 0 + }, + { + 1, + 0 + }, + { + 5, + 1 + }, + { + 5, + 3 + }, + { + 5, + 3 + }, + { + 21, + 5 + }, + { + 5, + 3 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 5, + 2 + }, + { + 14, + 0 + }, + { + 5, + 4 + }, + { + 21, + 5 + }, + { + 5, + 3 + }, + { + 21, + 4 + }, + { + 37, + 0 + }, + { + 5, + 2 + }, + { + 1, + 0 + }, + { + 5, + 4 + }, + { + 5, + 2 + }, + { + 5, + 2 + }, + { + 1, + 0 + } + } + }, + [134]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 1, + 0 + }, + { + 37, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 37, + 0 + }, + { + 14, + 0 + }, + { + 5, + 3 + }, + { + 5, + 3 + }, + { + 5, + 3 + }, + { + 5, + 4 + }, + { + 5, + 4 + }, + { + 5, + 4 + }, + { + 5, + 1 + }, + { + 0, + 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 + }, + { + 21, + 1 + }, + { + 21, + 5 + }, + { + 1, + 0 + }, + { + 1, + 0 + } + } + }, + [135]={ + ["board"]={ + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 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, + 3 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 21, + 5 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 21, + 5 + }, + { + 21, + 3 + }, + { + 37, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 37, + 0 + }, + { + 21, + 5 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + } + } + }, + [136]={ + ["board"]={ + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 21, + 2 + }, + { + 21, + 2 + }, + { + 0, + 5 + }, + { + 14, + 0 + }, + { + 0, + 5 + }, + { + 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, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 37, + 0 + }, + { + 1, + 2 + }, + { + 2, + 0 + }, + { + 2, + 0 + } + } + }, + [137]={ + ["board"]={ + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 1, + 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 + }, + { + 37, + 0 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 1, + 0 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 0, + 1 + } + } + }, + [138]={ + ["board"]={ + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 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 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 3, + 0 + }, + { + 0, + 1 + }, + { + 3, + 0 + }, + { + 1, + 1 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 37, + 0 + }, + { + 0, + 4 + }, + { + 3, + 0 + }, + { + 0, + 3 + }, + { + 37, + 0 + }, + { + 0, + 3 + } + } + }, + [139]={ + ["board"]={ + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 3, + 0 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 3, + 0 + }, + { + 0, + 2 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 21, + 3 + }, + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 2, + 0 + }, + { + 21, + 5 + }, + { + 21, + 3 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 37, + 0 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, + { + 21, + 5 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 37, + 0 + }, + { + 14, + 0 + }, + { + 37, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + } + } + }, + [140]={ + ["board"]={ + { + 2, + 0 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, + { + 0, + 4 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 14, + 0 + }, + { + 0, + 5 + }, + { + 1, + 0 + }, + { + 0, + 4 + }, + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 14, + 0 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 1, + 0 + }, + { + 21, + 2 + }, + { + 2, + 0 + }, + { + 21, + 2 + }, + { + 2, + 0 + }, + { + 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 + }, + { + 21, + 2 + }, + { + 2, + 0 + } + } + }, + [141]={ + ["board"]={ + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 1, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 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 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 37, + 0 + }, + { + 0, + 5 + }, + { + 21, + 1 + }, + { + 0, + 1 + }, + { + 37, + 0 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 1, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + } + } + }, + [142]={ + ["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 + }, + { + 2, + 0 + }, + { + 0, + 5 + }, + { + 37, + 0 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 21, + 2 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 21, + 3 + }, + { + 2, + 0 + } + } + }, + [143]={ + ["board"]={ + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 0, + 0 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 1 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 21, + 5 + }, + { + 0, + 0 + }, + { + 14, + 0 + }, + { + 0, + 0 + }, + { + 21, + 4 + }, + { + 0, + 0 + }, + { + 21, + 5 + }, + { + 21, + 5 + }, + { + 21, + 5 + }, + { + 21, + 1 + }, + { + 21, + 4 + }, + { + 21, + 4 + }, + { + 21, + 4 + } + }, + ["grid_edge"]={ + { + ["pos"]=11, + ["type"]=1, + ["direction"]=2 + }, + { + ["pos"]=22, + ["type"]=1, + ["direction"]=2 + }, + { + ["pos"]=33, + ["type"]=1, + ["direction"]=2 + }, + { + ["pos"]=44, + ["type"]=1, + ["direction"]=2 + }, + { + ["pos"]=35, + ["type"]=1, + ["direction"]=2 + }, + { + ["pos"]=26, + ["type"]=1, + ["direction"]=2 + }, + { + ["pos"]=17, + ["type"]=1, + ["direction"]=2 + }, + { + ["pos"]=22, + ["type"]=1, + ["direction"]=3 + }, + { + ["pos"]=33, + ["type"]=1, + ["direction"]=3 + }, + { + ["pos"]=44, + ["type"]=1, + ["direction"]=3 + }, + { + ["pos"]=35, + ["type"]=1, + ["direction"]=4 + }, + { + ["pos"]=26, + ["type"]=1, + ["direction"]=4 + }, + { + ["pos"]=44, + ["type"]=1, + ["direction"]=4 + } + } + }, + [144]={ + ["board"]={ + { + 1, + 0 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 1, + 0 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 21, + 5 + }, + { + 21, + 2 + }, + { + 21, + 2 + }, + { + 14, + 0 + }, + { + 21, + 5 + }, + { + 21, + 2 + }, + { + 21, + 3 + }, + { + 21, + 4 + }, + { + 21, + 2 + }, + { + 1, + 0 + }, + { + 21, + 5 + }, + { + 1, + 0 + }, + { + 21, + 2 + }, + { + 21, + 4 + } + }, + ["grid_edge"]={ + { + ["pos"]=12, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=22, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=32, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=42, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=52, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=62, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=72, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=16, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=26, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=36, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=46, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=56, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=66, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=76, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=14, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=24, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=34, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=44, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=54, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=14, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=24, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=34, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=44, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=54, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=64, + ["type"]=2, + ["direction"]=2 + } + } + }, + [145]={ + ["board"]={ + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 21, + 2 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 0 + }, + { + 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 + }, + { + 0, + 0 + } + }, + ["grid_edge"]={ + { + ["pos"]=13, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=23, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=33, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=42, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=42, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=51, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=51, + ["type"]=2, + ["direction"]=2 + }, + { + ["pos"]=62, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=62, + ["type"]=2, + ["direction"]=2 + }, + { + ["pos"]=73, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=15, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=25, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=35, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=46, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=46, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=57, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=57, + ["type"]=2, + ["direction"]=2 + }, + { + ["pos"]=66, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=66, + ["type"]=2, + ["direction"]=2 + }, + { + ["pos"]=75, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=54, + ["type"]=3, + ["direction"]=1 + }, + { + ["pos"]=54, + ["type"]=3, + ["direction"]=2 + }, + { + ["pos"]=54, + ["type"]=3, + ["direction"]=3 + }, + { + ["pos"]=54, + ["type"]=3, + ["direction"]=4 + } + } + }, + [146]={ + ["board"]={ + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 1, + 0 + }, + { + 0, + 2 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 21, + 2 + }, + { + 21, + 3 + }, + { + 21, + 4 + }, + { + 14, + 0 + }, + { + 21, + 4 + }, + { + 21, + 3 + }, + { + 21, + 2 + } + }, + ["grid_edge"]={ + { + ["pos"]=51, + ["type"]=1, + ["direction"]=1 + }, + { + ["pos"]=51, + ["type"]=1, + ["direction"]=4 + }, + { + ["pos"]=62, + ["type"]=1, + ["direction"]=1 + }, + { + ["pos"]=62, + ["type"]=1, + ["direction"]=4 + }, + { + ["pos"]=73, + ["type"]=1, + ["direction"]=1 + }, + { + ["pos"]=73, + ["type"]=1, + ["direction"]=4 + }, + { + ["pos"]=75, + ["type"]=1, + ["direction"]=1 + }, + { + ["pos"]=75, + ["type"]=1, + ["direction"]=3 + }, + { + ["pos"]=66, + ["type"]=1, + ["direction"]=1 + }, + { + ["pos"]=66, + ["type"]=1, + ["direction"]=3 + }, + { + ["pos"]=57, + ["type"]=1, + ["direction"]=1 + }, + { + ["pos"]=57, + ["type"]=1, + ["direction"]=3 + } + } + }, + [147]={ + ["board"]={ + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 0, + 2 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 21, + 3 + }, + { + 3, + 0 + }, + { + 21, + 3 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 21, + 3 + }, + { + 14, + 0 + }, + { + 21, + 3 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 21, + 3 + }, + { + 21, + 3 + }, + { + 21, + 3 + }, + { + 0, + 0 + }, + { + 0, + 0 + } + }, + ["grid_edge"]={ + { + ["pos"]=51, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=52, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=53, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=54, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=55, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=56, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=57, + ["type"]=2, + ["direction"]=1 + } + } + }, + [148]={ + ["board"]={ + { + 7, + 0 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 7, + 0 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 7, + 0 + }, + { + 7, + 0 + }, + { + 7, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 7, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 21, + 5 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 21, + 5 + }, + { + 21, + 5 + }, + { + 21, + 5 + }, + { + 0, + 0 + }, + { + 14, + 0 + }, + { + 0, + 0 + }, + { + 21, + 5 + }, + { + 21, + 5 + } + }, + ["grid_edge"]={ + { + ["pos"]=51, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=52, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=53, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=55, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=56, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=57, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=43, + ["type"]=3, + ["direction"]=3 + }, + { + ["pos"]=43, + ["type"]=3, + ["direction"]=1 + }, + { + ["pos"]=44, + ["type"]=3, + ["direction"]=1 + }, + { + ["pos"]=45, + ["type"]=3, + ["direction"]=4 + }, + { + ["pos"]=45, + ["type"]=3, + ["direction"]=1 + } + } + }, + [149]={ + ["board"]={ + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 2, + 0 + }, + { + 0, + 4 + }, + { + 2, + 0 + }, + { + 0, + 5 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 0, + 4 + }, + { + 2, + 0 + }, + { + 0, + 5 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 2 + }, + { + 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, + 2 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 3, + 0 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 3, + 0 + }, + { + 21, + 2 + }, + { + 2, + 0 + }, + { + 0, + 4 + }, + { + 14, + 0 + }, + { + 0, + 4 + }, + { + 2, + 0 + }, + { + 21, + 2 + } + }, + ["grid_edge"]={ + { + ["pos"]=13, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=23, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=23, + ["type"]=2, + ["direction"]=2 + }, + { + ["pos"]=34, + ["type"]=3, + ["direction"]=3 + }, + { + ["pos"]=34, + ["type"]=3, + ["direction"]=4 + }, + { + ["pos"]=34, + ["type"]=2, + ["direction"]=2 + }, + { + ["pos"]=25, + ["type"]=2, + ["direction"]=2 + }, + { + ["pos"]=25, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=15, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=71, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=74, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=74, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=74, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=77, + ["type"]=2, + ["direction"]=3 + } + } + }, + [150]={ + ["board"]={ + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 3, + 0 + }, + { + 14, + 0 + }, + { + 3, + 0 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 3, + 0 + }, + { + 0, + 3 + }, + { + 3, + 0 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 2 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 3 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 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 + } + }, + ["grid_edge"]={ + { + ["pos"]=12, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=22, + ["type"]=3, + ["direction"]=4 + }, + { + ["pos"]=32, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=42, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=52, + ["type"]=3, + ["direction"]=4 + }, + { + ["pos"]=16, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=26, + ["type"]=3, + ["direction"]=3 + }, + { + ["pos"]=36, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=46, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=56, + ["type"]=3, + ["direction"]=3 + }, + { + ["pos"]=72, + ["type"]=3, + ["direction"]=4 + }, + { + ["pos"]=73, + ["type"]=3, + ["direction"]=4 + }, + { + ["pos"]=74, + ["type"]=3, + ["direction"]=4 + }, + { + ["pos"]=75, + ["type"]=3, + ["direction"]=4 + } + } + }, + [151]={ + ["board"]={ + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 3, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 21, + 4 + }, + { + 21, + 4 + }, + { + 2, + 0 + }, + { + 14, + 0 + }, + { + 2, + 0 + }, + { + 21, + 4 + }, + { + 21, + 4 + } + }, + ["grid_edge"]={ + { + ["pos"]=11, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=21, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=32, + ["type"]=3, + ["direction"]=1 + }, + { + ["pos"]=32, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=43, + ["type"]=3, + ["direction"]=1 + }, + { + ["pos"]=45, + ["type"]=3, + ["direction"]=1 + }, + { + ["pos"]=36, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=36, + ["type"]=3, + ["direction"]=1 + }, + { + ["pos"]=27, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=17, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=41, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=41, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=51, + ["type"]=2, + ["direction"]=2 + }, + { + ["pos"]=52, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=52, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=52, + ["type"]=2, + ["direction"]=2 + }, + { + ["pos"]=56, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=56, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=56, + ["type"]=2, + ["direction"]=2 + }, + { + ["pos"]=57, + ["type"]=2, + ["direction"]=2 + }, + { + ["pos"]=47, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=47, + ["type"]=2, + ["direction"]=1 + } + } + }, + [152]={ + ["board"]={ + { + 3, + 0 + }, + { + 0, + 1 + }, + { + 0, + 5 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 3, + 0 + }, + { + 0, + 1 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 2, + 0 + }, + { + 14, + 0 + }, + { + 2, + 0 + }, + { + 0, + 5 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 0, + 5 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 1 + }, + { + 0, + 5 + }, + { + 0, + 3 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 21, + 2 + }, + { + 3, + 0 + }, + { + 21, + 2 + }, + { + 3, + 0 + }, + { + 21, + 2 + }, + { + 3, + 0 + } + }, + ["grid_edge"]={ + { + ["pos"]=23, + ["type"]=3, + ["direction"]=4 + }, + { + ["pos"]=23, + ["type"]=3, + ["direction"]=2 + }, + { + ["pos"]=25, + ["type"]=3, + ["direction"]=3 + }, + { + ["pos"]=25, + ["type"]=3, + ["direction"]=2 + }, + { + ["pos"]=43, + ["type"]=3, + ["direction"]=1 + }, + { + ["pos"]=43, + ["type"]=3, + ["direction"]=4 + }, + { + ["pos"]=45, + ["type"]=3, + ["direction"]=1 + }, + { + ["pos"]=45, + ["type"]=3, + ["direction"]=3 + } + } + }, + [153]={ + ["board"]={ + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 2 + }, + { + 0, + 3 + }, + { + 0, + 1 + }, + { + 0, + 4 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 4 + }, + { + 0, + 4 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 3, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 21, + 1 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 14, + 0 + } + }, + ["grid_edge"]={ + { + ["pos"]=61, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=62, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=62, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=63, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=63, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=64, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=65, + ["type"]=2, + ["direction"]=1 + }, + { + ["pos"]=72, + ["type"]=2, + ["direction"]=4 + } + } + }, + [154]={ + ["board"]={ + { + 3, + 0 + }, + { + 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 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 21, + 3 + }, + { + 21, + 3 + }, + { + 14, + 0 + }, + { + 21, + 3 + }, + { + 21, + 3 + }, + { + 3, + 0 + } + }, + ["grid_edge"]={ + { + ["pos"]=12, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=12, + ["type"]=3, + ["direction"]=2 + }, + { + ["pos"]=22, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=32, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=42, + ["type"]=3, + ["direction"]=3 + }, + { + ["pos"]=42, + ["type"]=2, + ["direction"]=2 + }, + { + ["pos"]=53, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=53, + ["type"]=2, + ["direction"]=2 + }, + { + ["pos"]=63, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=64, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=55, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=55, + ["type"]=2, + ["direction"]=2 + }, + { + ["pos"]=46, + ["type"]=2, + ["direction"]=2 + }, + { + ["pos"]=46, + ["type"]=3, + ["direction"]=4 + }, + { + ["pos"]=36, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=26, + ["type"]=2, + ["direction"]=4 + }, + { + ["pos"]=16, + ["type"]=2, + ["direction"]=3 + }, + { + ["pos"]=16, + ["type"]=3, + ["direction"]=2 + } + } + } +} +local config = { +data=chapter_board_bossrush,count=154 +} +return config \ No newline at end of file diff --git a/lua/app/config/chapter_board_bossrush.lua.meta b/lua/app/config/chapter_board_bossrush.lua.meta new file mode 100644 index 00000000..c4390393 --- /dev/null +++ b/lua/app/config/chapter_board_bossrush.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: f136cacb0fc4a2e47b93053e37dcf71b +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/chapter_dungeon_armor.lua b/lua/app/config/chapter_dungeon_armor.lua index 694e623b..9203a047 100644 --- a/lua/app/config/chapter_dungeon_armor.lua +++ b/lua/app/config/chapter_dungeon_armor.lua @@ -828,23 +828,29 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1007, ["num"]=1, - ["weight"]=85 + ["weight"]=72 }, { ["type"]=1, ["id"]=1008, ["num"]=1, - ["weight"]=15 + ["weight"]=28 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ + { + ["type"]=1, + ["id"]=1007, + ["num"]=1, + ["weight"]=40 + }, { ["type"]=1, ["id"]=1008, ["num"]=1, - ["weight"]=100 + ["weight"]=60 } }, ["bao_drop_num"]=2, @@ -947,23 +953,29 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1013, ["num"]=1, - ["weight"]=85 + ["weight"]=72 }, { ["type"]=1, ["id"]=1014, ["num"]=1, - ["weight"]=15 + ["weight"]=28 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ + { + ["type"]=1, + ["id"]=1013, + ["num"]=1, + ["weight"]=40 + }, { ["type"]=1, ["id"]=1014, ["num"]=1, - ["weight"]=100 + ["weight"]=60 } }, ["bao_drop_num"]=2, @@ -1066,23 +1078,29 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1019, ["num"]=1, - ["weight"]=85 + ["weight"]=72 }, { ["type"]=1, ["id"]=1020, ["num"]=1, - ["weight"]=15 + ["weight"]=28 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ + { + ["type"]=1, + ["id"]=1019, + ["num"]=1, + ["weight"]=40 + }, { ["type"]=1, ["id"]=1020, ["num"]=1, - ["weight"]=100 + ["weight"]=60 } }, ["bao_drop_num"]=2, @@ -1185,23 +1203,29 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1025, ["num"]=1, - ["weight"]=85 + ["weight"]=72 }, { ["type"]=1, ["id"]=1026, ["num"]=1, - ["weight"]=15 + ["weight"]=28 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ + { + ["type"]=1, + ["id"]=1025, + ["num"]=1, + ["weight"]=40 + }, { ["type"]=1, ["id"]=1026, ["num"]=1, - ["weight"]=100 + ["weight"]=60 } }, ["bao_drop_num"]=2, @@ -1304,77 +1328,101 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1007, ["num"]=1, - ["weight"]=213 + ["weight"]=180 }, { ["type"]=1, ["id"]=1013, ["num"]=1, - ["weight"]=213 + ["weight"]=180 }, { ["type"]=1, ["id"]=1019, ["num"]=1, - ["weight"]=213 + ["weight"]=180 }, { ["type"]=1, ["id"]=1025, ["num"]=1, - ["weight"]=213 + ["weight"]=180 }, { ["type"]=1, ["id"]=1008, ["num"]=1, - ["weight"]=38 + ["weight"]=70 }, { ["type"]=1, ["id"]=1014, ["num"]=1, - ["weight"]=38 + ["weight"]=70 }, { ["type"]=1, ["id"]=1020, ["num"]=1, - ["weight"]=38 + ["weight"]=70 }, { ["type"]=1, ["id"]=1026, ["num"]=1, - ["weight"]=38 + ["weight"]=70 } }, ["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"]=250 + ["weight"]=150 }, { ["type"]=1, ["id"]=1014, ["num"]=1, - ["weight"]=250 + ["weight"]=150 }, { ["type"]=1, ["id"]=1020, ["num"]=1, - ["weight"]=250 + ["weight"]=150 }, { ["type"]=1, ["id"]=1026, ["num"]=1, - ["weight"]=250 + ["weight"]=150 } }, ["bao_drop_num"]=2, @@ -1493,77 +1541,101 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1007, ["num"]=1, - ["weight"]=213 + ["weight"]=180 }, { ["type"]=1, ["id"]=1013, ["num"]=1, - ["weight"]=213 + ["weight"]=180 }, { ["type"]=1, ["id"]=1019, ["num"]=1, - ["weight"]=213 + ["weight"]=180 }, { ["type"]=1, ["id"]=1025, ["num"]=1, - ["weight"]=213 + ["weight"]=180 }, { ["type"]=1, ["id"]=1008, ["num"]=1, - ["weight"]=38 + ["weight"]=70 }, { ["type"]=1, ["id"]=1014, ["num"]=1, - ["weight"]=38 + ["weight"]=70 }, { ["type"]=1, ["id"]=1020, ["num"]=1, - ["weight"]=38 + ["weight"]=70 }, { ["type"]=1, ["id"]=1026, ["num"]=1, - ["weight"]=38 + ["weight"]=70 } }, ["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"]=250 + ["weight"]=150 }, { ["type"]=1, ["id"]=1014, ["num"]=1, - ["weight"]=250 + ["weight"]=150 }, { ["type"]=1, ["id"]=1020, ["num"]=1, - ["weight"]=250 + ["weight"]=150 }, { ["type"]=1, ["id"]=1026, ["num"]=1, - ["weight"]=250 + ["weight"]=150 } }, ["bao_drop_num"]=2, @@ -1682,29 +1754,41 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1007, ["num"]=1, - ["weight"]=65 + ["weight"]=31 }, { ["type"]=1, ["id"]=1008, ["num"]=1, - ["weight"]=25 + ["weight"]=51 }, { ["type"]=1, ["id"]=1009, ["num"]=1, - ["weight"]=10 + ["weight"]=18 } }, ["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"]=100 + ["weight"]=50 } }, ["bao_drop_num"]=2, @@ -1807,29 +1891,41 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1013, ["num"]=1, - ["weight"]=65 + ["weight"]=31 }, { ["type"]=1, ["id"]=1014, ["num"]=1, - ["weight"]=25 + ["weight"]=51 }, { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=10 + ["weight"]=18 } }, ["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"]=100 + ["weight"]=50 } }, ["bao_drop_num"]=2, @@ -1932,29 +2028,41 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1019, ["num"]=1, - ["weight"]=65 + ["weight"]=31 }, { ["type"]=1, ["id"]=1020, ["num"]=1, - ["weight"]=25 + ["weight"]=51 }, { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=10 + ["weight"]=18 } }, ["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"]=100 + ["weight"]=50 } }, ["bao_drop_num"]=2, @@ -2057,29 +2165,41 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1025, ["num"]=1, - ["weight"]=65 + ["weight"]=31 }, { ["type"]=1, ["id"]=1026, ["num"]=1, - ["weight"]=25 + ["weight"]=51 }, { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=10 + ["weight"]=18 } }, ["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"]=100 + ["weight"]=50 } }, ["bao_drop_num"]=2, @@ -2182,101 +2302,149 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1007, ["num"]=1, - ["weight"]=163 + ["weight"]=78 }, { ["type"]=1, ["id"]=1013, ["num"]=1, - ["weight"]=163 + ["weight"]=78 }, { ["type"]=1, ["id"]=1019, ["num"]=1, - ["weight"]=163 + ["weight"]=78 }, { ["type"]=1, ["id"]=1025, ["num"]=1, - ["weight"]=163 + ["weight"]=78 }, { ["type"]=1, ["id"]=1008, ["num"]=1, - ["weight"]=63 + ["weight"]=128 }, { ["type"]=1, ["id"]=1014, ["num"]=1, - ["weight"]=63 + ["weight"]=128 }, { ["type"]=1, ["id"]=1020, ["num"]=1, - ["weight"]=63 + ["weight"]=128 }, { ["type"]=1, ["id"]=1026, ["num"]=1, - ["weight"]=63 + ["weight"]=128 }, { ["type"]=1, ["id"]=1009, ["num"]=1, - ["weight"]=25 + ["weight"]=45 }, { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=25 + ["weight"]=45 }, { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=25 + ["weight"]=45 }, { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=25 + ["weight"]=45 } }, ["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"]=250 + ["weight"]=125 }, { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=250 + ["weight"]=125 }, { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=250 + ["weight"]=125 }, { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=250 + ["weight"]=125 } }, ["bao_drop_num"]=2, @@ -2395,101 +2563,149 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1007, ["num"]=1, - ["weight"]=163 + ["weight"]=78 }, { ["type"]=1, ["id"]=1013, ["num"]=1, - ["weight"]=163 + ["weight"]=78 }, { ["type"]=1, ["id"]=1019, ["num"]=1, - ["weight"]=163 + ["weight"]=78 }, { ["type"]=1, ["id"]=1025, ["num"]=1, - ["weight"]=163 + ["weight"]=78 }, { ["type"]=1, ["id"]=1008, ["num"]=1, - ["weight"]=63 + ["weight"]=128 }, { ["type"]=1, ["id"]=1014, ["num"]=1, - ["weight"]=63 + ["weight"]=128 }, { ["type"]=1, ["id"]=1020, ["num"]=1, - ["weight"]=63 + ["weight"]=128 }, { ["type"]=1, ["id"]=1026, ["num"]=1, - ["weight"]=63 + ["weight"]=128 }, { ["type"]=1, ["id"]=1009, ["num"]=1, - ["weight"]=25 + ["weight"]=45 }, { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=25 + ["weight"]=45 }, { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=25 + ["weight"]=45 }, { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=25 + ["weight"]=45 } }, ["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"]=250 + ["weight"]=125 }, { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=250 + ["weight"]=125 }, { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=250 + ["weight"]=125 }, { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=250 + ["weight"]=125 } }, ["bao_drop_num"]=2, @@ -2608,32 +2824,38 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1007, ["num"]=1, - ["weight"]=45 + ["weight"]=10 }, { ["type"]=1, ["id"]=1008, ["num"]=1, - ["weight"]=35 + ["weight"]=62 }, { ["type"]=1, ["id"]=1009, ["num"]=1, - ["weight"]=20 + ["weight"]=28 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ + { + ["type"]=1, + ["id"]=1008, + ["num"]=1, + ["weight"]=30 + }, { ["type"]=1, ["id"]=1009, ["num"]=1, - ["weight"]=100 + ["weight"]=70 } }, - ["bao_drop_num"]=3, + ["bao_drop_num"]=2, ["item_show"]={ { ["type"]=1, @@ -2733,32 +2955,38 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1013, ["num"]=1, - ["weight"]=45 + ["weight"]=10 }, { ["type"]=1, ["id"]=1014, ["num"]=1, - ["weight"]=35 + ["weight"]=62 }, { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=20 + ["weight"]=28 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ + { + ["type"]=1, + ["id"]=1014, + ["num"]=1, + ["weight"]=30 + }, { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=100 + ["weight"]=70 } }, - ["bao_drop_num"]=3, + ["bao_drop_num"]=2, ["item_show"]={ { ["type"]=1, @@ -2858,32 +3086,38 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1019, ["num"]=1, - ["weight"]=45 + ["weight"]=10 }, { ["type"]=1, ["id"]=1020, ["num"]=1, - ["weight"]=35 + ["weight"]=62 }, { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=20 + ["weight"]=28 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ + { + ["type"]=1, + ["id"]=1020, + ["num"]=1, + ["weight"]=30 + }, { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=100 + ["weight"]=70 } }, - ["bao_drop_num"]=3, + ["bao_drop_num"]=2, ["item_show"]={ { ["type"]=1, @@ -2983,32 +3217,38 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1025, ["num"]=1, - ["weight"]=45 + ["weight"]=10 }, { ["type"]=1, ["id"]=1026, ["num"]=1, - ["weight"]=35 + ["weight"]=62 }, { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=20 + ["weight"]=28 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ + { + ["type"]=1, + ["id"]=1026, + ["num"]=1, + ["weight"]=30 + }, { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=100 + ["weight"]=70 } }, - ["bao_drop_num"]=3, + ["bao_drop_num"]=2, ["item_show"]={ { ["type"]=1, @@ -3108,104 +3348,128 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1007, ["num"]=1, - ["weight"]=113 + ["weight"]=25 }, { ["type"]=1, ["id"]=1013, ["num"]=1, - ["weight"]=113 + ["weight"]=25 }, { ["type"]=1, ["id"]=1019, ["num"]=1, - ["weight"]=113 + ["weight"]=25 }, { ["type"]=1, ["id"]=1025, ["num"]=1, - ["weight"]=113 + ["weight"]=25 }, { ["type"]=1, ["id"]=1008, ["num"]=1, - ["weight"]=88 + ["weight"]=155 }, { ["type"]=1, ["id"]=1014, ["num"]=1, - ["weight"]=88 + ["weight"]=155 }, { ["type"]=1, ["id"]=1020, ["num"]=1, - ["weight"]=88 + ["weight"]=155 }, { ["type"]=1, ["id"]=1026, ["num"]=1, - ["weight"]=88 + ["weight"]=155 }, { ["type"]=1, ["id"]=1009, ["num"]=1, - ["weight"]=50 + ["weight"]=70 }, { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=50 + ["weight"]=70 }, { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=50 + ["weight"]=70 }, { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=50 + ["weight"]=70 } }, ["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"]=250 + ["weight"]=175 }, { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=250 + ["weight"]=175 }, { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=250 + ["weight"]=175 }, { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=250 + ["weight"]=175 } }, - ["bao_drop_num"]=3, + ["bao_drop_num"]=2, ["item_show"]={ { ["type"]=1, @@ -3321,104 +3585,128 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1007, ["num"]=1, - ["weight"]=113 + ["weight"]=25 }, { ["type"]=1, ["id"]=1013, ["num"]=1, - ["weight"]=113 + ["weight"]=25 }, { ["type"]=1, ["id"]=1019, ["num"]=1, - ["weight"]=113 + ["weight"]=25 }, { ["type"]=1, ["id"]=1025, ["num"]=1, - ["weight"]=113 + ["weight"]=25 }, { ["type"]=1, ["id"]=1008, ["num"]=1, - ["weight"]=88 + ["weight"]=155 }, { ["type"]=1, ["id"]=1014, ["num"]=1, - ["weight"]=88 + ["weight"]=155 }, { ["type"]=1, ["id"]=1020, ["num"]=1, - ["weight"]=88 + ["weight"]=155 }, { ["type"]=1, ["id"]=1026, ["num"]=1, - ["weight"]=88 + ["weight"]=155 }, { ["type"]=1, ["id"]=1009, ["num"]=1, - ["weight"]=50 + ["weight"]=70 }, { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=50 + ["weight"]=70 }, { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=50 + ["weight"]=70 }, { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=50 + ["weight"]=70 } }, ["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"]=250 + ["weight"]=175 }, { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=250 + ["weight"]=175 }, { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=250 + ["weight"]=175 }, { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=250 + ["weight"]=175 } }, - ["bao_drop_num"]=3, + ["bao_drop_num"]=2, ["item_show"]={ { ["type"]=1, @@ -3534,29 +3822,41 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1008, ["num"]=1, - ["weight"]=60 + ["weight"]=41 }, { ["type"]=1, ["id"]=1009, ["num"]=1, - ["weight"]=30 + ["weight"]=40 }, { ["type"]=1, ["id"]=1010, ["num"]=1, - ["weight"]=10 + ["weight"]=19 } }, ["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"]=100 + ["weight"]=40 } }, ["bao_drop_num"]=2, @@ -3667,29 +3967,41 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1014, ["num"]=1, - ["weight"]=60 + ["weight"]=41 }, { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=30 + ["weight"]=40 }, { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=10 + ["weight"]=19 } }, ["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"]=100 + ["weight"]=40 } }, ["bao_drop_num"]=2, @@ -3800,29 +4112,41 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1020, ["num"]=1, - ["weight"]=60 + ["weight"]=41 }, { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=30 + ["weight"]=40 }, { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=10 + ["weight"]=19 } }, ["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"]=100 + ["weight"]=40 } }, ["bao_drop_num"]=2, @@ -3933,29 +4257,41 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1026, ["num"]=1, - ["weight"]=60 + ["weight"]=41 }, { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=30 + ["weight"]=40 }, { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=10 + ["weight"]=19 } }, ["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"]=100 + ["weight"]=40 } }, ["bao_drop_num"]=2, @@ -4066,101 +4402,149 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1008, ["num"]=1, - ["weight"]=150 + ["weight"]=103 }, { ["type"]=1, ["id"]=1014, ["num"]=1, - ["weight"]=150 + ["weight"]=103 }, { ["type"]=1, ["id"]=1020, ["num"]=1, - ["weight"]=150 + ["weight"]=103 }, { ["type"]=1, ["id"]=1026, ["num"]=1, - ["weight"]=150 + ["weight"]=103 }, { ["type"]=1, ["id"]=1009, ["num"]=1, - ["weight"]=75 + ["weight"]=100 }, { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=75 + ["weight"]=100 }, { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=75 + ["weight"]=100 }, { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=75 + ["weight"]=100 }, { ["type"]=1, ["id"]=1010, ["num"]=1, - ["weight"]=25 + ["weight"]=48 }, { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=25 + ["weight"]=48 }, { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=25 + ["weight"]=48 }, { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=25 + ["weight"]=48 } }, ["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"]=250 + ["weight"]=100 }, { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=250 + ["weight"]=100 }, { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=250 + ["weight"]=100 }, { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=250 + ["weight"]=100 } }, ["bao_drop_num"]=2, @@ -4279,101 +4663,149 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1008, ["num"]=1, - ["weight"]=150 + ["weight"]=103 }, { ["type"]=1, ["id"]=1014, ["num"]=1, - ["weight"]=150 + ["weight"]=103 }, { ["type"]=1, ["id"]=1020, ["num"]=1, - ["weight"]=150 + ["weight"]=103 }, { ["type"]=1, ["id"]=1026, ["num"]=1, - ["weight"]=150 + ["weight"]=103 }, { ["type"]=1, ["id"]=1009, ["num"]=1, - ["weight"]=75 + ["weight"]=100 }, { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=75 + ["weight"]=100 }, { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=75 + ["weight"]=100 }, { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=75 + ["weight"]=100 }, { ["type"]=1, ["id"]=1010, ["num"]=1, - ["weight"]=25 + ["weight"]=48 }, { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=25 + ["weight"]=48 }, { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=25 + ["weight"]=48 }, { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=25 + ["weight"]=48 } }, ["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"]=250 + ["weight"]=100 }, { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=250 + ["weight"]=100 }, { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=250 + ["weight"]=100 }, { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=250 + ["weight"]=100 } }, ["bao_drop_num"]=2, @@ -4492,32 +4924,38 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1008, ["num"]=1, - ["weight"]=45 + ["weight"]=20 }, { ["type"]=1, ["id"]=1009, ["num"]=1, - ["weight"]=35 + ["weight"]=52 }, { ["type"]=1, ["id"]=1010, ["num"]=1, - ["weight"]=20 + ["weight"]=28 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ + { + ["type"]=1, + ["id"]=1009, + ["num"]=1, + ["weight"]=30 + }, { ["type"]=1, ["id"]=1010, ["num"]=1, - ["weight"]=100 + ["weight"]=70 } }, - ["bao_drop_num"]=3, + ["bao_drop_num"]=2, ["item_show"]={ { ["type"]=1, @@ -4617,32 +5055,38 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1014, ["num"]=1, - ["weight"]=45 + ["weight"]=20 }, { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=35 + ["weight"]=52 }, { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=20 + ["weight"]=28 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ + { + ["type"]=1, + ["id"]=1015, + ["num"]=1, + ["weight"]=30 + }, { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=100 + ["weight"]=70 } }, - ["bao_drop_num"]=3, + ["bao_drop_num"]=2, ["item_show"]={ { ["type"]=1, @@ -4742,32 +5186,38 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1020, ["num"]=1, - ["weight"]=45 + ["weight"]=20 }, { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=35 + ["weight"]=52 }, { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=20 + ["weight"]=28 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ + { + ["type"]=1, + ["id"]=1021, + ["num"]=1, + ["weight"]=30 + }, { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=100 + ["weight"]=70 } }, - ["bao_drop_num"]=3, + ["bao_drop_num"]=2, ["item_show"]={ { ["type"]=1, @@ -4867,32 +5317,38 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1026, ["num"]=1, - ["weight"]=45 + ["weight"]=20 }, { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=35 + ["weight"]=52 }, { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=20 + ["weight"]=28 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ + { + ["type"]=1, + ["id"]=1027, + ["num"]=1, + ["weight"]=30 + }, { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=100 + ["weight"]=70 } }, - ["bao_drop_num"]=3, + ["bao_drop_num"]=2, ["item_show"]={ { ["type"]=1, @@ -4992,104 +5448,128 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1008, ["num"]=1, - ["weight"]=113 + ["weight"]=50 }, { ["type"]=1, ["id"]=1014, ["num"]=1, - ["weight"]=113 + ["weight"]=50 }, { ["type"]=1, ["id"]=1020, ["num"]=1, - ["weight"]=113 + ["weight"]=50 }, { ["type"]=1, ["id"]=1026, ["num"]=1, - ["weight"]=113 + ["weight"]=50 }, { ["type"]=1, ["id"]=1009, ["num"]=1, - ["weight"]=88 + ["weight"]=130 }, { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=88 + ["weight"]=130 }, { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=88 + ["weight"]=130 }, { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=88 + ["weight"]=130 }, { ["type"]=1, ["id"]=1010, ["num"]=1, - ["weight"]=50 + ["weight"]=70 }, { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=50 + ["weight"]=70 }, { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=50 + ["weight"]=70 }, { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=50 + ["weight"]=70 } }, ["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"]=250 + ["weight"]=175 }, { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=250 + ["weight"]=175 }, { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=250 + ["weight"]=175 }, { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=250 + ["weight"]=175 } }, - ["bao_drop_num"]=3, + ["bao_drop_num"]=2, ["item_show"]={ { ["type"]=1, @@ -5205,104 +5685,128 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1008, ["num"]=1, - ["weight"]=113 + ["weight"]=50 }, { ["type"]=1, ["id"]=1014, ["num"]=1, - ["weight"]=113 + ["weight"]=50 }, { ["type"]=1, ["id"]=1020, ["num"]=1, - ["weight"]=113 + ["weight"]=50 }, { ["type"]=1, ["id"]=1026, ["num"]=1, - ["weight"]=113 + ["weight"]=50 }, { ["type"]=1, ["id"]=1009, ["num"]=1, - ["weight"]=88 + ["weight"]=130 }, { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=88 + ["weight"]=130 }, { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=88 + ["weight"]=130 }, { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=88 + ["weight"]=130 }, { ["type"]=1, ["id"]=1010, ["num"]=1, - ["weight"]=50 + ["weight"]=70 }, { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=50 + ["weight"]=70 }, { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=50 + ["weight"]=70 }, { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=50 + ["weight"]=70 } }, ["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"]=250 + ["weight"]=175 }, { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=250 + ["weight"]=175 }, { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=250 + ["weight"]=175 }, { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=250 + ["weight"]=175 } }, - ["bao_drop_num"]=3, + ["bao_drop_num"]=2, ["item_show"]={ { ["type"]=1, @@ -5418,29 +5922,41 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1009, ["num"]=1, - ["weight"]=60 + ["weight"]=41 }, { ["type"]=1, ["id"]=1010, ["num"]=1, - ["weight"]=30 + ["weight"]=45 }, { ["type"]=1, ["id"]=1011, ["num"]=1, - ["weight"]=10 + ["weight"]=14 } }, ["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"]=100 + ["weight"]=40 } }, ["bao_drop_num"]=2, @@ -5551,29 +6067,41 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=60 + ["weight"]=41 }, { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=30 + ["weight"]=45 }, { ["type"]=1, ["id"]=1017, ["num"]=1, - ["weight"]=10 + ["weight"]=14 } }, ["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"]=100 + ["weight"]=40 } }, ["bao_drop_num"]=2, @@ -5684,29 +6212,41 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=60 + ["weight"]=41 }, { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=30 + ["weight"]=45 }, { ["type"]=1, ["id"]=1023, ["num"]=1, - ["weight"]=10 + ["weight"]=14 } }, ["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"]=100 + ["weight"]=40 } }, ["bao_drop_num"]=2, @@ -5817,29 +6357,41 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=60 + ["weight"]=41 }, { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=30 + ["weight"]=45 }, { ["type"]=1, ["id"]=1029, ["num"]=1, - ["weight"]=10 + ["weight"]=14 } }, ["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"]=100 + ["weight"]=40 } }, ["bao_drop_num"]=2, @@ -5950,101 +6502,149 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1009, ["num"]=1, - ["weight"]=150 + ["weight"]=103 }, { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=150 + ["weight"]=103 }, { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=150 + ["weight"]=103 }, { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=150 + ["weight"]=103 }, { ["type"]=1, ["id"]=1010, ["num"]=1, - ["weight"]=75 + ["weight"]=113 }, { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=75 + ["weight"]=113 }, { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=75 + ["weight"]=113 }, { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=75 + ["weight"]=113 }, { ["type"]=1, ["id"]=1011, ["num"]=1, - ["weight"]=25 + ["weight"]=35 }, { ["type"]=1, ["id"]=1017, ["num"]=1, - ["weight"]=25 + ["weight"]=35 }, { ["type"]=1, ["id"]=1023, ["num"]=1, - ["weight"]=25 + ["weight"]=35 }, { ["type"]=1, ["id"]=1029, ["num"]=1, - ["weight"]=25 + ["weight"]=35 } }, ["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"]=250 + ["weight"]=100 }, { ["type"]=1, ["id"]=1017, ["num"]=1, - ["weight"]=250 + ["weight"]=100 }, { ["type"]=1, ["id"]=1023, ["num"]=1, - ["weight"]=250 + ["weight"]=100 }, { ["type"]=1, ["id"]=1029, ["num"]=1, - ["weight"]=250 + ["weight"]=100 } }, ["bao_drop_num"]=2, @@ -6163,101 +6763,149 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1009, ["num"]=1, - ["weight"]=150 + ["weight"]=103 }, { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=150 + ["weight"]=103 }, { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=150 + ["weight"]=103 }, { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=150 + ["weight"]=103 }, { ["type"]=1, ["id"]=1010, ["num"]=1, - ["weight"]=75 + ["weight"]=113 }, { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=75 + ["weight"]=113 }, { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=75 + ["weight"]=113 }, { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=75 + ["weight"]=113 }, { ["type"]=1, ["id"]=1011, ["num"]=1, - ["weight"]=25 + ["weight"]=35 }, { ["type"]=1, ["id"]=1017, ["num"]=1, - ["weight"]=25 + ["weight"]=35 }, { ["type"]=1, ["id"]=1023, ["num"]=1, - ["weight"]=25 + ["weight"]=35 }, { ["type"]=1, ["id"]=1029, ["num"]=1, - ["weight"]=25 + ["weight"]=35 } }, ["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"]=250 + ["weight"]=100 }, { ["type"]=1, ["id"]=1017, ["num"]=1, - ["weight"]=250 + ["weight"]=100 }, { ["type"]=1, ["id"]=1023, ["num"]=1, - ["weight"]=250 + ["weight"]=100 }, { ["type"]=1, ["id"]=1029, ["num"]=1, - ["weight"]=250 + ["weight"]=100 } }, ["bao_drop_num"]=2, @@ -6376,32 +7024,38 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1009, ["num"]=1, - ["weight"]=47 + ["weight"]=20 }, { ["type"]=1, ["id"]=1010, ["num"]=1, - ["weight"]=35 + ["weight"]=57 }, { ["type"]=1, ["id"]=1011, ["num"]=1, - ["weight"]=18 + ["weight"]=23 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ + { + ["type"]=1, + ["id"]=1010, + ["num"]=1, + ["weight"]=30 + }, { ["type"]=1, ["id"]=1011, ["num"]=1, - ["weight"]=100 + ["weight"]=70 } }, - ["bao_drop_num"]=3, + ["bao_drop_num"]=2, ["item_show"]={ { ["type"]=1, @@ -6501,32 +7155,38 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=47 + ["weight"]=20 }, { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=35 + ["weight"]=57 }, { ["type"]=1, ["id"]=1017, ["num"]=1, - ["weight"]=18 + ["weight"]=23 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ + { + ["type"]=1, + ["id"]=1016, + ["num"]=1, + ["weight"]=30 + }, { ["type"]=1, ["id"]=1017, ["num"]=1, - ["weight"]=100 + ["weight"]=70 } }, - ["bao_drop_num"]=3, + ["bao_drop_num"]=2, ["item_show"]={ { ["type"]=1, @@ -6626,32 +7286,38 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=47 + ["weight"]=20 }, { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=35 + ["weight"]=57 }, { ["type"]=1, ["id"]=1023, ["num"]=1, - ["weight"]=18 + ["weight"]=23 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ + { + ["type"]=1, + ["id"]=1022, + ["num"]=1, + ["weight"]=30 + }, { ["type"]=1, ["id"]=1023, ["num"]=1, - ["weight"]=100 + ["weight"]=70 } }, - ["bao_drop_num"]=3, + ["bao_drop_num"]=2, ["item_show"]={ { ["type"]=1, @@ -6751,32 +7417,38 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=47 + ["weight"]=20 }, { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=35 + ["weight"]=57 }, { ["type"]=1, ["id"]=1029, ["num"]=1, - ["weight"]=18 + ["weight"]=23 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ + { + ["type"]=1, + ["id"]=1028, + ["num"]=1, + ["weight"]=30 + }, { ["type"]=1, ["id"]=1029, ["num"]=1, - ["weight"]=100 + ["weight"]=70 } }, - ["bao_drop_num"]=3, + ["bao_drop_num"]=2, ["item_show"]={ { ["type"]=1, @@ -6876,104 +7548,128 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1009, ["num"]=1, - ["weight"]=118 + ["weight"]=50 }, { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=118 + ["weight"]=50 }, { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=118 + ["weight"]=50 }, { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=118 + ["weight"]=50 }, { ["type"]=1, ["id"]=1010, ["num"]=1, - ["weight"]=88 + ["weight"]=143 }, { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=88 + ["weight"]=143 }, { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=88 + ["weight"]=143 }, { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=88 + ["weight"]=143 }, { ["type"]=1, ["id"]=1011, ["num"]=1, - ["weight"]=45 + ["weight"]=58 }, { ["type"]=1, ["id"]=1017, ["num"]=1, - ["weight"]=45 + ["weight"]=58 }, { ["type"]=1, ["id"]=1023, ["num"]=1, - ["weight"]=45 + ["weight"]=58 }, { ["type"]=1, ["id"]=1029, ["num"]=1, - ["weight"]=45 + ["weight"]=58 } }, ["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"]=250 + ["weight"]=175 }, { ["type"]=1, ["id"]=1017, ["num"]=1, - ["weight"]=250 + ["weight"]=175 }, { ["type"]=1, ["id"]=1023, ["num"]=1, - ["weight"]=250 + ["weight"]=175 }, { ["type"]=1, ["id"]=1029, ["num"]=1, - ["weight"]=250 + ["weight"]=175 } }, - ["bao_drop_num"]=3, + ["bao_drop_num"]=2, ["item_show"]={ { ["type"]=1, @@ -7089,104 +7785,128 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1009, ["num"]=1, - ["weight"]=118 + ["weight"]=50 }, { ["type"]=1, ["id"]=1015, ["num"]=1, - ["weight"]=118 + ["weight"]=50 }, { ["type"]=1, ["id"]=1021, ["num"]=1, - ["weight"]=118 + ["weight"]=50 }, { ["type"]=1, ["id"]=1027, ["num"]=1, - ["weight"]=118 + ["weight"]=50 }, { ["type"]=1, ["id"]=1010, ["num"]=1, - ["weight"]=88 + ["weight"]=143 }, { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=88 + ["weight"]=143 }, { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=88 + ["weight"]=143 }, { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=88 + ["weight"]=143 }, { ["type"]=1, ["id"]=1011, ["num"]=1, - ["weight"]=45 + ["weight"]=58 }, { ["type"]=1, ["id"]=1017, ["num"]=1, - ["weight"]=45 + ["weight"]=58 }, { ["type"]=1, ["id"]=1023, ["num"]=1, - ["weight"]=45 + ["weight"]=58 }, { ["type"]=1, ["id"]=1029, ["num"]=1, - ["weight"]=45 + ["weight"]=58 } }, ["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"]=250 + ["weight"]=175 }, { ["type"]=1, ["id"]=1017, ["num"]=1, - ["weight"]=250 + ["weight"]=175 }, { ["type"]=1, ["id"]=1023, ["num"]=1, - ["weight"]=250 + ["weight"]=175 }, { ["type"]=1, ["id"]=1029, ["num"]=1, - ["weight"]=250 + ["weight"]=175 } }, - ["bao_drop_num"]=3, + ["bao_drop_num"]=2, ["item_show"]={ { ["type"]=1, @@ -7302,29 +8022,41 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1010, ["num"]=1, - ["weight"]=64 + ["weight"]=46 }, { ["type"]=1, ["id"]=1011, ["num"]=1, - ["weight"]=26 + ["weight"]=40 }, { ["type"]=1, ["id"]=1012, ["num"]=1, - ["weight"]=10 + ["weight"]=14 } }, ["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"]=100 + ["weight"]=40 } }, ["bao_drop_num"]=2, @@ -7435,29 +8167,41 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=64 + ["weight"]=46 }, { ["type"]=1, ["id"]=1017, ["num"]=1, - ["weight"]=26 + ["weight"]=40 }, { ["type"]=1, ["id"]=1018, ["num"]=1, - ["weight"]=10 + ["weight"]=14 } }, ["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"]=100 + ["weight"]=40 } }, ["bao_drop_num"]=2, @@ -7568,29 +8312,41 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=64 + ["weight"]=46 }, { ["type"]=1, ["id"]=1023, ["num"]=1, - ["weight"]=26 + ["weight"]=40 }, { ["type"]=1, ["id"]=1024, ["num"]=1, - ["weight"]=10 + ["weight"]=14 } }, ["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"]=100 + ["weight"]=40 } }, ["bao_drop_num"]=2, @@ -7701,29 +8457,41 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=64 + ["weight"]=46 }, { ["type"]=1, ["id"]=1029, ["num"]=1, - ["weight"]=26 + ["weight"]=40 }, { ["type"]=1, ["id"]=1030, ["num"]=1, - ["weight"]=10 + ["weight"]=14 } }, ["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"]=100 + ["weight"]=40 } }, ["bao_drop_num"]=2, @@ -7834,101 +8602,149 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1010, ["num"]=1, - ["weight"]=160 + ["weight"]=115 }, { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=160 + ["weight"]=115 }, { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=160 + ["weight"]=115 }, { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=160 + ["weight"]=115 }, { ["type"]=1, ["id"]=1011, ["num"]=1, - ["weight"]=65 + ["weight"]=100 }, { ["type"]=1, ["id"]=1017, ["num"]=1, - ["weight"]=65 + ["weight"]=100 }, { ["type"]=1, ["id"]=1023, ["num"]=1, - ["weight"]=65 + ["weight"]=100 }, { ["type"]=1, ["id"]=1029, ["num"]=1, - ["weight"]=65 + ["weight"]=100 }, { ["type"]=1, ["id"]=1012, ["num"]=1, - ["weight"]=25 + ["weight"]=35 }, { ["type"]=1, ["id"]=1018, ["num"]=1, - ["weight"]=25 + ["weight"]=35 }, { ["type"]=1, ["id"]=1024, ["num"]=1, - ["weight"]=25 + ["weight"]=35 }, { ["type"]=1, ["id"]=1030, ["num"]=1, - ["weight"]=25 + ["weight"]=35 } }, ["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"]=250 + ["weight"]=100 }, { ["type"]=1, ["id"]=1018, ["num"]=1, - ["weight"]=250 + ["weight"]=100 }, { ["type"]=1, ["id"]=1024, ["num"]=1, - ["weight"]=250 + ["weight"]=100 }, { ["type"]=1, ["id"]=1030, ["num"]=1, - ["weight"]=250 + ["weight"]=100 } }, ["bao_drop_num"]=2, @@ -8047,101 +8863,149 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1010, ["num"]=1, - ["weight"]=160 + ["weight"]=115 }, { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=160 + ["weight"]=115 }, { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=160 + ["weight"]=115 }, { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=160 + ["weight"]=115 }, { ["type"]=1, ["id"]=1011, ["num"]=1, - ["weight"]=65 + ["weight"]=100 }, { ["type"]=1, ["id"]=1017, ["num"]=1, - ["weight"]=65 + ["weight"]=100 }, { ["type"]=1, ["id"]=1023, ["num"]=1, - ["weight"]=65 + ["weight"]=100 }, { ["type"]=1, ["id"]=1029, ["num"]=1, - ["weight"]=65 + ["weight"]=100 }, { ["type"]=1, ["id"]=1012, ["num"]=1, - ["weight"]=25 + ["weight"]=35 }, { ["type"]=1, ["id"]=1018, ["num"]=1, - ["weight"]=25 + ["weight"]=35 }, { ["type"]=1, ["id"]=1024, ["num"]=1, - ["weight"]=25 + ["weight"]=35 }, { ["type"]=1, ["id"]=1030, ["num"]=1, - ["weight"]=25 + ["weight"]=35 } }, ["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"]=250 + ["weight"]=100 }, { ["type"]=1, ["id"]=1018, ["num"]=1, - ["weight"]=250 + ["weight"]=100 }, { ["type"]=1, ["id"]=1024, ["num"]=1, - ["weight"]=250 + ["weight"]=100 }, { ["type"]=1, ["id"]=1030, ["num"]=1, - ["weight"]=250 + ["weight"]=100 } }, ["bao_drop_num"]=2, @@ -8260,32 +9124,38 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1010, ["num"]=1, - ["weight"]=42 + ["weight"]=16 }, { ["type"]=1, ["id"]=1011, ["num"]=1, - ["weight"]=38 + ["weight"]=51 }, { ["type"]=1, ["id"]=1012, ["num"]=1, - ["weight"]=20 + ["weight"]=33 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ + { + ["type"]=1, + ["id"]=1011, + ["num"]=1, + ["weight"]=30 + }, { ["type"]=1, ["id"]=1012, ["num"]=1, - ["weight"]=100 + ["weight"]=70 } }, - ["bao_drop_num"]=3, + ["bao_drop_num"]=2, ["item_show"]={ { ["type"]=1, @@ -8385,32 +9255,38 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=42 + ["weight"]=16 }, { ["type"]=1, ["id"]=1017, ["num"]=1, - ["weight"]=38 + ["weight"]=51 }, { ["type"]=1, ["id"]=1018, ["num"]=1, - ["weight"]=20 + ["weight"]=33 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ + { + ["type"]=1, + ["id"]=1017, + ["num"]=1, + ["weight"]=30 + }, { ["type"]=1, ["id"]=1018, ["num"]=1, - ["weight"]=100 + ["weight"]=70 } }, - ["bao_drop_num"]=3, + ["bao_drop_num"]=2, ["item_show"]={ { ["type"]=1, @@ -8510,32 +9386,38 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=42 + ["weight"]=16 }, { ["type"]=1, ["id"]=1023, ["num"]=1, - ["weight"]=38 + ["weight"]=51 }, { ["type"]=1, ["id"]=1024, ["num"]=1, - ["weight"]=20 + ["weight"]=33 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ + { + ["type"]=1, + ["id"]=1023, + ["num"]=1, + ["weight"]=30 + }, { ["type"]=1, ["id"]=1024, ["num"]=1, - ["weight"]=100 + ["weight"]=70 } }, - ["bao_drop_num"]=3, + ["bao_drop_num"]=2, ["item_show"]={ { ["type"]=1, @@ -8635,32 +9517,38 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=42 + ["weight"]=16 }, { ["type"]=1, ["id"]=1029, ["num"]=1, - ["weight"]=38 + ["weight"]=51 }, { ["type"]=1, ["id"]=1030, ["num"]=1, - ["weight"]=20 + ["weight"]=33 } }, ["rand_drop_num"]=10, ["bao_limit"]=3, ["bao_drop"]={ + { + ["type"]=1, + ["id"]=1029, + ["num"]=1, + ["weight"]=30 + }, { ["type"]=1, ["id"]=1030, ["num"]=1, - ["weight"]=100 + ["weight"]=70 } }, - ["bao_drop_num"]=3, + ["bao_drop_num"]=2, ["item_show"]={ { ["type"]=1, @@ -8760,104 +9648,128 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1010, ["num"]=1, - ["weight"]=105 + ["weight"]=40 }, { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=105 + ["weight"]=40 }, { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=105 + ["weight"]=40 }, { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=105 + ["weight"]=40 }, { ["type"]=1, ["id"]=1011, ["num"]=1, - ["weight"]=95 + ["weight"]=128 }, { ["type"]=1, ["id"]=1017, ["num"]=1, - ["weight"]=95 + ["weight"]=128 }, { ["type"]=1, ["id"]=1023, ["num"]=1, - ["weight"]=95 + ["weight"]=128 }, { ["type"]=1, ["id"]=1029, ["num"]=1, - ["weight"]=95 + ["weight"]=128 }, { ["type"]=1, ["id"]=1012, ["num"]=1, - ["weight"]=50 + ["weight"]=83 }, { ["type"]=1, ["id"]=1018, ["num"]=1, - ["weight"]=50 + ["weight"]=83 }, { ["type"]=1, ["id"]=1024, ["num"]=1, - ["weight"]=50 + ["weight"]=83 }, { ["type"]=1, ["id"]=1030, ["num"]=1, - ["weight"]=50 + ["weight"]=83 } }, ["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"]=250 + ["weight"]=175 }, { ["type"]=1, ["id"]=1018, ["num"]=1, - ["weight"]=250 + ["weight"]=175 }, { ["type"]=1, ["id"]=1024, ["num"]=1, - ["weight"]=250 + ["weight"]=175 }, { ["type"]=1, ["id"]=1030, ["num"]=1, - ["weight"]=250 + ["weight"]=175 } }, - ["bao_drop_num"]=3, + ["bao_drop_num"]=2, ["item_show"]={ { ["type"]=1, @@ -8973,104 +9885,128 @@ local chapter_dungeon_armor = { ["type"]=1, ["id"]=1010, ["num"]=1, - ["weight"]=105 + ["weight"]=40 }, { ["type"]=1, ["id"]=1016, ["num"]=1, - ["weight"]=105 + ["weight"]=40 }, { ["type"]=1, ["id"]=1022, ["num"]=1, - ["weight"]=105 + ["weight"]=40 }, { ["type"]=1, ["id"]=1028, ["num"]=1, - ["weight"]=105 + ["weight"]=40 }, { ["type"]=1, ["id"]=1011, ["num"]=1, - ["weight"]=95 + ["weight"]=128 }, { ["type"]=1, ["id"]=1017, ["num"]=1, - ["weight"]=95 + ["weight"]=128 }, { ["type"]=1, ["id"]=1023, ["num"]=1, - ["weight"]=95 + ["weight"]=128 }, { ["type"]=1, ["id"]=1029, ["num"]=1, - ["weight"]=95 + ["weight"]=128 }, { ["type"]=1, ["id"]=1012, ["num"]=1, - ["weight"]=50 + ["weight"]=83 }, { ["type"]=1, ["id"]=1018, ["num"]=1, - ["weight"]=50 + ["weight"]=83 }, { ["type"]=1, ["id"]=1024, ["num"]=1, - ["weight"]=50 + ["weight"]=83 }, { ["type"]=1, ["id"]=1030, ["num"]=1, - ["weight"]=50 + ["weight"]=83 } }, ["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"]=250 + ["weight"]=175 }, { ["type"]=1, ["id"]=1018, ["num"]=1, - ["weight"]=250 + ["weight"]=175 }, { ["type"]=1, ["id"]=1024, ["num"]=1, - ["weight"]=250 + ["weight"]=175 }, { ["type"]=1, ["id"]=1030, ["num"]=1, - ["weight"]=250 + ["weight"]=175 } }, - ["bao_drop_num"]=3, + ["bao_drop_num"]=2, ["item_show"]={ { ["type"]=1, diff --git a/lua/app/config/chapter_dungeon_equip.lua b/lua/app/config/chapter_dungeon_equip.lua index 3d0d8511..dd5e946f 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"]=1, + ["bao_drop_num"]=2, ["item_show"]={ { ["type"]=1, @@ -191,13 +191,13 @@ local chapter_dungeon_equip = { ["type"]=1, ["id"]=1001, ["num"]=1, - ["weight"]=90 + ["weight"]=80 }, { ["type"]=1, ["id"]=1002, ["num"]=1, - ["weight"]=10 + ["weight"]=20 } }, ["rand_drop_num"]=10, @@ -205,12 +205,12 @@ local chapter_dungeon_equip = { ["bao_drop"]={ { ["type"]=1, - ["id"]=1002, + ["id"]=1001, ["num"]=1, ["weight"]=100 } }, - ["bao_drop_num"]=1, + ["bao_drop_num"]=2, ["item_show"]={ { ["type"]=1, @@ -278,13 +278,13 @@ local chapter_dungeon_equip = { ["type"]=1, ["id"]=1001, ["num"]=1, - ["weight"]=85 + ["weight"]=60 }, { ["type"]=1, ["id"]=1002, ["num"]=1, - ["weight"]=15 + ["weight"]=40 } }, ["rand_drop_num"]=10, @@ -365,13 +365,13 @@ local chapter_dungeon_equip = { ["type"]=1, ["id"]=1001, ["num"]=1, - ["weight"]=80 + ["weight"]=35 }, { ["type"]=1, ["id"]=1002, ["num"]=1, - ["weight"]=20 + ["weight"]=65 } }, ["rand_drop_num"]=10, @@ -384,7 +384,7 @@ local chapter_dungeon_equip = { ["weight"]=100 } }, - ["bao_drop_num"]=3, + ["bao_drop_num"]=2, ["item_show"]={ { ["type"]=1, @@ -452,19 +452,19 @@ local chapter_dungeon_equip = { ["type"]=1, ["id"]=1001, ["num"]=1, - ["weight"]=60 + ["weight"]=15 }, { ["type"]=1, ["id"]=1002, ["num"]=1, - ["weight"]=30 + ["weight"]=70 }, { ["type"]=1, ["id"]=1003, ["num"]=1, - ["weight"]=10 + ["weight"]=15 } }, ["rand_drop_num"]=10, @@ -472,12 +472,12 @@ local chapter_dungeon_equip = { ["bao_drop"]={ { ["type"]=1, - ["id"]=1003, + ["id"]=1002, ["num"]=1, ["weight"]=100 } }, - ["bao_drop_num"]=1, + ["bao_drop_num"]=2, ["item_show"]={ { ["type"]=1, @@ -545,19 +545,19 @@ local chapter_dungeon_equip = { ["type"]=1, ["id"]=1001, ["num"]=1, - ["weight"]=45 + ["weight"]=5 }, { ["type"]=1, ["id"]=1002, ["num"]=1, - ["weight"]=40 + ["weight"]=65 }, { ["type"]=1, ["id"]=1003, ["num"]=1, - ["weight"]=15 + ["weight"]=30 } }, ["rand_drop_num"]=10, @@ -565,7 +565,7 @@ local chapter_dungeon_equip = { ["bao_drop"]={ { ["type"]=1, - ["id"]=1003, + ["id"]=1002, ["num"]=1, ["weight"]=100 } @@ -634,23 +634,17 @@ local chapter_dungeon_equip = { } }, ["rand_drop"]={ - { - ["type"]=1, - ["id"]=1001, - ["num"]=1, - ["weight"]=30 - }, { ["type"]=1, ["id"]=1002, ["num"]=1, - ["weight"]=50 + ["weight"]=40 }, { ["type"]=1, ["id"]=1003, ["num"]=1, - ["weight"]=20 + ["weight"]=60 } }, ["rand_drop_num"]=10, @@ -663,7 +657,7 @@ local chapter_dungeon_equip = { ["weight"]=100 } }, - ["bao_drop_num"]=3, + ["bao_drop_num"]=2, ["item_show"]={ { ["type"]=1, @@ -731,13 +725,13 @@ local chapter_dungeon_equip = { ["type"]=1, ["id"]=1002, ["num"]=1, - ["weight"]=60 + ["weight"]=20 }, { ["type"]=1, ["id"]=1003, ["num"]=1, - ["weight"]=30 + ["weight"]=70 }, { ["type"]=1, @@ -751,12 +745,12 @@ local chapter_dungeon_equip = { ["bao_drop"]={ { ["type"]=1, - ["id"]=1004, + ["id"]=1003, ["num"]=1, ["weight"]=100 } }, - ["bao_drop_num"]=1, + ["bao_drop_num"]=2, ["item_show"]={ { ["type"]=1, @@ -824,19 +818,19 @@ local chapter_dungeon_equip = { ["type"]=1, ["id"]=1002, ["num"]=1, - ["weight"]=45 + ["weight"]=10 }, { ["type"]=1, ["id"]=1003, ["num"]=1, - ["weight"]=40 + ["weight"]=65 }, { ["type"]=1, ["id"]=1004, ["num"]=1, - ["weight"]=15 + ["weight"]=25 } }, ["rand_drop_num"]=10, @@ -844,7 +838,7 @@ local chapter_dungeon_equip = { ["bao_drop"]={ { ["type"]=1, - ["id"]=1004, + ["id"]=1003, ["num"]=1, ["weight"]=100 } @@ -913,23 +907,17 @@ local chapter_dungeon_equip = { } }, ["rand_drop"]={ - { - ["type"]=1, - ["id"]=1002, - ["num"]=1, - ["weight"]=30 - }, { ["type"]=1, ["id"]=1003, ["num"]=1, - ["weight"]=50 + ["weight"]=55 }, { ["type"]=1, ["id"]=1004, ["num"]=1, - ["weight"]=20 + ["weight"]=45 } }, ["rand_drop_num"]=10, @@ -937,12 +925,12 @@ local chapter_dungeon_equip = { ["bao_drop"]={ { ["type"]=1, - ["id"]=1004, + ["id"]=1003, ["num"]=1, ["weight"]=100 } }, - ["bao_drop_num"]=3, + ["bao_drop_num"]=2, ["item_show"]={ { ["type"]=1, @@ -1010,19 +998,19 @@ local chapter_dungeon_equip = { ["type"]=1, ["id"]=1003, ["num"]=1, - ["weight"]=67 + ["weight"]=30 }, { ["type"]=1, ["id"]=1004, ["num"]=1, - ["weight"]=25 + ["weight"]=60 }, { ["type"]=1, ["id"]=1005, ["num"]=1, - ["weight"]=8 + ["weight"]=10 } }, ["rand_drop_num"]=10, @@ -1030,12 +1018,12 @@ local chapter_dungeon_equip = { ["bao_drop"]={ { ["type"]=1, - ["id"]=1005, + ["id"]=1004, ["num"]=1, ["weight"]=100 } }, - ["bao_drop_num"]=1, + ["bao_drop_num"]=2, ["item_show"]={ { ["type"]=1, @@ -1103,19 +1091,19 @@ local chapter_dungeon_equip = { ["type"]=1, ["id"]=1003, ["num"]=1, - ["weight"]=57 + ["weight"]=10 }, { ["type"]=1, ["id"]=1004, ["num"]=1, - ["weight"]=30 + ["weight"]=80 }, { ["type"]=1, ["id"]=1005, ["num"]=1, - ["weight"]=13 + ["weight"]=20 } }, ["rand_drop_num"]=10, @@ -1123,7 +1111,7 @@ local chapter_dungeon_equip = { ["bao_drop"]={ { ["type"]=1, - ["id"]=1005, + ["id"]=1004, ["num"]=1, ["weight"]=100 } @@ -1192,23 +1180,17 @@ local chapter_dungeon_equip = { } }, ["rand_drop"]={ - { - ["type"]=1, - ["id"]=1003, - ["num"]=1, - ["weight"]=46 - }, { ["type"]=1, ["id"]=1004, ["num"]=1, - ["weight"]=36 + ["weight"]=60 }, { ["type"]=1, ["id"]=1005, ["num"]=1, - ["weight"]=18 + ["weight"]=40 } }, ["rand_drop_num"]=10, @@ -1216,12 +1198,12 @@ local chapter_dungeon_equip = { ["bao_drop"]={ { ["type"]=1, - ["id"]=1005, + ["id"]=1004, ["num"]=1, ["weight"]=100 } }, - ["bao_drop_num"]=3, + ["bao_drop_num"]=2, ["item_show"]={ { ["type"]=1, @@ -1289,19 +1271,19 @@ local chapter_dungeon_equip = { ["type"]=1, ["id"]=1004, ["num"]=1, - ["weight"]=66 + ["weight"]=30 }, { ["type"]=1, ["id"]=1005, ["num"]=1, - ["weight"]=30 + ["weight"]=55 }, { ["type"]=1, ["id"]=1006, ["num"]=1, - ["weight"]=4 + ["weight"]=5 } }, ["rand_drop_num"]=10, @@ -1309,12 +1291,12 @@ local chapter_dungeon_equip = { ["bao_drop"]={ { ["type"]=1, - ["id"]=1006, + ["id"]=1004, ["num"]=1, ["weight"]=100 } }, - ["bao_drop_num"]=1, + ["bao_drop_num"]=2, ["item_show"]={ { ["type"]=1, @@ -1390,19 +1372,19 @@ local chapter_dungeon_equip = { ["type"]=1, ["id"]=1004, ["num"]=1, - ["weight"]=53 + ["weight"]=20 }, { ["type"]=1, ["id"]=1005, ["num"]=1, - ["weight"]=38 + ["weight"]=70 }, { ["type"]=1, ["id"]=1006, ["num"]=1, - ["weight"]=9 + ["weight"]=10 } }, ["rand_drop_num"]=10, @@ -1410,12 +1392,12 @@ local chapter_dungeon_equip = { ["bao_drop"]={ { ["type"]=1, - ["id"]=1006, + ["id"]=1005, ["num"]=1, ["weight"]=100 } }, - ["bao_drop_num"]=1, + ["bao_drop_num"]=2, ["item_show"]={ { ["type"]=1, @@ -1483,19 +1465,19 @@ local chapter_dungeon_equip = { ["type"]=1, ["id"]=1004, ["num"]=1, - ["weight"]=43 + ["weight"]=15 }, { ["type"]=1, ["id"]=1005, ["num"]=1, - ["weight"]=42 + ["weight"]=65 }, { ["type"]=1, ["id"]=1006, ["num"]=1, - ["weight"]=15 + ["weight"]=20 } }, ["rand_drop_num"]=10, @@ -1503,7 +1485,7 @@ local chapter_dungeon_equip = { ["bao_drop"]={ { ["type"]=1, - ["id"]=1006, + ["id"]=1005, ["num"]=1, ["weight"]=100 } @@ -1576,19 +1558,19 @@ local chapter_dungeon_equip = { ["type"]=1, ["id"]=1004, ["num"]=1, - ["weight"]=40 + ["weight"]=10 }, { ["type"]=1, ["id"]=1005, ["num"]=1, - ["weight"]=40 + ["weight"]=60 }, { ["type"]=1, ["id"]=1006, ["num"]=1, - ["weight"]=20 + ["weight"]=30 } }, ["rand_drop_num"]=10, @@ -1596,7 +1578,7 @@ local chapter_dungeon_equip = { ["bao_drop"]={ { ["type"]=1, - ["id"]=1006, + ["id"]=1005, ["num"]=1, ["weight"]=100 } @@ -1669,19 +1651,19 @@ local chapter_dungeon_equip = { ["type"]=1, ["id"]=1004, ["num"]=1, - ["weight"]=37 + ["weight"]=7 }, { ["type"]=1, ["id"]=1005, ["num"]=1, - ["weight"]=38 + ["weight"]=53 }, { ["type"]=1, ["id"]=1006, ["num"]=1, - ["weight"]=25 + ["weight"]=40 } }, ["rand_drop_num"]=10, @@ -1689,12 +1671,12 @@ local chapter_dungeon_equip = { ["bao_drop"]={ { ["type"]=1, - ["id"]=1006, + ["id"]=1005, ["num"]=1, ["weight"]=100 } }, - ["bao_drop_num"]=3, + ["bao_drop_num"]=2, ["item_show"]={ { ["type"]=1, @@ -1762,19 +1744,19 @@ local chapter_dungeon_equip = { ["type"]=1, ["id"]=1004, ["num"]=1, - ["weight"]=34 + ["weight"]=5 }, { ["type"]=1, ["id"]=1005, ["num"]=1, - ["weight"]=36 + ["weight"]=45 }, { ["type"]=1, ["id"]=1006, ["num"]=1, - ["weight"]=30 + ["weight"]=50 } }, ["rand_drop_num"]=10, @@ -1787,7 +1769,7 @@ local chapter_dungeon_equip = { ["weight"]=100 } }, - ["bao_drop_num"]=3, + ["bao_drop_num"]=2, ["item_show"]={ { ["type"]=1, diff --git a/lua/app/config/const.lua b/lua/app/config/const.lua index 48f7be39..2a438c42 100644 --- a/lua/app/config/const.lua +++ b/lua/app/config/const.lua @@ -376,9 +376,38 @@ local const = { }, ["bounty_click"]={ ["value"]=4 + }, + ["activity_boss_rush_time"]={ + ["value"]=1 + }, + ["activity_boss_rush_cost"]={ + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=20, + ["num_for_nothing"]="VAg=" + } + }, + ["activity_boss_rush_costadd"]={ + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=20, + ["num_for_nothing"]="VAg=" + } + }, + ["activity_boss_rush_hp_add"]={ + ["value"]=100 + }, + ["activity_boss_rush_atk_add"]={ + ["value"]=100 } } local config = { -data=const,count=77 +data=const,count=82 } return config \ No newline at end of file diff --git a/lua/app/config/equip.lua b/lua/app/config/equip.lua index d7bb5afa..e0095b55 100644 --- a/lua/app/config/equip.lua +++ b/lua/app/config/equip.lua @@ -7556,12 +7556,12 @@ local equip = { } }, ["weapon_icon"]={ - 25, - 26, - 27, - 28, - 29, - 30 + 31, + 32, + 33, + 34, + 35, + 36 } }, [1400103]={ @@ -8001,12 +8001,12 @@ local equip = { } }, ["weapon_icon"]={ - 13, - 14, - 15, - 16, - 17, - 18 + 19, + 20, + 21, + 22, + 23, + 24 } }, [1400104]={ @@ -8446,12 +8446,12 @@ local equip = { } }, ["weapon_icon"]={ - 1, - 2, - 3, - 4, - 5, - 6 + 7, + 8, + 9, + 10, + 11, + 12 } }, [1400105]={ @@ -8891,12 +8891,12 @@ local equip = { } }, ["weapon_icon"]={ - 37, - 38, - 39, - 40, - 41, - 42 + 43, + 44, + 45, + 46, + 47, + 48 } }, [1400201]={ diff --git a/lua/app/config/fx.lua b/lua/app/config/fx.lua index 9c46cc42..12d8d401 100644 --- a/lua/app/config/fx.lua +++ b/lua/app/config/fx.lua @@ -2003,10 +2003,6 @@ local fx = { ["bind"]="root", ["bg"]=1 }, - [300150]={ - ["res"]="sfx_p0036_b05", - ["bind"]="root" - }, [400000]={ ["res"]="sfx_p0012_b01", ["bind"]="root", @@ -2758,14 +2754,9 @@ local fx = { ["bind"]="root", ["flip"]=1, ["bg"]=1 - }, - [400150]={ - ["res"]="sfx_p0036_b05", - ["bind"]="root", - ["flip"]=1 } } local config = { -data=fx,count=649 +data=fx,count=647 } return config \ No newline at end of file diff --git a/lua/app/config/hero.lua b/lua/app/config/hero.lua index 04f6c483..7c971e28 100644 --- a/lua/app/config/hero.lua +++ b/lua/app/config/hero.lua @@ -247,8 +247,7 @@ local hero = { ["is_show"]=1, ["collection_point"]=5, ["skin"]={ - 14001, - 1400101 + 14001 } }, [14002]={ diff --git a/lua/app/config/item.lua b/lua/app/config/item.lua index 5b3a05be..be25daa5 100644 --- a/lua/app/config/item.lua +++ b/lua/app/config/item.lua @@ -1550,6 +1550,16 @@ local item = { } } }, + [51]={ + ["type"]=2, + ["qlt"]=4, + ["icon"]="51" + }, + [52]={ + ["type"]=2, + ["qlt"]=4, + ["icon"]="52" + }, [1001]={ ["type"]=2, ["qlt"]=1, @@ -1562,8 +1572,7 @@ local item = { 4, 5, 6, - 7, - 8 + 7 } }, [1002]={ @@ -1572,14 +1581,14 @@ local item = { ["icon"]="1002", ["get_way_type"]=1, ["get_way"]={ - 9, - 8, - 10, 6, - 11, + 7, 5, + 8, 4, - 3 + 9, + 3, + 10 } }, [1003]={ @@ -1588,15 +1597,14 @@ local item = { ["icon"]="1003", ["get_way_type"]=1, ["get_way"]={ - 12, - 13, - 11, - 14, - 10, 9, + 10, 8, + 11, + 12, 7, - 6 + 6, + 13 } }, [1004]={ @@ -1605,18 +1613,18 @@ local item = { ["icon"]="1004", ["get_way_type"]=1, ["get_way"]={ + 13, + 14, + 12, 15, + 11, 16, + 10, 17, 18, 19, - 14, 20, - 13, - 12, - 11, - 10, - 9 + 10 } }, [1005]={ @@ -1625,12 +1633,12 @@ local item = { ["icon"]="1005", ["get_way_type"]=1, ["get_way"]={ + 16, 17, 18, - 16, 19, - 20, 15, + 20, 14, 13, 12 @@ -1676,21 +1684,21 @@ local item = { ["icon"]="1008", ["get_way_type"]=2, ["get_way"]={ - 25, - 31, 19, 13, + 25, 7, - 29, - 30, - 35, - 36, + 31, 23, 24, 17, 18, + 29, + 30, 11, - 12 + 12, + 35, + 36 } }, [1009]={ @@ -1699,22 +1707,22 @@ local item = { ["icon"]="1009", ["get_way_type"]=2, ["get_way"]={ - 37, - 43, 31, + 37, 25, 19, + 43, 13, - 41, - 42, - 47, - 48, 35, 36, + 41, + 42, 29, 30, 23, 24, + 47, + 48, 17, 18 } @@ -1725,22 +1733,22 @@ local item = { ["icon"]="1010", ["get_way_type"]=2, ["get_way"]={ - 49, - 55, 43, + 49, 37, 31, + 55, 25, - 53, - 54, - 59, - 60, 47, 48, + 53, + 54, 41, 42, 35, 36, + 59, + 60, 29, 30 } @@ -1774,7 +1782,7 @@ local item = { 55, 49, 59, - 54, + 60, 53, 54 } @@ -1805,21 +1813,21 @@ local item = { ["icon"]="1020", ["get_way_type"]=2, ["get_way"]={ - 26, - 32, 20, 14, + 26, 8, - 29, - 30, - 35, - 36, + 32, 23, 24, 17, 18, + 29, + 30, 11, - 12 + 12, + 35, + 36 } }, [1015]={ @@ -1828,22 +1836,22 @@ local item = { ["icon"]="1021", ["get_way_type"]=2, ["get_way"]={ - 38, - 44, 32, + 38, 26, 20, + 44, 14, - 41, - 42, - 47, - 48, 35, 36, + 41, + 42, 29, 30, 23, 24, + 47, + 48, 17, 18 } @@ -1854,22 +1862,22 @@ local item = { ["icon"]="1022", ["get_way_type"]=2, ["get_way"]={ - 50, - 56, 44, + 50, 38, 32, + 56, 26, - 53, - 54, - 59, - 60, 47, 48, + 53, + 54, 41, 42, 35, 36, + 59, + 60, 29, 30 } @@ -1903,7 +1911,7 @@ local item = { 56, 50, 59, - 54, + 60, 53, 54 } @@ -1934,21 +1942,21 @@ local item = { ["icon"]="1014", ["get_way_type"]=2, ["get_way"]={ - 27, - 33, 21, 15, + 27, 9, - 29, - 30, - 35, - 36, + 33, 23, 24, 17, 18, + 29, + 30, 11, - 12 + 12, + 35, + 36 } }, [1021]={ @@ -1957,22 +1965,22 @@ local item = { ["icon"]="1015", ["get_way_type"]=2, ["get_way"]={ - 39, - 45, 33, + 39, 27, 21, + 45, 15, - 41, - 42, - 47, - 48, 35, 36, + 41, + 42, 29, 30, 23, 24, + 47, + 48, 17, 18 } @@ -1983,22 +1991,22 @@ local item = { ["icon"]="1016", ["get_way_type"]=2, ["get_way"]={ - 51, - 57, 45, + 51, 39, 33, + 57, 27, - 53, - 54, - 59, - 60, 47, 48, + 53, + 54, 41, 42, 35, 36, + 59, + 60, 29, 30 } @@ -2032,7 +2040,7 @@ local item = { 57, 51, 59, - 54, + 60, 53, 54 } @@ -2063,21 +2071,21 @@ local item = { ["icon"]="1026", ["get_way_type"]=2, ["get_way"]={ - 28, - 34, 22, 16, + 28, 10, - 29, - 30, - 35, - 36, + 34, 23, 24, 17, 18, + 29, + 30, 11, - 12 + 12, + 35, + 36 } }, [1027]={ @@ -2086,22 +2094,22 @@ local item = { ["icon"]="1027", ["get_way_type"]=2, ["get_way"]={ - 40, - 46, 34, + 40, 28, 22, + 46, 16, - 41, - 42, - 47, - 48, 35, 36, + 41, + 42, 29, 30, 23, 24, + 47, + 48, 17, 18 } @@ -2112,22 +2120,22 @@ local item = { ["icon"]="1028", ["get_way_type"]=2, ["get_way"]={ - 52, - 58, 46, + 52, 40, 34, + 58, 28, - 53, - 54, - 59, - 60, 47, 48, + 53, + 54, 41, 42, 35, 36, + 59, + 60, 29, 30 } @@ -2161,7 +2169,7 @@ local item = { 58, 52, 59, - 54, + 60, 53, 54 } @@ -2369,15 +2377,9 @@ local item = { ["parameter"]=5400101, ["qlt"]=4, ["icon"]="5400101" - }, - [1400101]={ - ["type"]=12, - ["parameter"]=1400101, - ["qlt"]=3, - ["icon"]="1400101" } } local config = { -data=item,count=112 +data=item,count=113 } 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 b5621ba9..037b7073 100644 --- a/lua/app/config/localization/localization_global_const.lua +++ b/lua/app/config/localization/localization_global_const.lua @@ -455,17 +455,18 @@ 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_26 = "EQUIP_DESC_26", - EQUIP_DESC_27 = "EQUIP_DESC_27", - 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", + ACT_FOURTEEN_TITLE_4 = "ACT_FOURTEEN_TITLE_4", + ACT_FOURTEEN_DESC_1 = "ACT_FOURTEEN_DESC_1", + ACT_FOURTEEN_DESC_2 = "ACT_FOURTEEN_DESC_2", + ACT_FOURTEEN_DESC_3 = "ACT_FOURTEEN_DESC_3", + ACT_FOURTEEN_DESC_5 = "ACT_FOURTEEN_DESC_5", + ACT_FOURTEEN_DESC_6 = "ACT_FOURTEEN_DESC_6", + ACT_FOURTEEN_DESC_7 = "ACT_FOURTEEN_DESC_7", + ACT_FOURTEEN_DESC_8 = "ACT_FOURTEEN_DESC_8", + ACT_FOURTEEN_DESC_9 = "ACT_FOURTEEN_DESC_9", } return LocalizationGlobalConst \ No newline at end of file diff --git a/lua/app/config/monster_activity.lua b/lua/app/config/monster_activity.lua new file mode 100644 index 00000000..62ffcb7a --- /dev/null +++ b/lua/app/config/monster_activity.lua @@ -0,0 +1,777 @@ +local monster_activity = { + [104]={ + ["monster_base"]=20001, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30001, + 30002, + 30003 + }, + ["skill"]={ + 10020 + }, + ["monster_exp"]=10000 + }, + [204]={ + ["monster_base"]=20002, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30004, + 30005, + 30006 + }, + ["skill"]={ + 10019 + }, + ["monster_exp"]=10000 + }, + [304]={ + ["monster_base"]=20004, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30010, + 30011, + 30012 + }, + ["skill"]={ + 10015 + }, + ["monster_exp"]=10000 + }, + [404]={ + ["monster_base"]=20006, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30016, + 30017, + 30018 + }, + ["skill"]={ + 10033 + }, + ["passive_skill"]={ + 10010 + }, + ["monster_exp"]=10000 + }, + [504]={ + ["monster_base"]=20007, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30019, + 30020, + 30021 + }, + ["skill"]={ + 10060 + }, + ["passive_skill"]={ + 10061 + }, + ["monster_exp"]=10000 + }, + [604]={ + ["monster_base"]=20008, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30022, + 30023, + 30024 + }, + ["skill"]={ + 10032 + }, + ["passive_skill"]={ + 10009 + }, + ["monster_exp"]=10000 + }, + [704]={ + ["monster_base"]=20012, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30034, + 30035, + 30036 + }, + ["skill"]={ + 10017 + }, + ["monster_exp"]=10000 + }, + [804]={ + ["monster_base"]=20014, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30040, + 30041, + 30042 + }, + ["skill"]={ + 10016 + }, + ["monster_exp"]=10000 + }, + [904]={ + ["monster_base"]=20015, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30043, + 30044, + 30045 + }, + ["skill"]={ + 10070 + }, + ["passive_skill"]={ + 10008 + }, + ["monster_exp"]=10000 + }, + [1004]={ + ["monster_base"]=20023, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30067, + 30068, + 30069 + }, + ["skill"]={ + 10063 + }, + ["passive_skill"]={ + 10013 + }, + ["monster_exp"]=10000 + }, + [1104]={ + ["monster_base"]=20009, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30025, + 30026, + 30027 + }, + ["skill"]={ + 10039 + }, + ["passive_skill"]={ + 10010, + 10011 + }, + ["monster_exp"]=10000 + }, + [1204]={ + ["monster_base"]=20011, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30031, + 30032, + 30033 + }, + ["skill"]={ + 10018 + }, + ["monster_exp"]=10000 + }, + [1304]={ + ["monster_base"]=20017, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30049, + 30050, + 30051 + }, + ["skill"]={ + 10027 + }, + ["monster_exp"]=10000 + }, + [1404]={ + ["monster_base"]=20019, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30055, + 30056, + 30057 + }, + ["skill"]={ + 10045 + }, + ["passive_skill"]={ + 10013 + }, + ["monster_exp"]=10000 + }, + [1504]={ + ["monster_base"]=20022, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30064, + 30065, + 30066 + }, + ["skill"]={ + 10023 + }, + ["passive_skill"]={ + 10013 + }, + ["monster_exp"]=10000 + }, + [1604]={ + ["monster_base"]=20026, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30076, + 30077, + 30078 + }, + ["skill"]={ + 10064 + }, + ["passive_skill"]={ + 10013 + }, + ["monster_exp"]=10000 + }, + [1704]={ + ["monster_base"]=20028, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30162, + 30163, + 30164 + }, + ["skill"]={ + 10142 + }, + ["passive_skill"]={ + 10011 + }, + ["monster_exp"]=10000 + }, + [1804]={ + ["monster_base"]=20029, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30085, + 30086, + 30087 + }, + ["skill"]={ + 10065 + }, + ["monster_exp"]=10000 + }, + [1904]={ + ["monster_base"]=20010, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30028, + 30029, + 30030 + }, + ["skill"]={ + 10041, + 10066 + }, + ["passive_skill"]={ + 10008, + 10009, + 10013 + }, + ["monster_exp"]=10000 + }, + [2004]={ + ["monster_base"]=20016, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30046, + 30047, + 30048 + }, + ["skill"]={ + 10036 + }, + ["passive_skill"]={ + 10010, + 10011 + }, + ["monster_exp"]=10000 + }, + [2104]={ + ["monster_base"]=20018, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30052, + 30053, + 30054 + }, + ["skill"]={ + 10051 + }, + ["passive_skill"]={ + 10011, + 10012 + }, + ["monster_exp"]=10000 + }, + [2204]={ + ["monster_base"]=20021, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30061, + 30062, + 30063 + }, + ["skill"]={ + 10034 + }, + ["passive_skill"]={ + 10011, + 10008 + }, + ["monster_exp"]=10000 + }, + [2304]={ + ["monster_base"]=20025, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30073, + 30074, + 30075 + }, + ["skill"]={ + 10062 + }, + ["passive_skill"]={ + 10013 + }, + ["monster_exp"]=10000 + }, + [2404]={ + ["monster_base"]=20027, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30079, + 30080, + 30081 + }, + ["skill"]={ + 10082 + }, + ["monster_exp"]=10000 + }, + [2504]={ + ["monster_base"]=20035, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30100, + 30101, + 30102, + 30113 + }, + ["skill"]={ + 10076 + }, + ["passive_skill"]={ + 10011, + 10009 + }, + ["monster_exp"]=10000 + }, + [2604]={ + ["monster_base"]=20036, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30103, + 30104, + 30105 + }, + ["skill"]={ + 10077, + 10078 + }, + ["passive_skill"]={ + 10011 + }, + ["monster_exp"]=10000 + }, + [2704]={ + ["monster_base"]=20044, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30147, + 30148, + 30149 + }, + ["skill"]={ + 10130, + 10131 + }, + ["passive_skill"]={ + 10132, + 10013, + 10011 + }, + ["monster_exp"]=10000 + }, + [2804]={ + ["monster_base"]=20003, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30007, + 30008, + 30009 + }, + ["skill"]={ + 10029 + }, + ["passive_skill"]={ + 10013 + }, + ["monster_exp"]=10000 + }, + [2904]={ + ["monster_base"]=20005, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30013, + 30014, + 30015 + }, + ["skill"]={ + 10024 + }, + ["passive_skill"]={ + 10012 + }, + ["monster_exp"]=10000 + }, + [3004]={ + ["monster_base"]=20020, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30058, + 30059, + 30060 + }, + ["skill"]={ + 10047 + }, + ["passive_skill"]={ + 10013 + }, + ["monster_exp"]=10000 + }, + [3104]={ + ["monster_base"]=20030, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30088, + 30089, + 30090 + }, + ["skill"]={ + 10056, + 10057 + }, + ["passive_skill"]={ + 10014 + }, + ["monster_exp"]=10000 + }, + [3204]={ + ["monster_base"]=20034, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30097, + 30098, + 30099 + }, + ["skill"]={ + 10074, + 10075 + }, + ["passive_skill"]={ + 10013, + 10012 + }, + ["monster_exp"]=10000 + }, + [3304]={ + ["monster_base"]=20037, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30106, + 30107, + 30108 + }, + ["skill"]={ + 10079 + }, + ["passive_skill"]={ + 10013, + 10009, + 10084 + }, + ["monster_exp"]=10000 + }, + [3404]={ + ["monster_base"]=20045, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30150, + 30151, + 30152 + }, + ["skill"]={ + 10133, + 10134 + }, + ["passive_skill"]={ + 10012 + }, + ["monster_exp"]=10000 + }, + [3504]={ + ["monster_base"]=20046, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30153, + 30154, + 30155 + }, + ["skill"]={ + 10135, + 10136 + }, + ["passive_skill"]={ + 10012 + }, + ["monster_exp"]=10000 + }, + [3604]={ + ["monster_base"]=20013, + ["is_boss"]=1, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30037, + 30038, + 30039 + }, + ["skill"]={ + 10049, + 10050 + }, + ["monster_exp"]=10000 + }, + [3704]={ + ["monster_base"]=20024, + ["is_boss"]=1, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30070, + 30071, + 30072 + }, + ["skill"]={ + 10043, + 10044 + }, + ["passive_skill"]={ + 10012 + }, + ["monster_exp"]=10000 + }, + [3804]={ + ["monster_base"]=20031, + ["is_boss"]=1, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30091, + 30092, + 30093 + }, + ["skill"]={ + 10058, + 10059 + }, + ["passive_skill"]={ + 10008, + 10011, + 10013 + }, + ["monster_exp"]=10000 + }, + [3904]={ + ["monster_base"]=20032, + ["is_boss"]=1, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30094, + 30095, + 30096 + }, + ["skill"]={ + 10052, + 10053, + 10054 + }, + ["passive_skill"]={ + 10008, + 10010, + 10013 + }, + ["monster_exp"]=10000 + }, + [4004]={ + ["monster_base"]=20038, + ["is_boss"]=1, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30109, + 30110, + 30111, + 30112 + }, + ["skill"]={ + 10080, + 10081 + }, + ["passive_skill"]={ + 10083, + 10009, + 10011 + }, + ["monster_exp"]=10000 + }, + [4104]={ + ["monster_base"]=20047, + ["is_boss"]=1, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30156, + 30157, + 30158 + }, + ["skill"]={ + 10137, + 10138 + }, + ["passive_skill"]={ + 10013, + 10010 + }, + ["monster_exp"]=10000 + }, + [4204]={ + ["monster_base"]=20048, + ["is_boss"]=1, + ["hp"]=10000000, + ["atk"]=500000, + ["atk_times"]=4, + ["hurt_skill"]={ + 30159, + 30160, + 30161 + }, + ["skill"]={ + 10139, + 10140 + }, + ["passive_skill"]={ + 10141, + 10014, + 10009 + }, + ["monster_exp"]=10000 + } +} +local config = { +data=monster_activity,count=42 +} +return config \ No newline at end of file diff --git a/lua/app/config/monster_activity.lua.meta b/lua/app/config/monster_activity.lua.meta new file mode 100644 index 00000000..5f1cfcba --- /dev/null +++ b/lua/app/config/monster_activity.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 228b857e2abcb754185db1ca23e6184e +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/monster_dungeon_armor.lua b/lua/app/config/monster_dungeon_armor.lua index a03b03d4..e0257238 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"]=80820000, + ["hp"]=76340000, ["atk"]=1760000, ["atk_times"]=3, ["hurt_skill"]={ @@ -13,7 +13,7 @@ local monster_dungeon_armor = { }, [207]={ ["monster_base"]=10043, - ["hp"]=120870000, + ["hp"]=113830000, ["atk"]=1970000, ["atk_times"]=3, ["hurt_skill"]={ @@ -25,7 +25,7 @@ local monster_dungeon_armor = { }, [307]={ ["monster_base"]=10033, - ["hp"]=151840000, + ["hp"]=142400000, ["atk"]=2050000, ["atk_times"]=3, ["hurt_skill"]={ @@ -37,7 +37,7 @@ local monster_dungeon_armor = { }, [407]={ ["monster_base"]=10048, - ["hp"]=159840000, + ["hp"]=150430000, ["atk"]=2450000, ["atk_times"]=3, ["hurt_skill"]={ @@ -50,7 +50,7 @@ local monster_dungeon_armor = { [507]={ ["monster_base"]=20004, ["is_boss"]=1, - ["hp"]=327720000, + ["hp"]=290940000, ["atk"]=2640000, ["atk_times"]=4, ["hurt_skill"]={ @@ -65,7 +65,7 @@ local monster_dungeon_armor = { }, [607]={ ["monster_base"]=10051, - ["hp"]=197100000, + ["hp"]=185400000, ["atk"]=2550000, ["atk_times"]=3, ["hurt_skill"]={ @@ -77,7 +77,7 @@ local monster_dungeon_armor = { }, [707]={ ["monster_base"]=10046, - ["hp"]=228520000, + ["hp"]=203090000, ["atk"]=2640000, ["atk_times"]=3, ["hurt_skill"]={ @@ -89,7 +89,7 @@ local monster_dungeon_armor = { }, [807]={ ["monster_base"]=10003, - ["hp"]=268050000, + ["hp"]=237710000, ["atk"]=2600000, ["atk_times"]=2, ["hurt_skill"]={ @@ -101,7 +101,7 @@ local monster_dungeon_armor = { }, [907]={ ["monster_base"]=10058, - ["hp"]=307200000, + ["hp"]=273290000, ["atk"]=2740000, ["atk_times"]=3, ["hurt_skill"]={ @@ -114,7 +114,7 @@ local monster_dungeon_armor = { [1007]={ ["monster_base"]=20012, ["is_boss"]=2, - ["hp"]=521500000, + ["hp"]=494490000, ["atk"]=2740000, ["atk_times"]=4, ["hurt_skill"]={ @@ -129,7 +129,7 @@ local monster_dungeon_armor = { }, [1107]={ ["monster_base"]=10017, - ["hp"]=80820000, + ["hp"]=76340000, ["atk"]=1760000, ["atk_times"]=3, ["hurt_skill"]={ @@ -141,7 +141,7 @@ local monster_dungeon_armor = { }, [1207]={ ["monster_base"]=10009, - ["hp"]=120870000, + ["hp"]=113830000, ["atk"]=1970000, ["atk_times"]=3, ["hurt_skill"]={ @@ -153,7 +153,7 @@ local monster_dungeon_armor = { }, [1307]={ ["monster_base"]=10019, - ["hp"]=151840000, + ["hp"]=142400000, ["atk"]=2050000, ["atk_times"]=3, ["hurt_skill"]={ @@ -165,7 +165,7 @@ local monster_dungeon_armor = { }, [1407]={ ["monster_base"]=10039, - ["hp"]=159840000, + ["hp"]=150430000, ["atk"]=2450000, ["atk_times"]=3, ["hurt_skill"]={ @@ -178,7 +178,7 @@ local monster_dungeon_armor = { [1507]={ ["monster_base"]=20015, ["is_boss"]=1, - ["hp"]=327720000, + ["hp"]=290940000, ["atk"]=2640000, ["atk_times"]=4, ["hurt_skill"]={ @@ -196,7 +196,7 @@ local monster_dungeon_armor = { }, [1607]={ ["monster_base"]=10048, - ["hp"]=197100000, + ["hp"]=185400000, ["atk"]=2550000, ["atk_times"]=3, ["hurt_skill"]={ @@ -208,7 +208,7 @@ local monster_dungeon_armor = { }, [1707]={ ["monster_base"]=10017, - ["hp"]=228520000, + ["hp"]=203090000, ["atk"]=2640000, ["atk_times"]=3, ["hurt_skill"]={ @@ -220,7 +220,7 @@ local monster_dungeon_armor = { }, [1807]={ ["monster_base"]=10009, - ["hp"]=268050000, + ["hp"]=237710000, ["atk"]=2600000, ["atk_times"]=3, ["hurt_skill"]={ @@ -232,7 +232,7 @@ local monster_dungeon_armor = { }, [1907]={ ["monster_base"]=10039, - ["hp"]=307200000, + ["hp"]=273290000, ["atk"]=2740000, ["atk_times"]=3, ["hurt_skill"]={ @@ -245,7 +245,7 @@ local monster_dungeon_armor = { [2007]={ ["monster_base"]=20011, ["is_boss"]=2, - ["hp"]=521500000, + ["hp"]=494490000, ["atk"]=2740000, ["atk_times"]=4, ["hurt_skill"]={ @@ -260,7 +260,7 @@ local monster_dungeon_armor = { }, [2107]={ ["monster_base"]=10046, - ["hp"]=80820000, + ["hp"]=76340000, ["atk"]=1760000, ["atk_times"]=3, ["hurt_skill"]={ @@ -272,7 +272,7 @@ local monster_dungeon_armor = { }, [2207]={ ["monster_base"]=10005, - ["hp"]=120870000, + ["hp"]=113830000, ["atk"]=1970000, ["atk_times"]=2, ["hurt_skill"]={ @@ -284,7 +284,7 @@ local monster_dungeon_armor = { }, [2307]={ ["monster_base"]=10044, - ["hp"]=151840000, + ["hp"]=142400000, ["atk"]=2050000, ["atk_times"]=3, ["hurt_skill"]={ @@ -296,7 +296,7 @@ local monster_dungeon_armor = { }, [2407]={ ["monster_base"]=10052, - ["hp"]=159840000, + ["hp"]=150430000, ["atk"]=2450000, ["atk_times"]=3, ["hurt_skill"]={ @@ -309,7 +309,7 @@ local monster_dungeon_armor = { [2507]={ ["monster_base"]=20014, ["is_boss"]=1, - ["hp"]=327720000, + ["hp"]=290940000, ["atk"]=2640000, ["atk_times"]=4, ["hurt_skill"]={ @@ -324,7 +324,7 @@ local monster_dungeon_armor = { }, [2607]={ ["monster_base"]=10060, - ["hp"]=197100000, + ["hp"]=185400000, ["atk"]=2550000, ["atk_times"]=3, ["hurt_skill"]={ @@ -336,7 +336,7 @@ local monster_dungeon_armor = { }, [2707]={ ["monster_base"]=10051, - ["hp"]=228520000, + ["hp"]=203090000, ["atk"]=2640000, ["atk_times"]=3, ["hurt_skill"]={ @@ -348,7 +348,7 @@ local monster_dungeon_armor = { }, [2807]={ ["monster_base"]=10036, - ["hp"]=268050000, + ["hp"]=237710000, ["atk"]=2600000, ["atk_times"]=3, ["hurt_skill"]={ @@ -360,7 +360,7 @@ local monster_dungeon_armor = { }, [2907]={ ["monster_base"]=10029, - ["hp"]=307200000, + ["hp"]=273290000, ["atk"]=2740000, ["atk_times"]=3, ["hurt_skill"]={ @@ -373,7 +373,7 @@ local monster_dungeon_armor = { [3007]={ ["monster_base"]=20029, ["is_boss"]=2, - ["hp"]=521500000, + ["hp"]=494490000, ["atk"]=2740000, ["atk_times"]=4, ["hurt_skill"]={ @@ -388,7 +388,7 @@ local monster_dungeon_armor = { }, [3107]={ ["monster_base"]=10029, - ["hp"]=80820000, + ["hp"]=76340000, ["atk"]=1760000, ["atk_times"]=3, ["hurt_skill"]={ @@ -400,7 +400,7 @@ local monster_dungeon_armor = { }, [3207]={ ["monster_base"]=10061, - ["hp"]=120870000, + ["hp"]=113830000, ["atk"]=1970000, ["atk_times"]=3, ["hurt_skill"]={ @@ -412,7 +412,7 @@ local monster_dungeon_armor = { }, [3307]={ ["monster_base"]=10041, - ["hp"]=151840000, + ["hp"]=142400000, ["atk"]=2050000, ["atk_times"]=3, ["hurt_skill"]={ @@ -424,7 +424,7 @@ local monster_dungeon_armor = { }, [3407]={ ["monster_base"]=10020, - ["hp"]=159840000, + ["hp"]=150430000, ["atk"]=2450000, ["atk_times"]=3, ["hurt_skill"]={ @@ -437,7 +437,7 @@ local monster_dungeon_armor = { [3507]={ ["monster_base"]=20002, ["is_boss"]=1, - ["hp"]=327720000, + ["hp"]=290940000, ["atk"]=2640000, ["atk_times"]=4, ["hurt_skill"]={ @@ -452,7 +452,7 @@ local monster_dungeon_armor = { }, [3607]={ ["monster_base"]=10035, - ["hp"]=197100000, + ["hp"]=185400000, ["atk"]=2550000, ["atk_times"]=3, ["hurt_skill"]={ @@ -464,7 +464,7 @@ local monster_dungeon_armor = { }, [3707]={ ["monster_base"]=10018, - ["hp"]=228520000, + ["hp"]=203090000, ["atk"]=2640000, ["atk_times"]=3, ["hurt_skill"]={ @@ -476,7 +476,7 @@ local monster_dungeon_armor = { }, [3807]={ ["monster_base"]=10049, - ["hp"]=268050000, + ["hp"]=237710000, ["atk"]=2600000, ["atk_times"]=3, ["hurt_skill"]={ @@ -488,7 +488,7 @@ local monster_dungeon_armor = { }, [3907]={ ["monster_base"]=10014, - ["hp"]=307200000, + ["hp"]=273290000, ["atk"]=2740000, ["atk_times"]=3, ["hurt_skill"]={ @@ -501,7 +501,7 @@ local monster_dungeon_armor = { [4007]={ ["monster_base"]=20023, ["is_boss"]=2, - ["hp"]=521500000, + ["hp"]=494490000, ["atk"]=2740000, ["atk_times"]=4, ["hurt_skill"]={ @@ -519,7 +519,7 @@ local monster_dungeon_armor = { }, [4107]={ ["monster_base"]=10004, - ["hp"]=80820000, + ["hp"]=76340000, ["atk"]=1760000, ["atk_times"]=2, ["hurt_skill"]={ @@ -531,7 +531,7 @@ local monster_dungeon_armor = { }, [4207]={ ["monster_base"]=10055, - ["hp"]=120870000, + ["hp"]=113830000, ["atk"]=1970000, ["atk_times"]=3, ["hurt_skill"]={ @@ -543,7 +543,7 @@ local monster_dungeon_armor = { }, [4307]={ ["monster_base"]=10010, - ["hp"]=151840000, + ["hp"]=142400000, ["atk"]=2050000, ["atk_times"]=3, ["hurt_skill"]={ @@ -555,7 +555,7 @@ local monster_dungeon_armor = { }, [4407]={ ["monster_base"]=10015, - ["hp"]=159840000, + ["hp"]=150430000, ["atk"]=2450000, ["atk_times"]=3, ["hurt_skill"]={ @@ -568,7 +568,7 @@ local monster_dungeon_armor = { [4507]={ ["monster_base"]=20007, ["is_boss"]=1, - ["hp"]=327720000, + ["hp"]=290940000, ["atk"]=2640000, ["atk_times"]=4, ["hurt_skill"]={ @@ -586,7 +586,7 @@ local monster_dungeon_armor = { }, [4607]={ ["monster_base"]=10031, - ["hp"]=197100000, + ["hp"]=185400000, ["atk"]=2550000, ["atk_times"]=3, ["hurt_skill"]={ @@ -598,7 +598,7 @@ local monster_dungeon_armor = { }, [4707]={ ["monster_base"]=10038, - ["hp"]=228520000, + ["hp"]=203090000, ["atk"]=2640000, ["atk_times"]=3, ["hurt_skill"]={ @@ -610,7 +610,7 @@ local monster_dungeon_armor = { }, [4807]={ ["monster_base"]=10025, - ["hp"]=268050000, + ["hp"]=237710000, ["atk"]=2600000, ["atk_times"]=3, ["hurt_skill"]={ @@ -622,7 +622,7 @@ local monster_dungeon_armor = { }, [4907]={ ["monster_base"]=10007, - ["hp"]=307200000, + ["hp"]=273290000, ["atk"]=2740000, ["atk_times"]=2, ["hurt_skill"]={ @@ -635,7 +635,7 @@ local monster_dungeon_armor = { [5007]={ ["monster_base"]=20025, ["is_boss"]=2, - ["hp"]=521500000, + ["hp"]=494490000, ["atk"]=2740000, ["atk_times"]=4, ["hurt_skill"]={ @@ -653,7 +653,7 @@ local monster_dungeon_armor = { }, [5107]={ ["monster_base"]=10049, - ["hp"]=80820000, + ["hp"]=76340000, ["atk"]=1760000, ["atk_times"]=3, ["hurt_skill"]={ @@ -665,7 +665,7 @@ local monster_dungeon_armor = { }, [5207]={ ["monster_base"]=10008, - ["hp"]=120870000, + ["hp"]=113830000, ["atk"]=1970000, ["atk_times"]=2, ["hurt_skill"]={ @@ -677,7 +677,7 @@ local monster_dungeon_armor = { }, [5307]={ ["monster_base"]=10050, - ["hp"]=151840000, + ["hp"]=142400000, ["atk"]=2050000, ["atk_times"]=3, ["hurt_skill"]={ @@ -689,7 +689,7 @@ local monster_dungeon_armor = { }, [5407]={ ["monster_base"]=10051, - ["hp"]=159840000, + ["hp"]=150430000, ["atk"]=2450000, ["atk_times"]=3, ["hurt_skill"]={ @@ -702,7 +702,7 @@ local monster_dungeon_armor = { [5507]={ ["monster_base"]=20001, ["is_boss"]=1, - ["hp"]=327720000, + ["hp"]=290940000, ["atk"]=2640000, ["atk_times"]=4, ["hurt_skill"]={ @@ -717,7 +717,7 @@ local monster_dungeon_armor = { }, [5607]={ ["monster_base"]=10036, - ["hp"]=197100000, + ["hp"]=185400000, ["atk"]=2550000, ["atk_times"]=3, ["hurt_skill"]={ @@ -729,7 +729,7 @@ local monster_dungeon_armor = { }, [5707]={ ["monster_base"]=10030, - ["hp"]=228520000, + ["hp"]=203090000, ["atk"]=2640000, ["atk_times"]=3, ["hurt_skill"]={ @@ -741,7 +741,7 @@ local monster_dungeon_armor = { }, [5807]={ ["monster_base"]=10055, - ["hp"]=268050000, + ["hp"]=237710000, ["atk"]=2600000, ["atk_times"]=3, ["hurt_skill"]={ @@ -753,7 +753,7 @@ local monster_dungeon_armor = { }, [5907]={ ["monster_base"]=10062, - ["hp"]=307200000, + ["hp"]=273290000, ["atk"]=2740000, ["atk_times"]=3, ["hurt_skill"]={ @@ -766,7 +766,7 @@ local monster_dungeon_armor = { [6007]={ ["monster_base"]=20005, ["is_boss"]=2, - ["hp"]=521500000, + ["hp"]=494490000, ["atk"]=2740000, ["atk_times"]=4, ["hurt_skill"]={ @@ -784,8 +784,8 @@ local monster_dungeon_armor = { }, [6107]={ ["monster_base"]=10054, - ["hp"]=90100000, - ["atk"]=1970000, + ["hp"]=97940000, + ["atk"]=1910000, ["atk_times"]=3, ["hurt_skill"]={ 20157, @@ -796,8 +796,8 @@ local monster_dungeon_armor = { }, [6207]={ ["monster_base"]=10007, - ["hp"]=134930000, - ["atk"]=2210000, + ["hp"]=145130000, + ["atk"]=2150000, ["atk_times"]=2, ["hurt_skill"]={ 20019, @@ -808,8 +808,8 @@ local monster_dungeon_armor = { }, [6307]={ ["monster_base"]=10035, - ["hp"]=169110000, - ["atk"]=2290000, + ["hp"]=181680000, + ["atk"]=2220000, ["atk_times"]=3, ["hurt_skill"]={ 20100, @@ -820,8 +820,8 @@ local monster_dungeon_armor = { }, [6407]={ ["monster_base"]=10037, - ["hp"]=177990000, - ["atk"]=2740000, + ["hp"]=191500000, + ["atk"]=2660000, ["atk_times"]=3, ["hurt_skill"]={ 20106, @@ -833,8 +833,8 @@ local monster_dungeon_armor = { [6507]={ ["monster_base"]=20011, ["is_boss"]=1, - ["hp"]=366790000, - ["atk"]=2950000, + ["hp"]=356570000, + ["atk"]=2870000, ["atk_times"]=4, ["hurt_skill"]={ 30031, @@ -848,8 +848,8 @@ local monster_dungeon_armor = { }, [6607]={ ["monster_base"]=10004, - ["hp"]=219850000, - ["atk"]=2860000, + ["hp"]=236460000, + ["atk"]=2770000, ["atk_times"]=2, ["hurt_skill"]={ 20010, @@ -860,8 +860,8 @@ local monster_dungeon_armor = { }, [6707]={ ["monster_base"]=10060, - ["hp"]=254340000, - ["atk"]=2950000, + ["hp"]=248810000, + ["atk"]=2870000, ["atk_times"]=3, ["hurt_skill"]={ 20175, @@ -872,8 +872,8 @@ local monster_dungeon_armor = { }, [6807]={ ["monster_base"]=10036, - ["hp"]=298960000, - ["atk"]=2910000, + ["hp"]=291690000, + ["atk"]=2820000, ["atk_times"]=3, ["hurt_skill"]={ 20103, @@ -884,8 +884,8 @@ local monster_dungeon_armor = { }, [6907]={ ["monster_base"]=10057, - ["hp"]=342680000, - ["atk"]=3070000, + ["hp"]=335220000, + ["atk"]=2980000, ["atk_times"]=3, ["hurt_skill"]={ 20166, @@ -897,8 +897,8 @@ local monster_dungeon_armor = { [7007]={ ["monster_base"]=20017, ["is_boss"]=2, - ["hp"]=580750000, - ["atk"]=3070000, + ["hp"]=566760000, + ["atk"]=2980000, ["atk_times"]=4, ["hurt_skill"]={ 30049, @@ -912,8 +912,8 @@ local monster_dungeon_armor = { }, [7107]={ ["monster_base"]=10045, - ["hp"]=90100000, - ["atk"]=1970000, + ["hp"]=97940000, + ["atk"]=1910000, ["atk_times"]=3, ["hurt_skill"]={ 20130, @@ -924,8 +924,8 @@ local monster_dungeon_armor = { }, [7207]={ ["monster_base"]=10015, - ["hp"]=134930000, - ["atk"]=2210000, + ["hp"]=145130000, + ["atk"]=2150000, ["atk_times"]=3, ["hurt_skill"]={ 20040, @@ -936,8 +936,8 @@ local monster_dungeon_armor = { }, [7307]={ ["monster_base"]=10025, - ["hp"]=169110000, - ["atk"]=2290000, + ["hp"]=181680000, + ["atk"]=2220000, ["atk_times"]=3, ["hurt_skill"]={ 20070, @@ -948,8 +948,8 @@ local monster_dungeon_armor = { }, [7407]={ ["monster_base"]=10035, - ["hp"]=177990000, - ["atk"]=2740000, + ["hp"]=191500000, + ["atk"]=2660000, ["atk_times"]=3, ["hurt_skill"]={ 20100, @@ -961,8 +961,8 @@ local monster_dungeon_armor = { [7507]={ ["monster_base"]=20014, ["is_boss"]=1, - ["hp"]=366790000, - ["atk"]=2950000, + ["hp"]=356570000, + ["atk"]=2870000, ["atk_times"]=4, ["hurt_skill"]={ 30040, @@ -976,8 +976,8 @@ local monster_dungeon_armor = { }, [7607]={ ["monster_base"]=10040, - ["hp"]=219850000, - ["atk"]=2860000, + ["hp"]=236460000, + ["atk"]=2770000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -988,8 +988,8 @@ local monster_dungeon_armor = { }, [7707]={ ["monster_base"]=10002, - ["hp"]=254340000, - ["atk"]=2950000, + ["hp"]=248810000, + ["atk"]=2870000, ["atk_times"]=2, ["hurt_skill"]={ 20004, @@ -1000,8 +1000,8 @@ local monster_dungeon_armor = { }, [7807]={ ["monster_base"]=10047, - ["hp"]=298960000, - ["atk"]=2910000, + ["hp"]=291690000, + ["atk"]=2820000, ["atk_times"]=3, ["hurt_skill"]={ 20136, @@ -1012,8 +1012,8 @@ local monster_dungeon_armor = { }, [7907]={ ["monster_base"]=10034, - ["hp"]=342680000, - ["atk"]=3070000, + ["hp"]=335220000, + ["atk"]=2980000, ["atk_times"]=3, ["hurt_skill"]={ 20097, @@ -1025,8 +1025,8 @@ local monster_dungeon_armor = { [8007]={ ["monster_base"]=30014, ["is_boss"]=2, - ["hp"]=580750000, - ["atk"]=3070000, + ["hp"]=566760000, + ["atk"]=2980000, ["atk_times"]=4, ["hurt_skill"]={ 40009, @@ -1041,8 +1041,8 @@ local monster_dungeon_armor = { }, [8107]={ ["monster_base"]=10005, - ["hp"]=90100000, - ["atk"]=1970000, + ["hp"]=97940000, + ["atk"]=1910000, ["atk_times"]=2, ["hurt_skill"]={ 20013, @@ -1053,8 +1053,8 @@ local monster_dungeon_armor = { }, [8207]={ ["monster_base"]=10037, - ["hp"]=134930000, - ["atk"]=2210000, + ["hp"]=145130000, + ["atk"]=2150000, ["atk_times"]=3, ["hurt_skill"]={ 20106, @@ -1065,8 +1065,8 @@ local monster_dungeon_armor = { }, [8307]={ ["monster_base"]=10022, - ["hp"]=169110000, - ["atk"]=2290000, + ["hp"]=181680000, + ["atk"]=2220000, ["atk_times"]=3, ["hurt_skill"]={ 20061, @@ -1077,8 +1077,8 @@ local monster_dungeon_armor = { }, [8407]={ ["monster_base"]=10012, - ["hp"]=177990000, - ["atk"]=2740000, + ["hp"]=191500000, + ["atk"]=2660000, ["atk_times"]=3, ["hurt_skill"]={ 20031, @@ -1090,8 +1090,8 @@ local monster_dungeon_armor = { [8507]={ ["monster_base"]=20008, ["is_boss"]=1, - ["hp"]=366790000, - ["atk"]=2950000, + ["hp"]=356570000, + ["atk"]=2870000, ["atk_times"]=4, ["hurt_skill"]={ 30022, @@ -1108,8 +1108,8 @@ local monster_dungeon_armor = { }, [8607]={ ["monster_base"]=10029, - ["hp"]=219850000, - ["atk"]=2860000, + ["hp"]=236460000, + ["atk"]=2770000, ["atk_times"]=3, ["hurt_skill"]={ 20082, @@ -1120,8 +1120,8 @@ local monster_dungeon_armor = { }, [8707]={ ["monster_base"]=10030, - ["hp"]=254340000, - ["atk"]=2950000, + ["hp"]=248810000, + ["atk"]=2870000, ["atk_times"]=3, ["hurt_skill"]={ 20085, @@ -1132,8 +1132,8 @@ local monster_dungeon_armor = { }, [8807]={ ["monster_base"]=10021, - ["hp"]=298960000, - ["atk"]=2910000, + ["hp"]=291690000, + ["atk"]=2820000, ["atk_times"]=3, ["hurt_skill"]={ 20058, @@ -1144,8 +1144,8 @@ local monster_dungeon_armor = { }, [8907]={ ["monster_base"]=10024, - ["hp"]=342680000, - ["atk"]=3070000, + ["hp"]=335220000, + ["atk"]=2980000, ["atk_times"]=3, ["hurt_skill"]={ 20067, @@ -1157,8 +1157,8 @@ local monster_dungeon_armor = { [9007]={ ["monster_base"]=30012, ["is_boss"]=2, - ["hp"]=580750000, - ["atk"]=3070000, + ["hp"]=566760000, + ["atk"]=2980000, ["atk_times"]=4, ["hurt_skill"]={ 40005, @@ -1174,8 +1174,8 @@ local monster_dungeon_armor = { }, [9107]={ ["monster_base"]=10039, - ["hp"]=90100000, - ["atk"]=1970000, + ["hp"]=97940000, + ["atk"]=1910000, ["atk_times"]=3, ["hurt_skill"]={ 20112, @@ -1186,8 +1186,8 @@ local monster_dungeon_armor = { }, [9207]={ ["monster_base"]=10061, - ["hp"]=134930000, - ["atk"]=2210000, + ["hp"]=145130000, + ["atk"]=2150000, ["atk_times"]=3, ["hurt_skill"]={ 20178, @@ -1198,8 +1198,8 @@ local monster_dungeon_armor = { }, [9307]={ ["monster_base"]=10048, - ["hp"]=169110000, - ["atk"]=2290000, + ["hp"]=181680000, + ["atk"]=2220000, ["atk_times"]=3, ["hurt_skill"]={ 20139, @@ -1210,8 +1210,8 @@ local monster_dungeon_armor = { }, [9407]={ ["monster_base"]=10027, - ["hp"]=177990000, - ["atk"]=2740000, + ["hp"]=191500000, + ["atk"]=2660000, ["atk_times"]=3, ["hurt_skill"]={ 20076, @@ -1223,8 +1223,8 @@ local monster_dungeon_armor = { [9507]={ ["monster_base"]=20006, ["is_boss"]=1, - ["hp"]=366790000, - ["atk"]=2950000, + ["hp"]=356570000, + ["atk"]=2870000, ["atk_times"]=4, ["hurt_skill"]={ 30016, @@ -1241,8 +1241,8 @@ local monster_dungeon_armor = { }, [9607]={ ["monster_base"]=10031, - ["hp"]=219850000, - ["atk"]=2860000, + ["hp"]=236460000, + ["atk"]=2770000, ["atk_times"]=3, ["hurt_skill"]={ 20088, @@ -1253,8 +1253,8 @@ local monster_dungeon_armor = { }, [9707]={ ["monster_base"]=10041, - ["hp"]=254340000, - ["atk"]=2950000, + ["hp"]=248810000, + ["atk"]=2870000, ["atk_times"]=3, ["hurt_skill"]={ 20118, @@ -1265,8 +1265,8 @@ local monster_dungeon_armor = { }, [9807]={ ["monster_base"]=10040, - ["hp"]=298960000, - ["atk"]=2910000, + ["hp"]=291690000, + ["atk"]=2820000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -1277,8 +1277,8 @@ local monster_dungeon_armor = { }, [9907]={ ["monster_base"]=10017, - ["hp"]=342680000, - ["atk"]=3070000, + ["hp"]=335220000, + ["atk"]=2980000, ["atk_times"]=3, ["hurt_skill"]={ 20046, @@ -1290,8 +1290,8 @@ local monster_dungeon_armor = { [10007]={ ["monster_base"]=20021, ["is_boss"]=2, - ["hp"]=580750000, - ["atk"]=3070000, + ["hp"]=566760000, + ["atk"]=2980000, ["atk_times"]=4, ["hurt_skill"]={ 30061, @@ -1309,8 +1309,8 @@ local monster_dungeon_armor = { }, [10107]={ ["monster_base"]=10039, - ["hp"]=90100000, - ["atk"]=1970000, + ["hp"]=97940000, + ["atk"]=1910000, ["atk_times"]=3, ["hurt_skill"]={ 20112, @@ -1321,8 +1321,8 @@ local monster_dungeon_armor = { }, [10207]={ ["monster_base"]=10053, - ["hp"]=134930000, - ["atk"]=2210000, + ["hp"]=145130000, + ["atk"]=2150000, ["atk_times"]=3, ["hurt_skill"]={ 20154, @@ -1333,8 +1333,8 @@ local monster_dungeon_armor = { }, [10307]={ ["monster_base"]=10002, - ["hp"]=169110000, - ["atk"]=2290000, + ["hp"]=181680000, + ["atk"]=2220000, ["atk_times"]=2, ["hurt_skill"]={ 20004, @@ -1345,8 +1345,8 @@ local monster_dungeon_armor = { }, [10407]={ ["monster_base"]=10063, - ["hp"]=177990000, - ["atk"]=2740000, + ["hp"]=191500000, + ["atk"]=2660000, ["atk_times"]=3, ["hurt_skill"]={ 20184, @@ -1358,8 +1358,8 @@ local monster_dungeon_armor = { [10507]={ ["monster_base"]=20016, ["is_boss"]=1, - ["hp"]=366790000, - ["atk"]=2950000, + ["hp"]=356570000, + ["atk"]=2870000, ["atk_times"]=4, ["hurt_skill"]={ 30046, @@ -1377,8 +1377,8 @@ local monster_dungeon_armor = { }, [10607]={ ["monster_base"]=10061, - ["hp"]=219850000, - ["atk"]=2860000, + ["hp"]=236460000, + ["atk"]=2770000, ["atk_times"]=3, ["hurt_skill"]={ 20178, @@ -1389,8 +1389,8 @@ local monster_dungeon_armor = { }, [10707]={ ["monster_base"]=10050, - ["hp"]=254340000, - ["atk"]=2950000, + ["hp"]=248810000, + ["atk"]=2870000, ["atk_times"]=3, ["hurt_skill"]={ 20145, @@ -1401,8 +1401,8 @@ local monster_dungeon_armor = { }, [10807]={ ["monster_base"]=10033, - ["hp"]=298960000, - ["atk"]=2910000, + ["hp"]=291690000, + ["atk"]=2820000, ["atk_times"]=3, ["hurt_skill"]={ 20094, @@ -1413,8 +1413,8 @@ local monster_dungeon_armor = { }, [10907]={ ["monster_base"]=10057, - ["hp"]=342680000, - ["atk"]=3070000, + ["hp"]=335220000, + ["atk"]=2980000, ["atk_times"]=3, ["hurt_skill"]={ 20166, @@ -1426,8 +1426,8 @@ local monster_dungeon_armor = { [11007]={ ["monster_base"]=30020, ["is_boss"]=2, - ["hp"]=580750000, - ["atk"]=3070000, + ["hp"]=566760000, + ["atk"]=2980000, ["atk_times"]=4, ["hurt_skill"]={ 40033, @@ -1442,8 +1442,8 @@ local monster_dungeon_armor = { }, [11107]={ ["monster_base"]=10034, - ["hp"]=90100000, - ["atk"]=1970000, + ["hp"]=97940000, + ["atk"]=1910000, ["atk_times"]=3, ["hurt_skill"]={ 20097, @@ -1454,8 +1454,8 @@ local monster_dungeon_armor = { }, [11207]={ ["monster_base"]=10056, - ["hp"]=134930000, - ["atk"]=2210000, + ["hp"]=145130000, + ["atk"]=2150000, ["atk_times"]=3, ["hurt_skill"]={ 20163, @@ -1466,8 +1466,8 @@ local monster_dungeon_armor = { }, [11307]={ ["monster_base"]=10037, - ["hp"]=169110000, - ["atk"]=2290000, + ["hp"]=181680000, + ["atk"]=2220000, ["atk_times"]=3, ["hurt_skill"]={ 20106, @@ -1478,8 +1478,8 @@ local monster_dungeon_armor = { }, [11407]={ ["monster_base"]=10042, - ["hp"]=177990000, - ["atk"]=2740000, + ["hp"]=191500000, + ["atk"]=2660000, ["atk_times"]=3, ["hurt_skill"]={ 20121, @@ -1491,8 +1491,8 @@ local monster_dungeon_armor = { [11507]={ ["monster_base"]=30010, ["is_boss"]=1, - ["hp"]=366790000, - ["atk"]=2950000, + ["hp"]=356570000, + ["atk"]=2870000, ["atk_times"]=4, ["hurt_skill"]={ 40013, @@ -1507,8 +1507,8 @@ local monster_dungeon_armor = { }, [11607]={ ["monster_base"]=10062, - ["hp"]=219850000, - ["atk"]=2860000, + ["hp"]=236460000, + ["atk"]=2770000, ["atk_times"]=3, ["hurt_skill"]={ 20181, @@ -1519,8 +1519,8 @@ local monster_dungeon_armor = { }, [11707]={ ["monster_base"]=10042, - ["hp"]=254340000, - ["atk"]=2950000, + ["hp"]=248810000, + ["atk"]=2870000, ["atk_times"]=3, ["hurt_skill"]={ 20121, @@ -1531,8 +1531,8 @@ local monster_dungeon_armor = { }, [11807]={ ["monster_base"]=10008, - ["hp"]=298960000, - ["atk"]=2910000, + ["hp"]=291690000, + ["atk"]=2820000, ["atk_times"]=2, ["hurt_skill"]={ 20022, @@ -1543,8 +1543,8 @@ local monster_dungeon_armor = { }, [11907]={ ["monster_base"]=10023, - ["hp"]=342680000, - ["atk"]=3070000, + ["hp"]=335220000, + ["atk"]=2980000, ["atk_times"]=3, ["hurt_skill"]={ 20064, @@ -1556,8 +1556,8 @@ local monster_dungeon_armor = { [12007]={ ["monster_base"]=20003, ["is_boss"]=2, - ["hp"]=580750000, - ["atk"]=3070000, + ["hp"]=566760000, + ["atk"]=2980000, ["atk_times"]=4, ["hurt_skill"]={ 30007, @@ -1574,8 +1574,8 @@ local monster_dungeon_armor = { }, [12107]={ ["monster_base"]=10062, - ["hp"]=119130000, - ["atk"]=2650000, + ["hp"]=132190000, + ["atk"]=2500000, ["atk_times"]=3, ["hurt_skill"]={ 20181, @@ -1586,8 +1586,8 @@ local monster_dungeon_armor = { }, [12207]={ ["monster_base"]=10008, - ["hp"]=178560000, - ["atk"]=2940000, + ["hp"]=194920000, + ["atk"]=2770000, ["atk_times"]=2, ["hurt_skill"]={ 20022, @@ -1598,8 +1598,8 @@ local monster_dungeon_armor = { }, [12307]={ ["monster_base"]=10065, - ["hp"]=223610000, - ["atk"]=3080000, + ["hp"]=243300000, + ["atk"]=2900000, ["atk_times"]=3, ["hurt_skill"]={ 20187, @@ -1610,8 +1610,8 @@ local monster_dungeon_armor = { }, [12407]={ ["monster_base"]=10013, - ["hp"]=235300000, - ["atk"]=3660000, + ["hp"]=255540000, + ["atk"]=3450000, ["atk_times"]=3, ["hurt_skill"]={ 20034, @@ -1623,8 +1623,8 @@ local monster_dungeon_armor = { [12507]={ ["monster_base"]=20014, ["is_boss"]=1, - ["hp"]=484620000, - ["atk"]=3910000, + ["hp"]=475340000, + ["atk"]=3690000, ["atk_times"]=4, ["hurt_skill"]={ 30040, @@ -1638,8 +1638,8 @@ local monster_dungeon_armor = { }, [12607]={ ["monster_base"]=10020, - ["hp"]=290650000, - ["atk"]=3800000, + ["hp"]=316140000, + ["atk"]=3590000, ["atk_times"]=3, ["hurt_skill"]={ 20055, @@ -1650,8 +1650,8 @@ local monster_dungeon_armor = { }, [12707]={ ["monster_base"]=10047, - ["hp"]=336630000, - ["atk"]=3930000, + ["hp"]=332120000, + ["atk"]=3710000, ["atk_times"]=3, ["hurt_skill"]={ 20136, @@ -1662,8 +1662,8 @@ local monster_dungeon_armor = { }, [12807]={ ["monster_base"]=10065, - ["hp"]=395270000, - ["atk"]=3880000, + ["hp"]=389430000, + ["atk"]=3660000, ["atk_times"]=3, ["hurt_skill"]={ 20187, @@ -1674,8 +1674,8 @@ local monster_dungeon_armor = { }, [12907]={ ["monster_base"]=10063, - ["hp"]=452990000, - ["atk"]=4100000, + ["hp"]=447180000, + ["atk"]=3870000, ["atk_times"]=3, ["hurt_skill"]={ 20184, @@ -1687,8 +1687,8 @@ local monster_dungeon_armor = { [13007]={ ["monster_base"]=20005, ["is_boss"]=2, - ["hp"]=767450000, - ["atk"]=4100000, + ["hp"]=754850000, + ["atk"]=3870000, ["atk_times"]=4, ["hurt_skill"]={ 30013, @@ -1705,8 +1705,8 @@ local monster_dungeon_armor = { }, [13107]={ ["monster_base"]=10033, - ["hp"]=119130000, - ["atk"]=2650000, + ["hp"]=132190000, + ["atk"]=2500000, ["atk_times"]=3, ["hurt_skill"]={ 20094, @@ -1717,8 +1717,8 @@ local monster_dungeon_armor = { }, [13207]={ ["monster_base"]=10020, - ["hp"]=178560000, - ["atk"]=2940000, + ["hp"]=194920000, + ["atk"]=2770000, ["atk_times"]=3, ["hurt_skill"]={ 20055, @@ -1729,8 +1729,8 @@ local monster_dungeon_armor = { }, [13307]={ ["monster_base"]=10057, - ["hp"]=223610000, - ["atk"]=3080000, + ["hp"]=243300000, + ["atk"]=2900000, ["atk_times"]=3, ["hurt_skill"]={ 20166, @@ -1741,8 +1741,8 @@ local monster_dungeon_armor = { }, [13407]={ ["monster_base"]=10006, - ["hp"]=235300000, - ["atk"]=3660000, + ["hp"]=255540000, + ["atk"]=3450000, ["atk_times"]=2, ["hurt_skill"]={ 20016, @@ -1754,8 +1754,8 @@ local monster_dungeon_armor = { [13507]={ ["monster_base"]=20015, ["is_boss"]=1, - ["hp"]=484620000, - ["atk"]=3910000, + ["hp"]=475340000, + ["atk"]=3690000, ["atk_times"]=4, ["hurt_skill"]={ 30043, @@ -1772,8 +1772,8 @@ local monster_dungeon_armor = { }, [13607]={ ["monster_base"]=10048, - ["hp"]=290650000, - ["atk"]=3800000, + ["hp"]=316140000, + ["atk"]=3590000, ["atk_times"]=3, ["hurt_skill"]={ 20139, @@ -1784,8 +1784,8 @@ local monster_dungeon_armor = { }, [13707]={ ["monster_base"]=10020, - ["hp"]=336630000, - ["atk"]=3930000, + ["hp"]=332120000, + ["atk"]=3710000, ["atk_times"]=3, ["hurt_skill"]={ 20055, @@ -1796,8 +1796,8 @@ local monster_dungeon_armor = { }, [13807]={ ["monster_base"]=10041, - ["hp"]=395270000, - ["atk"]=3880000, + ["hp"]=389430000, + ["atk"]=3660000, ["atk_times"]=3, ["hurt_skill"]={ 20118, @@ -1808,8 +1808,8 @@ local monster_dungeon_armor = { }, [13907]={ ["monster_base"]=10006, - ["hp"]=452990000, - ["atk"]=4100000, + ["hp"]=447180000, + ["atk"]=3870000, ["atk_times"]=2, ["hurt_skill"]={ 20016, @@ -1821,8 +1821,8 @@ local monster_dungeon_armor = { [14007]={ ["monster_base"]=30012, ["is_boss"]=2, - ["hp"]=767450000, - ["atk"]=4100000, + ["hp"]=754850000, + ["atk"]=3870000, ["atk_times"]=4, ["hurt_skill"]={ 40005, @@ -1838,8 +1838,8 @@ local monster_dungeon_armor = { }, [14107]={ ["monster_base"]=10001, - ["hp"]=119130000, - ["atk"]=2650000, + ["hp"]=132190000, + ["atk"]=2500000, ["atk_times"]=2, ["hurt_skill"]={ 20001, @@ -1850,8 +1850,8 @@ local monster_dungeon_armor = { }, [14207]={ ["monster_base"]=10016, - ["hp"]=178560000, - ["atk"]=2940000, + ["hp"]=194920000, + ["atk"]=2770000, ["atk_times"]=3, ["hurt_skill"]={ 20043, @@ -1862,8 +1862,8 @@ local monster_dungeon_armor = { }, [14307]={ ["monster_base"]=10041, - ["hp"]=223610000, - ["atk"]=3080000, + ["hp"]=243300000, + ["atk"]=2900000, ["atk_times"]=3, ["hurt_skill"]={ 20118, @@ -1874,8 +1874,8 @@ local monster_dungeon_armor = { }, [14407]={ ["monster_base"]=10053, - ["hp"]=235300000, - ["atk"]=3660000, + ["hp"]=255540000, + ["atk"]=3450000, ["atk_times"]=3, ["hurt_skill"]={ 20154, @@ -1887,8 +1887,8 @@ local monster_dungeon_armor = { [14507]={ ["monster_base"]=20002, ["is_boss"]=1, - ["hp"]=484620000, - ["atk"]=3910000, + ["hp"]=475340000, + ["atk"]=3690000, ["atk_times"]=4, ["hurt_skill"]={ 30004, @@ -1902,8 +1902,8 @@ local monster_dungeon_armor = { }, [14607]={ ["monster_base"]=10054, - ["hp"]=290650000, - ["atk"]=3800000, + ["hp"]=316140000, + ["atk"]=3590000, ["atk_times"]=3, ["hurt_skill"]={ 20157, @@ -1914,8 +1914,8 @@ local monster_dungeon_armor = { }, [14707]={ ["monster_base"]=10018, - ["hp"]=336630000, - ["atk"]=3930000, + ["hp"]=332120000, + ["atk"]=3710000, ["atk_times"]=3, ["hurt_skill"]={ 20049, @@ -1926,8 +1926,8 @@ local monster_dungeon_armor = { }, [14807]={ ["monster_base"]=10050, - ["hp"]=395270000, - ["atk"]=3880000, + ["hp"]=389430000, + ["atk"]=3660000, ["atk_times"]=3, ["hurt_skill"]={ 20145, @@ -1938,8 +1938,8 @@ local monster_dungeon_armor = { }, [14907]={ ["monster_base"]=10041, - ["hp"]=452990000, - ["atk"]=4100000, + ["hp"]=447180000, + ["atk"]=3870000, ["atk_times"]=3, ["hurt_skill"]={ 20118, @@ -1951,8 +1951,8 @@ local monster_dungeon_armor = { [15007]={ ["monster_base"]=20017, ["is_boss"]=2, - ["hp"]=767450000, - ["atk"]=4100000, + ["hp"]=754850000, + ["atk"]=3870000, ["atk_times"]=4, ["hurt_skill"]={ 30049, @@ -1966,8 +1966,8 @@ local monster_dungeon_armor = { }, [15107]={ ["monster_base"]=10051, - ["hp"]=119130000, - ["atk"]=2650000, + ["hp"]=132190000, + ["atk"]=2500000, ["atk_times"]=3, ["hurt_skill"]={ 20148, @@ -1978,8 +1978,8 @@ local monster_dungeon_armor = { }, [15207]={ ["monster_base"]=10018, - ["hp"]=178560000, - ["atk"]=2940000, + ["hp"]=194920000, + ["atk"]=2770000, ["atk_times"]=3, ["hurt_skill"]={ 20049, @@ -1990,8 +1990,8 @@ local monster_dungeon_armor = { }, [15307]={ ["monster_base"]=10040, - ["hp"]=223610000, - ["atk"]=3080000, + ["hp"]=243300000, + ["atk"]=2900000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -2002,8 +2002,8 @@ local monster_dungeon_armor = { }, [15407]={ ["monster_base"]=10032, - ["hp"]=235300000, - ["atk"]=3660000, + ["hp"]=255540000, + ["atk"]=3450000, ["atk_times"]=3, ["hurt_skill"]={ 20091, @@ -2015,8 +2015,8 @@ local monster_dungeon_armor = { [15507]={ ["monster_base"]=20001, ["is_boss"]=1, - ["hp"]=484620000, - ["atk"]=3910000, + ["hp"]=475340000, + ["atk"]=3690000, ["atk_times"]=4, ["hurt_skill"]={ 30001, @@ -2030,8 +2030,8 @@ local monster_dungeon_armor = { }, [15607]={ ["monster_base"]=10041, - ["hp"]=290650000, - ["atk"]=3800000, + ["hp"]=316140000, + ["atk"]=3590000, ["atk_times"]=3, ["hurt_skill"]={ 20118, @@ -2042,8 +2042,8 @@ local monster_dungeon_armor = { }, [15707]={ ["monster_base"]=10053, - ["hp"]=336630000, - ["atk"]=3930000, + ["hp"]=332120000, + ["atk"]=3710000, ["atk_times"]=3, ["hurt_skill"]={ 20154, @@ -2054,8 +2054,8 @@ local monster_dungeon_armor = { }, [15807]={ ["monster_base"]=10024, - ["hp"]=395270000, - ["atk"]=3880000, + ["hp"]=389430000, + ["atk"]=3660000, ["atk_times"]=3, ["hurt_skill"]={ 20067, @@ -2066,8 +2066,8 @@ local monster_dungeon_armor = { }, [15907]={ ["monster_base"]=10038, - ["hp"]=452990000, - ["atk"]=4100000, + ["hp"]=447180000, + ["atk"]=3870000, ["atk_times"]=3, ["hurt_skill"]={ 20109, @@ -2079,8 +2079,8 @@ local monster_dungeon_armor = { [16007]={ ["monster_base"]=20016, ["is_boss"]=2, - ["hp"]=767450000, - ["atk"]=4100000, + ["hp"]=754850000, + ["atk"]=3870000, ["atk_times"]=4, ["hurt_skill"]={ 30046, @@ -2098,8 +2098,8 @@ local monster_dungeon_armor = { }, [16107]={ ["monster_base"]=10016, - ["hp"]=119130000, - ["atk"]=2650000, + ["hp"]=132190000, + ["atk"]=2500000, ["atk_times"]=3, ["hurt_skill"]={ 20043, @@ -2110,8 +2110,8 @@ local monster_dungeon_armor = { }, [16207]={ ["monster_base"]=10006, - ["hp"]=178560000, - ["atk"]=2940000, + ["hp"]=194920000, + ["atk"]=2770000, ["atk_times"]=2, ["hurt_skill"]={ 20016, @@ -2122,8 +2122,8 @@ local monster_dungeon_armor = { }, [16307]={ ["monster_base"]=10021, - ["hp"]=223610000, - ["atk"]=3080000, + ["hp"]=243300000, + ["atk"]=2900000, ["atk_times"]=3, ["hurt_skill"]={ 20058, @@ -2134,8 +2134,8 @@ local monster_dungeon_armor = { }, [16407]={ ["monster_base"]=10018, - ["hp"]=235300000, - ["atk"]=3660000, + ["hp"]=255540000, + ["atk"]=3450000, ["atk_times"]=3, ["hurt_skill"]={ 20049, @@ -2147,8 +2147,8 @@ local monster_dungeon_armor = { [16507]={ ["monster_base"]=20010, ["is_boss"]=1, - ["hp"]=484620000, - ["atk"]=3910000, + ["hp"]=475340000, + ["atk"]=3690000, ["atk_times"]=4, ["hurt_skill"]={ 30028, @@ -2168,8 +2168,8 @@ local monster_dungeon_armor = { }, [16607]={ ["monster_base"]=10052, - ["hp"]=290650000, - ["atk"]=3800000, + ["hp"]=316140000, + ["atk"]=3590000, ["atk_times"]=3, ["hurt_skill"]={ 20151, @@ -2180,8 +2180,8 @@ local monster_dungeon_armor = { }, [16707]={ ["monster_base"]=10039, - ["hp"]=336630000, - ["atk"]=3930000, + ["hp"]=332120000, + ["atk"]=3710000, ["atk_times"]=3, ["hurt_skill"]={ 20112, @@ -2192,8 +2192,8 @@ local monster_dungeon_armor = { }, [16807]={ ["monster_base"]=10055, - ["hp"]=395270000, - ["atk"]=3880000, + ["hp"]=389430000, + ["atk"]=3660000, ["atk_times"]=3, ["hurt_skill"]={ 20160, @@ -2204,8 +2204,8 @@ local monster_dungeon_armor = { }, [16907]={ ["monster_base"]=10031, - ["hp"]=452990000, - ["atk"]=4100000, + ["hp"]=447180000, + ["atk"]=3870000, ["atk_times"]=3, ["hurt_skill"]={ 20088, @@ -2217,8 +2217,8 @@ local monster_dungeon_armor = { [17007]={ ["monster_base"]=30015, ["is_boss"]=2, - ["hp"]=767450000, - ["atk"]=4100000, + ["hp"]=754850000, + ["atk"]=3870000, ["atk_times"]=4, ["hurt_skill"]={ 40025, @@ -2233,8 +2233,8 @@ local monster_dungeon_armor = { }, [17107]={ ["monster_base"]=10027, - ["hp"]=119130000, - ["atk"]=2650000, + ["hp"]=132190000, + ["atk"]=2500000, ["atk_times"]=3, ["hurt_skill"]={ 20076, @@ -2245,8 +2245,8 @@ local monster_dungeon_armor = { }, [17207]={ ["monster_base"]=10040, - ["hp"]=178560000, - ["atk"]=2940000, + ["hp"]=194920000, + ["atk"]=2770000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -2257,8 +2257,8 @@ local monster_dungeon_armor = { }, [17307]={ ["monster_base"]=10013, - ["hp"]=223610000, - ["atk"]=3080000, + ["hp"]=243300000, + ["atk"]=2900000, ["atk_times"]=3, ["hurt_skill"]={ 20034, @@ -2269,8 +2269,8 @@ local monster_dungeon_armor = { }, [17407]={ ["monster_base"]=10053, - ["hp"]=235300000, - ["atk"]=3660000, + ["hp"]=255540000, + ["atk"]=3450000, ["atk_times"]=3, ["hurt_skill"]={ 20154, @@ -2282,8 +2282,8 @@ local monster_dungeon_armor = { [17507]={ ["monster_base"]=30020, ["is_boss"]=1, - ["hp"]=484620000, - ["atk"]=3910000, + ["hp"]=475340000, + ["atk"]=3690000, ["atk_times"]=4, ["hurt_skill"]={ 40033, @@ -2298,8 +2298,8 @@ local monster_dungeon_armor = { }, [17607]={ ["monster_base"]=10019, - ["hp"]=290650000, - ["atk"]=3800000, + ["hp"]=316140000, + ["atk"]=3590000, ["atk_times"]=3, ["hurt_skill"]={ 20052, @@ -2310,8 +2310,8 @@ local monster_dungeon_armor = { }, [17707]={ ["monster_base"]=10018, - ["hp"]=336630000, - ["atk"]=3930000, + ["hp"]=332120000, + ["atk"]=3710000, ["atk_times"]=3, ["hurt_skill"]={ 20049, @@ -2322,8 +2322,8 @@ local monster_dungeon_armor = { }, [17807]={ ["monster_base"]=10013, - ["hp"]=395270000, - ["atk"]=3880000, + ["hp"]=389430000, + ["atk"]=3660000, ["atk_times"]=3, ["hurt_skill"]={ 20034, @@ -2334,8 +2334,8 @@ local monster_dungeon_armor = { }, [17907]={ ["monster_base"]=10023, - ["hp"]=452990000, - ["atk"]=4100000, + ["hp"]=447180000, + ["atk"]=3870000, ["atk_times"]=3, ["hurt_skill"]={ 20064, @@ -2347,8 +2347,8 @@ local monster_dungeon_armor = { [18007]={ ["monster_base"]=20009, ["is_boss"]=2, - ["hp"]=767450000, - ["atk"]=4100000, + ["hp"]=754850000, + ["atk"]=3870000, ["atk_times"]=4, ["hurt_skill"]={ 30025, @@ -2366,8 +2366,8 @@ local monster_dungeon_armor = { }, [18107]={ ["monster_base"]=10043, - ["hp"]=132050000, - ["atk"]=2950000, + ["hp"]=143370000, + ["atk"]=2710000, ["atk_times"]=3, ["hurt_skill"]={ 20124, @@ -2378,8 +2378,8 @@ local monster_dungeon_armor = { }, [18207]={ ["monster_base"]=10055, - ["hp"]=197820000, - ["atk"]=3280000, + ["hp"]=210680000, + ["atk"]=3000000, ["atk_times"]=3, ["hurt_skill"]={ 20160, @@ -2390,8 +2390,8 @@ local monster_dungeon_armor = { }, [18307]={ ["monster_base"]=10026, - ["hp"]=247320000, - ["atk"]=3420000, + ["hp"]=263090000, + ["atk"]=3140000, ["atk_times"]=3, ["hurt_skill"]={ 20073, @@ -2402,8 +2402,8 @@ local monster_dungeon_armor = { }, [18407]={ ["monster_base"]=10023, - ["hp"]=260370000, - ["atk"]=4070000, + ["hp"]=276480000, + ["atk"]=3730000, ["atk_times"]=3, ["hurt_skill"]={ 20064, @@ -2415,8 +2415,8 @@ local monster_dungeon_armor = { [18507]={ ["monster_base"]=30009, ["is_boss"]=1, - ["hp"]=535960000, - ["atk"]=4330000, + ["hp"]=512890000, + ["atk"]=3980000, ["atk_times"]=4, ["hurt_skill"]={ 40021, @@ -2431,8 +2431,8 @@ local monster_dungeon_armor = { }, [18607]={ ["monster_base"]=10006, - ["hp"]=321500000, - ["atk"]=4220000, + ["hp"]=341420000, + ["atk"]=3870000, ["atk_times"]=2, ["hurt_skill"]={ 20016, @@ -2443,8 +2443,8 @@ local monster_dungeon_armor = { }, [18707]={ ["monster_base"]=10057, - ["hp"]=372390000, - ["atk"]=4360000, + ["hp"]=359010000, + ["atk"]=4000000, ["atk_times"]=3, ["hurt_skill"]={ 20166, @@ -2455,8 +2455,8 @@ local monster_dungeon_armor = { }, [18807]={ ["monster_base"]=10004, - ["hp"]=437410000, - ["atk"]=4310000, + ["hp"]=420800000, + ["atk"]=3960000, ["atk_times"]=2, ["hurt_skill"]={ 20010, @@ -2467,8 +2467,8 @@ local monster_dungeon_armor = { }, [18907]={ ["monster_base"]=10048, - ["hp"]=500850000, - ["atk"]=4550000, + ["hp"]=483170000, + ["atk"]=4170000, ["atk_times"]=3, ["hurt_skill"]={ 20139, @@ -2480,8 +2480,8 @@ local monster_dungeon_armor = { [19007]={ ["monster_base"]=20010, ["is_boss"]=2, - ["hp"]=848720000, - ["atk"]=4550000, + ["hp"]=814970000, + ["atk"]=4170000, ["atk_times"]=4, ["hurt_skill"]={ 30028, @@ -2501,8 +2501,8 @@ local monster_dungeon_armor = { }, [19107]={ ["monster_base"]=10010, - ["hp"]=132050000, - ["atk"]=2950000, + ["hp"]=143370000, + ["atk"]=2710000, ["atk_times"]=3, ["hurt_skill"]={ 20028, @@ -2513,8 +2513,8 @@ local monster_dungeon_armor = { }, [19207]={ ["monster_base"]=10057, - ["hp"]=197820000, - ["atk"]=3280000, + ["hp"]=210680000, + ["atk"]=3000000, ["atk_times"]=3, ["hurt_skill"]={ 20166, @@ -2525,8 +2525,8 @@ local monster_dungeon_armor = { }, [19307]={ ["monster_base"]=10045, - ["hp"]=247320000, - ["atk"]=3420000, + ["hp"]=263090000, + ["atk"]=3140000, ["atk_times"]=3, ["hurt_skill"]={ 20130, @@ -2537,8 +2537,8 @@ local monster_dungeon_armor = { }, [19407]={ ["monster_base"]=10032, - ["hp"]=260370000, - ["atk"]=4070000, + ["hp"]=276480000, + ["atk"]=3730000, ["atk_times"]=3, ["hurt_skill"]={ 20091, @@ -2550,8 +2550,8 @@ local monster_dungeon_armor = { [19507]={ ["monster_base"]=20017, ["is_boss"]=1, - ["hp"]=535960000, - ["atk"]=4330000, + ["hp"]=512890000, + ["atk"]=3980000, ["atk_times"]=4, ["hurt_skill"]={ 30049, @@ -2565,8 +2565,8 @@ local monster_dungeon_armor = { }, [19607]={ ["monster_base"]=10010, - ["hp"]=321500000, - ["atk"]=4220000, + ["hp"]=341420000, + ["atk"]=3870000, ["atk_times"]=3, ["hurt_skill"]={ 20028, @@ -2577,8 +2577,8 @@ local monster_dungeon_armor = { }, [19707]={ ["monster_base"]=10029, - ["hp"]=372390000, - ["atk"]=4360000, + ["hp"]=359010000, + ["atk"]=4000000, ["atk_times"]=3, ["hurt_skill"]={ 20082, @@ -2589,8 +2589,8 @@ local monster_dungeon_armor = { }, [19807]={ ["monster_base"]=10042, - ["hp"]=437410000, - ["atk"]=4310000, + ["hp"]=420800000, + ["atk"]=3960000, ["atk_times"]=3, ["hurt_skill"]={ 20121, @@ -2601,8 +2601,8 @@ local monster_dungeon_armor = { }, [19907]={ ["monster_base"]=10007, - ["hp"]=500850000, - ["atk"]=4550000, + ["hp"]=483170000, + ["atk"]=4170000, ["atk_times"]=2, ["hurt_skill"]={ 20019, @@ -2614,8 +2614,8 @@ local monster_dungeon_armor = { [20007]={ ["monster_base"]=20019, ["is_boss"]=2, - ["hp"]=848720000, - ["atk"]=4550000, + ["hp"]=814970000, + ["atk"]=4170000, ["atk_times"]=4, ["hurt_skill"]={ 30055, @@ -2633,8 +2633,8 @@ local monster_dungeon_armor = { }, [20107]={ ["monster_base"]=10012, - ["hp"]=132050000, - ["atk"]=2950000, + ["hp"]=143370000, + ["atk"]=2710000, ["atk_times"]=3, ["hurt_skill"]={ 20031, @@ -2645,8 +2645,8 @@ local monster_dungeon_armor = { }, [20207]={ ["monster_base"]=10053, - ["hp"]=197820000, - ["atk"]=3280000, + ["hp"]=210680000, + ["atk"]=3000000, ["atk_times"]=3, ["hurt_skill"]={ 20154, @@ -2657,8 +2657,8 @@ local monster_dungeon_armor = { }, [20307]={ ["monster_base"]=10022, - ["hp"]=247320000, - ["atk"]=3420000, + ["hp"]=263090000, + ["atk"]=3140000, ["atk_times"]=3, ["hurt_skill"]={ 20061, @@ -2669,8 +2669,8 @@ local monster_dungeon_armor = { }, [20407]={ ["monster_base"]=10058, - ["hp"]=260370000, - ["atk"]=4070000, + ["hp"]=276480000, + ["atk"]=3730000, ["atk_times"]=3, ["hurt_skill"]={ 20169, @@ -2682,8 +2682,8 @@ local monster_dungeon_armor = { [20507]={ ["monster_base"]=30014, ["is_boss"]=1, - ["hp"]=535960000, - ["atk"]=4330000, + ["hp"]=512890000, + ["atk"]=3980000, ["atk_times"]=4, ["hurt_skill"]={ 40009, @@ -2698,8 +2698,8 @@ local monster_dungeon_armor = { }, [20607]={ ["monster_base"]=10023, - ["hp"]=321500000, - ["atk"]=4220000, + ["hp"]=341420000, + ["atk"]=3870000, ["atk_times"]=3, ["hurt_skill"]={ 20064, @@ -2710,8 +2710,8 @@ local monster_dungeon_armor = { }, [20707]={ ["monster_base"]=10046, - ["hp"]=372390000, - ["atk"]=4360000, + ["hp"]=359010000, + ["atk"]=4000000, ["atk_times"]=3, ["hurt_skill"]={ 20133, @@ -2722,8 +2722,8 @@ local monster_dungeon_armor = { }, [20807]={ ["monster_base"]=10008, - ["hp"]=437410000, - ["atk"]=4310000, + ["hp"]=420800000, + ["atk"]=3960000, ["atk_times"]=2, ["hurt_skill"]={ 20022, @@ -2734,8 +2734,8 @@ local monster_dungeon_armor = { }, [20907]={ ["monster_base"]=10056, - ["hp"]=500850000, - ["atk"]=4550000, + ["hp"]=483170000, + ["atk"]=4170000, ["atk_times"]=3, ["hurt_skill"]={ 20163, @@ -2747,8 +2747,8 @@ local monster_dungeon_armor = { [21007]={ ["monster_base"]=20020, ["is_boss"]=2, - ["hp"]=848720000, - ["atk"]=4550000, + ["hp"]=814970000, + ["atk"]=4170000, ["atk_times"]=4, ["hurt_skill"]={ 30058, @@ -2766,8 +2766,8 @@ local monster_dungeon_armor = { }, [21107]={ ["monster_base"]=10055, - ["hp"]=132050000, - ["atk"]=2950000, + ["hp"]=143370000, + ["atk"]=2710000, ["atk_times"]=3, ["hurt_skill"]={ 20160, @@ -2778,8 +2778,8 @@ local monster_dungeon_armor = { }, [21207]={ ["monster_base"]=10025, - ["hp"]=197820000, - ["atk"]=3280000, + ["hp"]=210680000, + ["atk"]=3000000, ["atk_times"]=3, ["hurt_skill"]={ 20070, @@ -2790,8 +2790,8 @@ local monster_dungeon_armor = { }, [21307]={ ["monster_base"]=10049, - ["hp"]=247320000, - ["atk"]=3420000, + ["hp"]=263090000, + ["atk"]=3140000, ["atk_times"]=3, ["hurt_skill"]={ 20142, @@ -2802,8 +2802,8 @@ local monster_dungeon_armor = { }, [21407]={ ["monster_base"]=10051, - ["hp"]=260370000, - ["atk"]=4070000, + ["hp"]=276480000, + ["atk"]=3730000, ["atk_times"]=3, ["hurt_skill"]={ 20148, @@ -2815,8 +2815,8 @@ local monster_dungeon_armor = { [21507]={ ["monster_base"]=20017, ["is_boss"]=1, - ["hp"]=535960000, - ["atk"]=4330000, + ["hp"]=512890000, + ["atk"]=3980000, ["atk_times"]=4, ["hurt_skill"]={ 30049, @@ -2830,8 +2830,8 @@ local monster_dungeon_armor = { }, [21607]={ ["monster_base"]=10026, - ["hp"]=321500000, - ["atk"]=4220000, + ["hp"]=341420000, + ["atk"]=3870000, ["atk_times"]=3, ["hurt_skill"]={ 20073, @@ -2842,8 +2842,8 @@ local monster_dungeon_armor = { }, [21707]={ ["monster_base"]=10006, - ["hp"]=372390000, - ["atk"]=4360000, + ["hp"]=359010000, + ["atk"]=4000000, ["atk_times"]=2, ["hurt_skill"]={ 20016, @@ -2854,8 +2854,8 @@ local monster_dungeon_armor = { }, [21807]={ ["monster_base"]=10005, - ["hp"]=437410000, - ["atk"]=4310000, + ["hp"]=420800000, + ["atk"]=3960000, ["atk_times"]=2, ["hurt_skill"]={ 20013, @@ -2866,8 +2866,8 @@ local monster_dungeon_armor = { }, [21907]={ ["monster_base"]=10009, - ["hp"]=500850000, - ["atk"]=4550000, + ["hp"]=483170000, + ["atk"]=4170000, ["atk_times"]=3, ["hurt_skill"]={ 20025, @@ -2879,8 +2879,8 @@ local monster_dungeon_armor = { [22007]={ ["monster_base"]=20018, ["is_boss"]=2, - ["hp"]=848720000, - ["atk"]=4550000, + ["hp"]=814970000, + ["atk"]=4170000, ["atk_times"]=4, ["hurt_skill"]={ 30052, @@ -2898,8 +2898,8 @@ local monster_dungeon_armor = { }, [22107]={ ["monster_base"]=10003, - ["hp"]=132050000, - ["atk"]=2950000, + ["hp"]=143370000, + ["atk"]=2710000, ["atk_times"]=2, ["hurt_skill"]={ 20007, @@ -2910,8 +2910,8 @@ local monster_dungeon_armor = { }, [22207]={ ["monster_base"]=10026, - ["hp"]=197820000, - ["atk"]=3280000, + ["hp"]=210680000, + ["atk"]=3000000, ["atk_times"]=3, ["hurt_skill"]={ 20073, @@ -2922,8 +2922,8 @@ local monster_dungeon_armor = { }, [22307]={ ["monster_base"]=10049, - ["hp"]=247320000, - ["atk"]=3420000, + ["hp"]=263090000, + ["atk"]=3140000, ["atk_times"]=3, ["hurt_skill"]={ 20142, @@ -2934,8 +2934,8 @@ local monster_dungeon_armor = { }, [22407]={ ["monster_base"]=10024, - ["hp"]=260370000, - ["atk"]=4070000, + ["hp"]=276480000, + ["atk"]=3730000, ["atk_times"]=3, ["hurt_skill"]={ 20067, @@ -2947,8 +2947,8 @@ local monster_dungeon_armor = { [22507]={ ["monster_base"]=30010, ["is_boss"]=1, - ["hp"]=535960000, - ["atk"]=4330000, + ["hp"]=512890000, + ["atk"]=3980000, ["atk_times"]=4, ["hurt_skill"]={ 40013, @@ -2963,8 +2963,8 @@ local monster_dungeon_armor = { }, [22607]={ ["monster_base"]=10048, - ["hp"]=321500000, - ["atk"]=4220000, + ["hp"]=341420000, + ["atk"]=3870000, ["atk_times"]=3, ["hurt_skill"]={ 20139, @@ -2975,8 +2975,8 @@ local monster_dungeon_armor = { }, [22707]={ ["monster_base"]=10004, - ["hp"]=372390000, - ["atk"]=4360000, + ["hp"]=359010000, + ["atk"]=4000000, ["atk_times"]=2, ["hurt_skill"]={ 20010, @@ -2987,8 +2987,8 @@ local monster_dungeon_armor = { }, [22807]={ ["monster_base"]=10014, - ["hp"]=437410000, - ["atk"]=4310000, + ["hp"]=420800000, + ["atk"]=3960000, ["atk_times"]=3, ["hurt_skill"]={ 20037, @@ -2999,8 +2999,8 @@ local monster_dungeon_armor = { }, [22907]={ ["monster_base"]=10055, - ["hp"]=500850000, - ["atk"]=4550000, + ["hp"]=483170000, + ["atk"]=4170000, ["atk_times"]=3, ["hurt_skill"]={ 20160, @@ -3012,8 +3012,8 @@ local monster_dungeon_armor = { [23007]={ ["monster_base"]=20013, ["is_boss"]=2, - ["hp"]=848720000, - ["atk"]=4550000, + ["hp"]=814970000, + ["atk"]=4170000, ["atk_times"]=4, ["hurt_skill"]={ 30037, @@ -3028,8 +3028,8 @@ local monster_dungeon_armor = { }, [23107]={ ["monster_base"]=10019, - ["hp"]=132050000, - ["atk"]=2950000, + ["hp"]=143370000, + ["atk"]=2710000, ["atk_times"]=3, ["hurt_skill"]={ 20052, @@ -3040,8 +3040,8 @@ local monster_dungeon_armor = { }, [23207]={ ["monster_base"]=10048, - ["hp"]=197820000, - ["atk"]=3280000, + ["hp"]=210680000, + ["atk"]=3000000, ["atk_times"]=3, ["hurt_skill"]={ 20139, @@ -3052,8 +3052,8 @@ local monster_dungeon_armor = { }, [23307]={ ["monster_base"]=10028, - ["hp"]=247320000, - ["atk"]=3420000, + ["hp"]=263090000, + ["atk"]=3140000, ["atk_times"]=3, ["hurt_skill"]={ 20079, @@ -3064,8 +3064,8 @@ local monster_dungeon_armor = { }, [23407]={ ["monster_base"]=10014, - ["hp"]=260370000, - ["atk"]=4070000, + ["hp"]=276480000, + ["atk"]=3730000, ["atk_times"]=3, ["hurt_skill"]={ 20037, @@ -3077,8 +3077,8 @@ local monster_dungeon_armor = { [23507]={ ["monster_base"]=20009, ["is_boss"]=1, - ["hp"]=535960000, - ["atk"]=4330000, + ["hp"]=512890000, + ["atk"]=3980000, ["atk_times"]=4, ["hurt_skill"]={ 30025, @@ -3096,8 +3096,8 @@ local monster_dungeon_armor = { }, [23607]={ ["monster_base"]=10012, - ["hp"]=321500000, - ["atk"]=4220000, + ["hp"]=341420000, + ["atk"]=3870000, ["atk_times"]=3, ["hurt_skill"]={ 20031, @@ -3108,8 +3108,8 @@ local monster_dungeon_armor = { }, [23707]={ ["monster_base"]=10065, - ["hp"]=372390000, - ["atk"]=4360000, + ["hp"]=359010000, + ["atk"]=4000000, ["atk_times"]=3, ["hurt_skill"]={ 20187, @@ -3120,8 +3120,8 @@ local monster_dungeon_armor = { }, [23807]={ ["monster_base"]=10018, - ["hp"]=437410000, - ["atk"]=4310000, + ["hp"]=420800000, + ["atk"]=3960000, ["atk_times"]=3, ["hurt_skill"]={ 20049, @@ -3132,8 +3132,8 @@ local monster_dungeon_armor = { }, [23907]={ ["monster_base"]=10014, - ["hp"]=500850000, - ["atk"]=4550000, + ["hp"]=483170000, + ["atk"]=4170000, ["atk_times"]=3, ["hurt_skill"]={ 20037, @@ -3145,8 +3145,8 @@ local monster_dungeon_armor = { [24007]={ ["monster_base"]=20024, ["is_boss"]=2, - ["hp"]=848720000, - ["atk"]=4550000, + ["hp"]=814970000, + ["atk"]=4170000, ["atk_times"]=4, ["hurt_skill"]={ 30070, @@ -3164,8 +3164,8 @@ local monster_dungeon_armor = { }, [24107]={ ["monster_base"]=10019, - ["hp"]=144620000, - ["atk"]=3230000, + ["hp"]=153090000, + ["atk"]=2870000, ["atk_times"]=3, ["hurt_skill"]={ 20052, @@ -3176,8 +3176,8 @@ local monster_dungeon_armor = { }, [24207]={ ["monster_base"]=10013, - ["hp"]=216360000, - ["atk"]=3590000, + ["hp"]=224450000, + ["atk"]=3190000, ["atk_times"]=3, ["hurt_skill"]={ 20034, @@ -3188,8 +3188,8 @@ local monster_dungeon_armor = { }, [24307]={ ["monster_base"]=10001, - ["hp"]=270480000, - ["atk"]=3740000, + ["hp"]=280370000, + ["atk"]=3320000, ["atk_times"]=2, ["hurt_skill"]={ 20001, @@ -3200,8 +3200,8 @@ local monster_dungeon_armor = { }, [24407]={ ["monster_base"]=10031, - ["hp"]=284960000, - ["atk"]=4460000, + ["hp"]=294620000, + ["atk"]=3960000, ["atk_times"]=3, ["hurt_skill"]={ 20088, @@ -3213,8 +3213,8 @@ local monster_dungeon_armor = { [24507]={ ["monster_base"]=30015, ["is_boss"]=1, - ["hp"]=585830000, - ["atk"]=4750000, + ["hp"]=545940000, + ["atk"]=4220000, ["atk_times"]=4, ["hurt_skill"]={ 40025, @@ -3229,8 +3229,8 @@ local monster_dungeon_armor = { }, [24607]={ ["monster_base"]=10019, - ["hp"]=351630000, - ["atk"]=4640000, + ["hp"]=363690000, + ["atk"]=4110000, ["atk_times"]=3, ["hurt_skill"]={ 20052, @@ -3241,8 +3241,8 @@ local monster_dungeon_armor = { }, [24707]={ ["monster_base"]=10063, - ["hp"]=407010000, - ["atk"]=4780000, + ["hp"]=382500000, + ["atk"]=4240000, ["atk_times"]=3, ["hurt_skill"]={ 20184, @@ -3253,8 +3253,8 @@ local monster_dungeon_armor = { }, [24807]={ ["monster_base"]=10016, - ["hp"]=478170000, - ["atk"]=4720000, + ["hp"]=447930000, + ["atk"]=4200000, ["atk_times"]=3, ["hurt_skill"]={ 20043, @@ -3265,8 +3265,8 @@ local monster_dungeon_armor = { }, [24907]={ ["monster_base"]=10024, - ["hp"]=547410000, - ["atk"]=4980000, + ["hp"]=514350000, + ["atk"]=4430000, ["atk_times"]=3, ["hurt_skill"]={ 20067, @@ -3278,8 +3278,8 @@ local monster_dungeon_armor = { [25007]={ ["monster_base"]=20032, ["is_boss"]=2, - ["hp"]=927650000, - ["atk"]=4980000, + ["hp"]=867510000, + ["atk"]=4430000, ["atk_times"]=4, ["hurt_skill"]={ 30094, @@ -3300,8 +3300,8 @@ local monster_dungeon_armor = { }, [25107]={ ["monster_base"]=10040, - ["hp"]=144620000, - ["atk"]=3230000, + ["hp"]=153090000, + ["atk"]=2870000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -3312,8 +3312,8 @@ local monster_dungeon_armor = { }, [25207]={ ["monster_base"]=10056, - ["hp"]=216360000, - ["atk"]=3590000, + ["hp"]=224450000, + ["atk"]=3190000, ["atk_times"]=3, ["hurt_skill"]={ 20163, @@ -3324,8 +3324,8 @@ local monster_dungeon_armor = { }, [25307]={ ["monster_base"]=10038, - ["hp"]=270480000, - ["atk"]=3740000, + ["hp"]=280370000, + ["atk"]=3320000, ["atk_times"]=3, ["hurt_skill"]={ 20109, @@ -3336,8 +3336,8 @@ local monster_dungeon_armor = { }, [25407]={ ["monster_base"]=10005, - ["hp"]=284960000, - ["atk"]=4460000, + ["hp"]=294620000, + ["atk"]=3960000, ["atk_times"]=2, ["hurt_skill"]={ 20013, @@ -3349,8 +3349,8 @@ local monster_dungeon_armor = { [25507]={ ["monster_base"]=20007, ["is_boss"]=1, - ["hp"]=585830000, - ["atk"]=4750000, + ["hp"]=545940000, + ["atk"]=4220000, ["atk_times"]=4, ["hurt_skill"]={ 30019, @@ -3367,8 +3367,8 @@ local monster_dungeon_armor = { }, [25607]={ ["monster_base"]=10035, - ["hp"]=351630000, - ["atk"]=4640000, + ["hp"]=363690000, + ["atk"]=4110000, ["atk_times"]=3, ["hurt_skill"]={ 20100, @@ -3379,8 +3379,8 @@ local monster_dungeon_armor = { }, [25707]={ ["monster_base"]=10026, - ["hp"]=407010000, - ["atk"]=4780000, + ["hp"]=382500000, + ["atk"]=4240000, ["atk_times"]=3, ["hurt_skill"]={ 20073, @@ -3391,8 +3391,8 @@ local monster_dungeon_armor = { }, [25807]={ ["monster_base"]=10025, - ["hp"]=478170000, - ["atk"]=4720000, + ["hp"]=447930000, + ["atk"]=4200000, ["atk_times"]=3, ["hurt_skill"]={ 20070, @@ -3403,8 +3403,8 @@ local monster_dungeon_armor = { }, [25907]={ ["monster_base"]=10034, - ["hp"]=547410000, - ["atk"]=4980000, + ["hp"]=514350000, + ["atk"]=4430000, ["atk_times"]=3, ["hurt_skill"]={ 20097, @@ -3416,8 +3416,8 @@ local monster_dungeon_armor = { [26007]={ ["monster_base"]=20003, ["is_boss"]=2, - ["hp"]=927650000, - ["atk"]=4980000, + ["hp"]=867510000, + ["atk"]=4430000, ["atk_times"]=4, ["hurt_skill"]={ 30007, @@ -3434,8 +3434,8 @@ local monster_dungeon_armor = { }, [26107]={ ["monster_base"]=10036, - ["hp"]=144620000, - ["atk"]=3230000, + ["hp"]=153090000, + ["atk"]=2870000, ["atk_times"]=3, ["hurt_skill"]={ 20103, @@ -3446,8 +3446,8 @@ local monster_dungeon_armor = { }, [26207]={ ["monster_base"]=10014, - ["hp"]=216360000, - ["atk"]=3590000, + ["hp"]=224450000, + ["atk"]=3190000, ["atk_times"]=3, ["hurt_skill"]={ 20037, @@ -3458,8 +3458,8 @@ local monster_dungeon_armor = { }, [26307]={ ["monster_base"]=10046, - ["hp"]=270480000, - ["atk"]=3740000, + ["hp"]=280370000, + ["atk"]=3320000, ["atk_times"]=3, ["hurt_skill"]={ 20133, @@ -3470,8 +3470,8 @@ local monster_dungeon_armor = { }, [26407]={ ["monster_base"]=10041, - ["hp"]=284960000, - ["atk"]=4460000, + ["hp"]=294620000, + ["atk"]=3960000, ["atk_times"]=3, ["hurt_skill"]={ 20118, @@ -3483,8 +3483,8 @@ local monster_dungeon_armor = { [26507]={ ["monster_base"]=30010, ["is_boss"]=1, - ["hp"]=585830000, - ["atk"]=4750000, + ["hp"]=545940000, + ["atk"]=4220000, ["atk_times"]=4, ["hurt_skill"]={ 40013, @@ -3499,8 +3499,8 @@ local monster_dungeon_armor = { }, [26607]={ ["monster_base"]=10006, - ["hp"]=351630000, - ["atk"]=4640000, + ["hp"]=363690000, + ["atk"]=4110000, ["atk_times"]=2, ["hurt_skill"]={ 20016, @@ -3511,8 +3511,8 @@ local monster_dungeon_armor = { }, [26707]={ ["monster_base"]=10036, - ["hp"]=407010000, - ["atk"]=4780000, + ["hp"]=382500000, + ["atk"]=4240000, ["atk_times"]=3, ["hurt_skill"]={ 20103, @@ -3523,8 +3523,8 @@ local monster_dungeon_armor = { }, [26807]={ ["monster_base"]=10004, - ["hp"]=478170000, - ["atk"]=4720000, + ["hp"]=447930000, + ["atk"]=4200000, ["atk_times"]=2, ["hurt_skill"]={ 20010, @@ -3535,8 +3535,8 @@ local monster_dungeon_armor = { }, [26907]={ ["monster_base"]=10031, - ["hp"]=547410000, - ["atk"]=4980000, + ["hp"]=514350000, + ["atk"]=4430000, ["atk_times"]=3, ["hurt_skill"]={ 20088, @@ -3548,8 +3548,8 @@ local monster_dungeon_armor = { [27007]={ ["monster_base"]=20016, ["is_boss"]=2, - ["hp"]=927650000, - ["atk"]=4980000, + ["hp"]=867510000, + ["atk"]=4430000, ["atk_times"]=4, ["hurt_skill"]={ 30046, @@ -3567,8 +3567,8 @@ local monster_dungeon_armor = { }, [27107]={ ["monster_base"]=10018, - ["hp"]=144620000, - ["atk"]=3230000, + ["hp"]=153090000, + ["atk"]=2870000, ["atk_times"]=3, ["hurt_skill"]={ 20049, @@ -3579,8 +3579,8 @@ local monster_dungeon_armor = { }, [27207]={ ["monster_base"]=10044, - ["hp"]=216360000, - ["atk"]=3590000, + ["hp"]=224450000, + ["atk"]=3190000, ["atk_times"]=3, ["hurt_skill"]={ 20127, @@ -3591,8 +3591,8 @@ local monster_dungeon_armor = { }, [27307]={ ["monster_base"]=10033, - ["hp"]=270480000, - ["atk"]=3740000, + ["hp"]=280370000, + ["atk"]=3320000, ["atk_times"]=3, ["hurt_skill"]={ 20094, @@ -3603,8 +3603,8 @@ local monster_dungeon_armor = { }, [27407]={ ["monster_base"]=10028, - ["hp"]=284960000, - ["atk"]=4460000, + ["hp"]=294620000, + ["atk"]=3960000, ["atk_times"]=3, ["hurt_skill"]={ 20079, @@ -3616,8 +3616,8 @@ local monster_dungeon_armor = { [27507]={ ["monster_base"]=20019, ["is_boss"]=1, - ["hp"]=585830000, - ["atk"]=4750000, + ["hp"]=545940000, + ["atk"]=4220000, ["atk_times"]=4, ["hurt_skill"]={ 30055, @@ -3635,8 +3635,8 @@ local monster_dungeon_armor = { }, [27607]={ ["monster_base"]=10016, - ["hp"]=351630000, - ["atk"]=4640000, + ["hp"]=363690000, + ["atk"]=4110000, ["atk_times"]=3, ["hurt_skill"]={ 20043, @@ -3647,8 +3647,8 @@ local monster_dungeon_armor = { }, [27707]={ ["monster_base"]=10044, - ["hp"]=407010000, - ["atk"]=4780000, + ["hp"]=382500000, + ["atk"]=4240000, ["atk_times"]=3, ["hurt_skill"]={ 20127, @@ -3659,8 +3659,8 @@ local monster_dungeon_armor = { }, [27807]={ ["monster_base"]=10021, - ["hp"]=478170000, - ["atk"]=4720000, + ["hp"]=447930000, + ["atk"]=4200000, ["atk_times"]=3, ["hurt_skill"]={ 20058, @@ -3671,8 +3671,8 @@ local monster_dungeon_armor = { }, [27907]={ ["monster_base"]=10030, - ["hp"]=547410000, - ["atk"]=4980000, + ["hp"]=514350000, + ["atk"]=4430000, ["atk_times"]=3, ["hurt_skill"]={ 20085, @@ -3684,8 +3684,8 @@ local monster_dungeon_armor = { [28007]={ ["monster_base"]=20020, ["is_boss"]=2, - ["hp"]=927650000, - ["atk"]=4980000, + ["hp"]=867510000, + ["atk"]=4430000, ["atk_times"]=4, ["hurt_skill"]={ 30058, @@ -3703,8 +3703,8 @@ local monster_dungeon_armor = { }, [28107]={ ["monster_base"]=10024, - ["hp"]=144620000, - ["atk"]=3230000, + ["hp"]=153090000, + ["atk"]=2870000, ["atk_times"]=3, ["hurt_skill"]={ 20067, @@ -3715,8 +3715,8 @@ local monster_dungeon_armor = { }, [28207]={ ["monster_base"]=10064, - ["hp"]=216360000, - ["atk"]=3590000, + ["hp"]=224450000, + ["atk"]=3190000, ["atk_times"]=3, ["hurt_skill"]={ 20190, @@ -3727,8 +3727,8 @@ local monster_dungeon_armor = { }, [28307]={ ["monster_base"]=10047, - ["hp"]=270480000, - ["atk"]=3740000, + ["hp"]=280370000, + ["atk"]=3320000, ["atk_times"]=3, ["hurt_skill"]={ 20136, @@ -3739,8 +3739,8 @@ local monster_dungeon_armor = { }, [28407]={ ["monster_base"]=10008, - ["hp"]=284960000, - ["atk"]=4460000, + ["hp"]=294620000, + ["atk"]=3960000, ["atk_times"]=2, ["hurt_skill"]={ 20022, @@ -3752,8 +3752,8 @@ local monster_dungeon_armor = { [28507]={ ["monster_base"]=20019, ["is_boss"]=1, - ["hp"]=585830000, - ["atk"]=4750000, + ["hp"]=545940000, + ["atk"]=4220000, ["atk_times"]=4, ["hurt_skill"]={ 30055, @@ -3771,8 +3771,8 @@ local monster_dungeon_armor = { }, [28607]={ ["monster_base"]=10056, - ["hp"]=351630000, - ["atk"]=4640000, + ["hp"]=363690000, + ["atk"]=4110000, ["atk_times"]=3, ["hurt_skill"]={ 20163, @@ -3783,8 +3783,8 @@ local monster_dungeon_armor = { }, [28707]={ ["monster_base"]=10045, - ["hp"]=407010000, - ["atk"]=4780000, + ["hp"]=382500000, + ["atk"]=4240000, ["atk_times"]=3, ["hurt_skill"]={ 20130, @@ -3795,8 +3795,8 @@ local monster_dungeon_armor = { }, [28807]={ ["monster_base"]=10016, - ["hp"]=478170000, - ["atk"]=4720000, + ["hp"]=447930000, + ["atk"]=4200000, ["atk_times"]=3, ["hurt_skill"]={ 20043, @@ -3807,8 +3807,8 @@ local monster_dungeon_armor = { }, [28907]={ ["monster_base"]=10064, - ["hp"]=547410000, - ["atk"]=4980000, + ["hp"]=514350000, + ["atk"]=4430000, ["atk_times"]=3, ["hurt_skill"]={ 20190, @@ -3820,8 +3820,8 @@ local monster_dungeon_armor = { [29007]={ ["monster_base"]=20013, ["is_boss"]=2, - ["hp"]=927650000, - ["atk"]=4980000, + ["hp"]=867510000, + ["atk"]=4430000, ["atk_times"]=4, ["hurt_skill"]={ 30037, @@ -3836,8 +3836,8 @@ local monster_dungeon_armor = { }, [29107]={ ["monster_base"]=10032, - ["hp"]=144620000, - ["atk"]=3230000, + ["hp"]=153090000, + ["atk"]=2870000, ["atk_times"]=3, ["hurt_skill"]={ 20091, @@ -3848,8 +3848,8 @@ local monster_dungeon_armor = { }, [29207]={ ["monster_base"]=10004, - ["hp"]=216360000, - ["atk"]=3590000, + ["hp"]=224450000, + ["atk"]=3190000, ["atk_times"]=2, ["hurt_skill"]={ 20010, @@ -3860,8 +3860,8 @@ local monster_dungeon_armor = { }, [29307]={ ["monster_base"]=10014, - ["hp"]=270480000, - ["atk"]=3740000, + ["hp"]=280370000, + ["atk"]=3320000, ["atk_times"]=3, ["hurt_skill"]={ 20037, @@ -3872,8 +3872,8 @@ local monster_dungeon_armor = { }, [29407]={ ["monster_base"]=10006, - ["hp"]=284960000, - ["atk"]=4460000, + ["hp"]=294620000, + ["atk"]=3960000, ["atk_times"]=2, ["hurt_skill"]={ 20016, @@ -3885,8 +3885,8 @@ local monster_dungeon_armor = { [29507]={ ["monster_base"]=20031, ["is_boss"]=1, - ["hp"]=585830000, - ["atk"]=4750000, + ["hp"]=545940000, + ["atk"]=4220000, ["atk_times"]=4, ["hurt_skill"]={ 30091, @@ -3906,8 +3906,8 @@ local monster_dungeon_armor = { }, [29607]={ ["monster_base"]=10015, - ["hp"]=351630000, - ["atk"]=4640000, + ["hp"]=363690000, + ["atk"]=4110000, ["atk_times"]=3, ["hurt_skill"]={ 20040, @@ -3918,8 +3918,8 @@ local monster_dungeon_armor = { }, [29707]={ ["monster_base"]=10026, - ["hp"]=407010000, - ["atk"]=4780000, + ["hp"]=382500000, + ["atk"]=4240000, ["atk_times"]=3, ["hurt_skill"]={ 20073, @@ -3930,8 +3930,8 @@ local monster_dungeon_armor = { }, [29807]={ ["monster_base"]=10007, - ["hp"]=478170000, - ["atk"]=4720000, + ["hp"]=447930000, + ["atk"]=4200000, ["atk_times"]=2, ["hurt_skill"]={ 20019, @@ -3942,8 +3942,8 @@ local monster_dungeon_armor = { }, [29907]={ ["monster_base"]=10064, - ["hp"]=547410000, - ["atk"]=4980000, + ["hp"]=514350000, + ["atk"]=4430000, ["atk_times"]=3, ["hurt_skill"]={ 20190, @@ -3955,8 +3955,8 @@ local monster_dungeon_armor = { [30007]={ ["monster_base"]=20032, ["is_boss"]=2, - ["hp"]=927650000, - ["atk"]=4980000, + ["hp"]=867510000, + ["atk"]=4430000, ["atk_times"]=4, ["hurt_skill"]={ 30094, @@ -3977,8 +3977,8 @@ local monster_dungeon_armor = { }, [30107]={ ["monster_base"]=10019, - ["hp"]=157930000, - ["atk"]=3530000, + ["hp"]=164360000, + ["atk"]=3050000, ["atk_times"]=3, ["hurt_skill"]={ 20052, @@ -3989,8 +3989,8 @@ local monster_dungeon_armor = { }, [30207]={ ["monster_base"]=10035, - ["hp"]=236010000, - ["atk"]=3930000, + ["hp"]=240110000, + ["atk"]=3390000, ["atk_times"]=3, ["hurt_skill"]={ 20100, @@ -4001,8 +4001,8 @@ local monster_dungeon_armor = { }, [30307]={ ["monster_base"]=10057, - ["hp"]=294910000, - ["atk"]=4070000, + ["hp"]=299890000, + ["atk"]=3520000, ["atk_times"]=3, ["hurt_skill"]={ 20166, @@ -4013,8 +4013,8 @@ local monster_dungeon_armor = { }, [30407]={ ["monster_base"]=10051, - ["hp"]=310960000, - ["atk"]=4870000, + ["hp"]=315280000, + ["atk"]=4200000, ["atk_times"]=3, ["hurt_skill"]={ 20148, @@ -4026,8 +4026,8 @@ local monster_dungeon_armor = { [30507]={ ["monster_base"]=20020, ["is_boss"]=1, - ["hp"]=638700000, - ["atk"]=5200000, + ["hp"]=583450000, + ["atk"]=4490000, ["atk_times"]=4, ["hurt_skill"]={ 30058, @@ -4045,8 +4045,8 @@ local monster_dungeon_armor = { }, [30607]={ ["monster_base"]=10062, - ["hp"]=383710000, - ["atk"]=5080000, + ["hp"]=388890000, + ["atk"]=4380000, ["atk_times"]=3, ["hurt_skill"]={ 20181, @@ -4057,8 +4057,8 @@ local monster_dungeon_armor = { }, [30707]={ ["monster_base"]=10056, - ["hp"]=443820000, - ["atk"]=5220000, + ["hp"]=409220000, + ["atk"]=4500000, ["atk_times"]=3, ["hurt_skill"]={ 20163, @@ -4069,8 +4069,8 @@ local monster_dungeon_armor = { }, [30807]={ ["monster_base"]=10054, - ["hp"]=521380000, - ["atk"]=5150000, + ["hp"]=479000000, + ["atk"]=4450000, ["atk_times"]=3, ["hurt_skill"]={ 20157, @@ -4081,8 +4081,8 @@ local monster_dungeon_armor = { }, [30907]={ ["monster_base"]=10060, - ["hp"]=596850000, - ["atk"]=5430000, + ["hp"]=549890000, + ["atk"]=4690000, ["atk_times"]=3, ["hurt_skill"]={ 20175, @@ -4094,8 +4094,8 @@ local monster_dungeon_armor = { [31007]={ ["monster_base"]=20013, ["is_boss"]=2, - ["hp"]=1011330000, - ["atk"]=5430000, + ["hp"]=927400000, + ["atk"]=4690000, ["atk_times"]=4, ["hurt_skill"]={ 30037, @@ -4110,8 +4110,8 @@ local monster_dungeon_armor = { }, [31107]={ ["monster_base"]=10058, - ["hp"]=157930000, - ["atk"]=3530000, + ["hp"]=164360000, + ["atk"]=3050000, ["atk_times"]=3, ["hurt_skill"]={ 20169, @@ -4122,8 +4122,8 @@ local monster_dungeon_armor = { }, [31207]={ ["monster_base"]=10027, - ["hp"]=236010000, - ["atk"]=3930000, + ["hp"]=240110000, + ["atk"]=3390000, ["atk_times"]=3, ["hurt_skill"]={ 20076, @@ -4134,8 +4134,8 @@ local monster_dungeon_armor = { }, [31307]={ ["monster_base"]=10025, - ["hp"]=294910000, - ["atk"]=4070000, + ["hp"]=299890000, + ["atk"]=3520000, ["atk_times"]=3, ["hurt_skill"]={ 20070, @@ -4146,8 +4146,8 @@ local monster_dungeon_armor = { }, [31407]={ ["monster_base"]=10007, - ["hp"]=310960000, - ["atk"]=4870000, + ["hp"]=315280000, + ["atk"]=4200000, ["atk_times"]=2, ["hurt_skill"]={ 20019, @@ -4159,8 +4159,8 @@ local monster_dungeon_armor = { [31507]={ ["monster_base"]=20012, ["is_boss"]=1, - ["hp"]=638700000, - ["atk"]=5200000, + ["hp"]=583450000, + ["atk"]=4490000, ["atk_times"]=4, ["hurt_skill"]={ 30034, @@ -4174,8 +4174,8 @@ local monster_dungeon_armor = { }, [31607]={ ["monster_base"]=10024, - ["hp"]=383710000, - ["atk"]=5080000, + ["hp"]=388890000, + ["atk"]=4380000, ["atk_times"]=3, ["hurt_skill"]={ 20067, @@ -4186,8 +4186,8 @@ local monster_dungeon_armor = { }, [31707]={ ["monster_base"]=10030, - ["hp"]=443820000, - ["atk"]=5220000, + ["hp"]=409220000, + ["atk"]=4500000, ["atk_times"]=3, ["hurt_skill"]={ 20085, @@ -4198,8 +4198,8 @@ local monster_dungeon_armor = { }, [31807]={ ["monster_base"]=10048, - ["hp"]=521380000, - ["atk"]=5150000, + ["hp"]=479000000, + ["atk"]=4450000, ["atk_times"]=3, ["hurt_skill"]={ 20139, @@ -4210,8 +4210,8 @@ local monster_dungeon_armor = { }, [31907]={ ["monster_base"]=10001, - ["hp"]=596850000, - ["atk"]=5430000, + ["hp"]=549890000, + ["atk"]=4690000, ["atk_times"]=2, ["hurt_skill"]={ 20001, @@ -4223,8 +4223,8 @@ local monster_dungeon_armor = { [32007]={ ["monster_base"]=20034, ["is_boss"]=2, - ["hp"]=1011330000, - ["atk"]=5430000, + ["hp"]=927400000, + ["atk"]=4690000, ["atk_times"]=4, ["hurt_skill"]={ 30097, @@ -4243,8 +4243,8 @@ local monster_dungeon_armor = { }, [32107]={ ["monster_base"]=10061, - ["hp"]=157930000, - ["atk"]=3530000, + ["hp"]=164360000, + ["atk"]=3050000, ["atk_times"]=3, ["hurt_skill"]={ 20178, @@ -4255,8 +4255,8 @@ local monster_dungeon_armor = { }, [32207]={ ["monster_base"]=10017, - ["hp"]=236010000, - ["atk"]=3930000, + ["hp"]=240110000, + ["atk"]=3390000, ["atk_times"]=3, ["hurt_skill"]={ 20046, @@ -4267,8 +4267,8 @@ local monster_dungeon_armor = { }, [32307]={ ["monster_base"]=10064, - ["hp"]=294910000, - ["atk"]=4070000, + ["hp"]=299890000, + ["atk"]=3520000, ["atk_times"]=3, ["hurt_skill"]={ 20190, @@ -4279,8 +4279,8 @@ local monster_dungeon_armor = { }, [32407]={ ["monster_base"]=10027, - ["hp"]=310960000, - ["atk"]=4870000, + ["hp"]=315280000, + ["atk"]=4200000, ["atk_times"]=3, ["hurt_skill"]={ 20076, @@ -4292,8 +4292,8 @@ local monster_dungeon_armor = { [32507]={ ["monster_base"]=20008, ["is_boss"]=1, - ["hp"]=638700000, - ["atk"]=5200000, + ["hp"]=583450000, + ["atk"]=4490000, ["atk_times"]=4, ["hurt_skill"]={ 30022, @@ -4310,8 +4310,8 @@ local monster_dungeon_armor = { }, [32607]={ ["monster_base"]=10005, - ["hp"]=383710000, - ["atk"]=5080000, + ["hp"]=388890000, + ["atk"]=4380000, ["atk_times"]=2, ["hurt_skill"]={ 20013, @@ -4322,8 +4322,8 @@ local monster_dungeon_armor = { }, [32707]={ ["monster_base"]=10032, - ["hp"]=443820000, - ["atk"]=5220000, + ["hp"]=409220000, + ["atk"]=4500000, ["atk_times"]=3, ["hurt_skill"]={ 20091, @@ -4334,8 +4334,8 @@ local monster_dungeon_armor = { }, [32807]={ ["monster_base"]=10056, - ["hp"]=521380000, - ["atk"]=5150000, + ["hp"]=479000000, + ["atk"]=4450000, ["atk_times"]=3, ["hurt_skill"]={ 20163, @@ -4346,8 +4346,8 @@ local monster_dungeon_armor = { }, [32907]={ ["monster_base"]=10053, - ["hp"]=596850000, - ["atk"]=5430000, + ["hp"]=549890000, + ["atk"]=4690000, ["atk_times"]=3, ["hurt_skill"]={ 20154, @@ -4359,8 +4359,8 @@ local monster_dungeon_armor = { [33007]={ ["monster_base"]=20035, ["is_boss"]=2, - ["hp"]=1011330000, - ["atk"]=5430000, + ["hp"]=927400000, + ["atk"]=4690000, ["atk_times"]=4, ["hurt_skill"]={ 30100, @@ -4379,8 +4379,8 @@ local monster_dungeon_armor = { }, [33107]={ ["monster_base"]=10004, - ["hp"]=157930000, - ["atk"]=3530000, + ["hp"]=164360000, + ["atk"]=3050000, ["atk_times"]=2, ["hurt_skill"]={ 20010, @@ -4391,8 +4391,8 @@ local monster_dungeon_armor = { }, [33207]={ ["monster_base"]=10064, - ["hp"]=236010000, - ["atk"]=3930000, + ["hp"]=240110000, + ["atk"]=3390000, ["atk_times"]=3, ["hurt_skill"]={ 20190, @@ -4403,8 +4403,8 @@ local monster_dungeon_armor = { }, [33307]={ ["monster_base"]=10050, - ["hp"]=294910000, - ["atk"]=4070000, + ["hp"]=299890000, + ["atk"]=3520000, ["atk_times"]=3, ["hurt_skill"]={ 20145, @@ -4415,8 +4415,8 @@ local monster_dungeon_armor = { }, [33407]={ ["monster_base"]=10012, - ["hp"]=310960000, - ["atk"]=4870000, + ["hp"]=315280000, + ["atk"]=4200000, ["atk_times"]=3, ["hurt_skill"]={ 20031, @@ -4428,8 +4428,8 @@ local monster_dungeon_armor = { [33507]={ ["monster_base"]=20021, ["is_boss"]=1, - ["hp"]=638700000, - ["atk"]=5200000, + ["hp"]=583450000, + ["atk"]=4490000, ["atk_times"]=4, ["hurt_skill"]={ 30061, @@ -4447,8 +4447,8 @@ local monster_dungeon_armor = { }, [33607]={ ["monster_base"]=10024, - ["hp"]=383710000, - ["atk"]=5080000, + ["hp"]=388890000, + ["atk"]=4380000, ["atk_times"]=3, ["hurt_skill"]={ 20067, @@ -4459,8 +4459,8 @@ local monster_dungeon_armor = { }, [33707]={ ["monster_base"]=10052, - ["hp"]=443820000, - ["atk"]=5220000, + ["hp"]=409220000, + ["atk"]=4500000, ["atk_times"]=3, ["hurt_skill"]={ 20151, @@ -4471,8 +4471,8 @@ local monster_dungeon_armor = { }, [33807]={ ["monster_base"]=10012, - ["hp"]=521380000, - ["atk"]=5150000, + ["hp"]=479000000, + ["atk"]=4450000, ["atk_times"]=3, ["hurt_skill"]={ 20031, @@ -4483,8 +4483,8 @@ local monster_dungeon_armor = { }, [33907]={ ["monster_base"]=10006, - ["hp"]=596850000, - ["atk"]=5430000, + ["hp"]=549890000, + ["atk"]=4690000, ["atk_times"]=2, ["hurt_skill"]={ 20016, @@ -4496,8 +4496,8 @@ local monster_dungeon_armor = { [34007]={ ["monster_base"]=20036, ["is_boss"]=2, - ["hp"]=1011330000, - ["atk"]=5430000, + ["hp"]=927400000, + ["atk"]=4690000, ["atk_times"]=4, ["hurt_skill"]={ 30103, @@ -4515,8 +4515,8 @@ local monster_dungeon_armor = { }, [34107]={ ["monster_base"]=10002, - ["hp"]=157930000, - ["atk"]=3530000, + ["hp"]=164360000, + ["atk"]=3050000, ["atk_times"]=2, ["hurt_skill"]={ 20004, @@ -4527,8 +4527,8 @@ local monster_dungeon_armor = { }, [34207]={ ["monster_base"]=10060, - ["hp"]=236010000, - ["atk"]=3930000, + ["hp"]=240110000, + ["atk"]=3390000, ["atk_times"]=3, ["hurt_skill"]={ 20175, @@ -4539,8 +4539,8 @@ local monster_dungeon_armor = { }, [34307]={ ["monster_base"]=10065, - ["hp"]=294910000, - ["atk"]=4070000, + ["hp"]=299890000, + ["atk"]=3520000, ["atk_times"]=3, ["hurt_skill"]={ 20187, @@ -4551,8 +4551,8 @@ local monster_dungeon_armor = { }, [34407]={ ["monster_base"]=10037, - ["hp"]=310960000, - ["atk"]=4870000, + ["hp"]=315280000, + ["atk"]=4200000, ["atk_times"]=3, ["hurt_skill"]={ 20106, @@ -4564,8 +4564,8 @@ local monster_dungeon_armor = { [34507]={ ["monster_base"]=20006, ["is_boss"]=1, - ["hp"]=638700000, - ["atk"]=5200000, + ["hp"]=583450000, + ["atk"]=4490000, ["atk_times"]=4, ["hurt_skill"]={ 30016, @@ -4582,8 +4582,8 @@ local monster_dungeon_armor = { }, [34607]={ ["monster_base"]=10012, - ["hp"]=383710000, - ["atk"]=5080000, + ["hp"]=388890000, + ["atk"]=4380000, ["atk_times"]=3, ["hurt_skill"]={ 20031, @@ -4594,8 +4594,8 @@ local monster_dungeon_armor = { }, [34707]={ ["monster_base"]=10049, - ["hp"]=443820000, - ["atk"]=5220000, + ["hp"]=409220000, + ["atk"]=4500000, ["atk_times"]=3, ["hurt_skill"]={ 20142, @@ -4606,8 +4606,8 @@ local monster_dungeon_armor = { }, [34807]={ ["monster_base"]=10020, - ["hp"]=521380000, - ["atk"]=5150000, + ["hp"]=479000000, + ["atk"]=4450000, ["atk_times"]=3, ["hurt_skill"]={ 20055, @@ -4618,8 +4618,8 @@ local monster_dungeon_armor = { }, [34907]={ ["monster_base"]=10043, - ["hp"]=596850000, - ["atk"]=5430000, + ["hp"]=549890000, + ["atk"]=4690000, ["atk_times"]=3, ["hurt_skill"]={ 20124, @@ -4631,8 +4631,8 @@ local monster_dungeon_armor = { [35007]={ ["monster_base"]=20037, ["is_boss"]=2, - ["hp"]=1011330000, - ["atk"]=5430000, + ["hp"]=927400000, + ["atk"]=4690000, ["atk_times"]=4, ["hurt_skill"]={ 30106, @@ -4651,8 +4651,8 @@ local monster_dungeon_armor = { }, [35107]={ ["monster_base"]=10041, - ["hp"]=157930000, - ["atk"]=3530000, + ["hp"]=164360000, + ["atk"]=3050000, ["atk_times"]=3, ["hurt_skill"]={ 20118, @@ -4663,8 +4663,8 @@ local monster_dungeon_armor = { }, [35207]={ ["monster_base"]=10014, - ["hp"]=236010000, - ["atk"]=3930000, + ["hp"]=240110000, + ["atk"]=3390000, ["atk_times"]=3, ["hurt_skill"]={ 20037, @@ -4675,8 +4675,8 @@ local monster_dungeon_armor = { }, [35307]={ ["monster_base"]=10047, - ["hp"]=294910000, - ["atk"]=4070000, + ["hp"]=299890000, + ["atk"]=3520000, ["atk_times"]=3, ["hurt_skill"]={ 20136, @@ -4687,8 +4687,8 @@ local monster_dungeon_armor = { }, [35407]={ ["monster_base"]=10062, - ["hp"]=310960000, - ["atk"]=4870000, + ["hp"]=315280000, + ["atk"]=4200000, ["atk_times"]=3, ["hurt_skill"]={ 20181, @@ -4700,8 +4700,8 @@ local monster_dungeon_armor = { [35507]={ ["monster_base"]=20027, ["is_boss"]=1, - ["hp"]=638700000, - ["atk"]=5200000, + ["hp"]=583450000, + ["atk"]=4490000, ["atk_times"]=4, ["hurt_skill"]={ 30079, @@ -4715,8 +4715,8 @@ local monster_dungeon_armor = { }, [35607]={ ["monster_base"]=10005, - ["hp"]=383710000, - ["atk"]=5080000, + ["hp"]=388890000, + ["atk"]=4380000, ["atk_times"]=2, ["hurt_skill"]={ 20013, @@ -4727,8 +4727,8 @@ local monster_dungeon_armor = { }, [35707]={ ["monster_base"]=10004, - ["hp"]=443820000, - ["atk"]=5220000, + ["hp"]=409220000, + ["atk"]=4500000, ["atk_times"]=2, ["hurt_skill"]={ 20010, @@ -4739,8 +4739,8 @@ local monster_dungeon_armor = { }, [35807]={ ["monster_base"]=10039, - ["hp"]=521380000, - ["atk"]=5150000, + ["hp"]=479000000, + ["atk"]=4450000, ["atk_times"]=3, ["hurt_skill"]={ 20112, @@ -4751,8 +4751,8 @@ local monster_dungeon_armor = { }, [35907]={ ["monster_base"]=10032, - ["hp"]=596850000, - ["atk"]=5430000, + ["hp"]=549890000, + ["atk"]=4690000, ["atk_times"]=3, ["hurt_skill"]={ 20091, @@ -4764,8 +4764,8 @@ local monster_dungeon_armor = { [36007]={ ["monster_base"]=20038, ["is_boss"]=2, - ["hp"]=1011330000, - ["atk"]=5430000, + ["hp"]=927400000, + ["atk"]=4690000, ["atk_times"]=4, ["hurt_skill"]={ 30109, @@ -4786,8 +4786,8 @@ local monster_dungeon_armor = { }, [36107]={ ["monster_base"]=10057, - ["hp"]=180630000, - ["atk"]=3970000, + ["hp"]=169650000, + ["atk"]=3230000, ["atk_times"]=3, ["hurt_skill"]={ 20166, @@ -4798,8 +4798,8 @@ local monster_dungeon_armor = { }, [36207]={ ["monster_base"]=10061, - ["hp"]=269660000, - ["atk"]=4420000, + ["hp"]=247740000, + ["atk"]=3600000, ["atk_times"]=3, ["hurt_skill"]={ 20178, @@ -4810,8 +4810,8 @@ local monster_dungeon_armor = { }, [36307]={ ["monster_base"]=10040, - ["hp"]=336720000, - ["atk"]=4570000, + ["hp"]=309200000, + ["atk"]=3730000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -4822,8 +4822,8 @@ local monster_dungeon_armor = { }, [36407]={ ["monster_base"]=10047, - ["hp"]=355220000, - ["atk"]=5460000, + ["hp"]=324830000, + ["atk"]=4460000, ["atk_times"]=3, ["hurt_skill"]={ 20136, @@ -4835,8 +4835,8 @@ local monster_dungeon_armor = { [36507]={ ["monster_base"]=20004, ["is_boss"]=1, - ["hp"]=729050000, - ["atk"]=5830000, + ["hp"]=600970000, + ["atk"]=4760000, ["atk_times"]=4, ["hurt_skill"]={ 30010, @@ -4850,8 +4850,8 @@ local monster_dungeon_armor = { }, [36607]={ ["monster_base"]=10028, - ["hp"]=438600000, - ["atk"]=5720000, + ["hp"]=400760000, + ["atk"]=4650000, ["atk_times"]=3, ["hurt_skill"]={ 20079, @@ -4862,8 +4862,8 @@ local monster_dungeon_armor = { }, [36707]={ ["monster_base"]=10004, - ["hp"]=506990000, - ["atk"]=5860000, + ["hp"]=421850000, + ["atk"]=4770000, ["atk_times"]=2, ["hurt_skill"]={ 20010, @@ -4874,8 +4874,8 @@ local monster_dungeon_armor = { }, [36807]={ ["monster_base"]=10002, - ["hp"]=595640000, - ["atk"]=5800000, + ["hp"]=493410000, + ["atk"]=4730000, ["atk_times"]=2, ["hurt_skill"]={ 20004, @@ -4886,8 +4886,8 @@ local monster_dungeon_armor = { }, [36907]={ ["monster_base"]=10062, - ["hp"]=682150000, - ["atk"]=6110000, + ["hp"]=566670000, + ["atk"]=4980000, ["atk_times"]=3, ["hurt_skill"]={ 20181, @@ -4899,8 +4899,8 @@ local monster_dungeon_armor = { [37007]={ ["monster_base"]=20012, ["is_boss"]=2, - ["hp"]=1152480000, - ["atk"]=6110000, + ["hp"]=955050000, + ["atk"]=4980000, ["atk_times"]=4, ["hurt_skill"]={ 30034, @@ -4914,8 +4914,8 @@ local monster_dungeon_armor = { }, [37107]={ ["monster_base"]=10001, - ["hp"]=180630000, - ["atk"]=3970000, + ["hp"]=169650000, + ["atk"]=3230000, ["atk_times"]=2, ["hurt_skill"]={ 20001, @@ -4926,8 +4926,8 @@ local monster_dungeon_armor = { }, [37207]={ ["monster_base"]=10054, - ["hp"]=269660000, - ["atk"]=4420000, + ["hp"]=247740000, + ["atk"]=3600000, ["atk_times"]=3, ["hurt_skill"]={ 20157, @@ -4938,8 +4938,8 @@ local monster_dungeon_armor = { }, [37307]={ ["monster_base"]=10023, - ["hp"]=336720000, - ["atk"]=4570000, + ["hp"]=309200000, + ["atk"]=3730000, ["atk_times"]=3, ["hurt_skill"]={ 20064, @@ -4950,8 +4950,8 @@ local monster_dungeon_armor = { }, [37407]={ ["monster_base"]=10008, - ["hp"]=355220000, - ["atk"]=5460000, + ["hp"]=324830000, + ["atk"]=4460000, ["atk_times"]=2, ["hurt_skill"]={ 20022, @@ -4963,8 +4963,8 @@ local monster_dungeon_armor = { [37507]={ ["monster_base"]=20022, ["is_boss"]=1, - ["hp"]=729050000, - ["atk"]=5830000, + ["hp"]=600970000, + ["atk"]=4760000, ["atk_times"]=4, ["hurt_skill"]={ 30064, @@ -4981,8 +4981,8 @@ local monster_dungeon_armor = { }, [37607]={ ["monster_base"]=10034, - ["hp"]=438600000, - ["atk"]=5720000, + ["hp"]=400760000, + ["atk"]=4650000, ["atk_times"]=3, ["hurt_skill"]={ 20097, @@ -4993,8 +4993,8 @@ local monster_dungeon_armor = { }, [37707]={ ["monster_base"]=10035, - ["hp"]=506990000, - ["atk"]=5860000, + ["hp"]=421850000, + ["atk"]=4770000, ["atk_times"]=3, ["hurt_skill"]={ 20100, @@ -5005,8 +5005,8 @@ local monster_dungeon_armor = { }, [37807]={ ["monster_base"]=10004, - ["hp"]=595640000, - ["atk"]=5800000, + ["hp"]=493410000, + ["atk"]=4730000, ["atk_times"]=2, ["hurt_skill"]={ 20010, @@ -5017,8 +5017,8 @@ local monster_dungeon_armor = { }, [37907]={ ["monster_base"]=10029, - ["hp"]=682150000, - ["atk"]=6110000, + ["hp"]=566670000, + ["atk"]=4980000, ["atk_times"]=3, ["hurt_skill"]={ 20082, @@ -5030,8 +5030,8 @@ local monster_dungeon_armor = { [38007]={ ["monster_base"]=20003, ["is_boss"]=2, - ["hp"]=1152480000, - ["atk"]=6110000, + ["hp"]=955050000, + ["atk"]=4980000, ["atk_times"]=4, ["hurt_skill"]={ 30007, @@ -5048,8 +5048,8 @@ local monster_dungeon_armor = { }, [38107]={ ["monster_base"]=10004, - ["hp"]=180630000, - ["atk"]=3970000, + ["hp"]=169650000, + ["atk"]=3230000, ["atk_times"]=2, ["hurt_skill"]={ 20010, @@ -5060,8 +5060,8 @@ local monster_dungeon_armor = { }, [38207]={ ["monster_base"]=10056, - ["hp"]=269660000, - ["atk"]=4420000, + ["hp"]=247740000, + ["atk"]=3600000, ["atk_times"]=3, ["hurt_skill"]={ 20163, @@ -5072,8 +5072,8 @@ local monster_dungeon_armor = { }, [38307]={ ["monster_base"]=10057, - ["hp"]=336720000, - ["atk"]=4570000, + ["hp"]=309200000, + ["atk"]=3730000, ["atk_times"]=3, ["hurt_skill"]={ 20166, @@ -5084,8 +5084,8 @@ local monster_dungeon_armor = { }, [38407]={ ["monster_base"]=10043, - ["hp"]=355220000, - ["atk"]=5460000, + ["hp"]=324830000, + ["atk"]=4460000, ["atk_times"]=3, ["hurt_skill"]={ 20124, @@ -5097,8 +5097,8 @@ local monster_dungeon_armor = { [38507]={ ["monster_base"]=20014, ["is_boss"]=1, - ["hp"]=729050000, - ["atk"]=5830000, + ["hp"]=600970000, + ["atk"]=4760000, ["atk_times"]=4, ["hurt_skill"]={ 30040, @@ -5112,8 +5112,8 @@ local monster_dungeon_armor = { }, [38607]={ ["monster_base"]=10009, - ["hp"]=438600000, - ["atk"]=5720000, + ["hp"]=400760000, + ["atk"]=4650000, ["atk_times"]=3, ["hurt_skill"]={ 20025, @@ -5124,8 +5124,8 @@ local monster_dungeon_armor = { }, [38707]={ ["monster_base"]=10030, - ["hp"]=506990000, - ["atk"]=5860000, + ["hp"]=421850000, + ["atk"]=4770000, ["atk_times"]=3, ["hurt_skill"]={ 20085, @@ -5136,8 +5136,8 @@ local monster_dungeon_armor = { }, [38807]={ ["monster_base"]=10048, - ["hp"]=595640000, - ["atk"]=5800000, + ["hp"]=493410000, + ["atk"]=4730000, ["atk_times"]=3, ["hurt_skill"]={ 20139, @@ -5148,8 +5148,8 @@ local monster_dungeon_armor = { }, [38907]={ ["monster_base"]=10041, - ["hp"]=682150000, - ["atk"]=6110000, + ["hp"]=566670000, + ["atk"]=4980000, ["atk_times"]=3, ["hurt_skill"]={ 20118, @@ -5161,8 +5161,8 @@ local monster_dungeon_armor = { [39007]={ ["monster_base"]=20005, ["is_boss"]=2, - ["hp"]=1152480000, - ["atk"]=6110000, + ["hp"]=955050000, + ["atk"]=4980000, ["atk_times"]=4, ["hurt_skill"]={ 30013, @@ -5179,8 +5179,8 @@ local monster_dungeon_armor = { }, [39107]={ ["monster_base"]=10003, - ["hp"]=180630000, - ["atk"]=3970000, + ["hp"]=169650000, + ["atk"]=3230000, ["atk_times"]=2, ["hurt_skill"]={ 20007, @@ -5191,8 +5191,8 @@ local monster_dungeon_armor = { }, [39207]={ ["monster_base"]=10056, - ["hp"]=269660000, - ["atk"]=4420000, + ["hp"]=247740000, + ["atk"]=3600000, ["atk_times"]=3, ["hurt_skill"]={ 20163, @@ -5203,8 +5203,8 @@ local monster_dungeon_armor = { }, [39307]={ ["monster_base"]=10062, - ["hp"]=336720000, - ["atk"]=4570000, + ["hp"]=309200000, + ["atk"]=3730000, ["atk_times"]=3, ["hurt_skill"]={ 20181, @@ -5215,8 +5215,8 @@ local monster_dungeon_armor = { }, [39407]={ ["monster_base"]=10057, - ["hp"]=355220000, - ["atk"]=5460000, + ["hp"]=324830000, + ["atk"]=4460000, ["atk_times"]=3, ["hurt_skill"]={ 20166, @@ -5228,8 +5228,8 @@ local monster_dungeon_armor = { [39507]={ ["monster_base"]=30009, ["is_boss"]=1, - ["hp"]=729050000, - ["atk"]=5830000, + ["hp"]=600970000, + ["atk"]=4760000, ["atk_times"]=4, ["hurt_skill"]={ 40021, @@ -5244,8 +5244,8 @@ local monster_dungeon_armor = { }, [39607]={ ["monster_base"]=10048, - ["hp"]=438600000, - ["atk"]=5720000, + ["hp"]=400760000, + ["atk"]=4650000, ["atk_times"]=3, ["hurt_skill"]={ 20139, @@ -5256,8 +5256,8 @@ local monster_dungeon_armor = { }, [39707]={ ["monster_base"]=10004, - ["hp"]=506990000, - ["atk"]=5860000, + ["hp"]=421850000, + ["atk"]=4770000, ["atk_times"]=2, ["hurt_skill"]={ 20010, @@ -5268,8 +5268,8 @@ local monster_dungeon_armor = { }, [39807]={ ["monster_base"]=10031, - ["hp"]=595640000, - ["atk"]=5800000, + ["hp"]=493410000, + ["atk"]=4730000, ["atk_times"]=3, ["hurt_skill"]={ 20088, @@ -5280,8 +5280,8 @@ local monster_dungeon_armor = { }, [39907]={ ["monster_base"]=10040, - ["hp"]=682150000, - ["atk"]=6110000, + ["hp"]=566670000, + ["atk"]=4980000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -5293,8 +5293,8 @@ local monster_dungeon_armor = { [40007]={ ["monster_base"]=20025, ["is_boss"]=2, - ["hp"]=1152480000, - ["atk"]=6110000, + ["hp"]=955050000, + ["atk"]=4980000, ["atk_times"]=4, ["hurt_skill"]={ 30073, @@ -5311,8 +5311,8 @@ local monster_dungeon_armor = { }, [40107]={ ["monster_base"]=10056, - ["hp"]=180630000, - ["atk"]=3970000, + ["hp"]=169650000, + ["atk"]=3230000, ["atk_times"]=3, ["hurt_skill"]={ 20163, @@ -5323,8 +5323,8 @@ local monster_dungeon_armor = { }, [40207]={ ["monster_base"]=10021, - ["hp"]=269660000, - ["atk"]=4420000, + ["hp"]=247740000, + ["atk"]=3600000, ["atk_times"]=3, ["hurt_skill"]={ 20058, @@ -5335,8 +5335,8 @@ local monster_dungeon_armor = { }, [40307]={ ["monster_base"]=10015, - ["hp"]=336720000, - ["atk"]=4570000, + ["hp"]=309200000, + ["atk"]=3730000, ["atk_times"]=3, ["hurt_skill"]={ 20040, @@ -5347,8 +5347,8 @@ local monster_dungeon_armor = { }, [40407]={ ["monster_base"]=10044, - ["hp"]=355220000, - ["atk"]=5460000, + ["hp"]=324830000, + ["atk"]=4460000, ["atk_times"]=3, ["hurt_skill"]={ 20127, @@ -5360,8 +5360,8 @@ local monster_dungeon_armor = { [40507]={ ["monster_base"]=30015, ["is_boss"]=1, - ["hp"]=729050000, - ["atk"]=5830000, + ["hp"]=600970000, + ["atk"]=4760000, ["atk_times"]=4, ["hurt_skill"]={ 40025, @@ -5376,8 +5376,8 @@ local monster_dungeon_armor = { }, [40607]={ ["monster_base"]=10055, - ["hp"]=438600000, - ["atk"]=5720000, + ["hp"]=400760000, + ["atk"]=4650000, ["atk_times"]=3, ["hurt_skill"]={ 20160, @@ -5388,8 +5388,8 @@ local monster_dungeon_armor = { }, [40707]={ ["monster_base"]=10003, - ["hp"]=506990000, - ["atk"]=5860000, + ["hp"]=421850000, + ["atk"]=4770000, ["atk_times"]=2, ["hurt_skill"]={ 20007, @@ -5400,8 +5400,8 @@ local monster_dungeon_armor = { }, [40807]={ ["monster_base"]=10031, - ["hp"]=595640000, - ["atk"]=5800000, + ["hp"]=493410000, + ["atk"]=4730000, ["atk_times"]=3, ["hurt_skill"]={ 20088, @@ -5412,8 +5412,8 @@ local monster_dungeon_armor = { }, [40907]={ ["monster_base"]=10004, - ["hp"]=682150000, - ["atk"]=6110000, + ["hp"]=566670000, + ["atk"]=4980000, ["atk_times"]=2, ["hurt_skill"]={ 20010, @@ -5425,8 +5425,8 @@ local monster_dungeon_armor = { [41007]={ ["monster_base"]=20037, ["is_boss"]=2, - ["hp"]=1152480000, - ["atk"]=6110000, + ["hp"]=955050000, + ["atk"]=4980000, ["atk_times"]=4, ["hurt_skill"]={ 30106, @@ -5445,8 +5445,8 @@ local monster_dungeon_armor = { }, [41107]={ ["monster_base"]=10019, - ["hp"]=180630000, - ["atk"]=3970000, + ["hp"]=169650000, + ["atk"]=3230000, ["atk_times"]=3, ["hurt_skill"]={ 20052, @@ -5457,8 +5457,8 @@ local monster_dungeon_armor = { }, [41207]={ ["monster_base"]=10017, - ["hp"]=269660000, - ["atk"]=4420000, + ["hp"]=247740000, + ["atk"]=3600000, ["atk_times"]=3, ["hurt_skill"]={ 20046, @@ -5469,8 +5469,8 @@ local monster_dungeon_armor = { }, [41307]={ ["monster_base"]=10055, - ["hp"]=336720000, - ["atk"]=4570000, + ["hp"]=309200000, + ["atk"]=3730000, ["atk_times"]=3, ["hurt_skill"]={ 20160, @@ -5481,8 +5481,8 @@ local monster_dungeon_armor = { }, [41407]={ ["monster_base"]=10013, - ["hp"]=355220000, - ["atk"]=5460000, + ["hp"]=324830000, + ["atk"]=4460000, ["atk_times"]=3, ["hurt_skill"]={ 20034, @@ -5494,8 +5494,8 @@ local monster_dungeon_armor = { [41507]={ ["monster_base"]=20030, ["is_boss"]=1, - ["hp"]=729050000, - ["atk"]=5830000, + ["hp"]=600970000, + ["atk"]=4760000, ["atk_times"]=4, ["hurt_skill"]={ 30088, @@ -5513,8 +5513,8 @@ local monster_dungeon_armor = { }, [41607]={ ["monster_base"]=10042, - ["hp"]=438600000, - ["atk"]=5720000, + ["hp"]=400760000, + ["atk"]=4650000, ["atk_times"]=3, ["hurt_skill"]={ 20121, @@ -5525,8 +5525,8 @@ local monster_dungeon_armor = { }, [41707]={ ["monster_base"]=10025, - ["hp"]=506990000, - ["atk"]=5860000, + ["hp"]=421850000, + ["atk"]=4770000, ["atk_times"]=3, ["hurt_skill"]={ 20070, @@ -5537,8 +5537,8 @@ local monster_dungeon_armor = { }, [41807]={ ["monster_base"]=10002, - ["hp"]=595640000, - ["atk"]=5800000, + ["hp"]=493410000, + ["atk"]=4730000, ["atk_times"]=2, ["hurt_skill"]={ 20004, @@ -5549,8 +5549,8 @@ local monster_dungeon_armor = { }, [41907]={ ["monster_base"]=10034, - ["hp"]=682150000, - ["atk"]=6110000, + ["hp"]=566670000, + ["atk"]=4980000, ["atk_times"]=3, ["hurt_skill"]={ 20097, @@ -5562,8 +5562,8 @@ local monster_dungeon_armor = { [42007]={ ["monster_base"]=20032, ["is_boss"]=2, - ["hp"]=1152480000, - ["atk"]=6110000, + ["hp"]=955050000, + ["atk"]=4980000, ["atk_times"]=4, ["hurt_skill"]={ 30094, @@ -5584,8 +5584,8 @@ local monster_dungeon_armor = { }, [42107]={ ["monster_base"]=10022, - ["hp"]=123300000, - ["atk"]=1030000, + ["hp"]=180880000, + ["atk"]=3430000, ["atk_times"]=3, ["hurt_skill"]={ 20061, @@ -5596,8 +5596,8 @@ local monster_dungeon_armor = { }, [42207]={ ["monster_base"]=10020, - ["hp"]=157710000, - ["atk"]=1090000, + ["hp"]=263550000, + ["atk"]=3820000, ["atk_times"]=3, ["hurt_skill"]={ 20055, @@ -5608,8 +5608,8 @@ local monster_dungeon_armor = { }, [42307]={ ["monster_base"]=10024, - ["hp"]=164880000, - ["atk"]=1130000, + ["hp"]=329070000, + ["atk"]=3950000, ["atk_times"]=3, ["hurt_skill"]={ 20067, @@ -5620,8 +5620,8 @@ local monster_dungeon_armor = { }, [42407]={ ["monster_base"]=10045, - ["hp"]=375380000, - ["atk"]=5770000, + ["hp"]=345780000, + ["atk"]=4720000, ["atk_times"]=3, ["hurt_skill"]={ 20130, @@ -5633,8 +5633,8 @@ local monster_dungeon_armor = { [42507]={ ["monster_base"]=20027, ["is_boss"]=1, - ["hp"]=770320000, - ["atk"]=6170000, + ["hp"]=639240000, + ["atk"]=5050000, ["atk_times"]=4, ["hurt_skill"]={ 30079, @@ -5648,8 +5648,8 @@ local monster_dungeon_armor = { }, [42607]={ ["monster_base"]=10002, - ["hp"]=463540000, - ["atk"]=6050000, + ["hp"]=426740000, + ["atk"]=4940000, ["atk_times"]=2, ["hurt_skill"]={ 20004, @@ -5660,8 +5660,8 @@ local monster_dungeon_armor = { }, [42707]={ ["monster_base"]=10008, - ["hp"]=535690000, - ["atk"]=6190000, + ["hp"]=448850000, + ["atk"]=5060000, ["atk_times"]=2, ["hurt_skill"]={ 20022, @@ -5672,8 +5672,8 @@ local monster_dungeon_armor = { }, [42807]={ ["monster_base"]=10019, - ["hp"]=629350000, - ["atk"]=6140000, + ["hp"]=525000000, + ["atk"]=5020000, ["atk_times"]=3, ["hurt_skill"]={ 20052, @@ -5684,8 +5684,8 @@ local monster_dungeon_armor = { }, [42907]={ ["monster_base"]=10048, - ["hp"]=720850000, - ["atk"]=6460000, + ["hp"]=602910000, + ["atk"]=5280000, ["atk_times"]=3, ["hurt_skill"]={ 20139, @@ -5697,8 +5697,8 @@ local monster_dungeon_armor = { [43007]={ ["monster_base"]=20034, ["is_boss"]=2, - ["hp"]=1217600000, - ["atk"]=6460000, + ["hp"]=1015810000, + ["atk"]=5280000, ["atk_times"]=4, ["hurt_skill"]={ 30097, @@ -5717,8 +5717,8 @@ local monster_dungeon_armor = { }, [43107]={ ["monster_base"]=10003, - ["hp"]=123300000, - ["atk"]=1030000, + ["hp"]=180880000, + ["atk"]=3430000, ["atk_times"]=2, ["hurt_skill"]={ 20007, @@ -5729,8 +5729,8 @@ local monster_dungeon_armor = { }, [43207]={ ["monster_base"]=10016, - ["hp"]=157710000, - ["atk"]=1090000, + ["hp"]=263550000, + ["atk"]=3820000, ["atk_times"]=3, ["hurt_skill"]={ 20043, @@ -5741,8 +5741,8 @@ local monster_dungeon_armor = { }, [43307]={ ["monster_base"]=10057, - ["hp"]=164880000, - ["atk"]=1130000, + ["hp"]=329070000, + ["atk"]=3950000, ["atk_times"]=3, ["hurt_skill"]={ 20166, @@ -5753,8 +5753,8 @@ local monster_dungeon_armor = { }, [43407]={ ["monster_base"]=10023, - ["hp"]=375380000, - ["atk"]=5770000, + ["hp"]=345780000, + ["atk"]=4720000, ["atk_times"]=3, ["hurt_skill"]={ 20064, @@ -5766,8 +5766,8 @@ local monster_dungeon_armor = { [43507]={ ["monster_base"]=30012, ["is_boss"]=1, - ["hp"]=770320000, - ["atk"]=6170000, + ["hp"]=639240000, + ["atk"]=5050000, ["atk_times"]=4, ["hurt_skill"]={ 40005, @@ -5783,8 +5783,8 @@ local monster_dungeon_armor = { }, [43607]={ ["monster_base"]=10040, - ["hp"]=463540000, - ["atk"]=6050000, + ["hp"]=426740000, + ["atk"]=4940000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -5795,8 +5795,8 @@ local monster_dungeon_armor = { }, [43707]={ ["monster_base"]=10041, - ["hp"]=535690000, - ["atk"]=6190000, + ["hp"]=448850000, + ["atk"]=5060000, ["atk_times"]=3, ["hurt_skill"]={ 20118, @@ -5807,8 +5807,8 @@ local monster_dungeon_armor = { }, [43807]={ ["monster_base"]=10032, - ["hp"]=629350000, - ["atk"]=6140000, + ["hp"]=525000000, + ["atk"]=5020000, ["atk_times"]=3, ["hurt_skill"]={ 20091, @@ -5819,8 +5819,8 @@ local monster_dungeon_armor = { }, [43907]={ ["monster_base"]=10020, - ["hp"]=720850000, - ["atk"]=6460000, + ["hp"]=602910000, + ["atk"]=5280000, ["atk_times"]=3, ["hurt_skill"]={ 20055, @@ -5832,8 +5832,8 @@ local monster_dungeon_armor = { [44007]={ ["monster_base"]=20009, ["is_boss"]=2, - ["hp"]=1217600000, - ["atk"]=6460000, + ["hp"]=1015810000, + ["atk"]=5280000, ["atk_times"]=4, ["hurt_skill"]={ 30025, @@ -5851,8 +5851,8 @@ local monster_dungeon_armor = { }, [44107]={ ["monster_base"]=10027, - ["hp"]=123300000, - ["atk"]=1030000, + ["hp"]=180880000, + ["atk"]=3430000, ["atk_times"]=3, ["hurt_skill"]={ 20076, @@ -5863,8 +5863,8 @@ local monster_dungeon_armor = { }, [44207]={ ["monster_base"]=10014, - ["hp"]=157710000, - ["atk"]=1090000, + ["hp"]=263550000, + ["atk"]=3820000, ["atk_times"]=3, ["hurt_skill"]={ 20037, @@ -5875,8 +5875,8 @@ local monster_dungeon_armor = { }, [44307]={ ["monster_base"]=10042, - ["hp"]=164880000, - ["atk"]=1130000, + ["hp"]=329070000, + ["atk"]=3950000, ["atk_times"]=3, ["hurt_skill"]={ 20121, @@ -5887,8 +5887,8 @@ local monster_dungeon_armor = { }, [44407]={ ["monster_base"]=10054, - ["hp"]=375380000, - ["atk"]=5770000, + ["hp"]=345780000, + ["atk"]=4720000, ["atk_times"]=3, ["hurt_skill"]={ 20157, @@ -5900,8 +5900,8 @@ local monster_dungeon_armor = { [44507]={ ["monster_base"]=30010, ["is_boss"]=1, - ["hp"]=770320000, - ["atk"]=6170000, + ["hp"]=639240000, + ["atk"]=5050000, ["atk_times"]=4, ["hurt_skill"]={ 40013, @@ -5916,8 +5916,8 @@ local monster_dungeon_armor = { }, [44607]={ ["monster_base"]=10024, - ["hp"]=463540000, - ["atk"]=6050000, + ["hp"]=426740000, + ["atk"]=4940000, ["atk_times"]=3, ["hurt_skill"]={ 20067, @@ -5928,8 +5928,8 @@ local monster_dungeon_armor = { }, [44707]={ ["monster_base"]=10022, - ["hp"]=535690000, - ["atk"]=6190000, + ["hp"]=448850000, + ["atk"]=5060000, ["atk_times"]=3, ["hurt_skill"]={ 20061, @@ -5940,8 +5940,8 @@ local monster_dungeon_armor = { }, [44807]={ ["monster_base"]=10034, - ["hp"]=629350000, - ["atk"]=6140000, + ["hp"]=525000000, + ["atk"]=5020000, ["atk_times"]=3, ["hurt_skill"]={ 20097, @@ -5952,8 +5952,8 @@ local monster_dungeon_armor = { }, [44907]={ ["monster_base"]=10017, - ["hp"]=720850000, - ["atk"]=6460000, + ["hp"]=602910000, + ["atk"]=5280000, ["atk_times"]=3, ["hurt_skill"]={ 20046, @@ -5965,8 +5965,8 @@ local monster_dungeon_armor = { [45007]={ ["monster_base"]=20036, ["is_boss"]=2, - ["hp"]=1217600000, - ["atk"]=6460000, + ["hp"]=1015810000, + ["atk"]=5280000, ["atk_times"]=4, ["hurt_skill"]={ 30103, @@ -5984,8 +5984,8 @@ local monster_dungeon_armor = { }, [45107]={ ["monster_base"]=10009, - ["hp"]=123300000, - ["atk"]=1030000, + ["hp"]=180880000, + ["atk"]=3430000, ["atk_times"]=3, ["hurt_skill"]={ 20025, @@ -5996,8 +5996,8 @@ local monster_dungeon_armor = { }, [45207]={ ["monster_base"]=10036, - ["hp"]=157710000, - ["atk"]=1090000, + ["hp"]=263550000, + ["atk"]=3820000, ["atk_times"]=3, ["hurt_skill"]={ 20103, @@ -6008,8 +6008,8 @@ local monster_dungeon_armor = { }, [45307]={ ["monster_base"]=10029, - ["hp"]=164880000, - ["atk"]=1130000, + ["hp"]=329070000, + ["atk"]=3950000, ["atk_times"]=3, ["hurt_skill"]={ 20082, @@ -6020,8 +6020,8 @@ local monster_dungeon_armor = { }, [45407]={ ["monster_base"]=10031, - ["hp"]=375380000, - ["atk"]=5770000, + ["hp"]=345780000, + ["atk"]=4720000, ["atk_times"]=3, ["hurt_skill"]={ 20088, @@ -6033,8 +6033,8 @@ local monster_dungeon_armor = { [45507]={ ["monster_base"]=20014, ["is_boss"]=1, - ["hp"]=770320000, - ["atk"]=6170000, + ["hp"]=639240000, + ["atk"]=5050000, ["atk_times"]=4, ["hurt_skill"]={ 30040, @@ -6048,8 +6048,8 @@ local monster_dungeon_armor = { }, [45607]={ ["monster_base"]=10022, - ["hp"]=463540000, - ["atk"]=6050000, + ["hp"]=426740000, + ["atk"]=4940000, ["atk_times"]=3, ["hurt_skill"]={ 20061, @@ -6060,8 +6060,8 @@ local monster_dungeon_armor = { }, [45707]={ ["monster_base"]=10017, - ["hp"]=535690000, - ["atk"]=6190000, + ["hp"]=448850000, + ["atk"]=5060000, ["atk_times"]=3, ["hurt_skill"]={ 20046, @@ -6072,8 +6072,8 @@ local monster_dungeon_armor = { }, [45807]={ ["monster_base"]=10041, - ["hp"]=629350000, - ["atk"]=6140000, + ["hp"]=525000000, + ["atk"]=5020000, ["atk_times"]=3, ["hurt_skill"]={ 20118, @@ -6084,8 +6084,8 @@ local monster_dungeon_armor = { }, [45907]={ ["monster_base"]=10004, - ["hp"]=720850000, - ["atk"]=6460000, + ["hp"]=602910000, + ["atk"]=5280000, ["atk_times"]=2, ["hurt_skill"]={ 20010, @@ -6097,8 +6097,8 @@ local monster_dungeon_armor = { [46007]={ ["monster_base"]=20026, ["is_boss"]=2, - ["hp"]=1217600000, - ["atk"]=6460000, + ["hp"]=1015810000, + ["atk"]=5280000, ["atk_times"]=4, ["hurt_skill"]={ 30076, @@ -6115,8 +6115,8 @@ local monster_dungeon_armor = { }, [46107]={ ["monster_base"]=10040, - ["hp"]=123300000, - ["atk"]=1030000, + ["hp"]=180880000, + ["atk"]=3430000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -6127,8 +6127,8 @@ local monster_dungeon_armor = { }, [46207]={ ["monster_base"]=10013, - ["hp"]=157710000, - ["atk"]=1090000, + ["hp"]=263550000, + ["atk"]=3820000, ["atk_times"]=3, ["hurt_skill"]={ 20034, @@ -6139,8 +6139,8 @@ local monster_dungeon_armor = { }, [46307]={ ["monster_base"]=10014, - ["hp"]=164880000, - ["atk"]=1130000, + ["hp"]=329070000, + ["atk"]=3950000, ["atk_times"]=3, ["hurt_skill"]={ 20037, @@ -6151,8 +6151,8 @@ local monster_dungeon_armor = { }, [46407]={ ["monster_base"]=10021, - ["hp"]=375380000, - ["atk"]=5770000, + ["hp"]=345780000, + ["atk"]=4720000, ["atk_times"]=3, ["hurt_skill"]={ 20058, @@ -6164,8 +6164,8 @@ local monster_dungeon_armor = { [46507]={ ["monster_base"]=20012, ["is_boss"]=1, - ["hp"]=770320000, - ["atk"]=6170000, + ["hp"]=639240000, + ["atk"]=5050000, ["atk_times"]=4, ["hurt_skill"]={ 30034, @@ -6179,8 +6179,8 @@ local monster_dungeon_armor = { }, [46607]={ ["monster_base"]=10017, - ["hp"]=463540000, - ["atk"]=6050000, + ["hp"]=426740000, + ["atk"]=4940000, ["atk_times"]=3, ["hurt_skill"]={ 20046, @@ -6191,8 +6191,8 @@ local monster_dungeon_armor = { }, [46707]={ ["monster_base"]=10012, - ["hp"]=535690000, - ["atk"]=6190000, + ["hp"]=448850000, + ["atk"]=5060000, ["atk_times"]=3, ["hurt_skill"]={ 20031, @@ -6203,8 +6203,8 @@ local monster_dungeon_armor = { }, [46807]={ ["monster_base"]=10065, - ["hp"]=629350000, - ["atk"]=6140000, + ["hp"]=525000000, + ["atk"]=5020000, ["atk_times"]=3, ["hurt_skill"]={ 20187, @@ -6215,8 +6215,8 @@ local monster_dungeon_armor = { }, [46907]={ ["monster_base"]=10044, - ["hp"]=720850000, - ["atk"]=6460000, + ["hp"]=602910000, + ["atk"]=5280000, ["atk_times"]=3, ["hurt_skill"]={ 20127, @@ -6228,8 +6228,8 @@ local monster_dungeon_armor = { [47007]={ ["monster_base"]=20021, ["is_boss"]=2, - ["hp"]=1217600000, - ["atk"]=6460000, + ["hp"]=1015810000, + ["atk"]=5280000, ["atk_times"]=4, ["hurt_skill"]={ 30061, @@ -6247,8 +6247,8 @@ local monster_dungeon_armor = { }, [47107]={ ["monster_base"]=10026, - ["hp"]=123300000, - ["atk"]=1030000, + ["hp"]=180880000, + ["atk"]=3430000, ["atk_times"]=3, ["hurt_skill"]={ 20073, @@ -6259,8 +6259,8 @@ local monster_dungeon_armor = { }, [47207]={ ["monster_base"]=10021, - ["hp"]=157710000, - ["atk"]=1090000, + ["hp"]=263550000, + ["atk"]=3820000, ["atk_times"]=3, ["hurt_skill"]={ 20058, @@ -6271,8 +6271,8 @@ local monster_dungeon_armor = { }, [47307]={ ["monster_base"]=10036, - ["hp"]=164880000, - ["atk"]=1130000, + ["hp"]=329070000, + ["atk"]=3950000, ["atk_times"]=3, ["hurt_skill"]={ 20103, @@ -6283,8 +6283,8 @@ local monster_dungeon_armor = { }, [47407]={ ["monster_base"]=10009, - ["hp"]=375380000, - ["atk"]=5770000, + ["hp"]=345780000, + ["atk"]=4720000, ["atk_times"]=3, ["hurt_skill"]={ 20025, @@ -6296,8 +6296,8 @@ local monster_dungeon_armor = { [47507]={ ["monster_base"]=20017, ["is_boss"]=1, - ["hp"]=770320000, - ["atk"]=6170000, + ["hp"]=639240000, + ["atk"]=5050000, ["atk_times"]=4, ["hurt_skill"]={ 30049, @@ -6311,8 +6311,8 @@ local monster_dungeon_armor = { }, [47607]={ ["monster_base"]=10035, - ["hp"]=463540000, - ["atk"]=6050000, + ["hp"]=426740000, + ["atk"]=4940000, ["atk_times"]=3, ["hurt_skill"]={ 20100, @@ -6323,8 +6323,8 @@ local monster_dungeon_armor = { }, [47707]={ ["monster_base"]=10027, - ["hp"]=535690000, - ["atk"]=6190000, + ["hp"]=448850000, + ["atk"]=5060000, ["atk_times"]=3, ["hurt_skill"]={ 20076, @@ -6335,8 +6335,8 @@ local monster_dungeon_armor = { }, [47807]={ ["monster_base"]=10005, - ["hp"]=629350000, - ["atk"]=6140000, + ["hp"]=525000000, + ["atk"]=5020000, ["atk_times"]=2, ["hurt_skill"]={ 20013, @@ -6347,8 +6347,8 @@ local monster_dungeon_armor = { }, [47907]={ ["monster_base"]=10037, - ["hp"]=720850000, - ["atk"]=6460000, + ["hp"]=602910000, + ["atk"]=5280000, ["atk_times"]=3, ["hurt_skill"]={ 20106, @@ -6360,8 +6360,8 @@ local monster_dungeon_armor = { [48007]={ ["monster_base"]=20034, ["is_boss"]=2, - ["hp"]=1217600000, - ["atk"]=6460000, + ["hp"]=1015810000, + ["atk"]=5280000, ["atk_times"]=4, ["hurt_skill"]={ 30097, @@ -6380,8 +6380,8 @@ local monster_dungeon_armor = { }, [48107]={ ["monster_base"]=10044, - ["hp"]=243240000, - ["atk"]=5360000, + ["hp"]=191410000, + ["atk"]=3630000, ["atk_times"]=3, ["hurt_skill"]={ 20127, @@ -6392,8 +6392,8 @@ local monster_dungeon_armor = { }, [48207]={ ["monster_base"]=10027, - ["hp"]=362910000, - ["atk"]=5970000, + ["hp"]=278310000, + ["atk"]=4040000, ["atk_times"]=3, ["hurt_skill"]={ 20076, @@ -6404,8 +6404,8 @@ local monster_dungeon_armor = { }, [48307]={ ["monster_base"]=10064, - ["hp"]=452500000, - ["atk"]=6170000, + ["hp"]=347620000, + ["atk"]=4170000, ["atk_times"]=3, ["hurt_skill"]={ 20190, @@ -6416,8 +6416,8 @@ local monster_dungeon_armor = { }, [48407]={ ["monster_base"]=10042, - ["hp"]=477600000, - ["atk"]=7340000, + ["hp"]=365170000, + ["atk"]=4980000, ["atk_times"]=3, ["hurt_skill"]={ 20121, @@ -6429,8 +6429,8 @@ local monster_dungeon_armor = { [48507]={ ["monster_base"]=30012, ["is_boss"]=1, - ["hp"]=979070000, - ["atk"]=7860000, + ["hp"]=674740000, + ["atk"]=5330000, ["atk_times"]=4, ["hurt_skill"]={ 40005, @@ -6446,8 +6446,8 @@ local monster_dungeon_armor = { }, [48607]={ ["monster_base"]=10001, - ["hp"]=589900000, - ["atk"]=7740000, + ["hp"]=450590000, + ["atk"]=5230000, ["atk_times"]=2, ["hurt_skill"]={ 20001, @@ -6458,8 +6458,8 @@ local monster_dungeon_armor = { }, [48707]={ ["monster_base"]=10050, - ["hp"]=681040000, - ["atk"]=7890000, + ["hp"]=474020000, + ["atk"]=5340000, ["atk_times"]=3, ["hurt_skill"]={ 20145, @@ -6470,8 +6470,8 @@ local monster_dungeon_armor = { }, [48807]={ ["monster_base"]=10003, - ["hp"]=800410000, - ["atk"]=7830000, + ["hp"]=554250000, + ["atk"]=5310000, ["atk_times"]=2, ["hurt_skill"]={ 20007, @@ -6482,8 +6482,8 @@ local monster_dungeon_armor = { }, [48907]={ ["monster_base"]=10057, - ["hp"]=917010000, - ["atk"]=8240000, + ["hp"]=636480000, + ["atk"]=5590000, ["atk_times"]=3, ["hurt_skill"]={ 20166, @@ -6495,8 +6495,8 @@ local monster_dungeon_armor = { [49007]={ ["monster_base"]=20035, ["is_boss"]=2, - ["hp"]=1547800000, - ["atk"]=8240000, + ["hp"]=1072430000, + ["atk"]=5590000, ["atk_times"]=4, ["hurt_skill"]={ 30100, @@ -6515,8 +6515,8 @@ local monster_dungeon_armor = { }, [49107]={ ["monster_base"]=10056, - ["hp"]=243240000, - ["atk"]=5360000, + ["hp"]=191410000, + ["atk"]=3630000, ["atk_times"]=3, ["hurt_skill"]={ 20163, @@ -6527,8 +6527,8 @@ local monster_dungeon_armor = { }, [49207]={ ["monster_base"]=10054, - ["hp"]=362910000, - ["atk"]=5970000, + ["hp"]=278310000, + ["atk"]=4040000, ["atk_times"]=3, ["hurt_skill"]={ 20157, @@ -6539,8 +6539,8 @@ local monster_dungeon_armor = { }, [49307]={ ["monster_base"]=10024, - ["hp"]=452500000, - ["atk"]=6170000, + ["hp"]=347620000, + ["atk"]=4170000, ["atk_times"]=3, ["hurt_skill"]={ 20067, @@ -6551,8 +6551,8 @@ local monster_dungeon_armor = { }, [49407]={ ["monster_base"]=10013, - ["hp"]=477600000, - ["atk"]=7340000, + ["hp"]=365170000, + ["atk"]=4980000, ["atk_times"]=3, ["hurt_skill"]={ 20034, @@ -6564,8 +6564,8 @@ local monster_dungeon_armor = { [49507]={ ["monster_base"]=30019, ["is_boss"]=1, - ["hp"]=979070000, - ["atk"]=7860000, + ["hp"]=674740000, + ["atk"]=5330000, ["atk_times"]=4, ["hurt_skill"]={ 40029, @@ -6584,8 +6584,8 @@ local monster_dungeon_armor = { }, [49607]={ ["monster_base"]=10017, - ["hp"]=589900000, - ["atk"]=7740000, + ["hp"]=450590000, + ["atk"]=5230000, ["atk_times"]=3, ["hurt_skill"]={ 20046, @@ -6596,8 +6596,8 @@ local monster_dungeon_armor = { }, [49707]={ ["monster_base"]=10006, - ["hp"]=681040000, - ["atk"]=7890000, + ["hp"]=474020000, + ["atk"]=5340000, ["atk_times"]=2, ["hurt_skill"]={ 20016, @@ -6608,8 +6608,8 @@ local monster_dungeon_armor = { }, [49807]={ ["monster_base"]=10028, - ["hp"]=800410000, - ["atk"]=7830000, + ["hp"]=554250000, + ["atk"]=5310000, ["atk_times"]=3, ["hurt_skill"]={ 20079, @@ -6620,8 +6620,8 @@ local monster_dungeon_armor = { }, [49907]={ ["monster_base"]=10057, - ["hp"]=917010000, - ["atk"]=8240000, + ["hp"]=636480000, + ["atk"]=5590000, ["atk_times"]=3, ["hurt_skill"]={ 20166, @@ -6633,8 +6633,8 @@ local monster_dungeon_armor = { [50007]={ ["monster_base"]=20023, ["is_boss"]=2, - ["hp"]=1547800000, - ["atk"]=8240000, + ["hp"]=1072430000, + ["atk"]=5590000, ["atk_times"]=4, ["hurt_skill"]={ 30067, @@ -6651,8 +6651,8 @@ local monster_dungeon_armor = { }, [50107]={ ["monster_base"]=10054, - ["hp"]=243240000, - ["atk"]=5360000, + ["hp"]=191410000, + ["atk"]=3630000, ["atk_times"]=3, ["hurt_skill"]={ 20157, @@ -6663,8 +6663,8 @@ local monster_dungeon_armor = { }, [50207]={ ["monster_base"]=10025, - ["hp"]=362910000, - ["atk"]=5970000, + ["hp"]=278310000, + ["atk"]=4040000, ["atk_times"]=3, ["hurt_skill"]={ 20070, @@ -6675,8 +6675,8 @@ local monster_dungeon_armor = { }, [50307]={ ["monster_base"]=10010, - ["hp"]=452500000, - ["atk"]=6170000, + ["hp"]=347620000, + ["atk"]=4170000, ["atk_times"]=3, ["hurt_skill"]={ 20028, @@ -6687,8 +6687,8 @@ local monster_dungeon_armor = { }, [50407]={ ["monster_base"]=10064, - ["hp"]=477600000, - ["atk"]=7340000, + ["hp"]=365170000, + ["atk"]=4980000, ["atk_times"]=3, ["hurt_skill"]={ 20190, @@ -6700,8 +6700,8 @@ local monster_dungeon_armor = { [50507]={ ["monster_base"]=20015, ["is_boss"]=1, - ["hp"]=979070000, - ["atk"]=7860000, + ["hp"]=674740000, + ["atk"]=5330000, ["atk_times"]=4, ["hurt_skill"]={ 30043, @@ -6718,8 +6718,8 @@ local monster_dungeon_armor = { }, [50607]={ ["monster_base"]=10007, - ["hp"]=589900000, - ["atk"]=7740000, + ["hp"]=450590000, + ["atk"]=5230000, ["atk_times"]=2, ["hurt_skill"]={ 20019, @@ -6730,8 +6730,8 @@ local monster_dungeon_armor = { }, [50707]={ ["monster_base"]=10040, - ["hp"]=681040000, - ["atk"]=7890000, + ["hp"]=474020000, + ["atk"]=5340000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -6742,8 +6742,8 @@ local monster_dungeon_armor = { }, [50807]={ ["monster_base"]=10018, - ["hp"]=800410000, - ["atk"]=7830000, + ["hp"]=554250000, + ["atk"]=5310000, ["atk_times"]=3, ["hurt_skill"]={ 20049, @@ -6754,8 +6754,8 @@ local monster_dungeon_armor = { }, [50907]={ ["monster_base"]=10043, - ["hp"]=917010000, - ["atk"]=8240000, + ["hp"]=636480000, + ["atk"]=5590000, ["atk_times"]=3, ["hurt_skill"]={ 20124, @@ -6767,8 +6767,8 @@ local monster_dungeon_armor = { [51007]={ ["monster_base"]=20020, ["is_boss"]=2, - ["hp"]=1547800000, - ["atk"]=8240000, + ["hp"]=1072430000, + ["atk"]=5590000, ["atk_times"]=4, ["hurt_skill"]={ 30058, @@ -6786,8 +6786,8 @@ local monster_dungeon_armor = { }, [51107]={ ["monster_base"]=10004, - ["hp"]=243240000, - ["atk"]=5360000, + ["hp"]=191410000, + ["atk"]=3630000, ["atk_times"]=2, ["hurt_skill"]={ 20010, @@ -6798,8 +6798,8 @@ local monster_dungeon_armor = { }, [51207]={ ["monster_base"]=10033, - ["hp"]=362910000, - ["atk"]=5970000, + ["hp"]=278310000, + ["atk"]=4040000, ["atk_times"]=3, ["hurt_skill"]={ 20094, @@ -6810,8 +6810,8 @@ local monster_dungeon_armor = { }, [51307]={ ["monster_base"]=10064, - ["hp"]=452500000, - ["atk"]=6170000, + ["hp"]=347620000, + ["atk"]=4170000, ["atk_times"]=3, ["hurt_skill"]={ 20190, @@ -6822,8 +6822,8 @@ local monster_dungeon_armor = { }, [51407]={ ["monster_base"]=10062, - ["hp"]=477600000, - ["atk"]=7340000, + ["hp"]=365170000, + ["atk"]=4980000, ["atk_times"]=3, ["hurt_skill"]={ 20181, @@ -6835,8 +6835,8 @@ local monster_dungeon_armor = { [51507]={ ["monster_base"]=20012, ["is_boss"]=1, - ["hp"]=979070000, - ["atk"]=7860000, + ["hp"]=674740000, + ["atk"]=5330000, ["atk_times"]=4, ["hurt_skill"]={ 30034, @@ -6850,8 +6850,8 @@ local monster_dungeon_armor = { }, [51607]={ ["monster_base"]=10014, - ["hp"]=589900000, - ["atk"]=7740000, + ["hp"]=450590000, + ["atk"]=5230000, ["atk_times"]=3, ["hurt_skill"]={ 20037, @@ -6862,8 +6862,8 @@ local monster_dungeon_armor = { }, [51707]={ ["monster_base"]=10064, - ["hp"]=681040000, - ["atk"]=7890000, + ["hp"]=474020000, + ["atk"]=5340000, ["atk_times"]=3, ["hurt_skill"]={ 20190, @@ -6874,8 +6874,8 @@ local monster_dungeon_armor = { }, [51807]={ ["monster_base"]=10036, - ["hp"]=800410000, - ["atk"]=7830000, + ["hp"]=554250000, + ["atk"]=5310000, ["atk_times"]=3, ["hurt_skill"]={ 20103, @@ -6886,8 +6886,8 @@ local monster_dungeon_armor = { }, [51907]={ ["monster_base"]=10013, - ["hp"]=917010000, - ["atk"]=8240000, + ["hp"]=636480000, + ["atk"]=5590000, ["atk_times"]=3, ["hurt_skill"]={ 20034, @@ -6899,8 +6899,8 @@ local monster_dungeon_armor = { [52007]={ ["monster_base"]=20024, ["is_boss"]=2, - ["hp"]=1547800000, - ["atk"]=8240000, + ["hp"]=1072430000, + ["atk"]=5590000, ["atk_times"]=4, ["hurt_skill"]={ 30070, @@ -6918,8 +6918,8 @@ local monster_dungeon_armor = { }, [52107]={ ["monster_base"]=10006, - ["hp"]=243240000, - ["atk"]=5360000, + ["hp"]=191410000, + ["atk"]=3630000, ["atk_times"]=2, ["hurt_skill"]={ 20016, @@ -6930,8 +6930,8 @@ local monster_dungeon_armor = { }, [52207]={ ["monster_base"]=10026, - ["hp"]=362910000, - ["atk"]=5970000, + ["hp"]=278310000, + ["atk"]=4040000, ["atk_times"]=3, ["hurt_skill"]={ 20073, @@ -6942,8 +6942,8 @@ local monster_dungeon_armor = { }, [52307]={ ["monster_base"]=10029, - ["hp"]=452500000, - ["atk"]=6170000, + ["hp"]=347620000, + ["atk"]=4170000, ["atk_times"]=3, ["hurt_skill"]={ 20082, @@ -6954,8 +6954,8 @@ local monster_dungeon_armor = { }, [52407]={ ["monster_base"]=10009, - ["hp"]=477600000, - ["atk"]=7340000, + ["hp"]=365170000, + ["atk"]=4980000, ["atk_times"]=3, ["hurt_skill"]={ 20025, @@ -6967,8 +6967,8 @@ local monster_dungeon_armor = { [52507]={ ["monster_base"]=20027, ["is_boss"]=1, - ["hp"]=979070000, - ["atk"]=7860000, + ["hp"]=674740000, + ["atk"]=5330000, ["atk_times"]=4, ["hurt_skill"]={ 30079, @@ -6982,8 +6982,8 @@ local monster_dungeon_armor = { }, [52607]={ ["monster_base"]=10035, - ["hp"]=589900000, - ["atk"]=7740000, + ["hp"]=450590000, + ["atk"]=5230000, ["atk_times"]=3, ["hurt_skill"]={ 20100, @@ -6994,8 +6994,8 @@ local monster_dungeon_armor = { }, [52707]={ ["monster_base"]=10043, - ["hp"]=681040000, - ["atk"]=7890000, + ["hp"]=474020000, + ["atk"]=5340000, ["atk_times"]=3, ["hurt_skill"]={ 20124, @@ -7006,8 +7006,8 @@ local monster_dungeon_armor = { }, [52807]={ ["monster_base"]=10030, - ["hp"]=800410000, - ["atk"]=7830000, + ["hp"]=554250000, + ["atk"]=5310000, ["atk_times"]=3, ["hurt_skill"]={ 20085, @@ -7018,8 +7018,8 @@ local monster_dungeon_armor = { }, [52907]={ ["monster_base"]=10009, - ["hp"]=917010000, - ["atk"]=8240000, + ["hp"]=636480000, + ["atk"]=5590000, ["atk_times"]=3, ["hurt_skill"]={ 20025, @@ -7031,8 +7031,8 @@ local monster_dungeon_armor = { [53007]={ ["monster_base"]=20021, ["is_boss"]=2, - ["hp"]=1547800000, - ["atk"]=8240000, + ["hp"]=1072430000, + ["atk"]=5590000, ["atk_times"]=4, ["hurt_skill"]={ 30061, @@ -7050,8 +7050,8 @@ local monster_dungeon_armor = { }, [53107]={ ["monster_base"]=10057, - ["hp"]=243240000, - ["atk"]=5360000, + ["hp"]=191410000, + ["atk"]=3630000, ["atk_times"]=3, ["hurt_skill"]={ 20166, @@ -7062,8 +7062,8 @@ local monster_dungeon_armor = { }, [53207]={ ["monster_base"]=10006, - ["hp"]=362910000, - ["atk"]=5970000, + ["hp"]=278310000, + ["atk"]=4040000, ["atk_times"]=2, ["hurt_skill"]={ 20016, @@ -7074,8 +7074,8 @@ local monster_dungeon_armor = { }, [53307]={ ["monster_base"]=10051, - ["hp"]=452500000, - ["atk"]=6170000, + ["hp"]=347620000, + ["atk"]=4170000, ["atk_times"]=3, ["hurt_skill"]={ 20148, @@ -7086,8 +7086,8 @@ local monster_dungeon_armor = { }, [53407]={ ["monster_base"]=10019, - ["hp"]=477600000, - ["atk"]=7340000, + ["hp"]=365170000, + ["atk"]=4980000, ["atk_times"]=3, ["hurt_skill"]={ 20052, @@ -7099,8 +7099,8 @@ local monster_dungeon_armor = { [53507]={ ["monster_base"]=30009, ["is_boss"]=1, - ["hp"]=979070000, - ["atk"]=7860000, + ["hp"]=674740000, + ["atk"]=5330000, ["atk_times"]=4, ["hurt_skill"]={ 40021, @@ -7115,8 +7115,8 @@ local monster_dungeon_armor = { }, [53607]={ ["monster_base"]=10024, - ["hp"]=589900000, - ["atk"]=7740000, + ["hp"]=450590000, + ["atk"]=5230000, ["atk_times"]=3, ["hurt_skill"]={ 20067, @@ -7127,8 +7127,8 @@ local monster_dungeon_armor = { }, [53707]={ ["monster_base"]=10001, - ["hp"]=681040000, - ["atk"]=7890000, + ["hp"]=474020000, + ["atk"]=5340000, ["atk_times"]=2, ["hurt_skill"]={ 20001, @@ -7139,8 +7139,8 @@ local monster_dungeon_armor = { }, [53807]={ ["monster_base"]=10015, - ["hp"]=800410000, - ["atk"]=7830000, + ["hp"]=554250000, + ["atk"]=5310000, ["atk_times"]=3, ["hurt_skill"]={ 20040, @@ -7151,8 +7151,8 @@ local monster_dungeon_armor = { }, [53907]={ ["monster_base"]=10035, - ["hp"]=917010000, - ["atk"]=8240000, + ["hp"]=636480000, + ["atk"]=5590000, ["atk_times"]=3, ["hurt_skill"]={ 20100, @@ -7164,8 +7164,8 @@ local monster_dungeon_armor = { [54007]={ ["monster_base"]=20038, ["is_boss"]=2, - ["hp"]=1547800000, - ["atk"]=8240000, + ["hp"]=1072430000, + ["atk"]=5590000, ["atk_times"]=4, ["hurt_skill"]={ 30109, @@ -7186,8 +7186,8 @@ local monster_dungeon_armor = { }, [54107]={ ["monster_base"]=10045, - ["hp"]=270340000, - ["atk"]=5950000, + ["hp"]=205490000, + ["atk"]=3950000, ["atk_times"]=3, ["hurt_skill"]={ 20130, @@ -7198,8 +7198,8 @@ local monster_dungeon_armor = { }, [54207]={ ["monster_base"]=10012, - ["hp"]=403210000, - ["atk"]=6660000, + ["hp"]=298160000, + ["atk"]=4390000, ["atk_times"]=3, ["hurt_skill"]={ 20031, @@ -7210,8 +7210,8 @@ local monster_dungeon_armor = { }, [54307]={ ["monster_base"]=10035, - ["hp"]=502130000, - ["atk"]=6870000, + ["hp"]=372560000, + ["atk"]=4530000, ["atk_times"]=3, ["hurt_skill"]={ 20100, @@ -7222,8 +7222,8 @@ local monster_dungeon_armor = { }, [54407]={ ["monster_base"]=10004, - ["hp"]=530250000, - ["atk"]=8190000, + ["hp"]=391500000, + ["atk"]=5410000, ["atk_times"]=2, ["hurt_skill"]={ 20010, @@ -7235,8 +7235,8 @@ local monster_dungeon_armor = { [54507]={ ["monster_base"]=20025, ["is_boss"]=1, - ["hp"]=1086210000, - ["atk"]=8730000, + ["hp"]=722740000, + ["atk"]=5790000, ["atk_times"]=4, ["hurt_skill"]={ 30073, @@ -7253,8 +7253,8 @@ local monster_dungeon_armor = { }, [54607]={ ["monster_base"]=10012, - ["hp"]=654930000, - ["atk"]=8630000, + ["hp"]=482700000, + ["atk"]=5690000, ["atk_times"]=3, ["hurt_skill"]={ 20031, @@ -7265,8 +7265,8 @@ local monster_dungeon_armor = { }, [54707]={ ["monster_base"]=10009, - ["hp"]=755890000, - ["atk"]=8780000, + ["hp"]=507910000, + ["atk"]=5800000, ["atk_times"]=3, ["hurt_skill"]={ 20025, @@ -7277,8 +7277,8 @@ local monster_dungeon_armor = { }, [54807]={ ["monster_base"]=10021, - ["hp"]=888130000, - ["atk"]=8730000, + ["hp"]=593840000, + ["atk"]=5780000, ["atk_times"]=3, ["hurt_skill"]={ 20058, @@ -7289,8 +7289,8 @@ local monster_dungeon_armor = { }, [54907]={ ["monster_base"]=10029, - ["hp"]=1017840000, - ["atk"]=9160000, + ["hp"]=681920000, + ["atk"]=6080000, ["atk_times"]=3, ["hurt_skill"]={ 20082, @@ -7302,8 +7302,8 @@ local monster_dungeon_armor = { [55007]={ ["monster_base"]=20036, ["is_boss"]=2, - ["hp"]=1717380000, - ["atk"]=9160000, + ["hp"]=1148710000, + ["atk"]=6080000, ["atk_times"]=4, ["hurt_skill"]={ 30103, @@ -7321,8 +7321,8 @@ local monster_dungeon_armor = { }, [55107]={ ["monster_base"]=10065, - ["hp"]=270340000, - ["atk"]=5950000, + ["hp"]=205490000, + ["atk"]=3950000, ["atk_times"]=3, ["hurt_skill"]={ 20187, @@ -7333,8 +7333,8 @@ local monster_dungeon_armor = { }, [55207]={ ["monster_base"]=10008, - ["hp"]=403210000, - ["atk"]=6660000, + ["hp"]=298160000, + ["atk"]=4390000, ["atk_times"]=2, ["hurt_skill"]={ 20022, @@ -7345,8 +7345,8 @@ local monster_dungeon_armor = { }, [55307]={ ["monster_base"]=10024, - ["hp"]=502130000, - ["atk"]=6870000, + ["hp"]=372560000, + ["atk"]=4530000, ["atk_times"]=3, ["hurt_skill"]={ 20067, @@ -7357,8 +7357,8 @@ local monster_dungeon_armor = { }, [55407]={ ["monster_base"]=10038, - ["hp"]=530250000, - ["atk"]=8190000, + ["hp"]=391500000, + ["atk"]=5410000, ["atk_times"]=3, ["hurt_skill"]={ 20109, @@ -7370,8 +7370,8 @@ local monster_dungeon_armor = { [55507]={ ["monster_base"]=30020, ["is_boss"]=1, - ["hp"]=1086210000, - ["atk"]=8730000, + ["hp"]=722740000, + ["atk"]=5790000, ["atk_times"]=4, ["hurt_skill"]={ 40033, @@ -7386,8 +7386,8 @@ local monster_dungeon_armor = { }, [55607]={ ["monster_base"]=10048, - ["hp"]=654930000, - ["atk"]=8630000, + ["hp"]=482700000, + ["atk"]=5690000, ["atk_times"]=3, ["hurt_skill"]={ 20139, @@ -7398,8 +7398,8 @@ local monster_dungeon_armor = { }, [55707]={ ["monster_base"]=10023, - ["hp"]=755890000, - ["atk"]=8780000, + ["hp"]=507910000, + ["atk"]=5800000, ["atk_times"]=3, ["hurt_skill"]={ 20064, @@ -7410,8 +7410,8 @@ local monster_dungeon_armor = { }, [55807]={ ["monster_base"]=10017, - ["hp"]=888130000, - ["atk"]=8730000, + ["hp"]=593840000, + ["atk"]=5780000, ["atk_times"]=3, ["hurt_skill"]={ 20046, @@ -7422,8 +7422,8 @@ local monster_dungeon_armor = { }, [55907]={ ["monster_base"]=10041, - ["hp"]=1017840000, - ["atk"]=9160000, + ["hp"]=681920000, + ["atk"]=6080000, ["atk_times"]=3, ["hurt_skill"]={ 20118, @@ -7435,8 +7435,8 @@ local monster_dungeon_armor = { [56007]={ ["monster_base"]=20018, ["is_boss"]=2, - ["hp"]=1717380000, - ["atk"]=9160000, + ["hp"]=1148710000, + ["atk"]=6080000, ["atk_times"]=4, ["hurt_skill"]={ 30052, @@ -7454,8 +7454,8 @@ local monster_dungeon_armor = { }, [56107]={ ["monster_base"]=10024, - ["hp"]=270340000, - ["atk"]=5950000, + ["hp"]=205490000, + ["atk"]=3950000, ["atk_times"]=3, ["hurt_skill"]={ 20067, @@ -7466,8 +7466,8 @@ local monster_dungeon_armor = { }, [56207]={ ["monster_base"]=10006, - ["hp"]=403210000, - ["atk"]=6660000, + ["hp"]=298160000, + ["atk"]=4390000, ["atk_times"]=2, ["hurt_skill"]={ 20016, @@ -7478,8 +7478,8 @@ local monster_dungeon_armor = { }, [56307]={ ["monster_base"]=10040, - ["hp"]=502130000, - ["atk"]=6870000, + ["hp"]=372560000, + ["atk"]=4530000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -7490,8 +7490,8 @@ local monster_dungeon_armor = { }, [56407]={ ["monster_base"]=10061, - ["hp"]=530250000, - ["atk"]=8190000, + ["hp"]=391500000, + ["atk"]=5410000, ["atk_times"]=3, ["hurt_skill"]={ 20178, @@ -7503,8 +7503,8 @@ local monster_dungeon_armor = { [56507]={ ["monster_base"]=20005, ["is_boss"]=1, - ["hp"]=1086210000, - ["atk"]=8730000, + ["hp"]=722740000, + ["atk"]=5790000, ["atk_times"]=4, ["hurt_skill"]={ 30013, @@ -7521,8 +7521,8 @@ local monster_dungeon_armor = { }, [56607]={ ["monster_base"]=10009, - ["hp"]=654930000, - ["atk"]=8630000, + ["hp"]=482700000, + ["atk"]=5690000, ["atk_times"]=3, ["hurt_skill"]={ 20025, @@ -7533,8 +7533,8 @@ local monster_dungeon_armor = { }, [56707]={ ["monster_base"]=10015, - ["hp"]=755890000, - ["atk"]=8780000, + ["hp"]=507910000, + ["atk"]=5800000, ["atk_times"]=3, ["hurt_skill"]={ 20040, @@ -7545,8 +7545,8 @@ local monster_dungeon_armor = { }, [56807]={ ["monster_base"]=10018, - ["hp"]=888130000, - ["atk"]=8730000, + ["hp"]=593840000, + ["atk"]=5780000, ["atk_times"]=3, ["hurt_skill"]={ 20049, @@ -7557,8 +7557,8 @@ local monster_dungeon_armor = { }, [56907]={ ["monster_base"]=10040, - ["hp"]=1017840000, - ["atk"]=9160000, + ["hp"]=681920000, + ["atk"]=6080000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -7570,8 +7570,8 @@ local monster_dungeon_armor = { [57007]={ ["monster_base"]=20025, ["is_boss"]=2, - ["hp"]=1717380000, - ["atk"]=9160000, + ["hp"]=1148710000, + ["atk"]=6080000, ["atk_times"]=4, ["hurt_skill"]={ 30073, @@ -7588,8 +7588,8 @@ local monster_dungeon_armor = { }, [57107]={ ["monster_base"]=10013, - ["hp"]=270340000, - ["atk"]=5950000, + ["hp"]=205490000, + ["atk"]=3950000, ["atk_times"]=3, ["hurt_skill"]={ 20034, @@ -7600,8 +7600,8 @@ local monster_dungeon_armor = { }, [57207]={ ["monster_base"]=10060, - ["hp"]=403210000, - ["atk"]=6660000, + ["hp"]=298160000, + ["atk"]=4390000, ["atk_times"]=3, ["hurt_skill"]={ 20175, @@ -7612,8 +7612,8 @@ local monster_dungeon_armor = { }, [57307]={ ["monster_base"]=10019, - ["hp"]=502130000, - ["atk"]=6870000, + ["hp"]=372560000, + ["atk"]=4530000, ["atk_times"]=3, ["hurt_skill"]={ 20052, @@ -7624,8 +7624,8 @@ local monster_dungeon_armor = { }, [57407]={ ["monster_base"]=10004, - ["hp"]=530250000, - ["atk"]=8190000, + ["hp"]=391500000, + ["atk"]=5410000, ["atk_times"]=2, ["hurt_skill"]={ 20010, @@ -7637,8 +7637,8 @@ local monster_dungeon_armor = { [57507]={ ["monster_base"]=20012, ["is_boss"]=1, - ["hp"]=1086210000, - ["atk"]=8730000, + ["hp"]=722740000, + ["atk"]=5790000, ["atk_times"]=4, ["hurt_skill"]={ 30034, @@ -7652,8 +7652,8 @@ local monster_dungeon_armor = { }, [57607]={ ["monster_base"]=10061, - ["hp"]=654930000, - ["atk"]=8630000, + ["hp"]=482700000, + ["atk"]=5690000, ["atk_times"]=3, ["hurt_skill"]={ 20178, @@ -7664,8 +7664,8 @@ local monster_dungeon_armor = { }, [57707]={ ["monster_base"]=10046, - ["hp"]=755890000, - ["atk"]=8780000, + ["hp"]=507910000, + ["atk"]=5800000, ["atk_times"]=3, ["hurt_skill"]={ 20133, @@ -7676,8 +7676,8 @@ local monster_dungeon_armor = { }, [57807]={ ["monster_base"]=10039, - ["hp"]=888130000, - ["atk"]=8730000, + ["hp"]=593840000, + ["atk"]=5780000, ["atk_times"]=3, ["hurt_skill"]={ 20112, @@ -7688,8 +7688,8 @@ local monster_dungeon_armor = { }, [57907]={ ["monster_base"]=10027, - ["hp"]=1017840000, - ["atk"]=9160000, + ["hp"]=681920000, + ["atk"]=6080000, ["atk_times"]=3, ["hurt_skill"]={ 20076, @@ -7701,8 +7701,8 @@ local monster_dungeon_armor = { [58007]={ ["monster_base"]=20019, ["is_boss"]=2, - ["hp"]=1717380000, - ["atk"]=9160000, + ["hp"]=1148710000, + ["atk"]=6080000, ["atk_times"]=4, ["hurt_skill"]={ 30055, @@ -7720,8 +7720,8 @@ local monster_dungeon_armor = { }, [58107]={ ["monster_base"]=10037, - ["hp"]=270340000, - ["atk"]=5950000, + ["hp"]=205490000, + ["atk"]=3950000, ["atk_times"]=3, ["hurt_skill"]={ 20106, @@ -7732,8 +7732,8 @@ local monster_dungeon_armor = { }, [58207]={ ["monster_base"]=10034, - ["hp"]=403210000, - ["atk"]=6660000, + ["hp"]=298160000, + ["atk"]=4390000, ["atk_times"]=3, ["hurt_skill"]={ 20097, @@ -7744,8 +7744,8 @@ local monster_dungeon_armor = { }, [58307]={ ["monster_base"]=10022, - ["hp"]=502130000, - ["atk"]=6870000, + ["hp"]=372560000, + ["atk"]=4530000, ["atk_times"]=3, ["hurt_skill"]={ 20061, @@ -7756,8 +7756,8 @@ local monster_dungeon_armor = { }, [58407]={ ["monster_base"]=10029, - ["hp"]=530250000, - ["atk"]=8190000, + ["hp"]=391500000, + ["atk"]=5410000, ["atk_times"]=3, ["hurt_skill"]={ 20082, @@ -7769,8 +7769,8 @@ local monster_dungeon_armor = { [58507]={ ["monster_base"]=20015, ["is_boss"]=1, - ["hp"]=1086210000, - ["atk"]=8730000, + ["hp"]=722740000, + ["atk"]=5790000, ["atk_times"]=4, ["hurt_skill"]={ 30043, @@ -7787,8 +7787,8 @@ local monster_dungeon_armor = { }, [58607]={ ["monster_base"]=10017, - ["hp"]=654930000, - ["atk"]=8630000, + ["hp"]=482700000, + ["atk"]=5690000, ["atk_times"]=3, ["hurt_skill"]={ 20046, @@ -7799,8 +7799,8 @@ local monster_dungeon_armor = { }, [58707]={ ["monster_base"]=10065, - ["hp"]=755890000, - ["atk"]=8780000, + ["hp"]=507910000, + ["atk"]=5800000, ["atk_times"]=3, ["hurt_skill"]={ 20187, @@ -7811,8 +7811,8 @@ local monster_dungeon_armor = { }, [58807]={ ["monster_base"]=10016, - ["hp"]=888130000, - ["atk"]=8730000, + ["hp"]=593840000, + ["atk"]=5780000, ["atk_times"]=3, ["hurt_skill"]={ 20043, @@ -7823,8 +7823,8 @@ local monster_dungeon_armor = { }, [58907]={ ["monster_base"]=10064, - ["hp"]=1017840000, - ["atk"]=9160000, + ["hp"]=681920000, + ["atk"]=6080000, ["atk_times"]=3, ["hurt_skill"]={ 20190, @@ -7836,8 +7836,8 @@ local monster_dungeon_armor = { [59007]={ ["monster_base"]=20024, ["is_boss"]=2, - ["hp"]=1717380000, - ["atk"]=9160000, + ["hp"]=1148710000, + ["atk"]=6080000, ["atk_times"]=4, ["hurt_skill"]={ 30070, @@ -7855,8 +7855,8 @@ local monster_dungeon_armor = { }, [59107]={ ["monster_base"]=10022, - ["hp"]=270340000, - ["atk"]=5950000, + ["hp"]=205490000, + ["atk"]=3950000, ["atk_times"]=3, ["hurt_skill"]={ 20061, @@ -7867,8 +7867,8 @@ local monster_dungeon_armor = { }, [59207]={ ["monster_base"]=10028, - ["hp"]=403210000, - ["atk"]=6660000, + ["hp"]=298160000, + ["atk"]=4390000, ["atk_times"]=3, ["hurt_skill"]={ 20079, @@ -7879,8 +7879,8 @@ local monster_dungeon_armor = { }, [59307]={ ["monster_base"]=10006, - ["hp"]=502130000, - ["atk"]=6870000, + ["hp"]=372560000, + ["atk"]=4530000, ["atk_times"]=2, ["hurt_skill"]={ 20016, @@ -7891,8 +7891,8 @@ local monster_dungeon_armor = { }, [59407]={ ["monster_base"]=10041, - ["hp"]=530250000, - ["atk"]=8190000, + ["hp"]=391500000, + ["atk"]=5410000, ["atk_times"]=3, ["hurt_skill"]={ 20118, @@ -7904,8 +7904,8 @@ local monster_dungeon_armor = { [59507]={ ["monster_base"]=20002, ["is_boss"]=1, - ["hp"]=1086210000, - ["atk"]=8730000, + ["hp"]=722740000, + ["atk"]=5790000, ["atk_times"]=4, ["hurt_skill"]={ 30004, @@ -7919,8 +7919,8 @@ local monster_dungeon_armor = { }, [59607]={ ["monster_base"]=10040, - ["hp"]=654930000, - ["atk"]=8630000, + ["hp"]=482700000, + ["atk"]=5690000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -7931,8 +7931,8 @@ local monster_dungeon_armor = { }, [59707]={ ["monster_base"]=10052, - ["hp"]=755890000, - ["atk"]=8780000, + ["hp"]=507910000, + ["atk"]=5800000, ["atk_times"]=3, ["hurt_skill"]={ 20151, @@ -7943,8 +7943,8 @@ local monster_dungeon_armor = { }, [59807]={ ["monster_base"]=10017, - ["hp"]=888130000, - ["atk"]=8730000, + ["hp"]=593840000, + ["atk"]=5780000, ["atk_times"]=3, ["hurt_skill"]={ 20046, @@ -7955,8 +7955,8 @@ local monster_dungeon_armor = { }, [59907]={ ["monster_base"]=10064, - ["hp"]=1017840000, - ["atk"]=9160000, + ["hp"]=681920000, + ["atk"]=6080000, ["atk_times"]=3, ["hurt_skill"]={ 20190, @@ -7968,8 +7968,8 @@ local monster_dungeon_armor = { [60007]={ ["monster_base"]=20031, ["is_boss"]=2, - ["hp"]=1717380000, - ["atk"]=9160000, + ["hp"]=1148710000, + ["atk"]=6080000, ["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 d4a1c9f2..ec959e5b 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"]=81620000, + ["hp"]=76930000, ["atk"]=1390000, ["atk_times"]=3, ["hurt_skill"]={ @@ -16,7 +16,7 @@ local monster_dungeon_equip = { }, [206]={ ["monster_base"]=10045, - ["hp"]=99240000, + ["hp"]=93400000, ["atk"]=1930000, ["atk_times"]=3, ["hurt_skill"]={ @@ -31,7 +31,7 @@ local monster_dungeon_equip = { }, [306]={ ["monster_base"]=10028, - ["hp"]=178640000, + ["hp"]=153020000, ["atk"]=2140000, ["atk_times"]=3, ["hurt_skill"]={ @@ -46,7 +46,7 @@ local monster_dungeon_equip = { }, [406]={ ["monster_base"]=10003, - ["hp"]=237440000, + ["hp"]=203320000, ["atk"]=2220000, ["atk_times"]=2, ["hurt_skill"]={ @@ -62,7 +62,7 @@ local monster_dungeon_equip = { [506]={ ["monster_base"]=20041, ["is_boss"]=2, - ["hp"]=431900000, + ["hp"]=386900000, ["atk"]=2260000, ["atk_times"]=4, ["hurt_skill"]={ @@ -82,7 +82,7 @@ local monster_dungeon_equip = { }, [606]={ ["monster_base"]=10060, - ["hp"]=90860000, + ["hp"]=85320000, ["atk"]=1540000, ["atk_times"]=3, ["hurt_skill"]={ @@ -97,7 +97,7 @@ local monster_dungeon_equip = { }, [706]={ ["monster_base"]=10055, - ["hp"]=110400000, + ["hp"]=103120000, ["atk"]=2150000, ["atk_times"]=3, ["hurt_skill"]={ @@ -112,7 +112,7 @@ local monster_dungeon_equip = { }, [806]={ ["monster_base"]=10027, - ["hp"]=198820000, + ["hp"]=168890000, ["atk"]=2380000, ["atk_times"]=3, ["hurt_skill"]={ @@ -127,7 +127,7 @@ local monster_dungeon_equip = { }, [906]={ ["monster_base"]=10064, - ["hp"]=264180000, + ["hp"]=224600000, ["atk"]=2470000, ["atk_times"]=3, ["hurt_skill"]={ @@ -143,7 +143,7 @@ local monster_dungeon_equip = { [1006]={ ["monster_base"]=20040, ["is_boss"]=2, - ["hp"]=480480000, + ["hp"]=426150000, ["atk"]=2520000, ["atk_times"]=4, ["hurt_skill"]={ @@ -162,7 +162,7 @@ local monster_dungeon_equip = { }, [1106]={ ["monster_base"]=10015, - ["hp"]=98780000, + ["hp"]=93300000, ["atk"]=1680000, ["atk_times"]=3, ["hurt_skill"]={ @@ -177,7 +177,7 @@ local monster_dungeon_equip = { }, [1206]={ ["monster_base"]=10025, - ["hp"]=119880000, + ["hp"]=112820000, ["atk"]=2340000, ["atk_times"]=3, ["hurt_skill"]={ @@ -192,7 +192,7 @@ local monster_dungeon_equip = { }, [1306]={ ["monster_base"]=10030, - ["hp"]=215800000, + ["hp"]=191790000, ["atk"]=2590000, ["atk_times"]=3, ["hurt_skill"]={ @@ -207,7 +207,7 @@ local monster_dungeon_equip = { }, [1406]={ ["monster_base"]=10018, - ["hp"]=286720000, + ["hp"]=255070000, ["atk"]=2690000, ["atk_times"]=3, ["hurt_skill"]={ @@ -223,7 +223,7 @@ local monster_dungeon_equip = { [1506]={ ["monster_base"]=20039, ["is_boss"]=2, - ["hp"]=521500000, + ["hp"]=494490000, ["atk"]=2740000, ["atk_times"]=4, ["hurt_skill"]={ @@ -242,8 +242,8 @@ local monster_dungeon_equip = { }, [1606]={ ["monster_base"]=10004, - ["hp"]=118220000, - ["atk"]=2020000, + ["hp"]=119700000, + ["atk"]=1830000, ["atk_times"]=2, ["hurt_skill"]={ 20010, @@ -257,8 +257,8 @@ local monster_dungeon_equip = { }, [1706]={ ["monster_base"]=10049, - ["hp"]=143890000, - ["atk"]=2820000, + ["hp"]=143630000, + ["atk"]=2540000, ["atk_times"]=3, ["hurt_skill"]={ 20142, @@ -272,8 +272,8 @@ local monster_dungeon_equip = { }, [1806]={ ["monster_base"]=10037, - ["hp"]=259680000, - ["atk"]=3120000, + ["hp"]=235050000, + ["atk"]=2810000, ["atk_times"]=3, ["hurt_skill"]={ 20106, @@ -287,8 +287,8 @@ local monster_dungeon_equip = { }, [1906]={ ["monster_base"]=10016, - ["hp"]=351150000, - ["atk"]=3240000, + ["hp"]=312870000, + ["atk"]=2920000, ["atk_times"]=3, ["hurt_skill"]={ 20043, @@ -303,8 +303,8 @@ local monster_dungeon_equip = { [2006]={ ["monster_base"]=20043, ["is_boss"]=2, - ["hp"]=638400000, - ["atk"]=3310000, + ["hp"]=566760000, + ["atk"]=2980000, ["atk_times"]=4, ["hurt_skill"]={ 30120, @@ -323,8 +323,8 @@ local monster_dungeon_equip = { }, [2106]={ ["monster_base"]=10022, - ["hp"]=126040000, - ["atk"]=2180000, + ["hp"]=136880000, + ["atk"]=2010000, ["atk_times"]=3, ["hurt_skill"]={ 20061, @@ -338,8 +338,8 @@ local monster_dungeon_equip = { }, [2206]={ ["monster_base"]=10032, - ["hp"]=153470000, - ["atk"]=3010000, + ["hp"]=163040000, + ["atk"]=2780000, ["atk_times"]=3, ["hurt_skill"]={ 20091, @@ -353,8 +353,8 @@ local monster_dungeon_equip = { }, [2306]={ ["monster_base"]=10013, - ["hp"]=276960000, - ["atk"]=3330000, + ["hp"]=267170000, + ["atk"]=3070000, ["atk_times"]=3, ["hurt_skill"]={ 20034, @@ -368,8 +368,8 @@ local monster_dungeon_equip = { }, [2406]={ ["monster_base"]=10001, - ["hp"]=374550000, - ["atk"]=3480000, + ["hp"]=355450000, + ["atk"]=3200000, ["atk_times"]=2, ["hurt_skill"]={ 20001, @@ -384,8 +384,8 @@ local monster_dungeon_equip = { [2506]={ ["monster_base"]=20042, ["is_boss"]=2, - ["hp"]=680700000, - ["atk"]=3540000, + ["hp"]=643710000, + ["atk"]=3260000, ["atk_times"]=4, ["hurt_skill"]={ 30123, @@ -403,8 +403,8 @@ local monster_dungeon_equip = { }, [2606]={ ["monster_base"]=10045, - ["hp"]=140300000, - ["atk"]=2400000, + ["hp"]=147550000, + ["atk"]=2190000, ["atk_times"]=3, ["hurt_skill"]={ 20130, @@ -418,8 +418,8 @@ local monster_dungeon_equip = { }, [2706]={ ["monster_base"]=10056, - ["hp"]=169470000, - ["atk"]=3320000, + ["hp"]=175200000, + ["atk"]=3030000, ["atk_times"]=3, ["hurt_skill"]={ 20163, @@ -433,8 +433,8 @@ local monster_dungeon_equip = { }, [2806]={ ["monster_base"]=10003, - ["hp"]=306100000, - ["atk"]=3660000, + ["hp"]=287270000, + ["atk"]=3340000, ["atk_times"]=2, ["hurt_skill"]={ 20007, @@ -448,8 +448,8 @@ local monster_dungeon_equip = { }, [2906]={ ["monster_base"]=10028, - ["hp"]=415400000, - ["atk"]=3830000, + ["hp"]=382140000, + ["atk"]=3490000, ["atk_times"]=3, ["hurt_skill"]={ 20079, @@ -464,8 +464,8 @@ local monster_dungeon_equip = { [3006]={ ["monster_base"]=20041, ["is_boss"]=2, - ["hp"]=754750000, - ["atk"]=3970000, + ["hp"]=691660000, + ["atk"]=3560000, ["atk_times"]=4, ["hurt_skill"]={ 30126, @@ -484,8 +484,8 @@ local monster_dungeon_equip = { }, [3106]={ ["monster_base"]=10052, - ["hp"]=153460000, - ["atk"]=2630000, + ["hp"]=161570000, + ["atk"]=2380000, ["atk_times"]=3, ["hurt_skill"]={ 20151, @@ -499,8 +499,8 @@ local monster_dungeon_equip = { }, [3206]={ ["monster_base"]=10062, - ["hp"]=185090000, - ["atk"]=3630000, + ["hp"]=191650000, + ["atk"]=3300000, ["atk_times"]=3, ["hurt_skill"]={ 20181, @@ -514,8 +514,8 @@ local monster_dungeon_equip = { }, [3306]={ ["monster_base"]=10036, - ["hp"]=334280000, - ["atk"]=4000000, + ["hp"]=313710000, + ["atk"]=3620000, ["atk_times"]=3, ["hurt_skill"]={ 20103, @@ -529,8 +529,8 @@ local monster_dungeon_equip = { }, [3406]={ ["monster_base"]=10061, - ["hp"]=453650000, - ["atk"]=4190000, + ["hp"]=417370000, + ["atk"]=3790000, ["atk_times"]=3, ["hurt_skill"]={ 20178, @@ -545,8 +545,8 @@ local monster_dungeon_equip = { [3506]={ ["monster_base"]=20040, ["is_boss"]=2, - ["hp"]=824060000, - ["atk"]=4350000, + ["hp"]=754850000, + ["atk"]=3870000, ["atk_times"]=4, ["hurt_skill"]={ 30129, @@ -564,8 +564,8 @@ local monster_dungeon_equip = { }, [3606]={ ["monster_base"]=10030, - ["hp"]=163330000, - ["atk"]=2810000, + ["hp"]=175230000, + ["atk"]=2580000, ["atk_times"]=3, ["hurt_skill"]={ 20085, @@ -579,8 +579,8 @@ local monster_dungeon_equip = { }, [3706]={ ["monster_base"]=10015, - ["hp"]=196740000, - ["atk"]=3870000, + ["hp"]=207360000, + ["atk"]=3560000, ["atk_times"]=3, ["hurt_skill"]={ 20040, @@ -594,8 +594,8 @@ local monster_dungeon_equip = { }, [3806]={ ["monster_base"]=10025, - ["hp"]=355260000, - ["atk"]=4250000, + ["hp"]=338580000, + ["atk"]=3900000, ["atk_times"]=3, ["hurt_skill"]={ 20070, @@ -609,8 +609,8 @@ local monster_dungeon_equip = { }, [3906]={ ["monster_base"]=10034, - ["hp"]=481950000, - ["atk"]=4460000, + ["hp"]=450950000, + ["atk"]=4090000, ["atk_times"]=3, ["hurt_skill"]={ 20097, @@ -625,8 +625,8 @@ local monster_dungeon_equip = { [4006]={ ["monster_base"]=20039, ["is_boss"]=2, - ["hp"]=875620000, - ["atk"]=4630000, + ["hp"]=814970000, + ["atk"]=4170000, ["atk_times"]=4, ["hurt_skill"]={ 30117, @@ -644,8 +644,8 @@ local monster_dungeon_equip = { }, [4106]={ ["monster_base"]=10054, - ["hp"]=177360000, - ["atk"]=3070000, + ["hp"]=182360000, + ["atk"]=2660000, ["atk_times"]=3, ["hurt_skill"]={ 20157, @@ -659,8 +659,8 @@ local monster_dungeon_equip = { }, [4206]={ ["monster_base"]=10037, - ["hp"]=215560000, - ["atk"]=4230000, + ["hp"]=215460000, + ["atk"]=3660000, ["atk_times"]=3, ["hurt_skill"]={ 20106, @@ -674,8 +674,8 @@ local monster_dungeon_equip = { }, [4306]={ ["monster_base"]=10012, - ["hp"]=386500000, - ["atk"]=4650000, + ["hp"]=351510000, + ["atk"]=4010000, ["atk_times"]=3, ["hurt_skill"]={ 20031, @@ -689,8 +689,8 @@ local monster_dungeon_equip = { }, [4406]={ ["monster_base"]=10049, - ["hp"]=521660000, - ["atk"]=4870000, + ["hp"]=468340000, + ["atk"]=4210000, ["atk_times"]=3, ["hurt_skill"]={ 20142, @@ -705,8 +705,8 @@ local monster_dungeon_equip = { [4506]={ ["monster_base"]=20043, ["is_boss"]=2, - ["hp"]=947700000, - ["atk"]=5140000, + ["hp"]=846340000, + ["atk"]=4290000, ["atk_times"]=4, ["hurt_skill"]={ 30120, @@ -725,8 +725,8 @@ local monster_dungeon_equip = { }, [4606]={ ["monster_base"]=10042, - ["hp"]=187920000, - ["atk"]=3250000, + ["hp"]=187110000, + ["atk"]=2740000, ["atk_times"]=3, ["hurt_skill"]={ 20121, @@ -740,8 +740,8 @@ local monster_dungeon_equip = { }, [4706]={ ["monster_base"]=10026, - ["hp"]=228230000, - ["atk"]=4480000, + ["hp"]=220970000, + ["atk"]=3780000, ["atk_times"]=3, ["hurt_skill"]={ 20073, @@ -755,8 +755,8 @@ local monster_dungeon_equip = { }, [4806]={ ["monster_base"]=10019, - ["hp"]=409000000, - ["atk"]=4940000, + ["hp"]=360430000, + ["atk"]=4140000, ["atk_times"]=3, ["hurt_skill"]={ 20052, @@ -770,8 +770,8 @@ local monster_dungeon_equip = { }, [4906]={ ["monster_base"]=10001, - ["hp"]=551930000, - ["atk"]=5160000, + ["hp"]=480060000, + ["atk"]=4340000, ["atk_times"]=2, ["hurt_skill"]={ 20001, @@ -786,8 +786,8 @@ local monster_dungeon_equip = { [5006]={ ["monster_base"]=20042, ["is_boss"]=2, - ["hp"]=1002610000, - ["atk"]=5440000, + ["hp"]=867510000, + ["atk"]=4430000, ["atk_times"]=4, ["hurt_skill"]={ 30132, @@ -805,8 +805,8 @@ local monster_dungeon_equip = { }, [5106]={ ["monster_base"]=10045, - ["hp"]=199440000, - ["atk"]=3450000, + ["hp"]=200880000, + ["atk"]=2910000, ["atk_times"]=3, ["hurt_skill"]={ 20130, @@ -820,8 +820,8 @@ local monster_dungeon_equip = { }, [5206]={ ["monster_base"]=10056, - ["hp"]=242090000, - ["atk"]=4750000, + ["hp"]=236460000, + ["atk"]=4010000, ["atk_times"]=3, ["hurt_skill"]={ 20163, @@ -835,8 +835,8 @@ local monster_dungeon_equip = { }, [5306]={ ["monster_base"]=10003, - ["hp"]=433750000, - ["atk"]=5240000, + ["hp"]=385650000, + ["atk"]=4400000, ["atk_times"]=2, ["hurt_skill"]={ 20007, @@ -850,8 +850,8 @@ local monster_dungeon_equip = { }, [5406]={ ["monster_base"]=10028, - ["hp"]=585310000, - ["atk"]=5480000, + ["hp"]=513230000, + ["atk"]=4600000, ["atk_times"]=3, ["hurt_skill"]={ 20079, @@ -866,8 +866,8 @@ local monster_dungeon_equip = { [5506]={ ["monster_base"]=20041, ["is_boss"]=2, - ["hp"]=1063140000, - ["atk"]=5780000, + ["hp"]=927400000, + ["atk"]=4690000, ["atk_times"]=4, ["hurt_skill"]={ 30126, @@ -886,8 +886,8 @@ local monster_dungeon_equip = { }, [5606]={ ["monster_base"]=10029, - ["hp"]=221510000, - ["atk"]=4040000, + ["hp"]=202710000, + ["atk"]=2990000, ["atk_times"]=3, ["hurt_skill"]={ 20082, @@ -901,8 +901,8 @@ local monster_dungeon_equip = { }, [5706]={ ["monster_base"]=10055, - ["hp"]=267580000, - ["atk"]=5560000, + ["hp"]=238240000, + ["atk"]=4130000, ["atk_times"]=3, ["hurt_skill"]={ 20160, @@ -916,8 +916,8 @@ local monster_dungeon_equip = { }, [5806]={ ["monster_base"]=10051, - ["hp"]=484180000, - ["atk"]=6110000, + ["hp"]=388530000, + ["atk"]=4530000, ["atk_times"]=3, ["hurt_skill"]={ 20148, @@ -931,8 +931,8 @@ local monster_dungeon_equip = { }, [5906]={ ["monster_base"]=10064, - ["hp"]=650420000, - ["atk"]=6400000, + ["hp"]=517080000, + ["atk"]=4730000, ["atk_times"]=3, ["hurt_skill"]={ 20190, @@ -947,8 +947,8 @@ local monster_dungeon_equip = { [6006]={ ["monster_base"]=20040, ["is_boss"]=2, - ["hp"]=1181290000, - ["atk"]=6660000, + ["hp"]=933980000, + ["atk"]=4820000, ["atk_times"]=4, ["hurt_skill"]={ 30135, @@ -966,8 +966,8 @@ local monster_dungeon_equip = { }, [6106]={ ["monster_base"]=10015, - ["hp"]=227560000, - ["atk"]=4160000, + ["hp"]=216480000, + ["atk"]=3180000, ["atk_times"]=3, ["hurt_skill"]={ 20040, @@ -981,8 +981,8 @@ local monster_dungeon_equip = { }, [6206]={ ["monster_base"]=10025, - ["hp"]=274900000, - ["atk"]=5710000, + ["hp"]=254320000, + ["atk"]=4380000, ["atk_times"]=3, ["hurt_skill"]={ 20070, @@ -996,8 +996,8 @@ local monster_dungeon_equip = { }, [6306]={ ["monster_base"]=10021, - ["hp"]=497380000, - ["atk"]=6280000, + ["hp"]=415070000, + ["atk"]=4810000, ["atk_times"]=3, ["hurt_skill"]={ 20058, @@ -1011,8 +1011,8 @@ local monster_dungeon_equip = { }, [6406]={ ["monster_base"]=10034, - ["hp"]=668140000, - ["atk"]=6580000, + ["hp"]=552120000, + ["atk"]=5030000, ["atk_times"]=3, ["hurt_skill"]={ 20097, @@ -1027,8 +1027,8 @@ local monster_dungeon_equip = { [6506]={ ["monster_base"]=20039, ["is_boss"]=2, - ["hp"]=1213440000, - ["atk"]=6850000, + ["hp"]=996810000, + ["atk"]=5130000, ["atk_times"]=4, ["hurt_skill"]={ 30117, @@ -1046,8 +1046,8 @@ local monster_dungeon_equip = { }, [6606]={ ["monster_base"]=10049, - ["hp"]=151200000, - ["atk"]=1050000, + ["hp"]=221080000, + ["atk"]=3280000, ["atk_times"]=3, ["hurt_skill"]={ 20142, @@ -1061,8 +1061,8 @@ local monster_dungeon_equip = { }, [6706]={ ["monster_base"]=10006, - ["hp"]=282760000, - ["atk"]=5870000, + ["hp"]=259330000, + ["atk"]=4500000, ["atk_times"]=2, ["hurt_skill"]={ 20016, @@ -1076,8 +1076,8 @@ local monster_dungeon_equip = { }, [6806]={ ["monster_base"]=10054, - ["hp"]=511630000, - ["atk"]=6460000, + ["hp"]=423100000, + ["atk"]=4950000, ["atk_times"]=3, ["hurt_skill"]={ 20157, @@ -1091,8 +1091,8 @@ local monster_dungeon_equip = { }, [6906]={ ["monster_base"]=10024, - ["hp"]=687320000, - ["atk"]=6770000, + ["hp"]=562720000, + ["atk"]=5180000, ["atk_times"]=3, ["hurt_skill"]={ 20067, @@ -1107,8 +1107,8 @@ local monster_dungeon_equip = { [7006]={ ["monster_base"]=20043, ["is_boss"]=2, - ["hp"]=1248040000, - ["atk"]=7050000, + ["hp"]=1015810000, + ["atk"]=5280000, ["atk_times"]=4, ["hurt_skill"]={ 30120, @@ -1127,8 +1127,8 @@ local monster_dungeon_equip = { }, [7106]={ ["monster_base"]=10019, - ["hp"]=273750000, - ["atk"]=4990000, + ["hp"]=225650000, + ["atk"]=3370000, ["atk_times"]=3, ["hurt_skill"]={ 20052, @@ -1142,8 +1142,8 @@ local monster_dungeon_equip = { }, [7206]={ ["monster_base"]=10035, - ["hp"]=330170000, - ["atk"]=6840000, + ["hp"]=264660000, + ["atk"]=4630000, ["atk_times"]=3, ["hurt_skill"]={ 20100, @@ -1157,8 +1157,8 @@ local monster_dungeon_equip = { }, [7306]={ ["monster_base"]=10026, - ["hp"]=624370000, - ["atk"]=7530000, + ["hp"]=431730000, + ["atk"]=5090000, ["atk_times"]=3, ["hurt_skill"]={ 20073, @@ -1172,8 +1172,8 @@ local monster_dungeon_equip = { }, [7406]={ ["monster_base"]=10041, - ["hp"]=801000000, - ["atk"]=7910000, + ["hp"]=574040000, + ["atk"]=5330000, ["atk_times"]=3, ["hurt_skill"]={ 20118, @@ -1188,8 +1188,8 @@ local monster_dungeon_equip = { [7506]={ ["monster_base"]=20042, ["is_boss"]=2, - ["hp"]=1454090000, - ["atk"]=8290000, + ["hp"]=1036280000, + ["atk"]=5440000, ["atk_times"]=4, ["hurt_skill"]={ 30138, @@ -1207,8 +1207,8 @@ local monster_dungeon_equip = { }, [7606]={ ["monster_base"]=10053, - ["hp"]=289120000, - ["atk"]=5270000, + ["hp"]=233950000, + ["atk"]=3470000, ["atk_times"]=3, ["hurt_skill"]={ 20154, @@ -1222,8 +1222,8 @@ local monster_dungeon_equip = { }, [7706]={ ["monster_base"]=10043, - ["hp"]=348580000, - ["atk"]=7220000, + ["hp"]=273880000, + ["atk"]=4760000, ["atk_times"]=3, ["hurt_skill"]={ 20124, @@ -1237,8 +1237,8 @@ local monster_dungeon_equip = { }, [7806]={ ["monster_base"]=10033, - ["hp"]=659030000, - ["atk"]=7960000, + ["hp"]=446810000, + ["atk"]=5230000, ["atk_times"]=3, ["hurt_skill"]={ 20094, @@ -1252,8 +1252,8 @@ local monster_dungeon_equip = { }, [7906]={ ["monster_base"]=10028, - ["hp"]=845550000, - ["atk"]=8350000, + ["hp"]=594050000, + ["atk"]=5480000, ["atk_times"]=3, ["hurt_skill"]={ 20079, @@ -1268,8 +1268,8 @@ local monster_dungeon_equip = { [8006]={ ["monster_base"]=20041, ["is_boss"]=2, - ["hp"]=1534760000, - ["atk"]=8750000, + ["hp"]=1072430000, + ["atk"]=5590000, ["atk_times"]=4, ["hurt_skill"]={ 30126, @@ -1288,8 +1288,8 @@ local monster_dungeon_equip = { }, [8106]={ ["monster_base"]=10036, - ["hp"]=312170000, - ["atk"]=5690000, + ["hp"]=132000000, + ["atk"]=870000, ["atk_times"]=3, ["hurt_skill"]={ 20103, @@ -1303,8 +1303,8 @@ local monster_dungeon_equip = { }, [8206]={ ["monster_base"]=10017, - ["hp"]=376280000, - ["atk"]=7800000, + ["hp"]=284280000, + ["atk"]=4890000, ["atk_times"]=3, ["hurt_skill"]={ 20046, @@ -1318,8 +1318,8 @@ local monster_dungeon_equip = { }, [8306]={ ["monster_base"]=10023, - ["hp"]=711080000, - ["atk"]=8610000, + ["hp"]=463670000, + ["atk"]=5380000, ["atk_times"]=3, ["hurt_skill"]={ 20064, @@ -1333,8 +1333,8 @@ local monster_dungeon_equip = { }, [8406]={ ["monster_base"]=10051, - ["hp"]=912460000, - ["atk"]=9020000, + ["hp"]=616180000, + ["atk"]=5640000, ["atk_times"]=3, ["hurt_skill"]={ 20148, @@ -1349,8 +1349,8 @@ local monster_dungeon_equip = { [8506]={ ["monster_base"]=20040, ["is_boss"]=2, - ["hp"]=1655840000, - ["atk"]=9450000, + ["hp"]=1112410000, + ["atk"]=5750000, ["atk_times"]=4, ["hurt_skill"]={ 30141, @@ -1368,8 +1368,8 @@ local monster_dungeon_equip = { }, [8606]={ ["monster_base"]=10021, - ["hp"]=339080000, - ["atk"]=6160000, + ["hp"]=251150000, + ["atk"]=3770000, ["atk_times"]=3, ["hurt_skill"]={ 20058, @@ -1383,8 +1383,8 @@ local monster_dungeon_equip = { }, [8706]={ ["monster_base"]=10034, - ["hp"]=408050000, - ["atk"]=8450000, + ["hp"]=293630000, + ["atk"]=5170000, ["atk_times"]=3, ["hurt_skill"]={ 20097, @@ -1398,8 +1398,8 @@ local monster_dungeon_equip = { }, [8806]={ ["monster_base"]=10030, - ["hp"]=771120000, - ["atk"]=9340000, + ["hp"]=478890000, + ["atk"]=5680000, ["atk_times"]=3, ["hurt_skill"]={ 20085, @@ -1413,8 +1413,8 @@ local monster_dungeon_equip = { }, [8906]={ ["monster_base"]=10018, - ["hp"]=986810000, - ["atk"]=9790000, + ["hp"]=636450000, + ["atk"]=5960000, ["atk_times"]=3, ["hurt_skill"]={ 20049, @@ -1429,8 +1429,8 @@ local monster_dungeon_equip = { [9006]={ ["monster_base"]=20039, ["is_boss"]=2, - ["hp"]=1790630000, - ["atk"]=10230000, + ["hp"]=1148710000, + ["atk"]=6080000, ["atk_times"]=4, ["hurt_skill"]={ 30117, @@ -1448,8 +1448,8 @@ local monster_dungeon_equip = { }, [9106]={ ["monster_base"]=10016, - ["hp"]=357560000, - ["atk"]=6490000, + ["hp"]=261840000, + ["atk"]=3970000, ["atk_times"]=3, ["hurt_skill"]={ 20043, @@ -1463,8 +1463,8 @@ local monster_dungeon_equip = { }, [9206]={ ["monster_base"]=10054, - ["hp"]=429930000, - ["atk"]=8920000, + ["hp"]=305680000, + ["atk"]=5440000, ["atk_times"]=3, ["hurt_skill"]={ 20157, @@ -1478,8 +1478,8 @@ local monster_dungeon_equip = { }, [9306]={ ["monster_base"]=10006, - ["hp"]=812430000, - ["atk"]=9840000, + ["hp"]=498740000, + ["atk"]=5980000, ["atk_times"]=2, ["hurt_skill"]={ 20016, @@ -1493,8 +1493,8 @@ local monster_dungeon_equip = { }, [9406]={ ["monster_base"]=10020, - ["hp"]=1039660000, - ["atk"]=10320000, + ["hp"]=662690000, + ["atk"]=6280000, ["atk_times"]=3, ["hurt_skill"]={ 20055, @@ -1509,8 +1509,8 @@ local monster_dungeon_equip = { [9506]={ ["monster_base"]=20043, ["is_boss"]=2, - ["hp"]=1886200000, - ["atk"]=10790000, + ["hp"]=1196050000, + ["atk"]=6410000, ["atk_times"]=4, ["hurt_skill"]={ 30120, @@ -1529,8 +1529,8 @@ local monster_dungeon_equip = { }, [9606]={ ["monster_base"]=10031, - ["hp"]=375760000, - ["atk"]=6820000, + ["hp"]=270070000, + ["atk"]=4190000, ["atk_times"]=3, ["hurt_skill"]={ 20088, @@ -1544,8 +1544,8 @@ local monster_dungeon_equip = { }, [9706]={ ["monster_base"]=10035, - ["hp"]=451810000, - ["atk"]=9380000, + ["hp"]=315240000, + ["atk"]=5740000, ["atk_times"]=3, ["hurt_skill"]={ 20100, @@ -1559,8 +1559,8 @@ local monster_dungeon_equip = { }, [9806]={ ["monster_base"]=10019, - ["hp"]=853590000, - ["atk"]=10350000, + ["hp"]=514070000, + ["atk"]=6320000, ["atk_times"]=3, ["hurt_skill"]={ 20052, @@ -1574,8 +1574,8 @@ local monster_dungeon_equip = { }, [9906]={ ["monster_base"]=10013, - ["hp"]=1092340000, - ["atk"]=10850000, + ["hp"]=682910000, + ["atk"]=6630000, ["atk_times"]=3, ["hurt_skill"]={ 20034, @@ -1590,8 +1590,8 @@ local monster_dungeon_equip = { [10006]={ ["monster_base"]=20042, ["is_boss"]=2, - ["hp"]=1981770000, - ["atk"]=11340000, + ["hp"]=1232640000, + ["atk"]=6760000, ["atk_times"]=4, ["hurt_skill"]={ 30144, diff --git a/lua/app/config/skill.lua b/lua/app/config/skill.lua index be8e1b56..dc5f3225 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"]=1 + ["round"]=2 } }, ["obj"]=2, @@ -4694,71 +4694,7 @@ local skill = { { ["type"]="lethargy", ["num"]=0, - ["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, + ["ratio"]=5000, ["round"]=2 } }, @@ -7617,7 +7553,7 @@ local skill = { }, ["name_act"]="attack01", ["fx_self"]=300112, - ["fx_self_mirror"]=400112 + ["fx_self_mirror"]=400127 }, [5400211]={ ["position"]=5, @@ -7643,7 +7579,7 @@ local skill = { }, ["name_act"]="attack02", ["fx_self"]=300113, - ["fx_self_mirror"]=400113 + ["fx_self_mirror"]=400128 }, [5400212]={ ["position"]=5, @@ -7669,7 +7605,7 @@ local skill = { }, ["name_act"]="attack03", ["fx_self"]=300114, - ["fx_self_mirror"]=400114 + ["fx_self_mirror"]=400129 }, [5400213]={ ["position"]=5, @@ -7695,7 +7631,7 @@ local skill = { }, ["name_act"]="attack04", ["fx_self"]=300115, - ["fx_self_mirror"]=400115 + ["fx_self_mirror"]=400130 }, [5400220]={ ["energy"]=10, @@ -7767,7 +7703,7 @@ local skill = { 3000, 400 }, - ["fx_self_mirror"]=400116 + ["fx_self_mirror"]=400131 }, [5400221]={ ["position"]=5, @@ -7897,7 +7833,7 @@ local skill = { }, ["name_act"]="attack01", ["fx_self"]=300127, - ["fx_self_mirror"]=400127 + ["fx_self_mirror"]=400112 }, [5400311]={ ["position"]=5, @@ -7923,7 +7859,7 @@ local skill = { }, ["name_act"]="attack02", ["fx_self"]=300128, - ["fx_self_mirror"]=400128 + ["fx_self_mirror"]=400113 }, [5400312]={ ["position"]=5, @@ -7949,7 +7885,7 @@ local skill = { }, ["name_act"]="attack03", ["fx_self"]=300129, - ["fx_self_mirror"]=400129 + ["fx_self_mirror"]=400114 }, [5400313]={ ["position"]=5, @@ -7975,7 +7911,7 @@ local skill = { }, ["name_act"]="attack04", ["fx_self"]=300130, - ["fx_self_mirror"]=400130 + ["fx_self_mirror"]=400115 }, [5400320]={ ["buff_id"]={ @@ -8022,7 +7958,7 @@ local skill = { 3000, 400 }, - ["fx_self_mirror"]=400131 + ["fx_self_mirror"]=400116 }, [5400321]={ ["position"]=5, @@ -12935,6 +12871,42 @@ local skill = { ["cd"]=0, ["cd_start"]=0 }, + [10142]={ + ["skill_type"]=3, + ["skill_type_parameter"]={ + 21, + 2 + }, + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt", + ["num"]=25000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["obj"]=2, + ["skill_position"]={ + 2, + 0 + }, + ["cd"]=2, + ["cd_start"]=0, + ["shake_time"]=200, + ["shake_type"]=6, + ["sound_hit"]={ + 10018 + }, + ["name_act"]="skill01", + ["fx_self"]=200099, + ["bullet_time"]={ + 466, + 3000, + 400 + } + }, [20001]={ ["effect_type"]=1, ["trigger"]=1, @@ -22518,6 +22490,78 @@ local skill = { ["name_act"]="attack03", ["fx_self"]=200184 }, + [30162]={ + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["obj"]=2, + ["skill_position"]={ + 1, + 140 + }, + ["shake_time"]=100, + ["shake_type"]=1, + ["sound_hit"]={ + 1000011 + }, + ["name_act"]="attack01", + ["fx_self"]=200096 + }, + [30163]={ + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["obj"]=2, + ["skill_position"]={ + 1, + 140 + }, + ["shake_time"]=100, + ["shake_type"]=1, + ["sound_hit"]={ + 1000012 + }, + ["name_act"]="attack02", + ["fx_self"]=200097 + }, + [30164]={ + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["obj"]=2, + ["skill_position"]={ + 1, + 140 + }, + ["shake_time"]=100, + ["shake_type"]=1, + ["sound_hit"]={ + 1000013 + }, + ["name_act"]="attack03", + ["fx_self"]=200098 + }, [40001]={ ["effect_type"]=1, ["trigger"]=1, @@ -27444,6 +27488,6 @@ local skill = { } } local config = { -data=skill,count=985 +data=skill,count=988 } 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 172f03d4..6494cca6 100644 --- a/lua/app/config/skill_rogue.lua +++ b/lua/app/config/skill_rogue.lua @@ -2967,9 +2967,10 @@ local skill_rogue = { ["limit_times"]=1, ["weight"]=3000, ["qlt"]=4, - ["type"]=1, + ["type"]=16, ["parameter"]={ - 3400224 + 4, + 3000 }, ["skill_position"]=3, ["icon"]="213" @@ -3012,8 +3013,6 @@ 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 84f476a0..62a1eb9d 100644 --- a/lua/app/config/skin.lua +++ b/lua/app/config/skin.lua @@ -23,32 +23,6 @@ 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"]="skin_5", - ["got"]=1, - ["skin_point"]=10, - ["hero_id"]=14001, - ["item_id"]=1400101, - ["skill_show"]={ - 14001011, - 14001012, - 14001013, - 14001014, - 14001015 - } - }, [14002]={ ["model_id"]="p0018", ["qlt"]=1, @@ -311,6 +285,6 @@ local skin = { } } local config = { -data=skin,count=35 +data=skin,count=34 } 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 759d0ee2..4b309225 100644 --- a/lua/app/config/skin_skill.lua +++ b/lua/app/config/skin_skill.lua @@ -302,83 +302,9 @@ 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=25 +data=skin_skill,count=20 } return config \ No newline at end of file diff --git a/lua/app/config/strings/cn/act_fourteen_quest.lua b/lua/app/config/strings/cn/act_fourteen_quest.lua new file mode 100644 index 00000000..53288df1 --- /dev/null +++ b/lua/app/config/strings/cn/act_fourteen_quest.lua @@ -0,0 +1,141 @@ +local act_fourteen_quest = { + [1]={ + ["quest"]="深渊挑战通关{0}" + }, + [2]={ + ["quest"]="角色升到{0}级" + }, + [3]={ + ["quest"]="竞技场达到白银I" + }, + [4]={ + ["quest"]="广告次数累计达{0}" + }, + [5]={ + ["quest"]="完成所有任务" + }, + [6]={ + ["quest"]="武器升级{0}次" + }, + [7]={ + ["quest"]="时空裂隙3-6" + }, + [8]={ + ["quest"]="开启主线宝箱{0}个" + }, + [9]={ + ["quest"]="矿车拦截通关{0}" + }, + [10]={ + ["quest"]="完成所有任务" + }, + [11]={ + ["quest"]="灯神之塔通关{0}" + }, + [12]={ + ["quest"]="角色升级{0}次" + }, + [13]={ + ["quest"]="深渊挑战 10" + }, + [14]={ + ["quest"]="广告次数累计达{0}" + }, + [15]={ + ["quest"]="完成所有任务" + }, + [16]={ + ["quest"]="每日挑战 胜利{0}次" + }, + [17]={ + ["quest"]="矿车拦截通关{0}" + }, + [18]={ + ["quest"]="时空裂隙4-3" + }, + [19]={ + ["quest"]="开宝箱 {0}次" + }, + [20]={ + ["quest"]="完成所有任务" + }, + [21]={ + ["quest"]="广告次数累计达{0}" + }, + [22]={ + ["quest"]="通关波次 {0}次" + }, + [23]={ + ["quest"]="灯神之塔通关{0}" + }, + [24]={ + ["quest"]="竞技场达到白银III" + }, + [25]={ + ["quest"]="完成所有任务" + }, + [26]={ + ["quest"]="击杀BOSS {0}次" + }, + [27]={ + ["quest"]="深渊挑战通关{0}" + }, + [28]={ + ["quest"]="开启主线宝箱{0}个" + }, + [29]={ + ["quest"]="矿车拦截通关{0}" + }, + [30]={ + ["quest"]="完成所有任务" + }, + [31]={ + ["quest"]="时空裂隙5-2" + }, + [32]={ + ["quest"]="每日挑战 胜利{0}次" + }, + [33]={ + ["quest"]="开宝箱{0}次" + }, + [34]={ + ["quest"]="广告次数累计达{0}" + }, + [35]={ + ["quest"]="完成所有任务" + }, + [36]={ + ["quest"]="装备升级{0}次" + }, + [37]={ + ["quest"]="灯神之塔通关{0}" + }, + [38]={ + ["quest"]="通关波次{0}次" + }, + [39]={ + ["quest"]="矿车拦截通关{0}" + }, + [40]={ + ["quest"]="完成所有任务" + }, + [41]={ + ["quest"]="竞技场达到黄金段位" + }, + [42]={ + ["quest"]="广告次数累计达{0}" + }, + [43]={ + ["quest"]="角色升到{0}级" + }, + [44]={ + ["quest"]="深渊挑战通关{0}" + }, + [45]={ + ["quest"]="完成所有任务" + } +} +local config = { +data=act_fourteen_quest,count=45 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/cn/act_fourteen_quest.lua.meta b/lua/app/config/strings/cn/act_fourteen_quest.lua.meta new file mode 100644 index 00000000..cf4b697e --- /dev/null +++ b/lua/app/config/strings/cn/act_fourteen_quest.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 3edd3553356248c489f45171b35afebd +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/cn/equip.lua b/lua/app/config/strings/cn/equip.lua index 7bc88371..662fe1d4 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 eeb2e910..c5105803 100644 --- a/lua/app/config/strings/cn/global.lua +++ b/lua/app/config/strings/cn/global.lua @@ -455,17 +455,36 @@ local localization_global = ["HERO_FUND_DESCC_2"] = "月之祝福", ["HERO_FUND_DESCC_3"] = "拥有月之祝福后,在战斗中累计通过波次可获得丰厚奖励。", ["HERO_FUND_DESCC_4"] = "新活动14日达标开启", - ["ARENA_DESC_37"] = "解锁英雄:", - ["ARENA_DESC_38"] = "已解锁英雄:", - ["ARENA_DESC_39"] = "升段奖励为一次性奖励", - ["ARENA_DESC_40"] = "升段奖励", - ["ARENA_DESC_41"] = "结算奖励", - ["ARENA_DESC_42"] = "未领取奖励", - ["EQUIP_DESC_26"] = "武器直升{0}级礼包", - ["EQUIP_DESC_27"] = "防具直升{0}级礼包", - ["SEIZED_DESC_1"] = "检测到你的账号存在异常,请联系客服或删除账号使用新建账号继续游戏。", - ["SEIZED_DESC_2"] = "联系客服", - ["SEIZED_DESC_3"] = "删除账号", + ["ACT_FOURTEEN_TITLE_1"] = "登录好礼", + ["ACT_FOURTEEN_TITLE_2"] = "进阶挑战", + ["ACT_FOURTEEN_TITLE_3"] = "限时兑换", + ["ACT_FOURTEEN_TITLE_4"] = "限时礼包", + ["ACT_FOURTEEN_DESC_1"] = "登陆游戏,既享大礼!", + ["ACT_FOURTEEN_DESC_2"] = "挑战自己,更有好礼相送!", + ["ACT_FOURTEEN_DESC_3"] = "时不待人,机不再来!", + ["ACT_FOURTEEN_DESC_5"] = "登录即可领取奖励,解锁高级战令领取额外奖励!", + ["ACT_FOURTEEN_DESC_6"] = "阶段", + ["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"] = "今日高手", + ["ACT_BOSS_RUSH_DESC_4"] = "我今日最高:", + ["ACT_BOSS_RUSH_DESC_5"] = "我今日挑战:{0}次", + ["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_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"] = "首领公开赛基金描述", } 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 b5aed2c8..2c058d38 100644 --- a/lua/app/config/strings/cn/item.lua +++ b/lua/app/config/strings/cn/item.lua @@ -187,6 +187,14 @@ local item = { ["name"]="随机史诗英雄", ["desc"]="批量获取时只会随机以下英雄中的一名" }, + [51]={ + ["name"]="挑战点", + ["desc"]="限时兑换道具。" + }, + [52]={ + ["name"]="首领金币", + ["desc"]="首领公开赛可以进行兑换。" + }, [1001]={ ["name"]="暗淡陨铁", ["desc"]="一块暗淡的陨铁,蕴含着神秘的能量。" @@ -445,6 +453,6 @@ local item = { } } local config = { -data=item,count=111 +data=item,count=113 } 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 9724c5b0..311612a9 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%概率附加昏睡效果,1回合。" + ["desc"]="美丽梦魇:额外造成一次大量技能伤害,50%概率附加昏睡效果,2回合。" }, [4200120]={ ["desc"]="元素链接:随机消除3个元素,并造成一次技能伤害。" diff --git a/lua/app/config/strings/cn/skill_rogue.lua b/lua/app/config/strings/cn/skill_rogue.lua index 33cc7e7d..690c8169 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%概率附加昏睡效果,1回合。" + ["desc"]="解锁美丽梦魇:额外造成一次大量技能伤害,50%概率附加昏睡效果,2回合。" }, [3400201]={ ["desc"]="美丽梦魇沿X方向可额外消除4格。" @@ -480,7 +480,7 @@ local skill_rogue = { ["desc"]="美丽梦魇沿X方向可额外消除4格。" }, [3400204]={ - ["desc"]="美丽梦魇附加的昏睡效果,概率提升到80%,回合数+1。" + ["desc"]="美丽梦魇附加的昏睡效果,概率提升到80%。" }, [3400205]={ ["desc"]="Combo:梦魔普攻昏睡敌人将附加禁锢效果,2回合。" diff --git a/lua/app/config/strings/cn/skin.lua b/lua/app/config/strings/cn/skin.lua index b35b2e8c..6004881a 100644 --- a/lua/app/config/strings/cn/skin.lua +++ b/lua/app/config/strings/cn/skin.lua @@ -11,9 +11,6 @@ local skin = { [14001]={ ["value"]="初始" }, - [1400101]={ - ["value"]="遗迹战甲" - }, [14002]={ ["value"]="初始" }, @@ -106,6 +103,6 @@ local skin = { } } local config = { -data=skin,count=35 +data=skin,count=34 } return config \ No newline at end of file diff --git a/lua/app/config/strings/de/act_fourteen_quest.lua b/lua/app/config/strings/de/act_fourteen_quest.lua new file mode 100644 index 00000000..a75c59ed --- /dev/null +++ b/lua/app/config/strings/de/act_fourteen_quest.lua @@ -0,0 +1,141 @@ +local act_fourteen_quest = { + [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]={ + + }, + [40]={ + + }, + [41]={ + + }, + [42]={ + + }, + [43]={ + + }, + [44]={ + + }, + [45]={ + + } +} +local config = { +data=act_fourteen_quest,count=45 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/de/act_fourteen_quest.lua.meta b/lua/app/config/strings/de/act_fourteen_quest.lua.meta new file mode 100644 index 00000000..19e9b463 --- /dev/null +++ b/lua/app/config/strings/de/act_fourteen_quest.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: bf8f1ebafd0ca1e419ee11ab8dd89fdf +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/de/item.lua b/lua/app/config/strings/de/item.lua index 1e181bdd..b7138f5a 100644 --- a/lua/app/config/strings/de/item.lua +++ b/lua/app/config/strings/de/item.lua @@ -139,6 +139,12 @@ local item = { }, [47]={ + }, + [51]={ + + }, + [52]={ + }, [1001]={ @@ -334,6 +340,6 @@ local item = { } } local config = { -data=item,count=111 +data=item,count=113 } 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 01f28e15..3fcc5359 100644 --- a/lua/app/config/strings/de/skin.lua +++ b/lua/app/config/strings/de/skin.lua @@ -10,9 +10,6 @@ local skin = { }, [14001]={ - }, - [1400101]={ - }, [14002]={ @@ -106,6 +103,6 @@ local skin = { } } local config = { -data=skin,count=35 +data=skin,count=34 } return config \ No newline at end of file diff --git a/lua/app/config/strings/en/act_fourteen_quest.lua b/lua/app/config/strings/en/act_fourteen_quest.lua new file mode 100644 index 00000000..a75c59ed --- /dev/null +++ b/lua/app/config/strings/en/act_fourteen_quest.lua @@ -0,0 +1,141 @@ +local act_fourteen_quest = { + [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]={ + + }, + [40]={ + + }, + [41]={ + + }, + [42]={ + + }, + [43]={ + + }, + [44]={ + + }, + [45]={ + + } +} +local config = { +data=act_fourteen_quest,count=45 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/en/act_fourteen_quest.lua.meta b/lua/app/config/strings/en/act_fourteen_quest.lua.meta new file mode 100644 index 00000000..94d243bb --- /dev/null +++ b/lua/app/config/strings/en/act_fourteen_quest.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: b7355f4eae0ec13479f401f83bf74453 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/en/equip.lua b/lua/app/config/strings/en/equip.lua index 75e1050a..fe8a4769 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"]="Floral Circlet,Pearl Circlet,Flame Gilded Circlet,Serene Jade Circlet,Starry Phoenix Circlet,Supreme Crown" + ["name"]="Rugged Steel Helm,Fine Steel Visor,Obsidian Noble Crown,Gallant Coronet,Dragonhorn Circlet,Eternal Glory Crown" }, [1400103]={ - ["name"]="Soft Leather Robe,Jade-Adorned Robe,Purple Gauze Silk,Amber-hued Robe,Phoenix Feather Robe,Sovereign Celestial Robe" + ["name"]="Thick Woven Vestment,Thin Steel Hauberk,Dark Iron Plate,Champion's Jade Armor,Wyrmhide Golden Plate,Eternal Heavy Plate" }, [1400104]={ - ["name"]="Embroidered Belt,Elegant Waist Band,Pearl-embroidered Belt,Astral Glory Belt,Phoenix Gaze Belt,Ultimate Immortal Belt" + ["name"]="Leather Belt,Ebony Gold Waistband,Knight's Baldric,Wyrm Sinew Belt,Eternal Girth,Bronze Bracelet" }, [1400105]={ - ["name"]="Lavender Iron Bracelet,Ethereal Veil Gauntlets,Golden Brilliance Gauntlets,Stellar Gauntlets,Phoenix Bone Gauntlets,Supreme Sovereign Armguards" + ["name"]="Bronze Bracelet,Leather Wristbands,Ironheart Wristbands,Heroic Gauntlets,Dragonwhisker Wristguards,Eternal Wristbands" }, [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 444267f4..8a9e68ad 100644 --- a/lua/app/config/strings/en/global.lua +++ b/lua/app/config/strings/en/global.lua @@ -447,24 +447,6 @@ 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_26"] = "Weapon Upgrade Lv.{0} Pack", - ["EQUIP_DESC_27"] = "Armor 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 763847ed..5f6283a6 100644 --- a/lua/app/config/strings/en/item.lua +++ b/lua/app/config/strings/en/item.lua @@ -186,6 +186,12 @@ local item = { [47]={ ["name"]="Random Epic Hero", ["desc"]="Shards obtained in batch will only randomly grant one of the following heroes." + }, + [51]={ + + }, + [52]={ + }, [1001]={ ["name"]="Dim Meteorite", @@ -445,6 +451,6 @@ local item = { } } local config = { -data=item,count=111 +data=item,count=113 } 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 92668834..977efacb 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 1 turns." + ["desc"]="Alluring Nightmare: Deal one additional hit of massive skill damage and has a 50% chance to inflict Drowsy that lasts 2 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 81b20872..3d1ab122 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 1 turns." + ["desc"]="Unlock Alluring Nightmare: Deal one additional hit of massive skill damage and has a 50% chance to inflict Drowsy that lasts 2 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% for +1 turn." + ["desc"]="The chance of Drowsy inflicted by Alluring Nightmare increases to 80%." }, [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 660002da..8bb72144 100644 --- a/lua/app/config/strings/en/skin.lua +++ b/lua/app/config/strings/en/skin.lua @@ -11,9 +11,6 @@ local skin = { [14001]={ ["value"]="Initial" }, - [1400101]={ - ["value"]="Relic Armor" - }, [14002]={ ["value"]="Initial" }, @@ -106,6 +103,6 @@ local skin = { } } local config = { -data=skin,count=35 +data=skin,count=34 } return config \ No newline at end of file diff --git a/lua/app/config/strings/es/act_fourteen_quest.lua b/lua/app/config/strings/es/act_fourteen_quest.lua new file mode 100644 index 00000000..a75c59ed --- /dev/null +++ b/lua/app/config/strings/es/act_fourteen_quest.lua @@ -0,0 +1,141 @@ +local act_fourteen_quest = { + [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]={ + + }, + [40]={ + + }, + [41]={ + + }, + [42]={ + + }, + [43]={ + + }, + [44]={ + + }, + [45]={ + + } +} +local config = { +data=act_fourteen_quest,count=45 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/es/act_fourteen_quest.lua.meta b/lua/app/config/strings/es/act_fourteen_quest.lua.meta new file mode 100644 index 00000000..6aaa0480 --- /dev/null +++ b/lua/app/config/strings/es/act_fourteen_quest.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 1843e74428d0a6342bcf3b35175a2f48 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/es/equip.lua b/lua/app/config/strings/es/equip.lua index 075edf7c..b25d44d5 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"]="Corona Floral,Corona con Perlas,Corona de Fuego,Corona de Jade,Corona de Fénix,Corona Suprema" + ["name"]="Visera de Acero Bruto,Visera de Acero Fino,Corona de obsidiana,Corona de héroe,Corona de Cuerno de Dragón,Corona Eterna" }, [1400103]={ - ["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" + ["name"]="Túnica Gruesa,Armadura de Acero Delgado,Armadura Pesada,Armadura de Jade,Casco Dorado de Escamas de Dragón,Armadura Pesada Eterna" }, [1400104]={ - ["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" + ["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" }, [1400105]={ - ["name"]="Pulsera de Hierro Morado,Guanteletes de Velo,Guanteletes de Oro,Guanteletes de Estrellas,Guanteletes de Hueso de Fénix,Armadura de Mano Suprema" + ["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" }, [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 3f1b18f4..ae259db2 100644 --- a/lua/app/config/strings/es/global.lua +++ b/lua/app/config/strings/es/global.lua @@ -447,24 +447,6 @@ 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_26"] = "Paquete de Mejora de Arma al Nv. {0}", - ["EQUIP_DESC_27"] = "Paquete de Mejora de Armadura 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 a45d2cf3..580791ae 100644 --- a/lua/app/config/strings/es/item.lua +++ b/lua/app/config/strings/es/item.lua @@ -186,6 +186,12 @@ local item = { [47]={ ["name"]="Héroe Épico aleatorio", ["desc"]="Al obtener por lote, solo aparecerá uno de los siguientes héroes" + }, + [51]={ + + }, + [52]={ + }, [1001]={ ["name"]="Meteorito Opaco", @@ -445,6 +451,6 @@ local item = { } } local config = { -data=item,count=111 +data=item,count=113 } 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 8a6f77ee..2fa4699d 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 1 rondas." + ["desc"]="Pesadilla Hermosa: causa un masivo daño de habilidad adicional, con un 50% de chance de aplicar Dormido durante 2 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 b9142b13..952a9129 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 1 rondas." + ["desc"]="Desbloquea Pesadilla Hermosa: causa un masivo daño de habilidad adicional, con un 50% de chance de aplicar Dormido durante 2 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% durante +1 rondas." + ["desc"]="Aumenta el chance de Dormido aplicado por Pesadilla Hermosa a 80%." }, [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 61e04009..6801a092 100644 --- a/lua/app/config/strings/es/skin.lua +++ b/lua/app/config/strings/es/skin.lua @@ -11,9 +11,6 @@ local skin = { [14001]={ ["value"]="Inicial" }, - [1400101]={ - ["value"]="Armadura de Ruinas" - }, [14002]={ ["value"]="Inicial" }, @@ -106,6 +103,6 @@ local skin = { } } local config = { -data=skin,count=35 +data=skin,count=34 } return config \ No newline at end of file diff --git a/lua/app/config/strings/fr/act_fourteen_quest.lua b/lua/app/config/strings/fr/act_fourteen_quest.lua new file mode 100644 index 00000000..a75c59ed --- /dev/null +++ b/lua/app/config/strings/fr/act_fourteen_quest.lua @@ -0,0 +1,141 @@ +local act_fourteen_quest = { + [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]={ + + }, + [40]={ + + }, + [41]={ + + }, + [42]={ + + }, + [43]={ + + }, + [44]={ + + }, + [45]={ + + } +} +local config = { +data=act_fourteen_quest,count=45 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/fr/act_fourteen_quest.lua.meta b/lua/app/config/strings/fr/act_fourteen_quest.lua.meta new file mode 100644 index 00000000..435a666d --- /dev/null +++ b/lua/app/config/strings/fr/act_fourteen_quest.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: aba53e722e6162c448bfa183dbe21320 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/fr/item.lua b/lua/app/config/strings/fr/item.lua index 1e181bdd..b7138f5a 100644 --- a/lua/app/config/strings/fr/item.lua +++ b/lua/app/config/strings/fr/item.lua @@ -139,6 +139,12 @@ local item = { }, [47]={ + }, + [51]={ + + }, + [52]={ + }, [1001]={ @@ -334,6 +340,6 @@ local item = { } } local config = { -data=item,count=111 +data=item,count=113 } 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 01f28e15..3fcc5359 100644 --- a/lua/app/config/strings/fr/skin.lua +++ b/lua/app/config/strings/fr/skin.lua @@ -10,9 +10,6 @@ local skin = { }, [14001]={ - }, - [1400101]={ - }, [14002]={ @@ -106,6 +103,6 @@ local skin = { } } local config = { -data=skin,count=35 +data=skin,count=34 } return config \ No newline at end of file diff --git a/lua/app/config/strings/id/act_fourteen_quest.lua b/lua/app/config/strings/id/act_fourteen_quest.lua new file mode 100644 index 00000000..a75c59ed --- /dev/null +++ b/lua/app/config/strings/id/act_fourteen_quest.lua @@ -0,0 +1,141 @@ +local act_fourteen_quest = { + [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]={ + + }, + [40]={ + + }, + [41]={ + + }, + [42]={ + + }, + [43]={ + + }, + [44]={ + + }, + [45]={ + + } +} +local config = { +data=act_fourteen_quest,count=45 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/id/act_fourteen_quest.lua.meta b/lua/app/config/strings/id/act_fourteen_quest.lua.meta new file mode 100644 index 00000000..f5729855 --- /dev/null +++ b/lua/app/config/strings/id/act_fourteen_quest.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 3b7da24318d9bae47bcba7ac90d7f292 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/id/equip.lua b/lua/app/config/strings/id/equip.lua index 2da483ea..0fc494be 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"]="Circlet Bunga,Circlet Mutiara,Circlet Api Emas,Circlet Giok,Circlet Phoenix,Mahkota Agung" + ["name"]="Helm Baja Kasar,Pelindung Baja Halus,Mahkota Obsidian,Coronet Perkasa,Circlet Tanduk Naga,Mahkota Kemuliaan Abadi" }, [1400103]={ - ["name"]="Jubah Kulit Lembut,Jubah Giok,Sutra Kasa Ungu,Jubah Amber,Jubah Bulu Phoenix,Jubah Bintang Daulat" + ["name"]="Jubah Tenun Tebal,Armor Cincin Baja Tipis,Plat Besi Gelap,Armor Giok Sang Juara,Plat Emas Wyrmhide,Plat Berat Abadi" }, [1400104]={ - ["name"]="Sabuk Bordir,Tali Pinggang Elegan,Sabuk Mutiara,Sabuk Astral,Sabuk Phoenix,Sabuk Abadi" + ["name"]="Sabuk Kulit,Tali Pinggang Emas Eboni,Ksatria Baldric,Sabuk Otot Wyrm,Lingkar Kekal,Gelang Bronze" }, [1400105]={ - ["name"]="Gelang Besi Lavender,Sarung Tangan Cadar Ethereal,Sarung Tangan Emas Cemerlang,Sarung Tangan Bintang,Sarung Tulang Phoenix,Pelindung Lengan Sovereign Agung" + ["name"]="Gelang Bronze,Gelang Kulit,Gelang Hati Besi,Sarung Tangan Heroik,Pelindung Tangan Kumis Naga,Gelang Abadi" }, [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 2a87a07f..eac7ef46 100644 --- a/lua/app/config/strings/id/global.lua +++ b/lua/app/config/strings/id/global.lua @@ -447,24 +447,6 @@ 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_26"] = "Pack Peningkatan Senjata Lv.{0}", - ["EQUIP_DESC_27"] = "Pack upgrade Armor 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 c09cc6e1..24de67ac 100644 --- a/lua/app/config/strings/id/item.lua +++ b/lua/app/config/strings/id/item.lua @@ -186,6 +186,12 @@ local item = { [47]={ ["name"]="Hero Epik acak", ["desc"]="Hanya satu dari Hero berikut yang akan muncul secara acak saat dapat dalam jumlah banyak." + }, + [51]={ + + }, + [52]={ + }, [1001]={ ["name"]="Chondrite", @@ -445,6 +451,6 @@ local item = { } } local config = { -data=item,count=111 +data=item,count=113 } 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 8a70fb8b..d4b809ea 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 1 giliran." + ["desc"]="Nightmare Z: Menyebabkan DMG skill tambahan dalam jumlah besar dengan 50% peluang efek Kantuk selama 2 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 2f2fe45a..3db100cd 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 1 giliran." + ["desc"]="Membuka Nightmare Z: Menyebabkan DMG skill tambahan dalam jumlah besar dengan 50% peluang efek Kantuk selama 2 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"]="Peluang Kantuk yang ditimbulkan oleh Nightmare Z meningkat 80% selama +1 giliran." + ["desc"]="Efek Kantuk Nightmare Z meningkatkan peluang hingga 80%。" }, [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 ed879b1a..e7bb2794 100644 --- a/lua/app/config/strings/id/skin.lua +++ b/lua/app/config/strings/id/skin.lua @@ -11,9 +11,6 @@ local skin = { [14001]={ ["value"]="Awal" }, - [1400101]={ - ["value"]="Armor Relik" - }, [14002]={ ["value"]="Awal" }, @@ -106,6 +103,6 @@ local skin = { } } local config = { -data=skin,count=35 +data=skin,count=34 } return config \ No newline at end of file diff --git a/lua/app/config/strings/ja/act_fourteen_quest.lua b/lua/app/config/strings/ja/act_fourteen_quest.lua new file mode 100644 index 00000000..a75c59ed --- /dev/null +++ b/lua/app/config/strings/ja/act_fourteen_quest.lua @@ -0,0 +1,141 @@ +local act_fourteen_quest = { + [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]={ + + }, + [40]={ + + }, + [41]={ + + }, + [42]={ + + }, + [43]={ + + }, + [44]={ + + }, + [45]={ + + } +} +local config = { +data=act_fourteen_quest,count=45 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/ja/act_fourteen_quest.lua.meta b/lua/app/config/strings/ja/act_fourteen_quest.lua.meta new file mode 100644 index 00000000..d4f0e769 --- /dev/null +++ b/lua/app/config/strings/ja/act_fourteen_quest.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 5ccc0e82aeff0d74181b926d20278aa6 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/ja/equip.lua b/lua/app/config/strings/ja/equip.lua index fedbdbe2..39ba7060 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 75b48475..99affb82 100644 --- a/lua/app/config/strings/ja/global.lua +++ b/lua/app/config/strings/ja/global.lua @@ -447,24 +447,6 @@ 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_26"] = "武器Lv{0}レベルアップパック", - ["EQUIP_DESC_27"] = "防具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 2081d0ac..071eff44 100644 --- a/lua/app/config/strings/ja/item.lua +++ b/lua/app/config/strings/ja/item.lua @@ -186,6 +186,12 @@ local item = { [47]={ ["name"]="ランダムエピックヒーロー", ["desc"]="一括獲得の時、以下のいずれかのヒーロー1名をランダムで獲得できる。" + }, + [51]={ + + }, + [52]={ + }, [1001]={ ["name"]="薄暗い隕石", @@ -445,6 +451,6 @@ local item = { } } local config = { -data=item,count=111 +data=item,count=113 } 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 e24d9af0..6856a732 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%の確率で敵に1ターン昏睡効果を付与する。" + ["desc"]="アリュールナイトメア:追加で大ダメージを与えるスキルを1回発動し、50%の確率で敵に2ターン昏睡効果を付与する。" }, [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 1f62a4ef..ec9efe93 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%の確率で敵に1ターン昏睡効果を付与する。" + ["desc"]="アリュールナイトメア解放:追加で大ダメージを与えるスキルを1回発動し、50%の確率で敵に2ターン昏睡効果を付与する。" }, [3400201]={ ["desc"]="「アリュールナイトメア」は追加でX方向4マスを消す。" @@ -480,7 +480,7 @@ local skill_rogue = { ["desc"]="「アリュールナイトメア」は追加でX方向4マスを消す。" }, [3400204]={ - ["desc"]="「アリュールナイトメア」の昏睡効果の確率は80%に増加し、ターン数が+1。" + ["desc"]="「アリュールナイトメア」の昏睡効果の確率は80%に増加する。" }, [3400205]={ ["desc"]="ヒット:夢魔の通常攻撃が昏睡状態の敵に2ターン拘束効果を付与する。" diff --git a/lua/app/config/strings/ja/skin.lua b/lua/app/config/strings/ja/skin.lua index a9d2ccc1..7eacc537 100644 --- a/lua/app/config/strings/ja/skin.lua +++ b/lua/app/config/strings/ja/skin.lua @@ -11,9 +11,6 @@ local skin = { [14001]={ ["value"]="デフォルト" }, - [1400101]={ - ["value"]="レリックアーマー" - }, [14002]={ ["value"]="デフォルト" }, @@ -106,6 +103,6 @@ local skin = { } } local config = { -data=skin,count=35 +data=skin,count=34 } return config \ No newline at end of file diff --git a/lua/app/config/strings/ko/act_fourteen_quest.lua b/lua/app/config/strings/ko/act_fourteen_quest.lua new file mode 100644 index 00000000..a75c59ed --- /dev/null +++ b/lua/app/config/strings/ko/act_fourteen_quest.lua @@ -0,0 +1,141 @@ +local act_fourteen_quest = { + [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]={ + + }, + [40]={ + + }, + [41]={ + + }, + [42]={ + + }, + [43]={ + + }, + [44]={ + + }, + [45]={ + + } +} +local config = { +data=act_fourteen_quest,count=45 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/ko/act_fourteen_quest.lua.meta b/lua/app/config/strings/ko/act_fourteen_quest.lua.meta new file mode 100644 index 00000000..3d0357d0 --- /dev/null +++ b/lua/app/config/strings/ko/act_fourteen_quest.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: fa770962fe2830c41bccfc79c37dc30b +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/ko/equip.lua b/lua/app/config/strings/ko/equip.lua index 09e4d585..edde4ece 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 8c6a59c2..be1a1177 100644 --- a/lua/app/config/strings/ko/global.lua +++ b/lua/app/config/strings/ko/global.lua @@ -447,24 +447,6 @@ 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_26"] = "무기 {0}레벨 업그레이드 패키지", - ["EQUIP_DESC_27"] = "방어구 {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 1d38b727..828f1568 100644 --- a/lua/app/config/strings/ko/item.lua +++ b/lua/app/config/strings/ko/item.lua @@ -186,6 +186,12 @@ local item = { [47]={ ["name"]="랜덤의 에픽 영웅", ["desc"]="일괄 획득 시 다음 영웅 중 한 명만 무작위로 선택됩니다." + }, + [51]={ + + }, + [52]={ + }, [1001]={ ["name"]="알렌데 운석", @@ -445,6 +451,6 @@ local item = { } } local config = { -data=item,count=111 +data=item,count=113 } 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 c3043b1c..d9f46e3b 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% 확률로 1턴 동안 수면 효과를 부여합니다." + ["desc"]="아름다운 악몽: 추가로 대량의 스킬 피해를 한 번 입히며 50% 확률로 2턴 동안 수면 효과를 부여합니다." }, [4200120]={ ["desc"]="원소 연결: 무작위로 3개의 원소를 소멸하고 스킬 피해를 한 번 입힙니다." diff --git a/lua/app/config/strings/ko/skill_rogue.lua b/lua/app/config/strings/ko/skill_rogue.lua index c8ae6f7a..9f896f7e 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% 확률로 1턴 동안 수면효과를 부여합니다." + ["desc"]="아름다운 악몽 잠금 해제: 추가로 대량의 스킬 피해를 한 번 입히며 50% 확률로 2턴 동안 수면효과를 부여합니다." }, [3400201]={ ["desc"]="아름다운 악몽이 X 방향을 따라 추가로 4개의 그리드를 소멸합니다." @@ -480,7 +480,7 @@ local skill_rogue = { ["desc"]="아름다운 악몽이 X 방향을 따라 추가로 4개의 그리드를 소멸할 수 있습니다." }, [3400204]={ - ["desc"]="아름다운 악몽이 수면 효과를 부여하는 확률이 80%로 증가하고 턴 횟수 +1" + ["desc"]="아름다운 악몽이 수면 효과를 부여할 확률이 80%로 증가합니다." }, [3400205]={ ["desc"]="Combo:인큐버스의 일반 공격이 2턴 동안 수면 상태의 적에게 속박 효과를 부여합니다." diff --git a/lua/app/config/strings/ko/skin.lua b/lua/app/config/strings/ko/skin.lua index 0981caa7..3bab41a7 100644 --- a/lua/app/config/strings/ko/skin.lua +++ b/lua/app/config/strings/ko/skin.lua @@ -11,9 +11,6 @@ local skin = { [14001]={ ["value"]="초기" }, - [1400101]={ - ["value"]="유적 갑옷" - }, [14002]={ ["value"]="초기" }, @@ -106,6 +103,6 @@ local skin = { } } local config = { -data=skin,count=35 +data=skin,count=34 } return config \ No newline at end of file diff --git a/lua/app/config/strings/pt/act_fourteen_quest.lua b/lua/app/config/strings/pt/act_fourteen_quest.lua new file mode 100644 index 00000000..a75c59ed --- /dev/null +++ b/lua/app/config/strings/pt/act_fourteen_quest.lua @@ -0,0 +1,141 @@ +local act_fourteen_quest = { + [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]={ + + }, + [40]={ + + }, + [41]={ + + }, + [42]={ + + }, + [43]={ + + }, + [44]={ + + }, + [45]={ + + } +} +local config = { +data=act_fourteen_quest,count=45 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/pt/act_fourteen_quest.lua.meta b/lua/app/config/strings/pt/act_fourteen_quest.lua.meta new file mode 100644 index 00000000..741875bc --- /dev/null +++ b/lua/app/config/strings/pt/act_fourteen_quest.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 4ea92f25a1e4d6a4599d234454118c1e +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/pt/equip.lua b/lua/app/config/strings/pt/equip.lua index 6a76531f..a5660a2d 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"]="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" + ["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" }, [1400103]={ - ["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" + ["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" }, [1400104]={ - ["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" + ["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" }, [1400105]={ - ["name"]="Pulseira de Ferro Roxo,Manoplas de Musselina,Manoplas Adornados de Ouro,Manoplas das Estrelas,Manoplas do Osso da Fênix,Manoplas da Supremacia" + ["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" }, [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 64419409..3b9123ab 100644 --- a/lua/app/config/strings/pt/global.lua +++ b/lua/app/config/strings/pt/global.lua @@ -447,24 +447,6 @@ 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_26"] = "Pacote de Melhoria de Arma a Nv.{0}", - ["EQUIP_DESC_27"] = "Pacote de Melhoria de Armadura 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 f4c32662..b0e835eb 100644 --- a/lua/app/config/strings/pt/item.lua +++ b/lua/app/config/strings/pt/item.lua @@ -186,6 +186,12 @@ local item = { [47]={ ["name"]="Frag. Alea. de Herói Épico", ["desc"]="Ao obter em lote, virá apenas um dos seguintes heróis, aleatoriamente" + }, + [51]={ + + }, + [52]={ + }, [1001]={ ["name"]="Ferro Meteórico Opaco", @@ -445,6 +451,6 @@ local item = { } } local config = { -data=item,count=111 +data=item,count=113 } 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 4ce91db1..dca29d4a 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 1 turnos." + ["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." }, [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 6370f96f..e7a6d536 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 1 turnos." + ["desc"]="Desbloquear Belo Pesadelo: causa dano adicional significativo com habilidades e tem 50% de chance de adicionar o efeito sono por 2 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"]="Aumenta a chance de acionamento do efeito sonolento pelo Pesadelo da Beleza para 80%, com +1 turno de duração." + ["desc"]="A probabilidade do efeito sono adicionado por Belo Pesadelo aumenta para 80%." }, [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 80003712..23b6b181 100644 --- a/lua/app/config/strings/pt/skin.lua +++ b/lua/app/config/strings/pt/skin.lua @@ -11,9 +11,6 @@ local skin = { [14001]={ ["value"]="Inicial" }, - [1400101]={ - ["value"]="Armadura das Ruínas" - }, [14002]={ ["value"]="Inicial" }, @@ -106,6 +103,6 @@ local skin = { } } local config = { -data=skin,count=35 +data=skin,count=34 } return config \ No newline at end of file diff --git a/lua/app/config/strings/ru/act_fourteen_quest.lua b/lua/app/config/strings/ru/act_fourteen_quest.lua new file mode 100644 index 00000000..a75c59ed --- /dev/null +++ b/lua/app/config/strings/ru/act_fourteen_quest.lua @@ -0,0 +1,141 @@ +local act_fourteen_quest = { + [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]={ + + }, + [40]={ + + }, + [41]={ + + }, + [42]={ + + }, + [43]={ + + }, + [44]={ + + }, + [45]={ + + } +} +local config = { +data=act_fourteen_quest,count=45 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/ru/act_fourteen_quest.lua.meta b/lua/app/config/strings/ru/act_fourteen_quest.lua.meta new file mode 100644 index 00000000..62a8a4f2 --- /dev/null +++ b/lua/app/config/strings/ru/act_fourteen_quest.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 50e9d04cfe5c87b4ebb88e5007833159 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/ru/item.lua b/lua/app/config/strings/ru/item.lua index 1e181bdd..b7138f5a 100644 --- a/lua/app/config/strings/ru/item.lua +++ b/lua/app/config/strings/ru/item.lua @@ -139,6 +139,12 @@ local item = { }, [47]={ + }, + [51]={ + + }, + [52]={ + }, [1001]={ @@ -334,6 +340,6 @@ local item = { } } local config = { -data=item,count=111 +data=item,count=113 } 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 01f28e15..3fcc5359 100644 --- a/lua/app/config/strings/ru/skin.lua +++ b/lua/app/config/strings/ru/skin.lua @@ -10,9 +10,6 @@ local skin = { }, [14001]={ - }, - [1400101]={ - }, [14002]={ @@ -106,6 +103,6 @@ local skin = { } } local config = { -data=skin,count=35 +data=skin,count=34 } return config \ No newline at end of file diff --git a/lua/app/config/strings/th/act_fourteen_quest.lua b/lua/app/config/strings/th/act_fourteen_quest.lua new file mode 100644 index 00000000..a75c59ed --- /dev/null +++ b/lua/app/config/strings/th/act_fourteen_quest.lua @@ -0,0 +1,141 @@ +local act_fourteen_quest = { + [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]={ + + }, + [40]={ + + }, + [41]={ + + }, + [42]={ + + }, + [43]={ + + }, + [44]={ + + }, + [45]={ + + } +} +local config = { +data=act_fourteen_quest,count=45 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/th/act_fourteen_quest.lua.meta b/lua/app/config/strings/th/act_fourteen_quest.lua.meta new file mode 100644 index 00000000..e205ec6b --- /dev/null +++ b/lua/app/config/strings/th/act_fourteen_quest.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 17939cec0871fcc4fa86ff28a4795900 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/th/equip.lua b/lua/app/config/strings/th/equip.lua index 6e9947f3..7ac3065e 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 2f55a840..1e5a4e78 100644 --- a/lua/app/config/strings/th/global.lua +++ b/lua/app/config/strings/th/global.lua @@ -447,24 +447,6 @@ 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_26"] = "แพ็คอัปอาวุธ {0} เลเวล", - ["EQUIP_DESC_27"] = "แพ็คอัปเกราะ {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 aa92241a..4ff35298 100644 --- a/lua/app/config/strings/th/item.lua +++ b/lua/app/config/strings/th/item.lua @@ -186,6 +186,12 @@ local item = { [47]={ ["name"]="ฮีโร่อีพิทแบบสุ่ม", ["desc"]="เมื่อรับแบบแบทช์จะสุ่มรับฮีโร่ต่อไปนี้เพียงหนึ่งตัวเท่านั้น" + }, + [51]={ + + }, + [52]={ + }, [1001]={ ["name"]="อุกกาบาตทื่อ", @@ -445,6 +451,6 @@ local item = { } } local config = { -data=item,count=111 +data=item,count=113 } 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 3dc41522..e0dbe373 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% เพิ่มเอฟเฟกต์หลับ 1รอบ" + ["desc"]="ฝันร้ายที่สวยงาม: สร้างดาเมจสกิลมากมายเพิ่มเติม 1 ครั้ง มีโอกาส 50% เพิ่มเอฟเฟกต์หลับ 2รอบ" }, [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 974569fd..6cd74a74 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% เพิ่มเอฟเฟกต์หลับ 1รอบ" + ["desc"]="ปลดล็อคฝันร้ายที่สวยงาม: สร้างดาเมจสกิลมากมายเพิ่มเติม 1 ครั้ง มีโอกาส 50% เพิ่มเอฟเฟกต์หลับ 2รอบ" }, [3400201]={ ["desc"]="ฝันร้ายที่สวยงามสามารถกำจัดเพิ่มเติม4ช่องตามทิศทาง X" @@ -480,7 +480,7 @@ local skill_rogue = { ["desc"]="ฝันร้ายที่สวยงามสามารถกำจัดเพิ่มเติม4ช่องตามทิศทาง X" }, [3400204]={ - ["desc"]="โอกาสเอฟเฟกต์หลับที่เพิ่มโดยฝันร้ายที่สวยงามเพิ่มขึ้นถึง80% จำนวนรอบ+1" + ["desc"]="เอฟเฟกต์หลับที่เพิ่มโดยฝันร้ายที่สวยงามสาม โอกาสเพิ่มขึ้นถึง80%" }, [3400205]={ ["desc"]="คอมโบ: เมื่อฝันร้ายโจมตีทั่วไปศัตรูหลับจะเพิ่มเอฟเฟกต์กักขัง 2รอบ" diff --git a/lua/app/config/strings/th/skin.lua b/lua/app/config/strings/th/skin.lua index bbc7dc0c..80747895 100644 --- a/lua/app/config/strings/th/skin.lua +++ b/lua/app/config/strings/th/skin.lua @@ -11,9 +11,6 @@ local skin = { [14001]={ ["value"]="เริ่มต้น" }, - [1400101]={ - ["value"]="เกราะรบซาก" - }, [14002]={ ["value"]="เริ่มต้น" }, @@ -106,6 +103,6 @@ local skin = { } } local config = { -data=skin,count=35 +data=skin,count=34 } return config \ No newline at end of file diff --git a/lua/app/config/strings/vi/act_fourteen_quest.lua b/lua/app/config/strings/vi/act_fourteen_quest.lua new file mode 100644 index 00000000..a75c59ed --- /dev/null +++ b/lua/app/config/strings/vi/act_fourteen_quest.lua @@ -0,0 +1,141 @@ +local act_fourteen_quest = { + [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]={ + + }, + [40]={ + + }, + [41]={ + + }, + [42]={ + + }, + [43]={ + + }, + [44]={ + + }, + [45]={ + + } +} +local config = { +data=act_fourteen_quest,count=45 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/vi/act_fourteen_quest.lua.meta b/lua/app/config/strings/vi/act_fourteen_quest.lua.meta new file mode 100644 index 00000000..d6f9230b --- /dev/null +++ b/lua/app/config/strings/vi/act_fourteen_quest.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 0d68310284b2ca24b84d029a56ab202e +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/vi/equip.lua b/lua/app/config/strings/vi/equip.lua index d191f6e2..0d554e7d 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ũ 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" + ["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" }, [1400103]={ - ["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" + ["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" }, [1400104]={ - ["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" + ["name"]="Đai Da,Đai Than Đá,Đai Kỵ Sĩ,Đai Gân Rồng,Đai Vĩnh Hằng,Vòng Tay Đồng" }, [1400105]={ - ["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" + ["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" }, [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 7f16b8b2..859c03c2 100644 --- a/lua/app/config/strings/vi/global.lua +++ b/lua/app/config/strings/vi/global.lua @@ -447,24 +447,6 @@ 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_26"] = "Quà Tăng Ngay Vũ Khí Lv{0}", - ["EQUIP_DESC_27"] = "Quà Tăng Ngay Phòng Cụ 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 2bf22e8b..95d5ed9a 100644 --- a/lua/app/config/strings/vi/item.lua +++ b/lua/app/config/strings/vi/item.lua @@ -186,6 +186,12 @@ local item = { [47]={ ["name"]="Anh Hùng Sử Thi N.Nhiên", ["desc"]="Khi nhận số lượng nhiều chỉ ngẫu nhiên ra 1 trong các Anh Hùng dưới đây." + }, + [51]={ + + }, + [52]={ + }, [1001]={ ["name"]="Thiên Thạch Ảm Đạm", @@ -445,6 +451,6 @@ local item = { } } local config = { -data=item,count=111 +data=item,count=113 } 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 662f36da..3beae01b 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, 1 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, 2 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 2c3b60d6..87cc582e 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, 1 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, 2 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%, số hiệp +1." + ["desc"]="Ác Mộng Tươi Đẹp kèm hiệu quả Ngủ Say, TL tăng đến 80%." }, [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 c80877cb..f6f6969d 100644 --- a/lua/app/config/strings/vi/skin.lua +++ b/lua/app/config/strings/vi/skin.lua @@ -11,9 +11,6 @@ local skin = { [14001]={ ["value"]="Ban Đầu" }, - [1400101]={ - ["value"]="Giáp Di Tích" - }, [14002]={ ["value"]="Ban Đầu" }, @@ -106,6 +103,6 @@ local skin = { } } local config = { -data=skin,count=35 +data=skin,count=34 } return config \ No newline at end of file diff --git a/lua/app/config/strings/zh/act_fourteen_quest.lua b/lua/app/config/strings/zh/act_fourteen_quest.lua new file mode 100644 index 00000000..a75c59ed --- /dev/null +++ b/lua/app/config/strings/zh/act_fourteen_quest.lua @@ -0,0 +1,141 @@ +local act_fourteen_quest = { + [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]={ + + }, + [40]={ + + }, + [41]={ + + }, + [42]={ + + }, + [43]={ + + }, + [44]={ + + }, + [45]={ + + } +} +local config = { +data=act_fourteen_quest,count=45 +} +return config \ No newline at end of file diff --git a/lua/app/config/strings/zh/act_fourteen_quest.lua.meta b/lua/app/config/strings/zh/act_fourteen_quest.lua.meta new file mode 100644 index 00000000..ea5f9ea8 --- /dev/null +++ b/lua/app/config/strings/zh/act_fourteen_quest.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 45312eb9564c09e41bcfbe15e5603b86 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/zh/equip.lua b/lua/app/config/strings/zh/equip.lua index 37ab7f23..b7f08c5c 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 dae7df04..3d3aa676 100644 --- a/lua/app/config/strings/zh/global.lua +++ b/lua/app/config/strings/zh/global.lua @@ -447,24 +447,6 @@ 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_26"] = "武器直升{0}級禮包", - ["EQUIP_DESC_27"] = "防具直升{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 c19176d7..772722e8 100644 --- a/lua/app/config/strings/zh/item.lua +++ b/lua/app/config/strings/zh/item.lua @@ -186,6 +186,12 @@ local item = { [47]={ ["name"]="隨機史詩英雄", ["desc"]="批量獲取時只會隨機以下英雄中的一名" + }, + [51]={ + + }, + [52]={ + }, [1001]={ ["name"]="暗淡隕鐵", @@ -445,6 +451,6 @@ local item = { } } local config = { -data=item,count=111 +data=item,count=113 } 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 f7c16f3b..31cdbcd2 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%機率附加昏睡效果,1回合。" + ["desc"]="美麗夢魘:額外造成一次大量技能傷害,50%機率附加昏睡效果,2回合。" }, [4200120]={ ["desc"]="元素連接:隨機消除3個元素,並造成一次技能傷害。" diff --git a/lua/app/config/strings/zh/skill_rogue.lua b/lua/app/config/strings/zh/skill_rogue.lua index dc6e6bb7..db6ab76d 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%機率附帶昏睡效果,1回合。" + ["desc"]="解鎖美麗夢魘:額外造成一次大量技能傷害,50%機率附帶昏睡效果,2回合。" }, [3400201]={ ["desc"]="美麗夢魘沿X方向可額外消除4格。" @@ -480,7 +480,7 @@ local skill_rogue = { ["desc"]="美麗夢魘沿X方向可額外消除4格。" }, [3400204]={ - ["desc"]="美麗夢魘附帶的昏睡效果,機率提高到80%,回合數+1。" + ["desc"]="美麗夢魘附帶的昏睡效果,機率提高到80%。" }, [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 3cd9a39f..8509cb6a 100644 --- a/lua/app/config/strings/zh/skin.lua +++ b/lua/app/config/strings/zh/skin.lua @@ -11,9 +11,6 @@ local skin = { [14001]={ ["value"]="初始" }, - [1400101]={ - ["value"]="遺跡戰甲" - }, [14002]={ ["value"]="初始" }, @@ -106,6 +103,6 @@ local skin = { } } local config = { -data=skin,count=35 +data=skin,count=34 } return config \ No newline at end of file diff --git a/lua/app/global/global_const.lua b/lua/app/global/global_const.lua index 0a148c5c..87952154 100644 --- a/lua/app/global/global_const.lua +++ b/lua/app/global/global_const.lua @@ -222,6 +222,7 @@ GConst.ATLAS_PATH = { ACT_SUMMER = "assets/arts/atlas/ui/act_summer.asset", TASK = "assets/arts/atlas/ui/task.asset", ACT_HEROFUND = "assets/arts/atlas/ui/act_herofund.asset", + ACT_BOSS_RUSH = "assets/arts/atlas/ui/act_boss_rush.asset", } GConst.TOUCH_EVENT = { diff --git a/lua/app/global/global_func.lua b/lua/app/global/global_func.lua index 42dbf538..c00b054a 100644 --- a/lua/app/global/global_func.lua +++ b/lua/app/global/global_func.lua @@ -783,6 +783,12 @@ function GFunc.getRandomIndex(weightArr) return idx end +---- 线性随机数算法 +function GFunc.getRandomIndexBySeed(seed, min, max) + seed = (seed * 9301 + 49297)%233280 + return min + seed*(max - min + 1)//233280 +end + function GFunc.getRewardsStr(rewards) if rewards == nil then return @@ -1420,6 +1426,20 @@ function GFunc.centerTxAndTx(txObj1, txObj2, spacing) txObj2:setAnchoredPositionX(w - txW2 / 2) end +function GFunc.centerTxAndImgAndTx(txObj1, spacing1, imgObj, spacing2, txObj2) + local txW = txObj1:getComponent(GConst.TYPEOF_UNITY_CLASS.UI_TEXT_MESH_PRO).preferredWidth + txObj1:setSizeDeltaX(txW) + + local txW2 = txObj2:getComponent(GConst.TYPEOF_UNITY_CLASS.UI_TEXT_MESH_PRO).preferredWidth + txObj2:setSizeDeltaX(txW2) + + 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) +end + function GFunc.expandImgToFitTx(imgObj, txObj, spacing) spacing = spacing or 0 local txW = txObj:getComponent(GConst.TYPEOF_UNITY_CLASS.UI_TEXT_MESH_PRO).preferredWidth diff --git a/lua/app/module/activity/act_boss_rush.meta b/lua/app/module/activity/act_boss_rush.meta new file mode 100644 index 00000000..87c1dbb4 --- /dev/null +++ b/lua/app/module/activity/act_boss_rush.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4bc67b0cb6448474b89b7a92613c0fba +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: 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 new file mode 100644 index 00000000..a8c629b7 --- /dev/null +++ b/lua/app/module/activity/act_boss_rush/act_boss_rush_manager.lua @@ -0,0 +1,112 @@ +local ActBossRushManager = class("ActBossRushManager", BaseModule) + +function ActBossRushManager:showMainUI() + UIManager:showUI("app/ui/activity/act_boss_rush/act_boss_rush_ui") +end + +function ActBossRushManager:showFundUI() + +end + +function ActBossRushManager:showRankUI() + +end + +function ActBossRushManager:showShopUI() + +end + +function ActBossRushManager:showPopUI() + UIManager:showUI("app/ui/activity/act_boss_rush/act_boss_rush_pop_ui") + return true +end + +function ActBossRushManager:reqFight() + if not DataManager.ActBossRushData:getFightFree() then + local cost = DataManager.ActBossRushData:getFightCost() + if not GFunc.checkCost(GConst.ItemConst.ITEM_ID_GEM, cost, true) then -- 消耗不足 + return + else + local params ={ + content = I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_1, cost), + boxType = GConst.MESSAGE_BOX_TYPE.MB_OK_CANCEL, + costId = GConst.ItemConst.ITEM_ID_GEM, + costNum = cost, + okFunc = function() + self:sendMessage(ProtoMsgType.FromMsgEnum., {}, {}, self.rspFight, BIReport.ITEM_GET_TYPE.ACT_BOSS_RUSH_FIGHT_START) + end, + } + GFunc.showMessageBox(params) + return + end + end + + self:sendMessage(ProtoMsgType.FromMsgEnum., {}, {}, self.rspFight, BIReport.ITEM_GET_TYPE.ACT_BOSS_RUSH_FIGHT_START) +end + +function ActBossRushManager:rspFight(result) + if result.error_code == GConst.ERROR_STR.SUCCESS then + ModuleManager.BattleManager:playBattle(GConst.BattleConst.BATTLE_TYPE.BOSS_RUSH) + end +end + +function ActBossRushManager:reqEndBattle() + + local params = { + + } + self:sendMessage(ProtoMsgType.FromMsgEnum., params, {}, self.rspEndBattle, BIReport.ITEM_GET_TYPE.ACT_BOSS_RUSH_FIGHT) +end + +function ActBossRushManager:rspEndBattle(result) + if result.error_code == GConst.ERROR_STR.SUCCESS then + -- ModuleManager.BattleManager:showBattleResultUI(result.settlement, result.rewards, checkCount) + end +end + + +function ActBossRushManager:purcharse(id) + PayManager:purchasePackage(id, PayManager.PURCHARSE_TYPE.ACT_GIFT) +end + +function ActBossRushManager:reqFundAward(level, rewardType) + if not DataManager.ActBossRushData:getIsOpen() then + GFunc.showToast(I18N:getGlobalText(I18N.GlobalConst.ACTIVITY_OVER_EDSC)) + return + end + -- 直接一键领取 + local curLevel = DataManager.ActBossRushData:getWaveLevel() + local idWithLv = {} + for id = 1, curLevel do + if DataManager.ActBossRushData:getFreeCanGet(id) then + table.insert(idWithLv, {id = id, grade = 0}) + end + + if DataManager.ActBossRushData:getProCanGet(id) then + table.insert(idWithLv, {id = id, grade = 1}) + end + + if DataManager.ActBossRushData:getUtralCanGet(id) then + table.insert(idWithLv, {id = id, grade = 2}) + end + end + + if not idWithLv[1] then + return + end + + local params = { + id_with_lv = idWithLv + } + + self:sendMessage(ProtoMsgType.FromMsgEnum., params, {}, self.rspFundAward, BIReport.ITEM_GET_TYPE.ACT_BOSS_RUSH_FUND) +end + +function ActBossRushManager:rspFundAward(result) + if result.err_code == GConst.ERROR_STR.SUCCESS then + DataManager.ActBossRushData:gotFundReward(result.id_with_lv) + GFunc.showRewardBox(result.rewards) + end +end + +return ActBossRushManager \ No newline at end of file diff --git a/lua/app/module/activity/act_boss_rush/act_boss_rush_manager.lua.meta b/lua/app/module/activity/act_boss_rush/act_boss_rush_manager.lua.meta new file mode 100644 index 00000000..ae3a5f36 --- /dev/null +++ b/lua/app/module/activity/act_boss_rush/act_boss_rush_manager.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 72435753c4dcd0e419a2685ad64955d6 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/module/battle/battle_const.lua b/lua/app/module/battle/battle_const.lua index 77505f64..40b9c900 100644 --- a/lua/app/module/battle/battle_const.lua +++ b/lua/app/module/battle/battle_const.lua @@ -88,6 +88,7 @@ BattleConst.BATTLE_TYPE = { ARENA = "5", DUNGEON_WEAPON = "6", DUNGEON_ARMOR = "7", + ACT_BOSS_RUSH = "8", } BattleConst.IS_PVP_BATTLE = { @@ -101,6 +102,7 @@ BattleConst.FORMATION_TYPE = { ARENA_DEFEND = "3",-- 竞技场防守 DUNGEON_WEAPON = "4", -- 武器副本 DUNGEON_ARMOR = "5", -- 支线副本 + BOSS_RUSH = "6", -- boss rush } BattleConst.TYPEOF_LUA_COMP = { diff --git a/lua/app/module/battle/controller/battle_controller_boss_rush.lua b/lua/app/module/battle/controller/battle_controller_boss_rush.lua new file mode 100644 index 00000000..5da3a651 --- /dev/null +++ b/lua/app/module/battle/controller/battle_controller_boss_rush.lua @@ -0,0 +1,111 @@ +local BattleController = require "app/module/battle/controller/battle_controller" +local BattleControllerBossRush = class("BattleControllerBossRush", BattleController) +local BattleBuffEntity = require "app/userdata/battle/skill/battle_buff_entity" + +function BattleControllerBossRush:getBoardConfig() + return ConfigManager:getConfig("chapter_board_bossrush") +end + +function BattleControllerBossRush:getChapterConfig() + return ConfigManager:getConfig("activity_boss_rush_chapter") +end + +---- 障碍格子图片 +function BattleControllerBossRush:getBlockIcon() + return "battle_hinder_4" +end + +function BattleControllerBossRush:getChessBoardBgName() + return "chessboard_1" +end + +function BattleControllerBossRush:getScene() + return "bg_1" +end + +function BattleControllerBossRush:getChapterId() + return 1 +end + +function BattleControllerBossRush:getMaxWave() + return ConfigManager:getConfigNum("activity_boss_rush_chapter") * 5 -- 每次5波,一共770 +end + +function BattleControllerBossRush:getInitBoard() + if not self.boradList then + self.boradList = {} + self.fixedRandomGrid = {} + self.mysteryBoxIndexMap = {} + + local boardCfg = self:getBoardConfig() + for id, info in ipairs(self:getChapterConfig()) do + local cfg = boardCfg[info.board_id] + if cfg then + table.insert(self.boradList, {board = GFunc.getTable(cfg.board), gridEdge = GFunc.getTable(cfg.grid_edge)}) + end + end + end + + return self.boradList, self.fixedRandomGrid, self.mysteryBoxIndexMap +end + +function BattleControllerBossRush:controllBattleEnd() + -- self.combatReport = { + -- battleType = GConst.BattleConst.BATTLE_TYPE.ACT_BOSS_RUSH, + -- wave = self.waveIndex, + -- victory = self.victory, + -- } + -- local atkReport = {} + -- local teamEntity = self.battleData:getAtkTeam() + -- local members = teamEntity:getAllMembers() + -- local heroInfo = {} + -- for k, v in pairs(members) do + -- local report = { + -- heroId = v:getId(), + -- dmg = v:getDamageCount(), + -- } + -- table.insert(atkReport, report) + -- heroInfo[v:getId()] = { + -- skill_cast = v:getActiveSkillReleaseCount(), + -- Damage = v:getDamageCount(), + -- } + -- end + -- self.combatReport.atkReport = atkReport + -- if not self.victory then + -- self.combatReport.wave = self.combatReport.wave - 1 + -- end + -- local taskCurProgress = ModuleManager.DailyChallengeManager:getCurTaskProgress(self) + ModuleManager.ActBossRushManager:reqEndBattle(self.chapterId, self.combatReport, self.taskProgress, heroInfo, taskCurProgress) +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 + + -- 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 isFianlStep = self.waveIndex >= self.maxWaveIndex + + -- BIReport:postFightEnd(GConst.BattleConst.BATTLE_TYPE.ACT_BOSS_RUSH, self.battleData, self.chapterId, self.waveIndex, 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.waveIndex, self.chapterId, nil, 1) +end + +return BattleControllerBossRush \ No newline at end of file diff --git a/lua/app/module/battle/controller/battle_controller_boss_rush.lua.meta b/lua/app/module/battle/controller/battle_controller_boss_rush.lua.meta new file mode 100644 index 00000000..1bba7dde --- /dev/null +++ b/lua/app/module/battle/controller/battle_controller_boss_rush.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: ead83638337227e4dba003425edda9df +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/ui/activity/act_boss_rush.meta b/lua/app/ui/activity/act_boss_rush.meta new file mode 100644 index 00000000..a993b0bd --- /dev/null +++ b/lua/app/ui/activity/act_boss_rush.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: cb002506d3ebe7f4b81bfb1f32ccb50b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: 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 new file mode 100644 index 00000000..ada4e272 --- /dev/null +++ b/lua/app/ui/activity/act_boss_rush/act_boss_rush_fund_ui.lua @@ -0,0 +1,166 @@ +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"} + +function ActBossRushFundUI:isFullScreen() + return false +end + +function ActBossRushFundUI:ctor() + self.rewardList = {} + for _, id in pairs(DataManager.ActBossRushData:getBountyList()) do + table.insert(self.rewardList, id) + end + table.sort(self.rewardList, function(a, b) + return a < b + end) +end + +function ActBossRushFundUI:getPrefabPath() + return "assets/prefabs/ui/activity/act_boss_rush/act_boss_rush_fund_ui.prefab" +end + +function ActBossRushFundUI:onLoadRootComplete() + self:_display() + self:_addListeners() + self:_bind() + + self:refreshTime() + if self.actCountdownSid then + self:unscheduleGlobal(self.actCountdownSid) + end + self.actCountdownSid = self:scheduleGlobal(function() + self:refreshTime() + end, 1) +end + +function ActBossRushFundUI:_display() + local uiMap = self.root:genAllChildren() + uiMap["act_boss_rush_fund_ui.bg.bg.title"]:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_15)) + uiMap["act_boss_rush_fund_ui.bg.ui_spine_obj"]:playAnim("idle", true, false) + uiMap["act_boss_rush_fund_ui.bg.level.tx_level"]:setText(DataManager.ActBossRushData:getWaveCount()) + self.downDesc = uiMap["act_boss_rush_fund_ui.bg.bg.desc"] + self.downDesc:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_16)) + + self:refreshBtns() + self:_refreshScrollrect() +end + +function ActBossRushFundUI:_addListeners() + local uiMap = self.root:genAllChildren() + uiMap["act_boss_rush_fund_ui.bg.close_btn"]:addClickListener(function() + self:closeUI() + end) +end + +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() + local uiMap = self.root:genAllChildren() + uiMap["act_boss_rush_fund_ui.bg.title.free.tx_free"]:setText(I18N:getGlobalText(I18N.GlobalConst.STR_FREE)) + + local probtn = uiMap["act_boss_rush_fund_ui.bg.title.buy1"] + local proBtntx = uiMap["act_boss_rush_fund_ui.bg.title.buy1.tx_buyed"] + local proBuy = uiMap["act_boss_rush_fund_ui.bg.title.buy1.tx_buy"] + proBtntx:setText(I18N:getGlobalText(I18N.GlobalConst.ALREADY_ACTIVE)) + proBuy:setText(DataManager.ActBossRushData:getProPrice()) + + if DataManager.ActBossRushData:getProBought() then + probtn:setSprite(GConst.ATLAS_PATH.ACT_BOSS_RUSH, BTN_ICON[2]) + probtn:setTouchEnable(false) + proBtntx:setVisible(true) + proBuy:setVisible(false) + else + probtn:setSprite(GConst.ATLAS_PATH.COMMON, BTN_ICON[1]) + probtn:setTouchEnable(true) + probtn:addClickListener(function() + ModuleManager.ActBossRushManager:purcharse(DataManager.ActBossRushData:getProActId()) + end) + proBtntx:setVisible(false) + proBuy:setVisible(true) + end + + local utralbtn = uiMap["act_boss_rush_fund_ui.bg.title.buy2"] + local utralBtntx = uiMap["act_boss_rush_fund_ui.bg.title.buy2.tx_buyed"] + local utralBuy = uiMap["act_boss_rush_fund_ui.bg.title.buy2.tx_buy"] + utralBtntx:setText(I18N:getGlobalText(I18N.GlobalConst.ALREADY_ACTIVE)) + utralBuy:setText(DataManager.ActBossRushData:gettUtralPrice()) + + if DataManager.ActBossRushData:getUtralBought() then + utralbtn:setSprite(GConst.ATLAS_PATH.ACT_BOSS_RUSH, BTN_ICON[2]) + utralbtn:setTouchEnable(false) + utralBtntx:setVisible(true) + utralBuy:setVisible(false) + else + utralbtn:setSprite(GConst.ATLAS_PATH.COMMON, BTN_ICON[1]) + utralbtn:setTouchEnable(true) + utralbtn:addClickListener(function() + ModuleManager.ActBossRushManager:purcharse(DataManager.ActBossRushData:getUtralActId()) + end) + utralBtntx:setVisible(false) + utralBuy:setVisible(true) + end +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 totalCount = #self.rewardList + local maskCount = math.max(0, totalCount - level) + mask:setAnchoredPositionY(-10 - level * 120) + mask:setSizeDeltaY(maskCount * 120 + 20) + local progSlider = uiMap["act_boss_rush_fund_ui.bg.scrollrect.viewport.content.prog.img_prog"]:getComponent(GConst.TYPEOF_UNITY_CLASS.BF_SLIDER) + local y = (totalCount - 1) * 120 + if (level - 1) >= 0 then + progSlider.value = (level - 1) / (totalCount - 1) + else + progSlider.value = 0 + end + mask:setVisible(level < totalCount) + + if self.scrollRectComp then + self.scrollRectComp:updateAllCell() + return + end + + local prog = uiMap["act_boss_rush_fund_ui.bg.scrollrect.viewport.content.prog"] + prog:setSizeDeltaY(y) + self.scrollRectComp = uiMap["act_boss_rush_fund_ui.bg.scrollrect"]:addLuaComponent(GConst.TYPEOF_LUA_CLASS.SCROLL_RECT_BASE) + self.scrollRectComp:addInitCallback(function() + return FUND_CELL + end) + self.scrollRectComp:addRefreshCallback(function(index, cell) + cell:refresh(self.rewardList[index]) + mask:getTransform():SetAsLastSibling() + end) + self.scrollRectComp:clearCells() + self.scrollRectComp:setTotalCount(0) + if level < 1 then + level = 1 + end + self.scrollRectComp:refillCells(totalCount, nil, level) +end + +function ActBossRushFundUI:refreshTime() + local uiMap = self.root:genAllChildren() + local remainTime = DataManager.ActBossRushData:getRemainTime() + local str + if remainTime <= 0 then + str = I18N:getGlobalText(I18N.GlobalConst.ACTIVITY_OVER_EDSC) + else + str = Time:formatNumTimeStr(remainTime) + end + uiMap["act_boss_rush_fund_ui.bg.countdown.tx_countdown"]:setText(str) +end + +return ActBossRushFundUI \ No newline at end of file diff --git a/lua/app/ui/activity/act_boss_rush/act_boss_rush_fund_ui.lua.meta b/lua/app/ui/activity/act_boss_rush/act_boss_rush_fund_ui.lua.meta new file mode 100644 index 00000000..afec8598 --- /dev/null +++ b/lua/app/ui/activity/act_boss_rush/act_boss_rush_fund_ui.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 45ba6058207d9da498e2e6f026751fa9 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} 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 new file mode 100644 index 00000000..6aecff85 --- /dev/null +++ b/lua/app/ui/activity/act_boss_rush/act_boss_rush_pop_ui.lua @@ -0,0 +1,59 @@ +local ActBossRushPopUI = class("ActBossRushPopUI", BaseUI) + +function ActBossRushPopUI:isFullScreen() + return false +end + +function ActBossRushPopUI:getPrefabPath() + return "assets/prefabs/ui/activity/act_boss_rush/act_boss_rush_pop_ui.prefab" +end + +function ActBossRushPopUI:onLoadRootComplete() + self:_display() + self:_addListeners() + + self:refreshTime() + if self.actCountdownSid then + self:unscheduleGlobal(self.actCountdownSid) + end + self.actCountdownSid = self:scheduleGlobal(function() + self:refreshTime() + end, 1) +end + +function ActBossRushPopUI:_display() + local uiMap = self.root:genAllChildren() + 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)) +end + +function ActBossRushPopUI:_addListeners() + local uiMap = self.root:genAllChildren() + uiMap["act_boss_rush_pop_ui.mask"]:addClickListener(function() + self:closeUI() + end) + + uiMap["act_boss_rush_pop_ui.btn_goto"]:addClickListener(function() + if not DataManager.ActBossRushData:getIsOpen() then + GFunc.showToast(I18N:getGlobalText(I18N.GlobalConst.ACTIVITY_OVER_EDSC)) + return + end + ModuleManager.ActBossRushManager:showMainUI() + self:closeUI() + end) +end + +function ActBossRushPopUI:refreshTime() + local uiMap = self.root:genAllChildren() + local remainTime = DataManager.ActBossRushData:getRemainTime() + local str + if remainTime <= 0 then + str = I18N:getGlobalText(I18N.GlobalConst.ACTIVITY_OVER_EDSC) + else + str = Time:formatNumTimeStr(remainTime) + end + uiMap["act_boss_rush_pop_ui.ui_spine_obj.countdown.tx_countdown"]:setText(str) +end + +return ActBossRushPopUI \ No newline at end of file diff --git a/lua/app/ui/activity/act_boss_rush/act_boss_rush_pop_ui.lua.meta b/lua/app/ui/activity/act_boss_rush/act_boss_rush_pop_ui.lua.meta new file mode 100644 index 00000000..8bbb9fcf --- /dev/null +++ b/lua/app/ui/activity/act_boss_rush/act_boss_rush_pop_ui.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: c80ebce3c84c2684c88d7ad6c254c656 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} 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 new file mode 100644 index 00000000..89b0e70d --- /dev/null +++ b/lua/app/ui/activity/act_boss_rush/act_boss_rush_ui.lua @@ -0,0 +1,143 @@ +local ActBossRushUI = class("ActBossRushUI", BaseUI) + +local RANK_CELL = "app/ui/activity/act_boss_rush/cell/rank_cell" + +function ActBossRushUI:getPrefabPath() + return "assets/prefabs/ui/activity/act_boss_rush/act_boss_rush_ui.prefab" +end + +function ActBossRushUI:ctor() + +end + +function ActBossRushUI:onLoadRootComplete() + self:_display() + self:_addListeners() + self:_bind() + + self:refreshTime() + if self.actCountdownSid then + self:unscheduleGlobal(self.actCountdownSid) + end + self.actCountdownSid = self:scheduleGlobal(function() + self:refreshTime() + end, 1) +end + +function ActBossRushUI:_display() + local uiMap = self.root:genAllChildren() + uiMap["act_boss_rush_ui.bg.title_tx"]:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_2)) + uiMap["act_boss_rush_ui.bg.tx_today_rank"]:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_3)) + uiMap["act_boss_rush_ui.down.formation_btn.text"]:setText(I18N:getGlobalText(I18N.GlobalConst.DUNGEON_WEAPON_DESC_4)) + 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)) + + 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"] + local todayMaxWaveImg = uiMap["act_boss_rush_ui.bg.img_today_max_wave"] + todayMaxWaveDesc:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_4)) + todayMaxWave:setText(DataManager.ActBossRushData:getTodayMaxWave()) + GFunc.centerTxAndImgAndTx(todayMaxWaveDesc, 5, todayMaxWaveImg, 5, todayMaxWave) + + uiMap["act_boss_rush_ui.bg.tx_today_fight_count"]:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_5, DataManager.ActBossRushData:getTodayFightCount())) + + local cost = uiMap["act_boss_rush_ui.bg.fight_btn.cost"] + local costIcon = uiMap["act_boss_rush_ui.bg.cost.icon"] + local costDesc = uiMap["act_boss_rush_ui.bg.cost.tx_cost_desc"] + local costNum = uiMap["act_boss_rush_ui.bg.cost.tx_cost"] + + local todayFreeFightCount = uiMap["act_boss_rush_ui.bg.tx_count"] + local count = DataManager.ActBossRushData:getFreeFightCount() + if count > 0 then + todayFreeFightCount:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_6, count)) + cost:setVisible(false) + else + todayFreeFightCount:setText(GConst.EMPTY_STRING) + cost:setVisible(true) + costDesc:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_7)) + costNum:setText(DataManager.ActBossRushData:getFightCost()) + GFunc.centerTxAndImgAndTx(costDesc, 5, costIcon, 5, costNum) + end + + self:refreshRankList() + self:refreshFormation() +end + +function ActBossRushUI:_addListeners() + local uiMap = self.root:genAllChildren() + uiMap["act_boss_rush_ui.bg.fight_btn"]:addClickListener(function() + ModuleManager.ActBossRushManager:reqFight() + end) + + uiMap["act_boss_rush_ui.down.formation_btn"]:addClickListener(function() + ModuleManager.CommonManager:showFormationUI(GConst.BattleConst.FORMATION_TYPE.BOSS_RUSH) + end) + + uiMap["act_boss_rush_ui.down.close_btn"]:addClickListener(function() + self:closeUI() + end) + + uiMap["act_boss_rush_ui.bg.btn_rank"]:addClickListener(function() + ModuleManager.ActBossRushManager:showRankUI() + end) + + uiMap["act_boss_rush_ui.bg.btn_bounty"]:addClickListener(function() + ModuleManager.ActBossRushManager:showFundUI() + end) + + uiMap["act_boss_rush_ui.bg.btn_shop"]:addClickListener(function() + ModuleManager.ActBossRushManager:showShopUI() + end) +end + +function ActBossRushUI:_bind() + self.bind(DataManager.ActBossRushData, "isDirty", function() + self:_display() + end) + + self:bind(DataManager.FormationData, "dirty", function() + self:refreshFormation() + end) + + self:bind(DataManager.HeroData, "isDirty", function() + self:refreshFormation() + end) +end + +function ActBossRushUI:refreshRankList() + if not self.rankCells then + self.rankCells = {} + local uiMap = self.root:genAllChildren() + for i = 1, 3 do + self.rankCells[i] = CellManager:addCellComp(uiMap["act_boss_rush_ui.bg.act_rank_cell_" .. i], RANK_CELL) + end + end + + local list = DataManager.ActBossRushData:getTodayRankList() + for index, cell in ipairs(self.rankCells) do + cell:refresh(index, list[index]) + end +end + +function ActBossRushUI:refreshTime() + local uiMap = self.root:genAllChildren() + local remainTime = DataManager.ActBossRushData:getRemainTime() + local str + if remainTime <= 0 then + str = I18N:getGlobalText(I18N.GlobalConst.ACTIVITY_OVER_EDSC) + else + str = Time:formatNumTimeStr(remainTime) + end + uiMap["act_boss_rush_ui.bg.time_bg.time"]:setText(str) +end + +function ActBossRushUI:refreshFormation() + if not self.formationComp then + local uiMap = self.root:genAllChildren() + self.formationComp = uiMap["act_boss_rush_ui.bg.hero_formation_comp"]:addLuaComponent(GConst.TYPEOF_LUA_CLASS.HERO_FORMATION_COMP) + end + self.formationComp:refreshByFormation(DataManager.FormationData:getBossRushFormation()) +end + +return ActBossRushUI \ No newline at end of file diff --git a/lua/app/ui/activity/act_boss_rush/act_boss_rush_ui.lua.meta b/lua/app/ui/activity/act_boss_rush/act_boss_rush_ui.lua.meta new file mode 100644 index 00000000..dda9d8af --- /dev/null +++ b/lua/app/ui/activity/act_boss_rush/act_boss_rush_ui.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 6309932b9c9dcee4a958a6d21ce8a252 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/ui/activity/act_boss_rush/cell.meta b/lua/app/ui/activity/act_boss_rush/cell.meta new file mode 100644 index 00000000..2566ca89 --- /dev/null +++ b/lua/app/ui/activity/act_boss_rush/cell.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e3ad55d83f2f7554b9c8c21a442f894f +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/lua/app/ui/activity/act_boss_rush/cell/fund_cell.lua b/lua/app/ui/activity/act_boss_rush/cell/fund_cell.lua new file mode 100644 index 00000000..1d315e06 --- /dev/null +++ b/lua/app/ui/activity/act_boss_rush/cell/fund_cell.lua @@ -0,0 +1,76 @@ +local FundCell = class("FundCell", BaseCell) + +function FundCell:init() + local uiMap = self:getUIMap() + self.txLevel = uiMap["fund_cell.level.tx_level"] + self.rewardCell1 = uiMap["fund_cell.reward_cell_1"]:addLuaComponent(GConst.TYPEOF_LUA_CLASS.REWARD_CELL) + self.rewardCell2 = uiMap["fund_cell.reward_cell_2"]:addLuaComponent(GConst.TYPEOF_LUA_CLASS.REWARD_CELL) + self.rewardCell3 = uiMap["fund_cell.reward_cell_3"]:addLuaComponent(GConst.TYPEOF_LUA_CLASS.REWARD_CELL) +end + +function FundCell:refresh(level) + self.txLevel:setText(DataManager.ActBossRushData:getLevelWave(level)) + + local isGet + + isGet = DataManager.ActBossRushData:getFreeGot(level) + local reward = DataManager.ActBossRushData:getReward(level, DataManager.ActBossRushData.REWARD_TYPE.FREE) + if reward then + self.rewardCell1:refreshByConfig(reward, isGet, isGet) + end + self.rewardCell1:showLock(false) + if DataManager.ActBossRushData:getFreeCanGet(level) then + self.rewardCell1:showFrameAnimation() + self.rewardCell1.baseObject:addRedPoint(50, 50, 0.6) + self.rewardCell1:addClickListener(function() + self:onClickReward(level, DataManager.ActBossRushData.REWARD_TYPE.FREE) + end) + else + self.rewardCell1:hideFrameAnimation() + self.rewardCell1.baseObject:removeRedPoint() + self.rewardCell1:addClickListener(nil) + end + + isGet = DataManager.ActBossRushData:getProGot(level) + local reward = DataManager.ActBossRushData:getReward(level, DataManager.ActBossRushData.REWARD_TYPE.PRO) + if reward then + self.rewardCell2:refreshByConfig(reward, isGet, isGet) + end + self.rewardCell2:showLock(not DataManager.ActBossRushData:getProBought()) + if DataManager.ActBossRushData:getProCanGet(level) then + self.rewardCell2:showFrameAnimation() + self.rewardCell2.baseObject:addRedPoint(50, 50, 0.6) + self.rewardCell2:addClickListener(function() + self:onClickReward(level, DataManager.ActBossRushData.REWARD_TYPE.PRO) + end) + else + self.rewardCell2:hideFrameAnimation() + self.rewardCell2.baseObject:removeRedPoint() + self.rewardCell2:addClickListener(nil) + end + + isGet = DataManager.ActBossRushData:getUtralGot(level) + local reward = DataManager.ActBossRushData:getReward(level, DataManager.ActBossRushData.REWARD_TYPE.UTRAL) + if reward then + self.rewardCell3:refreshByConfig(reward, isGet, isGet) + end + self.rewardCell3:showLock(not DataManager.ActBossRushData:getUtralBought()) + if DataManager.ActBossRushData:getUtralCanGet(level) then + self.rewardCell3:showFrameAnimation() + self.rewardCell3.baseObject:addRedPoint(50, 50, 0.6) + self.rewardCell3:addClickListener(function() + self:onClickReward(level, DataManager.ActBossRushData.REWARD_TYPE.UTRAL) + end) + else + self.rewardCell3:hideFrameAnimation() + self.rewardCell3.baseObject:removeRedPoint() + self.rewardCell3:addClickListener(nil) + end +end + +-- 领取奖励 +function FundCell:onClickReward(level, rewardType) + ModuleManager.ActBossRushManager:reqFundAward(level, rewardType) +end + +return FundCell \ No newline at end of file diff --git a/lua/app/ui/activity/act_boss_rush/cell/fund_cell.lua.meta b/lua/app/ui/activity/act_boss_rush/cell/fund_cell.lua.meta new file mode 100644 index 00000000..59b2d0cc --- /dev/null +++ b/lua/app/ui/activity/act_boss_rush/cell/fund_cell.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: b36db9010b508c0478375b99251e7b35 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} 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 new file mode 100644 index 00000000..17ce040f --- /dev/null +++ b/lua/app/ui/activity/act_boss_rush/cell/rank_cell.lua @@ -0,0 +1,45 @@ +local RankCell = class("RankCell", BaseCell) + +local RANK_ICON = { + "", + "", + "" +} + +function RankCell:refresh(index, info) + local uiMap = self:getUIMap() + if not self.playerHeadCell then + self.playerHeadCell = CellManager:addCellComp(uiMap["act_rank_cell.player_head_cell"], GConst.TYPEOF_LUA_CLASS.PLAYER_HEAD_CELL) + end + uiMap["act_rank_cell.tx_rank"]:setText(index) + local imgRank = uiMap["act_rank_cell.img_rank"] + if RANK_ICON[index] then + imgRank:setVisible(true) + -- imgRank:setSprite(GConst.ATLAS_PATH.ACT_BOSS_RUSH, RANK_ICON[index]) + else + imgRank:setVisible(false) + end + + local txName = uiMap["act_rank_cell.tx_name"] + local txWave = uiMap["act_rank_cell.tx_wave"] + local txRound = uiMap["act_rank_cell.tx_round"] + + if info then + txName:setText(info.name) + txWave:setText(info.wave) + txRound:setText(info.round) + self.playerHeadCell:getBaseObject():addClickListener(function() + Logger.logHighlight("显示阵容") + end) + self.playerHeadCell:refresh(info.avatar_id, info.avatar_frame, false) + else + txName:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_8)) + txWave:setText("--") + txRound:setText("--") + self.playerHeadCell:getBaseObject():addClickListener(nil) + self.playerHeadCell:refresh(3001, 1000, false) -- 默认 + end + +end + +return RankCell \ No newline at end of file diff --git a/lua/app/ui/activity/act_boss_rush/cell/rank_cell.lua.meta b/lua/app/ui/activity/act_boss_rush/cell/rank_cell.lua.meta new file mode 100644 index 00000000..2162c314 --- /dev/null +++ b/lua/app/ui/activity/act_boss_rush/cell/rank_cell.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 032e61c832631f04b9b9eceb08853b1d +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/ui/hero/hero_comp.lua b/lua/app/ui/hero/hero_comp.lua index 4dba8039..ed3b4f52 100644 --- a/lua/app/ui/hero/hero_comp.lua +++ b/lua/app/ui/hero/hero_comp.lua @@ -94,6 +94,8 @@ function HeroComp:refresh(battleType) self:refreshDungeonWeaponFormation() elseif self.battleType == GConst.BattleConst.FORMATION_TYPE.DUNGEON_ARMOR then self:refreshDungeonArmorFormation() + elseif self.battleType == GConst.BattleConst.FORMATION_TYPE.BOSS_RUSH then + self:refreshBossRushFormation() end end @@ -166,6 +168,19 @@ function HeroComp:refreshDungeonArmorFormation() self:refreshScrollRect() end +function HeroComp:refreshBossRushFormation() + self.txTitle:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_9)) + self.rimgTopBG:setTexture("assets/arts/textures/background/hero/hero_bg_1.png") + self.curFormation = DataManager.FormationData:getBossRushFormation() + + self.onClickUseFunc = function(id, type) + DataManager.FormationData:upHeroToFormation(self.battleType, type, id) + self:refreshBossRushFormation() + end + + self:refreshScrollRect() +end + function HeroComp:refreshScrollRect() self.heroList = DataManager.HeroData:getAllHeroesSort(self.battleType) -- 每次都重新算一次 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 new file mode 100644 index 00000000..a8946831 --- /dev/null +++ b/lua/app/ui/main_city/cell/side_bar_boss_rush_cell.lua @@ -0,0 +1,50 @@ +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 +end + +function SideBarBossRushCell:getHasPurchase() + return true +end + +function SideBarBossRushCell:getIsOpen() + return DataManager.ActBossRushData:getIsOpen() +end + +function SideBarBossRushCell:getSpineName() + return "ui_main_herofund" +end + +function SideBarBossRushCell:onClick() + ModuleManager.ActBossRushManager:showMainUI() +end + +function SideBarBossRushCell:getIsShowRedPoint() + return DataManager.ActBossRushData:getRp() +end + +function SideBarBossRushCell:onRefresh() + self.timeBg:setVisible(true) + self:_refreshTime() +end + +function SideBarBossRushCell:updateTime() + if self:getIsOpen() then + self:_refreshTime() + else + self:closeBtn() + end +end + +function SideBarBossRushCell:_refreshTime() + local remainTime = DataManager.HeroFundData:getRemainTime() + if remainTime >= 0 then + self.timeTx:setText(GFunc.getTimeStr(remainTime)) + else + self.timeTx:setText("00:00:00") + end +end + +return SideBarBossRushCell \ No newline at end of file diff --git a/lua/app/ui/main_city/cell/side_bar_boss_rush_cell.lua.meta b/lua/app/ui/main_city/cell/side_bar_boss_rush_cell.lua.meta new file mode 100644 index 00000000..de16c931 --- /dev/null +++ b/lua/app/ui/main_city/cell/side_bar_boss_rush_cell.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 7f46400ca989c054594fb980979f5e8b +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/ui/main_city/cell/side_bar_hero_fund_cell.lua b/lua/app/ui/main_city/cell/side_bar_hero_fund_cell.lua index f7c08a1f..d43ef0d8 100644 --- a/lua/app/ui/main_city/cell/side_bar_hero_fund_cell.lua +++ b/lua/app/ui/main_city/cell/side_bar_hero_fund_cell.lua @@ -6,7 +6,7 @@ function SideBarHeroFundCell:getModuleKey() end function SideBarHeroFundCell:getHasPurchase() - return false + return true end function SideBarHeroFundCell:getIsOpen() diff --git a/lua/app/ui/main_city/main_city_ui.lua b/lua/app/ui/main_city/main_city_ui.lua index 4235f8d5..f273535b 100644 --- a/lua/app/ui/main_city/main_city_ui.lua +++ b/lua/app/ui/main_city/main_city_ui.lua @@ -1029,6 +1029,13 @@ function MainCityUI:checkMainPop() showType = BIReport.PAY_UI_SHOW_TYPE.LOGIN_POP end ModuleManager.ActivityManager:showGoldPigUI(showType) + return + end + + if DataManager.ActBossRushData:getIsOpen() then -- 弹窗 + if ModuleManager.ActBossRushManager:showPopUI() then + return + end end end diff --git a/lua/app/userdata/activity/act_boss_rush.meta b/lua/app/userdata/activity/act_boss_rush.meta new file mode 100644 index 00000000..2ebd44ea --- /dev/null +++ b/lua/app/userdata/activity/act_boss_rush.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8f03a26eebd5c8c4da63b03db9b6be58 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: 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 new file mode 100644 index 00000000..8e531fbd --- /dev/null +++ b/lua/app/userdata/activity/act_boss_rush/act_boss_rush_data.lua @@ -0,0 +1,393 @@ +local ActBossRushData = class("ActBossRushData", BaseData) + +local ACT_ID = 206 +local PRO_ACT_ID = 130502 +local UTRAL_ACT_ID = 130602 + +ActBossRushData.REWARD_TYPE = { + FREE = 1, + PRO = 2, + UTRAL = 3 +} + +function ActBossRushData:clear() + self.data.isDirty = false + self.endTime = 0 + -- 战斗相关 + self.stageRandomSeed = 0 + self.stageList = {} + self.todayMaxWave = 0 + self.todayFightCount = 0 + self.fightCount = 0 + -- 兑换 + self.shop = {} + -- 战令 + self.waveCount = 0 -- 波次 + self.waveLevel = 0 -- 波次等级 可领的最高等级 + self.freeLevel = 0 -- 免费领取过的等级 + self.proLevel = 0 -- 付费1领取过的等级 + self.utralLevel = 0 -- 付费2领取过的等级 + self.free_awarded = {} -- 领取过的免费id + self.pay_low_awarded = {} -- 领取过的付费1id + self.pay_high_awarded = {} -- 领取过的付费2id + self.proBounght = false -- 付费1已购买 + self.utralBounght = false -- 付费2已购买 + self.waveLevelList = {} -- 缓存波次等级 + self.waveLevelListCount = 0 -- 缓存最大等级 + -- 排行榜 + self.lastRankList = {} + self.rankList = {} + self.selfRank = {} + self.todayRerwardGot = false +end + +function ActBossRushData:ctor() + self:clear() +end + +function ActBossRushData:init(data) + if not data then + return + end + + -- 战斗 + self.stageRandomSeed = data.self.stageRandomSeed or Time:getBeginningOfServerToday() + self.todayFightCount = data.todayFightCount or 0 + self.fightCount = data.fightCount or 0 + self.stageList = {} + for id, info in ipairs(ConfigManager:getConfig("activity_boss_rush_chapter")) do + table.insert(self.stageList, id) + end + self.stageList = table.shuffleBySeed(self.stageList, self.stageRandomSeed) + + -- 兑换 + self.shop = data.shop + + -- 战令 + 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 + 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:initTaskListener() +end + +function ActBossRushData:setDirty() + self.data.isDirty = not self.data.isDirty +end + +function ActBossRushData:getIsOpen() + -- 开启条件 + return self.endTime > Time:getServerTime() +end + +function ActBossRushData:getRp() + +end + +function ActBossRushData:getRemainTime() + local time = self.endTime - Time:getServerTime() + if time < 0 then + time = 0 + end + return time +end + +---- 战斗 +function ActBossRushData:getTodayMaxWave() + return self.todayMaxWave or 0 +end + +function ActBossRushData:getTodayFightCount() + return self.todayFightCount +end + +function ActBossRushData:getFreeFightLimit() + return 1 +end + +function ActBossRushData:getFreeFightCount() + local count = self:getFreeFightLimit() - self:getTodayFightCount() + if count < 0 then + count = 0 + end + return count +end + +function ActBossRushData:getFightFree() + return self.todayFightCount <= 0 +end + +function ActBossRushData:getFightCost() + local count = self.todayFightCount - self:getFreeFightLimit() + if count <= 0 then + return 0 + end + return count * 20 -- 每次增加20 +end + + +---- 排行榜 +function ActBossRushData:getTodayRankList() + if self:getRemainTime() < 86400 then -- 最后一天 + return self.lastRankList + end + return self.rankList +end + +---- 战令 +function ActBossRushData:getBountyCfg() + return ConfigManager:getConfig("activity_bounty_level") +end + +function ActBossRushData:getBountyList() + if not self.bountyList then + self.bountyList = GFunc.getTable(DataManager:getActivityBountyLevelByActId(ACT_ID) or {}) + end + return self.bountyList +end + +function ActBossRushData:getWaveCount() + return self.waveCount or 0 +end + +function ActBossRushData:getWaveLevel() + return self.waveLevel or 0 +end + +function ActBossRushData:getLevelWave(level) + return self.waveLevelList[level] or 0 +end + +function ActBossRushData:addWaveCount(count) + 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 + local wave = self.waveLevelList[id] + if wave and wave <= self.waveCount then + self.waveLevel = id + else + break + end + end + end + + self:setDirty() +end + +function ActBossRushData:getFreeGot(level) + return self.free_awarded[level] +end + +function ActBossRushData:setFreeGot(level) + if not self.free_awarded[level] then + self.freeLevel = self.freeLevel + 1 + end + self.free_awarded[level] = true +end + +function ActBossRushData:getProActId() + return PRO_ACT_ID +end + +function ActBossRushData:getProPrice() + local cfg = ConfigManager:getConfig("act_gift")[PRO_ACT_ID] + if not cfg then + return GConst.EMPTY_STRING + end + return GFunc.getFormatPrice(cfg.recharge_id) +end + +function ActBossRushData:getProGot(level) + return self.pay_low_awarded[level] +end + +function ActBossRushData:setProGot(level) + if not self.pay_low_awarded[level] then + self.proLevel = self.proLevel + 1 + end + self.pay_low_awarded[level] = true +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 + +function ActBossRushData:setProBought() + self.proBounght = true + self:setDirty() +end + +function ActBossRushData:getUtralActId() + return UTRAL_ACT_ID +end + +function ActBossRushData:gettUtralPrice() + local cfg = ConfigManager:getConfig("act_gift")[UTRAL_ACT_ID] + if not cfg then + return GConst.EMPTY_STRING + end + return GFunc.getFormatPrice(cfg.recharge_id) +end + +function ActBossRushData:getUtralGot(level) + return self.pay_high_awarded[level] +end + +function ActBossRushData:setUtralGot(level) + if not self.pay_high_awarded[level] then + self.utralLevel = self.utralLevel + 1 + end + self.pay_high_awarded[level] = true +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 + +function ActBossRushData:setUtralBought() + self.utralBounght = true + self:setDirty() +end + +function ActBossRushData:gotFundReward(idWithLv) + if not idWithLv then + return + end + + for _, info in ipairs(idWithLv) do + if info.grade == 0 then + self:setFreeGot(info.id) + elseif info.grade == 1 then + self:setProGot(info.id) + elseif info.grade == 2 then + self:setUtralGot(info.id) + end + end + + self:setDirty() +end + +function ActBossRushData:getFreeCanGet(level) + if self:getFreeGot(level) then + return false + end + + if self.waveLevel < level then + return false + end + + return true +end + +function ActBossRushData:getProCanGet(level) + if self:getProGot(level) then + return false + end + + if not self.proBounght then + return false + end + + if self.waveLevel < level then + return false + end + + return true +end + +function ActBossRushData:getUtralCanGet(level) + if self:getUtralGot(level) then + return false + end + + if not self.utralBounght then + return false + end + + if self.waveLevel < level then + return false + end + + return true +end + +function ActBossRushData:getHaveReward() + if self.freeLevel < self.waveLevel then + return true + end + + if self.proBounght then + if self.proLevel < self.waveLevel then + return true + end + end + + if self.utralBounght then + if self.utralLevel < self.waveLevel then + return true + end + end + + return false +end + +function ActBossRushData:getReward(level, rewardType) + local cfg = self:getConfig()[level] + if not cfg then + return + end + + if rewardType == ActBossRushData.REWARD_TYPE.FREE then + return cfg.reward + elseif rewardType == ActBossRushData.REWARD_TYPE.PRO then + return cfg.reward_pro + elseif rewardType == ActBossRushData.REWARD_TYPE.UTRAL then + return cfg.reward_pro_max + end +end + +function ActBossRushData:initTaskListener() + local nowTime = Time:getServerTime() + -- 活动结束就不用监听了 + if self.endTime > 0 and self.endTime < nowTime then + ModuleManager.TaskManager:unRegisterAllModuleTask("ActBossRushData") + return false + end + + ModuleManager.TaskManager:registerTask("ActBossRushData", GConst.TaskConst.TASK_TYPE.X_BATTLE_PASS_WAVE, function(count) + if not self:getIsOpen() then + return + end + self:addWaveCount(count) + end) +end + +return ActBossRushData \ No newline at end of file diff --git a/lua/app/userdata/activity/act_boss_rush/act_boss_rush_data.lua.meta b/lua/app/userdata/activity/act_boss_rush/act_boss_rush_data.lua.meta new file mode 100644 index 00000000..fe7e587f --- /dev/null +++ b/lua/app/userdata/activity/act_boss_rush/act_boss_rush_data.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: a9dee8d82b60a8b4c88bed4c0c52260b +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/userdata/formation/formation_data.lua b/lua/app/userdata/formation/formation_data.lua index 1e216399..077297ef 100644 --- a/lua/app/userdata/formation/formation_data.lua +++ b/lua/app/userdata/formation/formation_data.lua @@ -104,6 +104,15 @@ function FormationData:getDungeonArmorFormation() return formation end +function FormationData:getBossRushFormation() + local formation = self:getFormation(GConst.BattleConst.FORMATION_TYPE.BOSS_RUSH) + if table.nums(formation) <= 0 then + self:setFormation(GConst.BattleConst.FORMATION_TYPE.BOSS_RUSH, self:getFormation(GConst.BattleConst.FORMATION_TYPE.STAGE)) -- 如果没有,则用默认关卡 + formation = self:getFormation(GConst.BattleConst.FORMATION_TYPE.BOSS_RUSH) + end + return formation +end + function FormationData:getFormation(formationType) local formation = self.formations[formationType] if formation == nil then From ebeb74a101bfc6633ee1360affb523fb799be62e Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Wed, 30 Aug 2023 19:16:00 +0800 Subject: [PATCH 06/55] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/config/chapter.lua | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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, From b40d1acf9d8e5d15611e85ebf7df03c16e93477b Mon Sep 17 00:00:00 2001 From: Fang Date: Thu, 31 Aug 2023 18:10:01 +0800 Subject: [PATCH 07/55] =?UTF-8?q?=E7=82=B9=E5=87=BB=E8=8B=B1=E9=9B=84?= =?UTF-8?q?=E5=8D=A1=E9=9D=A2=EF=BC=8C=E4=B8=8D=E6=98=BE=E7=A4=BA=E7=9A=AE?= =?UTF-8?q?=E8=82=A4fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/ui/common/cell/large_hero_cell.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/app/ui/common/cell/large_hero_cell.lua b/lua/app/ui/common/cell/large_hero_cell.lua index ccb7372b..002cd056 100644 --- a/lua/app/ui/common/cell/large_hero_cell.lua +++ b/lua/app/ui/common/cell/large_hero_cell.lua @@ -37,6 +37,7 @@ function LargeHeroCell:refresh(heroEntity, isGray, useFunc) self.matchType = heroEntity:getMatchType() local heroInfo = heroEntity:getConfig() self:_refresh(heroInfo, isGray) + self.icon:setSprite(GConst.ATLAS_PATH.ICON_HERO_2, DataManager.SkinData:getIcon(heroEntity:getSkinId())) local str if heroEntity:canLvUp() then str = I18N:getGlobalText(I18N.GlobalConst.HERO_DESC_4) @@ -61,7 +62,6 @@ function LargeHeroCell:_refresh(heroInfo, isGray) else self.heroBg:setSprite(GConst.ATLAS_PATH.ICON_HERO, GConst.FRAME_QLT[heroInfo.qlt]) end - self.icon:setSprite(GConst.ATLAS_PATH.ICON_HERO_2, tostring(heroInfo.icon)) self.heroDec:setSprite(GConst.ATLAS_PATH.ICON_HERO, GConst.HERO_DEC_QLT[heroInfo.qlt]) self.matchImg:setSprite(GConst.ATLAS_PATH.ICON_HERO, GConst.HeroConst.MATCH_ICON_NAME[heroInfo.position]) self.check:setVisible(false) From 049d7508ea5bbd122105707c9062ad855c6170f7 Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Thu, 31 Aug 2023 20:18:14 +0800 Subject: [PATCH 08/55] bossrush --- lua/app/common/bi_report.lua | 3 + lua/app/common/data_manager.lua | 18 +- lua/app/config/strings/cn/global.lua | 15 + lua/app/global/global_const.lua | 3 +- .../act_boss_rush/act_boss_rush_manager.lua | 117 ++++++- lua/app/module/common/common_manager.lua | 12 + .../act_boss_rush/act_boss_rush_fund_ui.lua | 22 +- .../act_boss_rush/act_boss_rush_pop_ui.lua | 2 +- .../act_boss_rush/act_boss_rush_rank_ui.lua | 292 ++++++++++++++++++ .../act_boss_rush_rank_ui.lua.meta | 10 + .../act_boss_rush/act_boss_rush_shop_ui.lua | 105 +++++++ .../act_boss_rush_shop_ui.lua.meta | 10 + .../act_boss_rush/act_boss_rush_ui.lua | 31 +- .../activity/act_boss_rush/cell/rank_cell.lua | 23 +- .../act_boss_rush/cell/rank_reward_cell.lua | 29 ++ .../cell/rank_reward_cell.lua.meta | 10 + .../activity/act_boss_rush/cell/shop_cell.lua | 47 +++ .../act_boss_rush/cell/shop_cell.lua.meta | 10 + .../act_boss_rush/cell/top_rank_cell.lua | 36 +++ .../act_boss_rush/cell/top_rank_cell.lua.meta | 10 + lua/app/ui/common/common_exchange_ui.lua | 102 ++++++ lua/app/ui/common/common_exchange_ui.lua.meta | 10 + lua/app/ui/common/common_formation_ui.lua | 2 + .../cell/side_bar_boss_rush_cell.lua | 2 +- .../act_boss_rush/act_boss_rush_data.lua | 188 ++++++++++- 25 files changed, 1075 insertions(+), 34 deletions(-) create mode 100644 lua/app/ui/activity/act_boss_rush/act_boss_rush_rank_ui.lua create mode 100644 lua/app/ui/activity/act_boss_rush/act_boss_rush_rank_ui.lua.meta create mode 100644 lua/app/ui/activity/act_boss_rush/act_boss_rush_shop_ui.lua create mode 100644 lua/app/ui/activity/act_boss_rush/act_boss_rush_shop_ui.lua.meta create mode 100644 lua/app/ui/activity/act_boss_rush/cell/rank_reward_cell.lua create mode 100644 lua/app/ui/activity/act_boss_rush/cell/rank_reward_cell.lua.meta create mode 100644 lua/app/ui/activity/act_boss_rush/cell/shop_cell.lua create mode 100644 lua/app/ui/activity/act_boss_rush/cell/shop_cell.lua.meta create mode 100644 lua/app/ui/activity/act_boss_rush/cell/top_rank_cell.lua create mode 100644 lua/app/ui/activity/act_boss_rush/cell/top_rank_cell.lua.meta create mode 100644 lua/app/ui/common/common_exchange_ui.lua create mode 100644 lua/app/ui/common/common_exchange_ui.lua.meta diff --git a/lua/app/common/bi_report.lua b/lua/app/common/bi_report.lua index 49a953eb..bfc5bf0c 100644 --- a/lua/app/common/bi_report.lua +++ b/lua/app/common/bi_report.lua @@ -143,6 +143,9 @@ BIReport.ITEM_GET_TYPE = { ACT_BOSS_RUSH_FIGHT_START = "ActBossRushFightStart", ACT_BOSS_RUSH_FIGHT = "ActBossRushFight", ACT_BOSS_RUSH_FUND = "ActBossRushFund", + ACT_BOSS_RUSH_SHOP = "ActBossRushShop", + ACT_BOSS_RUSH_RANK = "ActBossRushRank", + ACT_BOSS_RUSH_BUY_FUND = "ActBossRushBuyFund", } BIReport.ADS_CLICK_TYPE = { diff --git a/lua/app/common/data_manager.lua b/lua/app/common/data_manager.lua index 4ababb13..1e77c9d5 100644 --- a/lua/app/common/data_manager.lua +++ b/lua/app/common/data_manager.lua @@ -184,7 +184,6 @@ function DataManager:initWithServerData(data) self.GrowthFundData:init(data.fund.funds) end self.HeroFundData:init(data.hero_fund) - self.ActBossRushData:init(data.boss_rush) -- 任务数据最后初始化,依赖其他模块的数据 self.TaskData:init() @@ -430,4 +429,21 @@ function DataManager:getActivityBountyLevelByActId(actId) return self.activityBountyLevelMap[actId] end +---- 缓存一下活动兑换商店 +function DataManager:getActivityExchangeByActId(actId) + if not self.activityExchangeMap then + 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] = {} + end + table.insert(self.activityExchangeMap[info.act_id], id) + end + end + end + return self.activityExchangeMap[actId] +end + return DataManager \ No newline at end of file diff --git a/lua/app/config/strings/cn/global.lua b/lua/app/config/strings/cn/global.lua index c5105803..64ca7476 100644 --- a/lua/app/config/strings/cn/global.lua +++ b/lua/app/config/strings/cn/global.lua @@ -485,6 +485,21 @@ local localization_global = ["ACT_BOSS_RUSH_DESC_14"] = "立即前往", ["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_20"] = "昨日", + ["ACT_BOSS_RUSH_DESC_21"] = "今日", + ["ACT_BOSS_RUSH_DESC_22"] = "奖励", + ["ACT_BOSS_RUSH_DESC_23"] = "排名:{0}", + ["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_28"] = "新纪录", + ["ACT_BOSS_RUSH_DESC_29"] = "巡回积分", + ["ACT_BOSS_RUSH_DESC_30"] = "挑战完成", + ["ACT_BOSS_RUSH_DESC_31"] = "活动帮助", } return localization_global \ No newline at end of file diff --git a/lua/app/global/global_const.lua b/lua/app/global/global_const.lua index 87952154..8f9cc374 100644 --- a/lua/app/global/global_const.lua +++ b/lua/app/global/global_const.lua @@ -222,7 +222,8 @@ GConst.ATLAS_PATH = { ACT_SUMMER = "assets/arts/atlas/ui/act_summer.asset", TASK = "assets/arts/atlas/ui/task.asset", ACT_HEROFUND = "assets/arts/atlas/ui/act_herofund.asset", - ACT_BOSS_RUSH = "assets/arts/atlas/ui/act_boss_rush.asset", + ACT_BOSS_RUSH = "assets/arts/atlas/ui/act_bossrush.asset", + ACT_COMMON = "assets/arts/atlas/ui/act_common.asset", } GConst.TOUCH_EVENT = { 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 a8c629b7..24e879d6 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,19 +1,21 @@ local ActBossRushManager = class("ActBossRushManager", BaseModule) function ActBossRushManager:showMainUI() + self:reqTopRank() UIManager:showUI("app/ui/activity/act_boss_rush/act_boss_rush_ui") end function ActBossRushManager:showFundUI() - + UIManager:showUI("app/ui/activity/act_boss_rush/act_boss_rush_fund_ui") end function ActBossRushManager:showRankUI() - + self:reqRankList() + UIManager:showUI("app/ui/activity/act_boss_rush/act_boss_rush_rank_ui") end function ActBossRushManager:showShopUI() - + UIManager:showUI("app/ui/activity/act_boss_rush/act_boss_rush_shop_ui") end function ActBossRushManager:showPopUI() @@ -61,6 +63,9 @@ end function ActBossRushManager:rspEndBattle(result) if result.error_code == GConst.ERROR_STR.SUCCESS then -- ModuleManager.BattleManager:showBattleResultUI(result.settlement, result.rewards, checkCount) + if result.reqData then + DataManager.ActBossRushData:addWaveCount(result.reqData.task_stat.pass_wave) + end end end @@ -109,4 +114,110 @@ function ActBossRushManager:rspFundAward(result) end end +function ActBossRushManager:reqBuyFundLevel() + local cost = DataManager.ActBossRushData:getBuyBountyLevelCost() + if not GFunc.checkCost(cost.id, cost.num, true) then + return + end + + self:sendMessage(ProtoMsgType.FromMsgEnum., {}, {}, self.rspBuyFundLevel, BIReport.ITEM_GET_TYPE.ACT_BOSS_RUSH_BUY_FUND) +end + +function ActBossRushManager:rspBuyFundLevel(result) + if result.err_code == GConst.ERROR_STR.SUCCESS then + local addCount = result.waveCount - DataManager.ActBossRushData:getWaveCount() + if addCount > 0 then + DataManager.ActBossRushData:addWaveCount(addCount) + end + end +end + +function ActBossRushManager:reqExchange(id, count) + if DataManager.ActBossRushData:getExchangeRemainCount(id) < count then + return + end + + local params = { + id = id, + count = count + } + + self:sendMessage(ProtoMsgType.FromMsgEnum., params, {}, self.rspExchange, BIReport.ITEM_GET_TYPE.ACT_BOSS_RUSH_SHOP) +end + +function ActBossRushManager:rspExchange(result) + if result.err_code == GConst.ERROR_STR.SUCCESS then + if result.reqData then + DataManager.ActBossRushData:setShopInfo(result.reqData.id, result.reqData.count) + end + GFunc.showRewardBox(result.rewards) + end +end + +function ActBossRushManager:reqRankReward() + self:sendMessage(ProtoMsgType.FromMsgEnum., {}, {}, self.rspRankReward, BIReport.ITEM_GET_TYPE.ACT_BOSS_RUSH_RANK) +end + +function ActBossRushManager:rspRankReward(result) + if result.err_code == GConst.ERROR_STR.SUCCESS then + DataManager.ActBossRushData:setGotRankReward() + GFunc.showRewardBox(result.rewards) + end +end + +function ActBossRushManager:reqActData() + self:sendMessage(ProtoMsgType.FromMsgEnum., {}, {}, self.rspActData) +end + +function ActBossRushManager:rspActData(result) + if result.err_code == GConst.ERROR_STR.SUCCESS then + DataManager.ActBossRushData:init(result) + end +end + +function ActBossRushManager:reqRankList() + if not DataManager.ActBossRushData:getNeedUpdateRank() then + return + end + self:sendMessage(ProtoMsgType.FromMsgEnum., {}, {}, self.rspRankList) +end + +function ActBossRushManager:rspRankList(result) + if result.err_code == GConst.ERROR_STR.SUCCESS then + DataManager.ActBossRushData:updateRankInfo(result) + end +end + +function ActBossRushManager:reqTopRank() + if not DataManager.ActBossRushData:getIsOpen() then + return false + end + self:sendMessage(ProtoMsgType.FromMsgEnum., {}, {}, self.rspTopRank) +end + +function ActBossRushManager:rspTopRank(result) + if result.err_code == GConst.ERROR_STR.SUCCESS then + DataManager.ActBossRushData:updateTopRankInfo(result) + end +end + +function ActBossRushManager:reqFormation(formation) + local heroes = {} + for matchType, heroId in pairs(formation) do + if heroId and heroId > 0 then + table.insert(heroes, heroId) + end + end + local params = { + heroes = heroes + } + self:sendMessage(ProtoMsgType.FromMsgEnum., params, {}, self.rspFormation) +end + +function ActBossRushManager:rspFormation(result) + if result.err_code == GConst.ERROR_STR.SUCCESS then + EventManager:dispatchEvent(EventManager.CUSTOM_EVENT.FORMATION_CHANGE, {type = GConst.BattleConst.FORMATION_TYPE.BOSS_RUSH}) + end +end + return ActBossRushManager \ No newline at end of file diff --git a/lua/app/module/common/common_manager.lua b/lua/app/module/common/common_manager.lua index 7db46857..3179fd66 100644 --- a/lua/app/module/common/common_manager.lua +++ b/lua/app/module/common/common_manager.lua @@ -22,4 +22,16 @@ function CommonManager:showFormationUI(formationType) UIManager:showUI("app/ui/common/common_formation_ui", params) end +function CommonManager:showExchangeUI(defaultNum, remainNum, reward, cost, callback) + local params = { + defaultNum = defaultNum, + remainNum = remainNum, + reward = reward, + cost = cost, + callback = callback + } + + UIManager:showUI("app/ui/common/common_exchange_ui", params) +end + return CommonManager \ No newline at end of file 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 ada4e272..ef1b9bd9 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 @@ -38,8 +38,8 @@ end function ActBossRushFundUI:_display() local uiMap = self.root:genAllChildren() uiMap["act_boss_rush_fund_ui.bg.bg.title"]:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_15)) - uiMap["act_boss_rush_fund_ui.bg.ui_spine_obj"]:playAnim("idle", true, false) uiMap["act_boss_rush_fund_ui.bg.level.tx_level"]:setText(DataManager.ActBossRushData:getWaveCount()) + uiMap["act_boss_rush_fund_ui.bg.scrollrect.viewport.content.mask_img.line.btn_buy_level.tx_num"]:setText(GFunc.getRewardNum(DataManager.ActBossRushData:getBuyBountyLevelCost())) self.downDesc = uiMap["act_boss_rush_fund_ui.bg.bg.desc"] self.downDesc:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_16)) @@ -52,6 +52,10 @@ function ActBossRushFundUI:_addListeners() uiMap["act_boss_rush_fund_ui.bg.close_btn"]:addClickListener(function() self:closeUI() end) + + uiMap["act_boss_rush_fund_ui.bg.scrollrect.viewport.content.mask_img.line.btn_buy_level"]:addClickListener(function() + + end) end function ActBossRushFundUI:_bind() @@ -66,11 +70,11 @@ end function ActBossRushFundUI:refreshBtns() local uiMap = self.root:genAllChildren() - uiMap["act_boss_rush_fund_ui.bg.title.free.tx_free"]:setText(I18N:getGlobalText(I18N.GlobalConst.STR_FREE)) + uiMap["act_boss_rush_fund_ui.bg.free.tx_free"]:setText(I18N:getGlobalText(I18N.GlobalConst.STR_FREE)) - local probtn = uiMap["act_boss_rush_fund_ui.bg.title.buy1"] - local proBtntx = uiMap["act_boss_rush_fund_ui.bg.title.buy1.tx_buyed"] - local proBuy = uiMap["act_boss_rush_fund_ui.bg.title.buy1.tx_buy"] + local probtn = uiMap["act_boss_rush_fund_ui.bg.buy1"] + local proBtntx = uiMap["act_boss_rush_fund_ui.bg.buy1.tx_buyed"] + local proBuy = uiMap["act_boss_rush_fund_ui.bg.buy1.tx_buy"] proBtntx:setText(I18N:getGlobalText(I18N.GlobalConst.ALREADY_ACTIVE)) proBuy:setText(DataManager.ActBossRushData:getProPrice()) @@ -89,9 +93,9 @@ function ActBossRushFundUI:refreshBtns() proBuy:setVisible(true) end - local utralbtn = uiMap["act_boss_rush_fund_ui.bg.title.buy2"] - local utralBtntx = uiMap["act_boss_rush_fund_ui.bg.title.buy2.tx_buyed"] - local utralBuy = uiMap["act_boss_rush_fund_ui.bg.title.buy2.tx_buy"] + local utralbtn = uiMap["act_boss_rush_fund_ui.bg.buy2"] + local utralBtntx = uiMap["act_boss_rush_fund_ui.bg.buy2.tx_buyed"] + local utralBuy = uiMap["act_boss_rush_fund_ui.bg.buy2.tx_buy"] utralBtntx:setText(I18N:getGlobalText(I18N.GlobalConst.ALREADY_ACTIVE)) utralBuy:setText(DataManager.ActBossRushData:gettUtralPrice()) @@ -161,6 +165,8 @@ function ActBossRushFundUI:refreshTime() str = Time:formatNumTimeStr(remainTime) end uiMap["act_boss_rush_fund_ui.bg.countdown.tx_countdown"]:setText(str) + + uiMap["act_boss_rush_fund_ui.bg.scrollrect.viewport.content.mask_img.line.btn_buy_level"]:setActive(remainTime < 86400) end return ActBossRushFundUI \ No newline at end of file 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 6aecff85..1163f32c 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 @@ -30,7 +30,7 @@ end function ActBossRushPopUI:_addListeners() local uiMap = self.root:genAllChildren() - uiMap["act_boss_rush_pop_ui.mask"]:addClickListener(function() + uiMap["act_boss_rush_pop_ui.close_btn"]:addClickListener(function() self:closeUI() end) 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 new file mode 100644 index 00000000..eac61a74 --- /dev/null +++ b/lua/app/ui/activity/act_boss_rush/act_boss_rush_rank_ui.lua @@ -0,0 +1,292 @@ +local ActBossRushRankUI = class("ActBossRushRankUI", BaseUI) + +local RANK_REWARD_CELL = "app/ui/activity/act_boss_rush/cell/rank_reward_cell" +local RANK_CELL = "app/ui/activity/act_boss_rush/cell/rank_cell" +local TOP_RANK_CELL = "app/ui/activity/act_boss_rush/cell/top_rank_cell" + +local PAGE_ICON = {"common_menu_1", "common_menu_2"} + +local PAGE_TYPE = { + LAST_DAY = 1, + TODAY = 2, + REWARD = 3, +} + +local PAGE_TX = { + [PAGE_TYPE.LAST_DAY] = I18N.GlobalConst.ACT_BOSS_RUSH_DESC_20, + [PAGE_TYPE.TODAY] = I18N.GlobalConst.ACT_BOSS_RUSH_DESC_21, + [PAGE_TYPE.REWARD] = I18N.GlobalConst.ACT_BOSS_RUSH_DESC_22, +} + +function ActBossRushRankUI:isFullScreen() + return false +end + +function ActBossRushRankUI:getPrefabPath() + return "assets/prefabs/ui/activity/act_boss_rush/act_boss_rush_rank_ui.prefab" +end + +function ActBossRushRankUI:ctor() + self.rankRewardList = {} + local cfg = DataManager.ActBossRushData:getRankConfig() + for id, info in ipairs(cfg) do + table.insert(self.rankRewardList, {id = id, ranking1 = info.ranking[1], ranking2 = info.ranking[2], rewards = info.reward}) + end +end + +function ActBossRushRankUI:onLoadRootComplete() + self:_display() + self:_addListeners() + self:_bind() +end + +function ActBossRushRankUI:_display() + local uiMap = self.root:genAllChildren() + uiMap["act_boss_rush_rank_ui.bg.rank_node.rank_desc"]:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_24)) + uiMap["act_boss_rush_rank_ui.bg.rank_node.player_desc"]:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_25)) + uiMap["act_boss_rush_rank_ui.bg.rank_node.record_desc"]:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_26)) + + if not DataManager.ActBossRushData:getIsFinalDay() then + self:switchPage(PAGE_TYPE.TODAY) + else + self:switchPage(PAGE_TYPE.LAST_DAY) + end +end + +function ActBossRushRankUI:_addListeners() + local uiMap = self.root:genAllChildren() + uiMap["act_boss_rush_rank_ui.close_btn"]:addClickListener(function() + self:closeUI() + end) + + uiMap["act_boss_rush_rank_ui.bg.rank_bg.btn_help"]:addClickListener(function() + local params = { + type = GConst.TipsConst.HELP_TIPS_TYPE.NORMAL, + title = I18N:getGlobalText(I18N.GlobalConst.COLLECTION_DESC_11), + desc = I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_27), + } + ModuleManager.TipsManager:showHelpTips(params) + end) +end + +function ActBossRushRankUI:_bind() + self:bind(DataManager.ActBossRushData, "isDirty", function() + if self.curPage ~= PAGE_TYPE.REWARD then + self:refreshRankNode() + else + self:refreshRewardNode() + end + self:refreshMyRankInfo() + 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) + if self.curPage == PAGE_TYPE.LAST_DAY then + self.rankList = DataManager.ActBossRushData:getLastRankInfo()() + else + self.rankList = DataManager.ActBossRushData:getCurRankInfo() + end + if not self.topRankCells then + self.topRankCells = {} + for i = 1, 3 do + self.topRankCells[i] = CellManager:addCellComp(uiMap["act_boss_rush_rank_ui.bg.rank_node.top_rank_cell_" .. i], TOP_RANK_CELL) + end + end + for index, cell in ipairs(self.topRankCells) do + cell:refresh(self.rankList[index]) + end + local count = #self.rankList - 3 + if count < 0 then + count = 0 + end + if self.rankScrollRectComp then + self.rankScrollRectComp:refillCells(count) + return + end + + self.rankScrollRectComp = uiMap["act_boss_rush_rank_ui.bg.rank_node.scrollrect"]:addLuaComponent(GConst.TYPEOF_LUA_CLASS.SCROLL_RECT_BASE) + self.rankScrollRectComp:addInitCallback(function() + return RANK_CELL + end) + self.rankScrollRectComp:addRefreshCallback(function(index, cell) + local info = self.rankList[index + 3] + cell:refresh(info) + end) + self.rankScrollRectComp:clearCells() + self.rankScrollRectComp:setTotalCount(0) + self.rankScrollRectComp:refillCells(count) +end + +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) + if self.rewardScrollRectComp then + self.rewardScrollRectComp:updateAllCell() + return + end + + self.rewardScrollRectComp = uiMap["act_boss_rush_rank_ui.bg.reward_node.scrollrect"]:addLuaComponent(GConst.TYPEOF_LUA_CLASS.SCROLL_RECT_BASE) + self.rewardScrollRectComp:addInitCallback(function() + return RANK_REWARD_CELL + end) + self.rewardScrollRectComp:addRefreshCallback(function(index, cell) + local info = self.rankRewardList[index] + cell:refresh(info.ranking1, info.ranking2, info.rewards) + end) + self.rewardScrollRectComp:clearCells() + self.rewardScrollRectComp:setTotalCount(0) + self.rewardScrollRectComp:refillCells(#self.rankRewardList) +end + +function ActBossRushRankUI:refreshPages() + if not self.pageObjs then + local uiMap = self.root:genAllChildren() + self.pageObjs = {} + for i = 1, 3 do + self.pageObjs[i] = { + page = uiMap["act_boss_rush_rank_ui.bg.page_" .. i], + tx1 = uiMap["act_boss_rush_rank_ui.bg.page_" .. i .. ".tx"], + tx2 = uiMap["act_boss_rush_rank_ui.bg.page_" .. i .. ".tx_hl"], + } + 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:setAnchoredPositionY(-516.5) + objs.tx1:setText(GConst.EMPTY_STRING) + objs.tx2:setText(I18N:getGlobalText(PAGE_TX[self.curPage])) + else + objs.page:setSprite(GConst.ATLAS_PATH.ACT_BOSS_RUSH, PAGE_ICON[2]) + objs.page:setAnchoredPositionY(-505.5) + objs.tx1:setText(I18N:getGlobalText(PAGE_TX[self.curPage])) + objs.tx2:setText(GConst.EMPTY_STRING) + end + end + + if DataManager.ActBossRushData:getIsFinalDay() then + self.pageObjs[2].page:setActive(false) + self.pageObjs[1].page:setActive(true) + self.pageObjs[3].page:setActive(true) + self.pageObjs[1].page:setAnchoredPositionX(-90) + self.pageObjs[3].page:setAnchoredPositionX(90) + elseif DataManager.ActBossRushData:getIsFirstDay() then + self.pageObjs[1].page:setActive(false) + self.pageObjs[2].page:setActive(true) + self.pageObjs[3].page:setActive(true) + self.pageObjs[2].page:setAnchoredPositionX(-90) + self.pageObjs[3].page:setAnchoredPositionX(90) + else + local x = -186 + for index, objs in ipairs(self.pageObjs) do + objs.page:setAnchoredPositionX(-186) + x = x + 186 + objs.page:setActive(true) + end + end + + if DataManager.ActBossRushData:canGetRankReward() then + self.pageObjs[3].page:addRedPoint(77, -6.5, 1) + else + self.pageObjs[3].page:removeRedPoint() + end +end + +function ActBossRushRankUI:switchPage(page) + if self.curPage == page then + return + end + + if self.curPage ~= PAGE_TYPE.REWARD then + self:refreshRankNode() + else + self:refreshRewardNode() + end + + self:refreshPages() + self:refreshMyRankInfo() +end + +function ActBossRushRankUI:refreshMyRankInfo() + local info = DataManager.ActBossRushData:getLastSelfInfo() + if self.curPage == PAGE_TYPE.TODAY then + info = DataManager.ActBossRushData:getCurRankSelfInfo() + end + local rank = info and info.rank or 0 + local wave = info and info.wave or 0 + local round = info and info.round or 0 + local uiMap = self.root:genAllChildren() + if not self.playerHeadCell then + self.playerHeadCell = CellManager:addCellComp(uiMap["act_boss_rush_rank_ui.bg.rank_bg.player_head_cell"], GConst.TYPEOF_LUA_CLASS.PLAYER_HEAD_CELL) + self.selfRewardCells = {} + for i = 1, 2 do + self.selfRewardCells[i] = CellManager:addCellComp(uiMap["act_boss_rush_rank_ui.bg.rank_bg.reward_cell_" .. i], GConst.TYPEOF_LUA_CLASS.REWARD_CELL) + end + end + + self.playerHeadCell:refresh() + uiMap["act_boss_rush_rank_ui.bg.rank_bg.name"]:setText(DataManager.PlayerData:getNickname()) + local rankObj = uiMap["act_boss_rush_rank_ui.bg.rank_bg.tx_rank"] + if not rank or rank <= 0 then + rankObj:setText("--") + else + rankObj:setText(rank) + end + + local waveObj = uiMap["act_boss_rush_rank_ui.bg.rank_bg.tx_wave"] + if not wave then + waveObj:setText("--") + else + waveObj:setText(wave) + end + + local roundObj = uiMap["act_boss_rush_rank_ui.bg.rank_bg.tx_round"] + if not round then + roundObj:setText("--") + else + roundObj:setText(round) + end + + local imgWave = uiMap["act_boss_rush_rank_ui.bg.rank_bg.wave_icon"] + local imgRound = uiMap["act_boss_rush_rank_ui.bg.rank_bg.round_icon"] + if self.curPage ~= PAGE_TYPE.REWARD then + imgWave:setVisible(true) + imgRound:setVisible(true) + waveObj:setVisible(true) + roundObj:setVisible(true) + for index, cell in ipairs(self.selfRewardCells) do + cell:getBaseObject():setActive(false) + end + else + imgWave:setVisible(false) + imgRound:setVisible(false) + waveObj:setVisible(false) + roundObj:setVisible(false) + + local canGot = DataManager.ActBossRushData:canGetRankReward() + local rewards = DataManager.ActBossRushData:getRankRewards(rank) + for index, cell in ipairs(self.selfRewardCells) do + if rewards and rewards[index] then + cell:refreshByConfig(rewards[index]) + cell:getBaseObject():setActive(true) + if canGot then + cell:showFrameAnimation() + cell:addClickListener(function() + ModuleManager.ActBossRushManager:reqRankReward() + end) + else + cell:hideFrameAnimation() + cell:addClickListener(nil) + end + else + cell:getBaseObject():setActive(false) + end + end + end +end + +return ActBossRushRankUI \ No newline at end of file diff --git a/lua/app/ui/activity/act_boss_rush/act_boss_rush_rank_ui.lua.meta b/lua/app/ui/activity/act_boss_rush/act_boss_rush_rank_ui.lua.meta new file mode 100644 index 00000000..a5800d2d --- /dev/null +++ b/lua/app/ui/activity/act_boss_rush/act_boss_rush_rank_ui.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: f63e47497cfb42442a9ae4c634a24cb1 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} 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 new file mode 100644 index 00000000..a5617f03 --- /dev/null +++ b/lua/app/ui/activity/act_boss_rush/act_boss_rush_shop_ui.lua @@ -0,0 +1,105 @@ +local ActBossRushShopUI = class("ActBossRushShopUI", BaseUI) + +local SHOP_CELL = "app/ui/activity/act_boss_rush/cell/shop_cell" + +function ActBossRushShopUI:getPrefabPath() + return "assets/prefabs/ui/activity/act_boss_rush/act_boss_rush_shop_ui.prefab" +end + +function ActBossRushShopUI:isFullScreen() + return false +end + +function ActBossRushShopUI:ctor() + self:dealList() +end + +function ActBossRushShopUI:dealList() + self.shopList = {} + for _, id in ipairs(DataManager.ActBossRushData:getExchangeList()) do + local canExchange = DataManager.ActBossRushData:getExchangeRemainCount(id) > 0 + table.insert(self.shopList, {id = id, canExchange = canExchange}) + end + + table.sort(self.shopList, function(a, b) + if a.canExchange == b.canExchange then + return a > b + else + return a.canExchange + end + end) +end + +function ActBossRushShopUI:onLoadRootComplete() + self:_display() + self:_addListeners() + self:_bind() + + self:refreshTime() + if self.actCountdownSid then + self:unscheduleGlobal(self.actCountdownSid) + end + self.actCountdownSid = self:scheduleGlobal(function() + self:refreshTime() + end, 1) +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()) + + self:_refreshScrollrect() +end + +function ActBossRushShopUI:_addListeners() + local uiMap = self.root:genAllChildren() + uiMap["act_boss_rush_shop_ui.bg.score"]:addClickListener(function() + ModuleManager.ActBossRushManager:showFundUI() + self:closeUI() + end) + + uiMap["act_boss_rush_shop_ui.bg.close_btn"]:addClickListener(function() + self:closeUI() + end) +end + +function ActBossRushShopUI:_bind() + self:bind(DataManager.ActBossRushData, "isDirty", function() + self:dealList() + self:_display() + end) +end + +function ActBossRushShopUI:refreshTime() + local uiMap = self.root:genAllChildren() + local remainTime = DataManager.ActBossRushData:getRemainTime() + local str + if remainTime <= 0 then + str = I18N:getGlobalText(I18N.GlobalConst.ACTIVITY_OVER_EDSC) + else + str = Time:formatNumTimeStr(remainTime) + end + uiMap["act_boss_rush_shop_ui.bg.countdown.tx_countdown"]:setText(str) +end + +function ActBossRushShopUI:_refreshScrollrect() + if self.scrollRectComp then + self.scrollRectComp:updateAllCell() + return + end + + local uiMap = self.root:genAllChildren() + self.scrollRectComp = uiMap["act_boss_rush_shop_ui.bg.scrollrect"]:addLuaComponent(GConst.TYPEOF_LUA_CLASS.SCROLL_RECT_BASE) + self.scrollRectComp:addInitCallback(function() + return SHOP_CELL + end) + self.scrollRectComp:addRefreshCallback(function(index, cell) + cell:refresh(self.shopList[index].id) + end) + self.scrollRectComp:clearCells() + self.scrollRectComp:refillCells(#self.shopList) +end + +return ActBossRushShopUI \ No newline at end of file diff --git a/lua/app/ui/activity/act_boss_rush/act_boss_rush_shop_ui.lua.meta b/lua/app/ui/activity/act_boss_rush/act_boss_rush_shop_ui.lua.meta new file mode 100644 index 00000000..7d809914 --- /dev/null +++ b/lua/app/ui/activity/act_boss_rush/act_boss_rush_shop_ui.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 02887a866f7ba9e40a30aeac46081d0e +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} 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 89b0e70d..842097d9 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 @@ -6,6 +6,18 @@ function ActBossRushUI:getPrefabPath() return "assets/prefabs/ui/activity/act_boss_rush/act_boss_rush_ui.prefab" end +function ActBossRushUI:getCurrencyParams() + if self.currencyParams == nil then + self.currencyParams = { + itemIds = { + GConst.ItemConst.ITEM_ID_GEM, + }, + showType = GConst.CURRENCY_TYPE.HORIZONTAL + } + end + return self.currencyParams +end + function ActBossRushUI:ctor() end @@ -89,6 +101,15 @@ function ActBossRushUI:_addListeners() uiMap["act_boss_rush_ui.bg.btn_shop"]:addClickListener(function() ModuleManager.ActBossRushManager:showShopUI() end) + + uiMap["act_boss_rush_ui.bg.time_bg.btn_help"]:addClickListener(function() + local params = { + type = GConst.TipsConst.HELP_TIPS_TYPE.NORMAL, + title = I18N:getGlobalText(I18N.GlobalConst.COLLECTION_DESC_11), + desc = I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_31), + } + ModuleManager.TipsManager:showHelpTips(params) + end) end function ActBossRushUI:_bind() @@ -114,7 +135,7 @@ function ActBossRushUI:refreshRankList() end end - local list = DataManager.ActBossRushData:getTodayRankList() + local list = DataManager.ActBossRushData:getTopRankInfo() for index, cell in ipairs(self.rankCells) do cell:refresh(index, list[index]) end @@ -130,6 +151,14 @@ function ActBossRushUI:refreshTime() str = Time:formatNumTimeStr(remainTime) end uiMap["act_boss_rush_ui.bg.time_bg.time"]:setText(str) + + local canFight = remainTime < 86400 + if self.canFight ~= canFight then + self.canFight = canFight + uiMap["act_boss_rush_ui.bg.fight_btn"]:setActive(canFight) + uiMap["act_boss_rush_ui.bg.fight_btn.cost"]:setActive(canFight) + uiMap["act_boss_rush_ui.bg.tx_count"]:setActive(canFight) + end end function ActBossRushUI:refreshFormation() 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 17ce040f..f503d1b3 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 @@ -1,9 +1,16 @@ local RankCell = class("RankCell", BaseCell) local RANK_ICON = { - "", - "", - "" + "act_ranking_1", + "act_ranking_2", + "act_ranking_3" +} + +local RANK_BG = { + "act_ranking_bg_1", + "act_ranking_bg_2", + "act_ranking_bg_3", + "act_ranking_bg_4" } function RankCell:refresh(index, info) @@ -15,11 +22,19 @@ function RankCell:refresh(index, info) local imgRank = uiMap["act_rank_cell.img_rank"] if RANK_ICON[index] then imgRank:setVisible(true) - -- imgRank:setSprite(GConst.ATLAS_PATH.ACT_BOSS_RUSH, RANK_ICON[index]) + imgRank:setSprite(GConst.ATLAS_PATH.ACT_COMMON, RANK_ICON[index]) + uiMap["act_rank_cell.tx_rank"]:setText(GConst.EMPTY_STRING) else imgRank:setVisible(false) end + local imgBg = uiMap["act_rank_cell.bg"] + if RANK_BG[index] then + imgBg:setSprite(GConst.ATLAS_PATH.ACT_COMMON, RANK_ICON[index]) + else + imgBg:setSprite(GConst.ATLAS_PATH.ACT_COMMON, RANK_ICON[4]) + end + local txName = uiMap["act_rank_cell.tx_name"] local txWave = uiMap["act_rank_cell.tx_wave"] local txRound = uiMap["act_rank_cell.tx_round"] diff --git a/lua/app/ui/activity/act_boss_rush/cell/rank_reward_cell.lua b/lua/app/ui/activity/act_boss_rush/cell/rank_reward_cell.lua new file mode 100644 index 00000000..9199a959 --- /dev/null +++ b/lua/app/ui/activity/act_boss_rush/cell/rank_reward_cell.lua @@ -0,0 +1,29 @@ +local RankRewardcell = class("RankRewardcell", BaseCell) + +function RankRewardcell:refresh(ranking1, ranking2, rewards) + local uiMap = self:getUIMap() + + local rankStr = ranking1 .. "-" + if ranking2 then + rankStr = rankStr .. ranking2 + else + rankStr = rankStr .. "-" + end + uiMap["rank_reward_cell.bg.tx_rank"]:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_23, rankStr)) + if not self.rewardCells then + self.rewardCells = {} + for i = 1, 2 do + self.rewardCells[i] = uiMap["rank_reward_cell.bg.reward_cell_" .. i]:addLuaComponent(GConst.TYPEOF_LUA_CLASS.REWARD_CELL) + end + end + for index, cell in ipairs(self.rewardCells) do + if rewards and rewards[index] then + cell:refreshByConfig(rewards[index]) + cell:getBaseObject():setActive(true) + else + cell:getBaseObject():setActive(false) + end + end +end + +return RankRewardcell \ No newline at end of file diff --git a/lua/app/ui/activity/act_boss_rush/cell/rank_reward_cell.lua.meta b/lua/app/ui/activity/act_boss_rush/cell/rank_reward_cell.lua.meta new file mode 100644 index 00000000..2183e3b3 --- /dev/null +++ b/lua/app/ui/activity/act_boss_rush/cell/rank_reward_cell.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: a830faf323aec28408b0a931906bd52d +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} 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 new file mode 100644 index 00000000..abe67238 --- /dev/null +++ b/lua/app/ui/activity/act_boss_rush/cell/shop_cell.lua @@ -0,0 +1,47 @@ +local ShopCell = class("ShopCell", BaseCell) + +local BTN_ICON = {"common_btn_green_2", "common_btn_grey_2"} + +function ShopCell:init() + local uiMap = self:getUIMap() + 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"] + self.txLimit = uiMap["shop_cell.tx_limit"] + self.btn = uiMap["shop_cell.ok_btn"] +end + +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 remainCount = DataManager.ActBossRushData:getExchangeRemainCount(id) + local reward = DataManager.ActBossRushData:getShopReward(id) + if reward then + self.rewardCell:refresh(reward) + end + + local canExchange = remainCount > 0 + self.btn:addClickListener(function() + self:onClickReward(id) + 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 + +-- 领取奖励 +function ShopCell:onClickReward(id) + local cost = DataManager.ActBossRushData:getShopCost(id) + local remainCount = DataManager.ActBossRushData:getExchangeRemainCount(id) + local reward = DataManager.ActBossRushData:getShopReward(id) + ModuleManager.CommonManager:showExchangeUI(1, remainCount, reward, cost, function(count) + ModuleManager.ActBossRushManager:reqExchange(id, count) + end) +end + +return ShopCell \ No newline at end of file diff --git a/lua/app/ui/activity/act_boss_rush/cell/shop_cell.lua.meta b/lua/app/ui/activity/act_boss_rush/cell/shop_cell.lua.meta new file mode 100644 index 00000000..6186b208 --- /dev/null +++ b/lua/app/ui/activity/act_boss_rush/cell/shop_cell.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: ea3b29f79e884c845bf330b3dd5a8112 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} 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 new file mode 100644 index 00000000..85454707 --- /dev/null +++ b/lua/app/ui/activity/act_boss_rush/cell/top_rank_cell.lua @@ -0,0 +1,36 @@ +local TopRankCell = class("TopRankCell", BaseCell) + +function TopRankCell:refresh(info) + local uiMap = self:getUIMap() + if not self.playerHeadCell then + self.playerHeadCell = CellManager:addCellComp(uiMap["top_rank_cell.player_head_cell"], GConst.TYPEOF_LUA_CLASS.PLAYER_HEAD_CELL) + end + + local txName = uiMap["top_rank_cell.name"] + local txWave = uiMap["top_rank_cell.wave"] + local txRound = uiMap["top_rank_cell.round"] + local imgWave = uiMap["top_rank_cell.img_wave"] + local imgRound = uiMap["top_rank_cell.img_round"] + + if info then + txName:setText(info.name) + txWave:setText(info.wave) + txRound:setText(info.round) + imgWave:setVisible(true) + imgRound:setVisible(true) + self.playerHeadCell:getBaseObject():addClickListener(function() + Logger.logHighlight("显示阵容") + end) + self.playerHeadCell:refresh(info.avatar_id, info.avatar_frame, false) + else + txName:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_8)) + txWave:setText(GConst.EMPTY_STRING) + txRound:setText(GConst.EMPTY_STRING) + imgWave:setVisible(false) + imgRound:setVisible(false) + self.playerHeadCell:getBaseObject():addClickListener(nil) + self.playerHeadCell:refresh(3001, 1000, false) -- 默认 + end +end + +return TopRankCell \ No newline at end of file diff --git a/lua/app/ui/activity/act_boss_rush/cell/top_rank_cell.lua.meta b/lua/app/ui/activity/act_boss_rush/cell/top_rank_cell.lua.meta new file mode 100644 index 00000000..7f4d59f9 --- /dev/null +++ b/lua/app/ui/activity/act_boss_rush/cell/top_rank_cell.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 4c6f718109e791b44987ca2a865c654d +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 new file mode 100644 index 00000000..06a154b7 --- /dev/null +++ b/lua/app/ui/common/common_exchange_ui.lua @@ -0,0 +1,102 @@ +local CommonExchangeUI = class("CommonExchangeUI", BaseUI) + +function CommonExchangeUI:ctor(params) + self.defaultNum = params.defaultNum + self.remainNum = params.remainNum + self.reward = params.reward + self.cost = params.cost + self.callback = params.callback +end + +function CommonExchangeUI:getPrefabPath() + return "assets/prefabs/ui/common/exchange_ui.prefab" +end + +function CommonExchangeUI:onLoadRootComplete() + self:_display() + self:_addListeners() +end + +function CommonExchangeUI:onClose() + if self.inputComp then + self.inputComp.onValueChanged:RemoveAllListeners() + end +end + +function CommonExchangeUI:_display() + local uiMap = self.root:genAllChildren() + if not self.rewardCell then + self.rewardCell = CellManager:addCellComp(uiMap["exchange_ui.bg.reward_cell"], GConst.TYPEOF_LUA_CLASS.REWARD_CELL) + end + self.rewardCell:refreshByConfig(self.reward) + uiMap["exchange_ui.bg.tx_title"]:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_18)) + uiMap["exchange_ui.bg.tx_remain"]:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_19, self.remainNum)) + 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.onValueChanged:AddListener(function(str) + local count = self.defaultNum + if str and tonumber(str) then + count = math.floor(tonumber(str) + 0.0001) + end + + if count < 1 then + count = 1 + end + + if count > self.remainNum then + count = self.remainNum + end + self.defaultNum = count + + self:refreshCountInfo() + end) + + self:refreshCountInfo() +end + +function CommonExchangeUI:_addListeners() + local uiMap = self.root:genAllChildren() + uiMap["exchange_ui.bg.ok_btn"]:addClickListener(function() + if self.callback then + self.callback(self.defaultNum) + end + self:closeUI() + end) + + uiMap["exchange_ui.bg.btn_reduce"]:addClickListener(function() + self.defaultNum = self.defaultNum - 1 + self:refreshCountInfo() + end) + + uiMap["exchange_ui.bg.btn_min"]:addClickListener(function() + self.defaultNum = 1 + self:refreshCountInfo() + end) + + uiMap["exchange_ui.bg.btn_add"]:addClickListener(function() + self.defaultNum = self.defaultNum + 1 + self:refreshCountInfo() + end) + + uiMap["exchange_ui.bg.btn_max"]:addClickListener(function() + self.defaultNum = self.remainNum + self:refreshCountInfo() + end) +end + +function CommonExchangeUI:refreshCountInfo() + if self.defaultNum < 1 then + self.defaultNum = 1 + end + 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) +end + +return CommonExchangeUI \ No newline at end of file diff --git a/lua/app/ui/common/common_exchange_ui.lua.meta b/lua/app/ui/common/common_exchange_ui.lua.meta new file mode 100644 index 00000000..1aaa5004 --- /dev/null +++ b/lua/app/ui/common/common_exchange_ui.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 9f58dac828e59f6418bf4e8918d0bfdb +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/ui/common/common_formation_ui.lua b/lua/app/ui/common/common_formation_ui.lua index 52e229c5..82e854c6 100644 --- a/lua/app/ui/common/common_formation_ui.lua +++ b/lua/app/ui/common/common_formation_ui.lua @@ -39,6 +39,8 @@ function CommonFormationUI:onLoadRootComplete() ModuleManager.DungeonWeaponManager:reqFormation(formation) elseif self.formationType == GConst.BattleConst.FORMATION_TYPE.DUNGEON_ARMOR then ModuleManager.DungeonArmorManager:reqFormation(formation) + elseif self.formationType == GConst.BattleConst.FORMATION_TYPE.BOSS_RUSH then + ModuleManager.ActBossRushManager:reqFormation(formation) else self:closeUI() end 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 a8946831..50622aba 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 @@ -14,7 +14,7 @@ function SideBarBossRushCell:getIsOpen() end function SideBarBossRushCell:getSpineName() - return "ui_main_herofund" + return "ui_act_bossrush_mainbtn" end function SideBarBossRushCell:onClick() 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 8e531fbd..63bf8fff 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,6 +3,8 @@ 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, @@ -17,6 +19,7 @@ function ActBossRushData:clear() self.stageRandomSeed = 0 self.stageList = {} self.todayMaxWave = 0 + self.todayMaxRound = 0 self.todayFightCount = 0 self.fightCount = 0 -- 兑换 @@ -35,10 +38,15 @@ function ActBossRushData:clear() self.waveLevelList = {} -- 缓存波次等级 self.waveLevelListCount = 0 -- 缓存最大等级 -- 排行榜 + self.topRankList = {} self.lastRankList = {} self.rankList = {} self.selfRank = {} - self.todayRerwardGot = false + self.lastSelfRank = {} + self.needUpdateRank = 0 + self.todayRankRerwardGot = false + + DataManager:unregisterCrossDayFunc("ActBossRushData") end function ActBossRushData:ctor() @@ -83,7 +91,15 @@ function ActBossRushData:init(data) end end - self:initTaskListener() + DataManager:registerCrossDayFunc("ActBossRushData", function() + self.todayMaxWave = 0 + self.todayMaxRound = 0 + self.todayFightCount = 0 + + self.needUpdateRank = 0 + self.todayRankRerwardGot = false + self:setDirty() + end) end function ActBossRushData:setDirty() @@ -107,6 +123,22 @@ function ActBossRushData:getRemainTime() return time end +function ActBossRushData:getIsFinalDay() + local time = self:getRemainTime() + if time > 0 and time < 86400 then + return true + end + return false +end + +function ActBossRushData:getIsFirstDay() + local time = self:getRemainTime() + if time >= (ACT_DURATION_DAY - 1) * 86400 then + return true + end + return false +end + ---- 战斗 function ActBossRushData:getTodayMaxWave() return self.todayMaxWave or 0 @@ -149,6 +181,92 @@ function ActBossRushData:getTodayRankList() return self.rankList end +function ActBossRushData:getRankConfig() + return ConfigManager:getConfig("activity_boss_rush_rank") +end + +function ActBossRushData:getRankRewards(rank) + if not rank or rank <= 0 then -- 没参加就没有 + return + end + if not self.cacheRankRewardsMap then -- 缓存名次对应的配置表ID + self.cacheRankRewardsMap = {} + end + if not self.cacheRankRewardsMap[rank] then + local cfg = self:getRankConfig() + for id, info in ipairs(cfg) do + if info.ranking[1] and info.ranking[2] then + if info.ranking[1] <= rank and rank <= info.ranking[2] then + self.cacheRankRewardsMap[rank] = id + end + elseif info.ranking[1] then + if info.ranking[1] <= rank then + self.cacheRankRewardsMap[rank] = id + end + end + end + end + local cfg = self:getRankConfig()[self.cacheRankRewardsMap[rank]] + if cfg then + return cfg.reward + end +end + +function ActBossRushData:getNeedUpdateRank() + if not self:getIsOpen() then + return false + end + return (Time:getServerTime() - self.needUpdateRank) > 30 +end + +function ActBossRushData:setNeedUpdateRank() + self.needUpdateRank = Time:getServerTime() +end + +function ActBossRushData:updateRankInfo(info) + -- -todo + + self.needUpdateRank = Time:getServerTime() +end + +function ActBossRushData:updateTopRankInfo(info) + self.topRankList = info or {} + + self:setDirty() +end + +function ActBossRushData:getTopRankInfo() + return self.topRankList +end + +function ActBossRushData:getLastRankInfo() + return self.lastRankList +end + +function ActBossRushData:getCurRankInfo() + return self.rankList +end + +function ActBossRushData:getLastSelfInfo() + return self.lastSelfRank +end + +function ActBossRushData:getCurRankSelfInfo() + return self.selfRank +end + +function ActBossRushData:canGetRankReward() + if not self.lastSelfRank or not self.lastSelfRank.rank or self.lastSelfRank.rank <= 0 then + return false + end + + return not self.todayRankRerwardGot +end + +function ActBossRushData:setGotRankReward() + self.todayRankRerwardGot = true +end + ---- 战令 function ActBossRushData:getBountyCfg() return ConfigManager:getConfig("activity_bounty_level") @@ -374,20 +492,62 @@ function ActBossRushData:getReward(level, rewardType) end end -function ActBossRushData:initTaskListener() - local nowTime = Time:getServerTime() - -- 活动结束就不用监听了 - if self.endTime > 0 and self.endTime < nowTime then - ModuleManager.TaskManager:unRegisterAllModuleTask("ActBossRushData") - return false +function ActBossRushData:getBuyBountyLevelCost() + return GFunc.getConstReward("activity_bounty_cost") +end + +---- 兑换商店 +function ActBossRushData:getExchangeItemCount() + local num = DataManager.ItemData:getItemNumById(EXCHANGE_PROP_ID) + return num +end + +function ActBossRushData:getExchangeList() + if not self.exchangeList then + self.exchangeList = GFunc.getTable(DataManager:getActivityExchangeByActId(ACT_ID) or {}) end - ModuleManager.TaskManager:registerTask("ActBossRushData", GConst.TaskConst.TASK_TYPE.X_BATTLE_PASS_WAVE, function(count) - if not self:getIsOpen() then - return - end - self:addWaveCount(count) - end) + return self.exchangeList +end + +function ActBossRushData:getExchangeConfig() + return ConfigManager:getConfig("activity_exchange") +end + +function ActBossRushData:getExchangeRemainCount(id) + local count = self.shopp[id] or 0 + local cfg = self:getExchangeConfig()[id] + if not cfg then + return 0 + end + count = cfg.limit - count + if count <= 0 then + count = 0 + end + return count +end + +function ActBossRushData:getShopReward(id) + local cfg = self:getExchangeConfig()[id] + if not cfg then + return + end + return cfg.reward +end + +function ActBossRushData:getShopCost(id) + local cfg = self:getExchangeConfig()[id] + if not cfg then + return + end + return cfg.cost +end + +function ActBossRushData:setShopInfo(id, count) + if not id or not count then + return + end + self.shopp[id] = (self.shopp[id] or 0) + count end return ActBossRushData \ No newline at end of file From b6b342c4351f218d02c01578fdae94ec56a49aaa Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Fri, 1 Sep 2023 10:23:48 +0800 Subject: [PATCH 09/55] =?UTF-8?q?boss=5Frush=E6=88=98=E6=96=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../controller/battle_base_controller.lua | 21 ++++- .../battle_controller_boss_rush.lua | 91 +++++++++++++++++-- .../act_boss_rush/act_boss_rush_data.lua | 5 + lua/app/userdata/battle/battle_base_data.lua | 5 + 4 files changed, 111 insertions(+), 11 deletions(-) diff --git a/lua/app/module/battle/controller/battle_base_controller.lua b/lua/app/module/battle/controller/battle_base_controller.lua index e0ad0760..5845413a 100644 --- a/lua/app/module/battle/controller/battle_base_controller.lua +++ b/lua/app/module/battle/controller/battle_base_controller.lua @@ -153,9 +153,19 @@ function BattleBaseController:getMinEliminationCount() return self.minEliminationCount end -function BattleBaseController:generateNextMonster() +function BattleBaseController:getNextMonsterId(waveIndex) + waveIndex = waveIndex or self.waveIndex + 1 local config = self:getChapterConfig()[self.chapterId] - local monsterId = config.monster[self.waveIndex + 1] + local monsterId = config.monster[waveIndex] + return monsterId +end + +function BattleBaseController:showBossEnterAni(bornTime, bossName, monsterComp, callback) + self.battleUI:showBossEnterAni(bornTime, bossName, monsterComp, callback) +end + +function BattleBaseController:generateNextMonster() + local monsterId = self:getNextMonsterId() if monsterId == nil then return self:enterNextWave() end @@ -185,7 +195,7 @@ function BattleBaseController:generateNextMonster() isBoss = self.defTeam:getIsBoss() if isBoss then local monsterInfo = ConfigManager:getConfig("monster")[monsterId] - self.battleUI:showBossEnterAni(bornTime, ModuleManager.HeroManager:getMonsterName(monsterInfo.monster_base), monsterComp, function() + self:showBossEnterAni(bornTime, ModuleManager.HeroManager:getMonsterName(monsterInfo.monster_base), monsterComp, function() monsterComp:playEnterBattlefield(true, onFinish) end) else @@ -204,7 +214,7 @@ function BattleBaseController:generateNextMonster() isBoss = self.defTeam:getIsBoss() if isBoss then local monsterInfo = ConfigManager:getConfig("monster")[monsterId] - self.battleUI:showBossEnterAni(bornTime, ModuleManager.HeroManager:getMonsterName(monsterInfo.monster_base), monsterComp, function() + self:showBossEnterAni(bornTime, ModuleManager.HeroManager:getMonsterName(monsterInfo.monster_base), monsterComp, function() monsterComp:playEnterBattlefield(false, onFinish) end) else @@ -700,7 +710,8 @@ function BattleBaseController:initDefUnits(callback) if self.waveIndex <= 0 then initIndex = 1 end - local unitEntity = self.battleData:addMonster(config.monster[initIndex], nil, self) + local monsterId = self:getNextMonsterId(initIndex) + local unitEntity = self.battleData:addMonster(monsterId, nil, self) local modelId = unitEntity:getModelId() BattleHelper:loadBattleHeroModel(modelId, self.battleUI:getBattleNode(), function(spineObject) local monsterComp = spineObject:addLuaComponent(BattleConst.TYPEOF_LUA_COMP.BATTLE_MONSTER_COMPONENT) 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 5da3a651..9ea108ac 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,7 @@ 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() return ConfigManager:getConfig("chapter_board_bossrush") @@ -20,7 +21,7 @@ function BattleControllerBossRush:getChessBoardBgName() end function BattleControllerBossRush:getScene() - return "bg_1" + return "boss_rush" end function BattleControllerBossRush:getChapterId() @@ -28,7 +29,8 @@ function BattleControllerBossRush:getChapterId() end function BattleControllerBossRush:getMaxWave() - return ConfigManager:getConfigNum("activity_boss_rush_chapter") * 5 -- 每次5波,一共770 + self:getInitBoard() + return #self.monsterList end function BattleControllerBossRush:getInitBoard() @@ -36,12 +38,19 @@ function BattleControllerBossRush:getInitBoard() self.boradList = {} self.fixedRandomGrid = {} self.mysteryBoxIndexMap = {} + self.monsterList = {} local boardCfg = self:getBoardConfig() - for id, info in ipairs(self:getChapterConfig()) do - local cfg = boardCfg[info.board_id] - if cfg then - table.insert(self.boradList, {board = GFunc.getTable(cfg.board), gridEdge = GFunc.getTable(cfg.grid_edge)}) + for _, id in ipairs(DataManager.ActBossRushData:getStageList()) do + local info = self:getChapterConfig()[id] + if info then + for index, montserId in ipairs(info.monster) do + table.insert(self.monsterList, montserId) + end + local cfg = boardCfg[info.board_id] + if cfg then + table.insert(self.boradList, {board = GFunc.getTable(cfg.board), gridEdge = GFunc.getTable(cfg.grid_edge)}) + end end end end @@ -49,6 +58,76 @@ function BattleControllerBossRush:getInitBoard() return self.boradList, self.fixedRandomGrid, self.mysteryBoxIndexMap end +function BattleControllerBossRush:onLoadComplete(...) + -- 处理技能 + local unlockAllSkill = function(side) + local skillPool = self.battleData:getSkillPool(side) + if skillPool then + for elementType, list in pairs(skillPool) do -- 先遍历一下未解锁的技能 + if not self.battleData:isUnlockedSkillElementType(elementType, side) then + local skillEntity = self.battleData:getSkillEntityByElement(elementType, side) + if skillEntity then + local skillId = skillEntity:getUnlockId() + if skillId then + self:dealSelectSkill(skillId, nil, side) + end + end + end + end + self.battleUI:refreshSkill(nil, nil, side) + end + end + unlockAllSkill(SIDE_ATK) + + BattleController.onLoadComplete(self, ...) +end + +function BattleControllerBossRush:initOther() + self.monsterAtkAddition = GFunc.getConstIntValue("activity_boss_rush_hp_add") + self.monsterHpAddition = GFunc.getConstIntValue("activity_boss_rush_atk_add") +end + +-- 怪物攻击力加成 +function BattleControllerBossRush:getMonsterAtkAddition() + if not self.lastAtkWaveIndex ~= self.waveIndex then + self.lastAtkWaveIndex = self.waveIndex + return self.monsterAtkAddition * (self.waveIndex + 1) + else + return self.monsterAtkAddition * self.lastAtkWaveIndex + end +end + +-- 怪物血量加成 +function BattleControllerBossRush:getMonsterHpAddition() + if not self.lastHpWaveIndex ~= self.waveIndex then + self.lastHpWaveIndex = self.waveIndex + return self.monsterHpAddition * (self.waveIndex + 1) + else + return self.monsterHpAddition * self.lastHpWaveIndex + end +end + +function BattleControllerBossRush:enterNextWave(...) + if self.waveIndex >= 1 and self.waveIndex <= 60 then + self.battleData:addBattleLvCount(1) + end + BattleController.enterNextWave(self, ...) +end + +function BattleControllerBossRush:getNextMonsterId(waveIndex) + self:getInitBoard() + waveIndex = waveIndex or self.waveIndex + 1 + local config = self:getChapterConfig()[self.chapterId] + local monsterId = config.monster[waveIndex] + return self.monsterList[monsterId] +end + +function BattleControllerBossRush:showBossEnterAni(bornTime, bossName, monsterComp, callback) + if callback then + callback() + end +end + function BattleControllerBossRush:controllBattleEnd() -- self.combatReport = { -- battleType = GConst.BattleConst.BATTLE_TYPE.ACT_BOSS_RUSH, 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 63bf8fff..46f47a7f 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 @@ -140,6 +140,11 @@ function ActBossRushData:getIsFirstDay() end ---- 战斗 +function ActBossRushData:getStageList() + return self.stageList +end + + function ActBossRushData:getTodayMaxWave() return self.todayMaxWave or 0 end diff --git a/lua/app/userdata/battle/battle_base_data.lua b/lua/app/userdata/battle/battle_base_data.lua index f4b398db..717d2504 100644 --- a/lua/app/userdata/battle/battle_base_data.lua +++ b/lua/app/userdata/battle/battle_base_data.lua @@ -690,6 +690,11 @@ function BattleBaseData:useAddlvCount() return true end +function BattleBaseData:addBattleLvCount(count) + self.addLvCount = self.addLvCount + count + self.battleLv = self.battleLv + count +end + function BattleBaseData:addCommonSelectSkillCount(count) self.commonSelectSkillCount = self.commonSelectSkillCount + (count or 1) end From 0498aaf75fe88c3ad6c9d01e73f9503d2cfb2204 Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Fri, 1 Sep 2023 10:41:55 +0800 Subject: [PATCH 10/55] =?UTF-8?q?=E6=88=98=E6=96=97=E6=B3=A2=E6=AC=A1?= =?UTF-8?q?=E5=8A=A0=E5=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../controller/battle_base_controller.lua | 54 ++++++++++++------- .../controller/battle_controller_arena.lua | 10 ++-- .../battle_controller_boss_rush.lua | 27 +++++----- .../battle_controller_daily_challenge.lua | 8 +-- .../battle_controller_dungeon_armor.lua | 8 +-- .../battle_controller_dungeon_gold.lua | 10 ++-- .../battle_controller_dungeon_shards.lua | 8 +-- .../battle_controller_dungeon_weapon.lua | 8 +-- .../controller/battle_controller_pvp.lua | 9 ++-- .../controller/battle_controller_stage.lua | 8 +-- .../battle/helper/battle_snapshot_helper.lua | 4 +- .../userdata/dungeon/dungeon_armor_entity.lua | 5 +- 12 files changed, 91 insertions(+), 68 deletions(-) diff --git a/lua/app/module/battle/controller/battle_base_controller.lua b/lua/app/module/battle/controller/battle_base_controller.lua index 5845413a..c7c6c4ed 100644 --- a/lua/app/module/battle/controller/battle_base_controller.lua +++ b/lua/app/module/battle/controller/battle_base_controller.lua @@ -108,7 +108,7 @@ function BattleBaseController:refreshWave() if not self.battleUI then return end - self.battleUI:refreshWave(self.waveIndex) + self.battleUI:refreshWave(self:getWaveIndex()) end -- 战斗结束 @@ -154,7 +154,7 @@ function BattleBaseController:getMinEliminationCount() end function BattleBaseController:getNextMonsterId(waveIndex) - waveIndex = waveIndex or self.waveIndex + 1 + waveIndex = waveIndex or self:getWaveIndex() + 1 local config = self:getChapterConfig()[self.chapterId] local monsterId = config.monster[waveIndex] return monsterId @@ -705,9 +705,8 @@ function BattleBaseController:initAtkUnits(callback) end function BattleBaseController:initDefUnits(callback) - local config = self:getChapterConfig()[self.chapterId] - local initIndex = self.waveIndex - if self.waveIndex <= 0 then + local initIndex = self:getWaveIndex() + if initIndex <= 0 then initIndex = 1 end local monsterId = self:getNextMonsterId(initIndex) @@ -874,6 +873,22 @@ function BattleBaseController:setTimeScale(timeScale) BattleHelper:setTimeScale(timeScale) end +function BattleBaseController:addWaveIndex(wave) + local origin = self:getWaveIndex() + self.waveIndex = GFunc.encryptNumber(origin + wave) +end + +function BattleBaseController:setWaveIndex(wave) + self.waveIndex = GFunc.encryptNumber(wave) +end + +function BattleBaseController:getWaveIndex() + if self.waveIndex <= 0 then + return 0 + end + return GFunc.decryptNumber(self.waveIndex) +end + function BattleBaseController:_findNextDefUnit() if self.isBossWave then -- 如果上一波是boss波次,则重新生成棋盘 self:putBoardCacheSkill(function() @@ -889,16 +904,17 @@ end ---- start 回合步骤 function BattleBaseController:enterNextWave() - if self.waveIndex ~= 0 and self.curWaveMonsterDead then + local waveIndex = self:getWaveIndex() + if waveIndex ~= 0 and self.curWaveMonsterDead then if self.isBossWave then self:addTaskProgress(BattleConst.BATTLE_TASK_FIELD.KILL_BOSS, 1) else self:addTaskProgress(BattleConst.BATTLE_TASK_FIELD.KILL_NORMAL_MONSTER, 1) end - self:setTaskProgress(BattleConst.BATTLE_TASK_FIELD.PASS_WAVE, self.waveIndex) + self:setTaskProgress(BattleConst.BATTLE_TASK_FIELD.PASS_WAVE, waveIndex) end - if self.waveIndex >= self.maxWaveIndex then + if waveIndex >= self.maxWaveIndex then self.victory = self.curWaveMonsterDead self:postWaveOver(not self.curWaveMonsterDead) self:battleEnd() @@ -913,14 +929,15 @@ function BattleBaseController:enterNextWave() return end - if self.waveIndex ~= 0 then -- 第一波 + if waveIndex ~= 0 then -- 第一波 self:postWaveOver(false) end self.curWaveMonsterDead = false - self.waveIndex = self.waveIndex + 1 - self:refreshWave(self.waveIndex) - if self.waveIndex == 1 then -- 第一波 + self:addWaveIndex(1) + waveIndex = self:getWaveIndex() + self:refreshWave(waveIndex) + if waveIndex == 1 then -- 第一波 self.needWaitingBoardOver = true self:generateBoard(true) else @@ -952,7 +969,7 @@ function BattleBaseController:enterNextWaveBySnapshot(snapShot) end self.curWaveMonsterDead = false - self:refreshWave(self.waveIndex) + self:refreshWave(self:getWaveIndex()) self.needWaitingBoardOver = true self:generateBoard(true, snapShot) @@ -977,7 +994,8 @@ function BattleBaseController:enterRoundBegin() self:resetSideActionCount() self:setCurActionSide(SIDE_ATK) self.needWaitingBoardOver = nil - self.waveRoundCount[self.waveIndex] = (self.waveRoundCount[self.waveIndex] or 0) + 1 + local waveIndex = self:getWaveIndex() + self.waveRoundCount[waveIndex] = (self.waveRoundCount[waveIndex] or 0) + 1 self.battleUI:enterShowBoardAni(function() self:enterEliminationBegin() end) @@ -1157,7 +1175,7 @@ function BattleBaseController:checkTeamIsDead(callback) self:onDefDead(function() self.defTeam:removeAllBuff() if self.battleData:getDefTeam():getIsDead() then - if self.waveIndex >= self.maxWaveIndex then + if self:getWaveIndex() >= self.maxWaveIndex then if callback() then callback() end @@ -1591,7 +1609,7 @@ function BattleBaseController:tryShowSelectSkillComp(needDelay, onlyCommonSkill) self.battleUI:showSelectSkillComp(skillList, onlyCommonSkill) end - BIReport:postShowFightSkillSelect(self.battleType, self.battleData, skillList, self.chapterId, self.totalDurationTime, self.waveIndex) + BIReport:postShowFightSkillSelect(self.battleType, self.battleData, skillList, self.chapterId, self.totalDurationTime, self:getWaveIndex()) end @@ -2335,7 +2353,7 @@ function BattleBaseController:onSelectSkill(skillId, value, pos, side) side = side or self:getCurActionSide() self:dealSelectSkill(skillId, value, side) - BIReport:postFightSkillSelect(self.battleType, self.battleData, {skillId}, self.chapterId, self.totalDurationTime, self.waveIndex) + BIReport:postFightSkillSelect(self.battleType, self.battleData, {skillId}, self.chapterId, self.totalDurationTime, self:getWaveIndex()) local elementType = ModuleManager.HeroManager:getSkillRoguePosition(skillId) if elementType then @@ -3061,7 +3079,7 @@ function BattleBaseController:battleEnd() -- 处理战斗任务 if self.victory then - self:setTaskProgress(GConst.BattleConst.BATTLE_TASK_FIELD.KILLS_BOSS_TURN, self.waveRoundCount[self.waveIndex]) + self:setTaskProgress(GConst.BattleConst.BATTLE_TASK_FIELD.KILLS_BOSS_TURN, self.waveRoundCount[self:getWaveIndex()]) end local teamEntity = self.battleData:getAtkTeam() diff --git a/lua/app/module/battle/controller/battle_controller_arena.lua b/lua/app/module/battle/controller/battle_controller_arena.lua index f04055c9..019c5be0 100644 --- a/lua/app/module/battle/controller/battle_controller_arena.lua +++ b/lua/app/module/battle/controller/battle_controller_arena.lua @@ -52,9 +52,9 @@ end function BattleControllerArena:controllBattleEnd() self.combatReport = { battleType = GConst.BattleConst.BATTLE_TYPE.ARENA, - wave = self.waveIndex, + wave = self:getWaveIndex(), victory = self.victory, - round = self.waveRoundCount[self.waveIndex] or 0 + round = self.waveRoundCount[self:getWaveIndex()] or 0 } local atkReport = {} local teamEntity = self.battleData:getAtkTeam() @@ -119,14 +119,14 @@ function BattleControllerArena:postWaveOver(atkDead, isQuit) local totalTime = self.totalDurationTime local startTimes = DataManager.ArenaData:getTotalFightCount() local isFirstWin = false - local isFianlStep = self.waveIndex >= self.maxWaveIndex + local isFianlStep = self:getWaveIndex() >= self.maxWaveIndex - BIReport:postFightEnd(GConst.BattleConst.BATTLE_TYPE.ARENA, self.battleData, self.chapterId, self.waveIndex, duration, totalTime, self.eliminateCount, self.eliminateTotalCount, waveEndType, deathType, startTimes, isFirstWin, isFianlStep, self.maxLinkCount) + BIReport:postFightEnd(GConst.BattleConst.BATTLE_TYPE.ARENA, self.battleData, self.chapterId, self:getWaveIndex(), duration, totalTime, self.eliminateCount, self.eliminateTotalCount, waveEndType, deathType, startTimes, isFirstWin, isFianlStep, self.maxLinkCount) end function BattleControllerArena:postFightStart() local startTimes = DataManager.ArenaData:getTotalFightCount() - BIReport:postFightBegin(GConst.BattleConst.BATTLE_TYPE.ARENA, self.waveIndex, self.chapterId, self.chapterId, startTimes) + BIReport:postFightBegin(GConst.BattleConst.BATTLE_TYPE.ARENA, self:getWaveIndex(), self.chapterId, self.chapterId, startTimes) end function BattleControllerArena:getAtkMinRow() 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 9ea108ac..932269fe 100644 --- a/lua/app/module/battle/controller/battle_controller_boss_rush.lua +++ b/lua/app/module/battle/controller/battle_controller_boss_rush.lua @@ -89,9 +89,10 @@ end -- 怪物攻击力加成 function BattleControllerBossRush:getMonsterAtkAddition() - if not self.lastAtkWaveIndex ~= self.waveIndex then - self.lastAtkWaveIndex = self.waveIndex - return self.monsterAtkAddition * (self.waveIndex + 1) + local waveIndex = self:getWaveIndex() + if not self.lastAtkWaveIndex ~= waveIndex then + self.lastAtkWaveIndex = waveIndex + return self.monsterAtkAddition * (waveIndex + 1) else return self.monsterAtkAddition * self.lastAtkWaveIndex end @@ -99,16 +100,18 @@ end -- 怪物血量加成 function BattleControllerBossRush:getMonsterHpAddition() - if not self.lastHpWaveIndex ~= self.waveIndex then - self.lastHpWaveIndex = self.waveIndex - return self.monsterHpAddition * (self.waveIndex + 1) + local waveIndex = self:getWaveIndex() + if not self.lastHpWaveIndex ~= waveIndex then + self.lastHpWaveIndex = waveIndex + return self.monsterHpAddition * (waveIndex + 1) else return self.monsterHpAddition * self.lastHpWaveIndex end end function BattleControllerBossRush:enterNextWave(...) - if self.waveIndex >= 1 and self.waveIndex <= 60 then + local waveIndex = self:getWaveIndex() + if waveIndex >= 1 and waveIndex <= 60 then self.battleData:addBattleLvCount(1) end BattleController.enterNextWave(self, ...) @@ -116,7 +119,7 @@ end function BattleControllerBossRush:getNextMonsterId(waveIndex) self:getInitBoard() - waveIndex = waveIndex or self.waveIndex + 1 + waveIndex = waveIndex or self:getWaveIndex() + 1 local config = self:getChapterConfig()[self.chapterId] local monsterId = config.monster[waveIndex] return self.monsterList[monsterId] @@ -131,7 +134,7 @@ end function BattleControllerBossRush:controllBattleEnd() -- self.combatReport = { -- battleType = GConst.BattleConst.BATTLE_TYPE.ACT_BOSS_RUSH, - -- wave = self.waveIndex, + -- wave = self:getWaveIndex(), -- victory = self.victory, -- } -- local atkReport = {} @@ -178,13 +181,13 @@ function BattleControllerBossRush:postWaveOver(atkDead, isQuit) -- local startTimes = DataManager.DailyChallengeData:getTotalFightCount() -- local isFirstWin = false -- TODO 策划说不需要 因为系数在变 - -- local isFianlStep = self.waveIndex >= self.maxWaveIndex + -- local isFianlStep = self:getWaveIndex() >= self.maxWaveIndex - -- BIReport:postFightEnd(GConst.BattleConst.BATTLE_TYPE.ACT_BOSS_RUSH, self.battleData, self.chapterId, self.waveIndex, 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.waveIndex, 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/battle/controller/battle_controller_daily_challenge.lua b/lua/app/module/battle/controller/battle_controller_daily_challenge.lua index dbc39fed..d4272853 100644 --- a/lua/app/module/battle/controller/battle_controller_daily_challenge.lua +++ b/lua/app/module/battle/controller/battle_controller_daily_challenge.lua @@ -85,7 +85,7 @@ end function BattleControllerDailyChallenge:controllBattleEnd() self.combatReport = { battleType = GConst.BattleConst.BATTLE_TYPE.DAILY_CHALLENGE, - wave = self.waveIndex, + wave = self:getWaveIndex(), victory = self.victory, } local atkReport = {} @@ -132,13 +132,13 @@ function BattleControllerDailyChallenge:postWaveOver(atkDead, isQuit) local startTimes = DataManager.DailyChallengeData:getTotalFightCount() local isFirstWin = false -- TODO 策划说不需要 因为系数在变 - local isFianlStep = self.waveIndex >= self.maxWaveIndex + local isFianlStep = self:getWaveIndex() >= self.maxWaveIndex - BIReport:postFightEnd(GConst.BattleConst.BATTLE_TYPE.DAILY_CHALLENGE, self.battleData, self.chapterId, self.waveIndex, duration, totalTime, self.eliminateCount, self.eliminateTotalCount, waveEndType, deathType, startTimes, isFirstWin, isFianlStep, self.maxLinkCount) + BIReport:postFightEnd(GConst.BattleConst.BATTLE_TYPE.DAILY_CHALLENGE, self.battleData, self.chapterId, self:getWaveIndex(), duration, totalTime, self.eliminateCount, self.eliminateTotalCount, waveEndType, deathType, startTimes, isFirstWin, isFianlStep, self.maxLinkCount) end function BattleControllerDailyChallenge:postFightStart() - BIReport:postFightBegin(GConst.BattleConst.BATTLE_TYPE.DAILY_CHALLENGE, self.waveIndex, self.chapterId, nil, 1) + BIReport:postFightBegin(GConst.BattleConst.BATTLE_TYPE.DAILY_CHALLENGE, self:getWaveIndex(), self.chapterId, nil, 1) end return BattleControllerDailyChallenge \ No newline at end of file diff --git a/lua/app/module/battle/controller/battle_controller_dungeon_armor.lua b/lua/app/module/battle/controller/battle_controller_dungeon_armor.lua index 42d13298..fe122fad 100644 --- a/lua/app/module/battle/controller/battle_controller_dungeon_armor.lua +++ b/lua/app/module/battle/controller/battle_controller_dungeon_armor.lua @@ -17,7 +17,7 @@ end function BattleControllerDungeonArmor:controllBattleEnd() self.combatReport = { battleType = GConst.BattleConst.BATTLE_TYPE.DUNGEON_ARMOR, - wave = self.waveIndex, + wave = self:getWaveIndex(), victory = self.victory, } local atkReport = {} @@ -62,16 +62,16 @@ function BattleControllerDungeonArmor:postWaveOver(atkDead, isQuit) isFirstWin = true end - local isFianlStep = self.waveIndex >= self.maxWaveIndex + local isFianlStep = self:getWaveIndex() >= self.maxWaveIndex - BIReport:postFightEnd(GConst.BattleConst.BATTLE_TYPE.DUNGEON_ARMOR, self.battleData, self.chapterId, self.waveIndex, duration, totalTime, self.eliminateCount, self.eliminateTotalCount, waveEndType, deathType, startTimes, isFirstWin, isFianlStep, self.maxLinkCount) + BIReport:postFightEnd(GConst.BattleConst.BATTLE_TYPE.DUNGEON_ARMOR, self.battleData, self.chapterId, self:getWaveIndex(), duration, totalTime, self.eliminateCount, self.eliminateTotalCount, waveEndType, deathType, startTimes, isFirstWin, isFianlStep, self.maxLinkCount) end function BattleControllerDungeonArmor:postFightStart() local armorData = DataManager.DungeonData:getDungeonDataByType(ModuleManager.MODULE_KEY.DUNGEON_ARMOR) local startTimes = armorData:getChapterFightCount(self.chapterId) local unlockMaxChapter = armorData:getPassedMaxId() + 1 - BIReport:postFightBegin(GConst.BattleConst.BATTLE_TYPE.DUNGEON_ARMOR, self.waveIndex, self.chapterId, unlockMaxChapter, startTimes) + BIReport:postFightBegin(GConst.BattleConst.BATTLE_TYPE.DUNGEON_ARMOR, self:getWaveIndex(), self.chapterId, unlockMaxChapter, startTimes) end return BattleControllerDungeonArmor \ No newline at end of file diff --git a/lua/app/module/battle/controller/battle_controller_dungeon_gold.lua b/lua/app/module/battle/controller/battle_controller_dungeon_gold.lua index 2d3a1107..1c9a1e48 100644 --- a/lua/app/module/battle/controller/battle_controller_dungeon_gold.lua +++ b/lua/app/module/battle/controller/battle_controller_dungeon_gold.lua @@ -19,7 +19,7 @@ end function BattleControllerDungeonGold:enterRoundBegin(...) local nextWaveRound = 0 if self.dungeonGoldMaxRoundCount then - nextWaveRound = (self.waveRoundCount[self.waveIndex] or 0) + 1 + nextWaveRound = (self.waveRoundCount[self:getWaveIndex()] or 0) + 1 if self.dungeonGoldMaxRoundCount < nextWaveRound then -- 超过最大回合, 直接结算 self.victory = false self:postWaveOver(false) @@ -46,7 +46,7 @@ function BattleControllerDungeonGold:controllBattleEnd() local remainRound = self.dungeonGoldMaxRoundCount - (self.waveRoundCount[1] or 0) self.combatReport = { battleType = GConst.BattleConst.BATTLE_TYPE.DUNGEON_GOLD, - wave = self.waveIndex, + wave = self:getWaveIndex(), victory = self.victory, remainRound = remainRound, } @@ -94,14 +94,14 @@ function BattleControllerDungeonGold:postWaveOver(atkDead, isQuit) isFirstWin = true end - local isFianlStep = self.waveIndex >= self.maxWaveIndex + local isFianlStep = self:getWaveIndex() >= self.maxWaveIndex - BIReport:postFightEnd(GConst.BattleConst.BATTLE_TYPE.DUNGEON_GOLD, self.battleData, self.chapterId, self.waveIndex, duration, totalTime, self.eliminateCount, self.eliminateTotalCount, waveEndType, deathType, startTimes, isFirstWin, isFianlStep, self.maxLinkCount) + BIReport:postFightEnd(GConst.BattleConst.BATTLE_TYPE.DUNGEON_GOLD, self.battleData, self.chapterId, self:getWaveIndex(), duration, totalTime, self.eliminateCount, self.eliminateTotalCount, waveEndType, deathType, startTimes, isFirstWin, isFianlStep, self.maxLinkCount) end function BattleControllerDungeonGold:postFightStart() local unlockMaxChapter = DataManager.DungeonData:getUnlockMaxId(ModuleManager.MODULE_KEY.DUNGEON_GOLD) - BIReport:postFightBegin(GConst.BattleConst.BATTLE_TYPE.DUNGEON_GOLD, self.waveIndex, self.chapterId, unlockMaxChapter, DataManager.DungeonData:getTotalCount(ModuleManager.MODULE_KEY.DUNGEON_GOLD, self.chapterId)) + BIReport:postFightBegin(GConst.BattleConst.BATTLE_TYPE.DUNGEON_GOLD, self:getWaveIndex(), self.chapterId, unlockMaxChapter, DataManager.DungeonData:getTotalCount(ModuleManager.MODULE_KEY.DUNGEON_GOLD, self.chapterId)) end return BattleControllerDungeonGold \ No newline at end of file diff --git a/lua/app/module/battle/controller/battle_controller_dungeon_shards.lua b/lua/app/module/battle/controller/battle_controller_dungeon_shards.lua index 56dc2fb7..80bedbe5 100644 --- a/lua/app/module/battle/controller/battle_controller_dungeon_shards.lua +++ b/lua/app/module/battle/controller/battle_controller_dungeon_shards.lua @@ -16,7 +16,7 @@ end function BattleControllerDungeonShards:controllBattleEnd() self.combatReport = { battleType = GConst.BattleConst.BATTLE_TYPE.DUNGEON_SHARDS, - wave = self.waveIndex, + wave = self:getWaveIndex(), victory = self.victory, } local atkReport = {} @@ -62,14 +62,14 @@ function BattleControllerDungeonShards:postWaveOver(atkDead, isQuit) isFirstWin = true end - local isFianlStep = self.waveIndex >= self.maxWaveIndex + local isFianlStep = self:getWaveIndex() >= self.maxWaveIndex - BIReport:postFightEnd(GConst.BattleConst.BATTLE_TYPE.DUNGEON_SHARDS, self.battleData, self.chapterId, self.waveIndex, duration, totalTime, self.eliminateCount, self.eliminateTotalCount, waveEndType, deathType, startTimes, isFirstWin, isFianlStep, self.maxLinkCount) + BIReport:postFightEnd(GConst.BattleConst.BATTLE_TYPE.DUNGEON_SHARDS, self.battleData, self.chapterId, self:getWaveIndex(), duration, totalTime, self.eliminateCount, self.eliminateTotalCount, waveEndType, deathType, startTimes, isFirstWin, isFianlStep, self.maxLinkCount) end function BattleControllerDungeonShards:postFightStart() local unlockMaxChapter = DataManager.DungeonData:getUnlockMaxId(ModuleManager.MODULE_KEY.DUNGEON_SHARDS) - BIReport:postFightBegin(GConst.BattleConst.BATTLE_TYPE.DUNGEON_SHARDS, self.waveIndex, self.chapterId, unlockMaxChapter, DataManager.DungeonData:getTotalCount(ModuleManager.MODULE_KEY.DUNGEON_SHARDS, self.chapterId)) + BIReport:postFightBegin(GConst.BattleConst.BATTLE_TYPE.DUNGEON_SHARDS, self:getWaveIndex(), self.chapterId, unlockMaxChapter, DataManager.DungeonData:getTotalCount(ModuleManager.MODULE_KEY.DUNGEON_SHARDS, self.chapterId)) end return BattleControllerDungeonShards \ No newline at end of file diff --git a/lua/app/module/battle/controller/battle_controller_dungeon_weapon.lua b/lua/app/module/battle/controller/battle_controller_dungeon_weapon.lua index c807d108..9612880a 100644 --- a/lua/app/module/battle/controller/battle_controller_dungeon_weapon.lua +++ b/lua/app/module/battle/controller/battle_controller_dungeon_weapon.lua @@ -17,7 +17,7 @@ end function BattleControllerDungeonWeapon:controllBattleEnd() self.combatReport = { battleType = GConst.BattleConst.BATTLE_TYPE.DUNGEON_WEAPON, - wave = self.waveIndex, + wave = self:getWaveIndex(), victory = self.victory, } local atkReport = {} @@ -62,16 +62,16 @@ function BattleControllerDungeonWeapon:postWaveOver(atkDead, isQuit) isFirstWin = true end - local isFianlStep = self.waveIndex >= self.maxWaveIndex + local isFianlStep = self:getWaveIndex() >= self.maxWaveIndex - BIReport:postFightEnd(GConst.BattleConst.BATTLE_TYPE.DUNGEON_WEAPON, self.battleData, self.chapterId, self.waveIndex, duration, totalTime, self.eliminateCount, self.eliminateTotalCount, waveEndType, deathType, startTimes, isFirstWin, isFianlStep, self.maxLinkCount) + BIReport:postFightEnd(GConst.BattleConst.BATTLE_TYPE.DUNGEON_WEAPON, self.battleData, self.chapterId, self:getWaveIndex(), duration, totalTime, self.eliminateCount, self.eliminateTotalCount, waveEndType, deathType, startTimes, isFirstWin, isFianlStep, self.maxLinkCount) end function BattleControllerDungeonWeapon:postFightStart() local weaponData = DataManager.DungeonData:getDungeonDataByType(ModuleManager.MODULE_KEY.DUNGEON_WEAPON) local startTimes = weaponData:getChapterFightCount(self.chapterId) local unlockMaxChapter = weaponData:getPassedMaxId() + 1 - BIReport:postFightBegin(GConst.BattleConst.BATTLE_TYPE.DUNGEON_WEAPON, self.waveIndex, self.chapterId, unlockMaxChapter, startTimes) + BIReport:postFightBegin(GConst.BattleConst.BATTLE_TYPE.DUNGEON_WEAPON, self:getWaveIndex(), self.chapterId, unlockMaxChapter, startTimes) end return BattleControllerDungeonWeapon \ No newline at end of file diff --git a/lua/app/module/battle/controller/battle_controller_pvp.lua b/lua/app/module/battle/controller/battle_controller_pvp.lua index 47ca8355..38d04c08 100644 --- a/lua/app/module/battle/controller/battle_controller_pvp.lua +++ b/lua/app/module/battle/controller/battle_controller_pvp.lua @@ -290,7 +290,8 @@ function BattleControllerPVP:checkDefBoard() end function BattleControllerPVP:enterRoundBegin(...) - local nextWaveRound = (self.waveRoundCount[self.waveIndex] or 0) + 1 + local waveIndex = self:getWaveIndex() + local nextWaveRound = (self.waveRoundCount[waveIndex] or 0) + 1 if self:getMaxRoundCount() < nextWaveRound then -- 超过最大回合, 直接结算 self.victory = false self:postWaveOver(false) @@ -298,13 +299,13 @@ function BattleControllerPVP:enterRoundBegin(...) return end local isFirstWaveFirstRound = false - if self.waveIndex == 1 and nextWaveRound == 1 then + if waveIndex == 1 and nextWaveRound == 1 then isFirstWaveFirstRound = true end self:resetSideActionCount() self:setCurActionSide(SIDE_ATK) self.needWaitingBoardOver = nil - self.waveRoundCount[self.waveIndex] = (self.waveRoundCount[self.waveIndex] or 0) + 1 + self.waveRoundCount[waveIndex] = (self.waveRoundCount[waveIndex] or 0) + 1 self.battleUI:enterShowBoardAni(function() self:takeGridEffect() self:enterEliminationBegin() @@ -317,7 +318,7 @@ function BattleControllerPVP:refreshWave() if not self.battleUI then return end - self.battleUI:refreshWave(self.waveRoundCount[self.waveIndex] or 0) + self.battleUI:refreshWave(self.waveRoundCount[self:getWaveIndex()] or 0) end return BattleControllerPVP \ No newline at end of file diff --git a/lua/app/module/battle/controller/battle_controller_stage.lua b/lua/app/module/battle/controller/battle_controller_stage.lua index cad43468..017998bc 100644 --- a/lua/app/module/battle/controller/battle_controller_stage.lua +++ b/lua/app/module/battle/controller/battle_controller_stage.lua @@ -57,7 +57,7 @@ end function BattleControllerStage:controllBattleEnd() self.combatReport = { battleType = GConst.BattleConst.BATTLE_TYPE.STAGE, - wave = self.waveIndex, + wave = self:getWaveIndex(), victory = self.victory, } local atkReport = {} @@ -101,14 +101,14 @@ function BattleControllerStage:postWaveOver(atkDead, isQuit) isFirstWin = true end - local isFianlStep = self.waveIndex >= self.maxWaveIndex + local isFianlStep = self:getWaveIndex() >= self.maxWaveIndex - BIReport:postFightEnd(GConst.BattleConst.BATTLE_TYPE.STAGE, self.battleData, self.chapterId, self.waveIndex, duration, totalTime, self.eliminateCount, self.eliminateTotalCount, waveEndType, deathType, startTimes, isFirstWin, isFianlStep, self.maxLinkCount) + BIReport:postFightEnd(GConst.BattleConst.BATTLE_TYPE.STAGE, self.battleData, self.chapterId, self:getWaveIndex(), duration, totalTime, self.eliminateCount, self.eliminateTotalCount, waveEndType, deathType, startTimes, isFirstWin, isFianlStep, self.maxLinkCount) end function BattleControllerStage:postFightStart() local unlockMaxChapter = DataManager.ChapterData:getNewChapterId() - BIReport:postFightBegin(GConst.BattleConst.BATTLE_TYPE.STAGE, self.waveIndex, self.chapterId, unlockMaxChapter, DataManager.ChapterData:getChapterFightCount(self.chapterId)) + BIReport:postFightBegin(GConst.BattleConst.BATTLE_TYPE.STAGE, self:getWaveIndex(), self.chapterId, unlockMaxChapter, DataManager.ChapterData:getChapterFightCount(self.chapterId)) end return BattleControllerStage \ No newline at end of file diff --git a/lua/app/module/battle/helper/battle_snapshot_helper.lua b/lua/app/module/battle/helper/battle_snapshot_helper.lua index 5a42d049..dc2dab3d 100644 --- a/lua/app/module/battle/helper/battle_snapshot_helper.lua +++ b/lua/app/module/battle/helper/battle_snapshot_helper.lua @@ -52,7 +52,7 @@ function BattleSnapshotHelper:snapshotBattleInfo(battleBaseController) end battleBaseController.snapShotInfo.curBoardIndex = battleBaseController.curBoardIndex battleBaseController.snapShotInfo.chapterId = battleBaseController.chapterId -- 当前战斗关卡 - battleBaseController.snapShotInfo.waveIndex = battleBaseController.waveIndex -- 当前波次 + battleBaseController.snapShotInfo.waveIndex = battleBaseController:getWaveIndex() -- 当前波次 battleBaseController.snapShotInfo.gotMysteryBoxIndexs = table.clearOrCreate(battleBaseController.snapShotInfo.gotMysteryBoxIndexs) -- 神秘宝箱索引 for k, v in pairs(battleBaseController.gotMysteryBoxIndexs) do battleBaseController.snapShotInfo.gotMysteryBoxIndexs[tostring(k)] = v @@ -168,7 +168,7 @@ function BattleSnapshotHelper:dealSnapshotBattleBaseInfo(battleBaseController, s end battleBaseController.chapterId = snapInfo.chapterId - battleBaseController.waveIndex = snapInfo.waveIndex + battleBaseController:setWaveIndex(snapInfo.waveIndex) battleBaseController.maxWaveIndex = battleBaseController:getMaxWave() if snapInfo.gotMysteryBoxIndexs then diff --git a/lua/app/userdata/dungeon/dungeon_armor_entity.lua b/lua/app/userdata/dungeon/dungeon_armor_entity.lua index 73e9dd95..9d22d8b3 100644 --- a/lua/app/userdata/dungeon/dungeon_armor_entity.lua +++ b/lua/app/userdata/dungeon/dungeon_armor_entity.lua @@ -323,8 +323,9 @@ function DungeonArmorEntity:formatTaskByController(battleBaseController, chapter local pass = self:getPassedMaxId() >= chapterId and 1 or 0 local hpp = math.floor(battleBaseController.battleData:getAtkTeam():getHpPercent() * 100 + 0.0001) local bossRoundCount = 0 - if battleBaseController.waveIndex >= battleBaseController.maxWaveIndex then -- 最后一波 - bossRoundCount = battleBaseController.waveRoundCount[battleBaseController.waveIndex] or 0 + local waveIndex = battleBaseController:getWaveIndex() + if waveIndex >= battleBaseController.maxWaveIndex then -- 最后一波 + bossRoundCount = battleBaseController.waveRoundCount[waveIndex] or 0 end local totalRound = 0 for wave, round in pairs(battleBaseController.waveRoundCount) do From 54c95564bae81e2e102d7d2aba4bd66f1b79d2fb Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Fri, 1 Sep 2023 10:52:08 +0800 Subject: [PATCH 11/55] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=80=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../activity/act_boss_rush/act_boss_rush_data.lua | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) 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 46f47a7f..c2cfd6e2 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 @@ -154,7 +154,10 @@ function ActBossRushData:getTodayFightCount() end function ActBossRushData:getFreeFightLimit() - return 1 + if not self.freeFightLimit then + self.freeFightLimit = GFunc.getConstIntValue("activity_boss_rush_time") or 1 + end + return self.freeFightLimit end function ActBossRushData:getFreeFightCount() @@ -170,11 +173,16 @@ function ActBossRushData:getFightFree() end function ActBossRushData:getFightCost() + if not self.fightCostOrigin then + self.fightCostOrigin = GFunc.getRewardNum(GFunc.getConstReward("activity_boss_rush_cost")) + self.fightCostAdd = GFunc.getRewardNum(GFunc.getConstReward("activity_boss_rush_costadd")) + end local count = self.todayFightCount - self:getFreeFightLimit() if count <= 0 then - return 0 + return self.fightCostOrigin end - return count * 20 -- 每次增加20 + + return self.fightCostOrigin + self.fightCostAdd * count end From fe245efaba5e375f59b87ced24f08de3d0302ae6 Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Fri, 1 Sep 2023 11:55:16 +0800 Subject: [PATCH 12/55] =?UTF-8?q?=E6=8E=A5=E5=85=A5=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/common/data_manager.lua | 41 ++ .../act_boss_rush/act_boss_rush_manager.lua | 81 +-- lua/app/module/battle/battle_manager.lua | 7 + .../controller/battle_base_controller.lua | 11 +- .../battle_controller_boss_rush.lua | 51 +- .../ui/battle/battle_bossrush_result_ui.lua | 521 ++++++++++++++++++ .../act_boss_rush/act_boss_rush_data.lua | 82 ++- lua/app/userdata/formation/formation_data.lua | 14 + 8 files changed, 730 insertions(+), 78 deletions(-) create mode 100644 lua/app/ui/battle/battle_bossrush_result_ui.lua diff --git a/lua/app/common/data_manager.lua b/lua/app/common/data_manager.lua index 1e77c9d5..9cb6e279 100644 --- a/lua/app/common/data_manager.lua +++ b/lua/app/common/data_manager.lua @@ -136,6 +136,7 @@ function DataManager:initWithServerData(data) if EDITOR_MODE then Logger.logHighlight("initWithServerData") Logger.printTable(data) + Logger.logHighlight("注册时间 : " .. Time:formatTimeYMDHMS(GFunc.formatTimeStep(data.stat.register_ts))) end self.registerTs = data.stat and data.stat.register_ts or Time:getServerTime() self.registerTs = GFunc.formatTimeStep(self.registerTs or Time:getServerTime()) @@ -191,6 +192,7 @@ function DataManager:initWithServerData(data) self:checkDataBind() ModuleManager.ArenaManager:reqArenaInfo() + self:dealOpenActivity(data.activities) -- 写在最后,防止某些数据还未初始化,就被bi访问报错 self.initWithServer = true end @@ -446,4 +448,43 @@ function DataManager:getActivityExchangeByActId(actId) return self.activityExchangeMap[actId] end +function DataManager:dealOpenActivity(activityInfo) + local curTime = Time:getServerTime() + if not activityInfo then + return + end + + local dealTypeMap = {} + for _, info in ipairs(activityInfo) do + local startTime = GFunc.formatTimeStep(info.start_at) + if startTime <= curTime and curTime <= GFunc.formatTimeStep(info.end_at) then + local reqFunc = DataManager.activityOpenFunc[info.type] + if reqFunc and not dealTypeMap[info.type] then + dealTypeMap[info.type] = true + reqFunc(info) + end + elseif startTime > curTime then + local waitOpenFunc = DataManager.waitOpenActivity[info.type] + if waitOpenFunc and not dealTypeMap[info.type] then + dealTypeMap[info.type] = true + waitOpenFunc(info) + end + end + end +end + +DataManager.activityOpenFunc = { + [2] = function(params) + ModuleManager.ActBossRushManager:reqActData() + DataManager.ActBossRushData:setActivityInfo(params) + end +} + +DataManager.waitOpenActivity = { + [2] = function(params) + DataManager.ActBossRushData:init({activity_id = params.id}) -- 默认初始化 + DataManager.ActBossRushData:setActivityInfo(params) + end +} + return DataManager \ No newline at end of file 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 24e879d6..f4a78ce0 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 @@ -35,7 +35,7 @@ function ActBossRushManager:reqFight() costId = GConst.ItemConst.ITEM_ID_GEM, costNum = cost, okFunc = function() - self:sendMessage(ProtoMsgType.FromMsgEnum., {}, {}, self.rspFight, BIReport.ITEM_GET_TYPE.ACT_BOSS_RUSH_FIGHT_START) + self:sendMessage(ProtoMsgType.FromMsgEnum.BossRushStartReq, {}, {}, self.rspFight, BIReport.ITEM_GET_TYPE.ACT_BOSS_RUSH_FIGHT_START) end, } GFunc.showMessageBox(params) @@ -43,29 +43,31 @@ function ActBossRushManager:reqFight() end end - self:sendMessage(ProtoMsgType.FromMsgEnum., {}, {}, self.rspFight, BIReport.ITEM_GET_TYPE.ACT_BOSS_RUSH_FIGHT_START) + self:sendMessage(ProtoMsgType.FromMsgEnum.BossRushStartReq, {}, {}, self.rspFight, BIReport.ITEM_GET_TYPE.ACT_BOSS_RUSH_FIGHT_START) end function ActBossRushManager:rspFight(result) if result.error_code == GConst.ERROR_STR.SUCCESS then + DataManager.ActBossRushData:updateStageSeed(result.seed) ModuleManager.BattleManager:playBattle(GConst.BattleConst.BATTLE_TYPE.BOSS_RUSH) end end -function ActBossRushManager:reqEndBattle() - +function ActBossRushManager:reqEndBattle(chapterId, combatReport, taskProgress) local params = { - + chapterId = chapterId, + combatReport = combatReport, + task_stat = taskProgress } - self:sendMessage(ProtoMsgType.FromMsgEnum., params, {}, self.rspEndBattle, BIReport.ITEM_GET_TYPE.ACT_BOSS_RUSH_FIGHT) + self:sendMessage(ProtoMsgType.FromMsgEnum.BossRushSettlementReq, params, {}, self.rspEndBattle, BIReport.ITEM_GET_TYPE.ACT_BOSS_RUSH_FIGHT) end function ActBossRushManager:rspEndBattle(result) if result.error_code == GConst.ERROR_STR.SUCCESS then - -- ModuleManager.BattleManager:showBattleResultUI(result.settlement, result.rewards, checkCount) 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) end end @@ -79,37 +81,42 @@ function ActBossRushManager:reqFundAward(level, rewardType) GFunc.showToast(I18N:getGlobalText(I18N.GlobalConst.ACTIVITY_OVER_EDSC)) return end - -- 直接一键领取 - local curLevel = DataManager.ActBossRushData:getWaveLevel() - local idWithLv = {} - for id = 1, curLevel do - if DataManager.ActBossRushData:getFreeCanGet(id) then - table.insert(idWithLv, {id = id, grade = 0}) - end + -- -- 直接一键领取 + -- local curLevel = DataManager.ActBossRushData:getWaveLevel() + -- local idWithLv = {} + -- for id = 1, curLevel do + -- if DataManager.ActBossRushData:getFreeCanGet(id) then + -- table.insert(idWithLv, {id = id, grade = 0}) + -- end - if DataManager.ActBossRushData:getProCanGet(id) then - table.insert(idWithLv, {id = id, grade = 1}) - end + -- if DataManager.ActBossRushData:getProCanGet(id) then + -- table.insert(idWithLv, {id = id, grade = 1}) + -- end - if DataManager.ActBossRushData:getUtralCanGet(id) then - table.insert(idWithLv, {id = id, grade = 2}) - end - end + -- if DataManager.ActBossRushData:getUtralCanGet(id) then + -- table.insert(idWithLv, {id = id, grade = 2}) + -- end + -- end - if not idWithLv[1] then - return - end + -- if not idWithLv[1] then + -- return + -- end local params = { - id_with_lv = idWithLv + id = level, + grade = rewardType } - self:sendMessage(ProtoMsgType.FromMsgEnum., params, {}, self.rspFundAward, BIReport.ITEM_GET_TYPE.ACT_BOSS_RUSH_FUND) + self:sendMessage(ProtoMsgType.FromMsgEnum.BossRushBountyClaimReq, params, {}, self.rspFundAward, BIReport.ITEM_GET_TYPE.ACT_BOSS_RUSH_FUND) end function ActBossRushManager:rspFundAward(result) if result.err_code == GConst.ERROR_STR.SUCCESS then - DataManager.ActBossRushData:gotFundReward(result.id_with_lv) + if result.reqData then + if result.reqData.id ~= 0 then + DataManager.ActBossRushData:gotSingleFundReward(result.reqData.id, result.reqData.grade) + end + end GFunc.showRewardBox(result.rewards) end end @@ -120,12 +127,12 @@ function ActBossRushManager:reqBuyFundLevel() return end - self:sendMessage(ProtoMsgType.FromMsgEnum., {}, {}, self.rspBuyFundLevel, BIReport.ITEM_GET_TYPE.ACT_BOSS_RUSH_BUY_FUND) + self:sendMessage(ProtoMsgType.FromMsgEnum.BossRushBountyUnlockReq, {}, {}, self.rspBuyFundLevel, BIReport.ITEM_GET_TYPE.ACT_BOSS_RUSH_BUY_FUND) end function ActBossRushManager:rspBuyFundLevel(result) if result.err_code == GConst.ERROR_STR.SUCCESS then - local addCount = result.waveCount - DataManager.ActBossRushData:getWaveCount() + local addCount = result.accum_round - DataManager.ActBossRushData:getWaveCount() if addCount > 0 then DataManager.ActBossRushData:addWaveCount(addCount) end @@ -142,7 +149,7 @@ function ActBossRushManager:reqExchange(id, count) count = count } - self:sendMessage(ProtoMsgType.FromMsgEnum., params, {}, self.rspExchange, BIReport.ITEM_GET_TYPE.ACT_BOSS_RUSH_SHOP) + self:sendMessage(ProtoMsgType.FromMsgEnum.BossRushExchangeReq, params, {}, self.rspExchange, BIReport.ITEM_GET_TYPE.ACT_BOSS_RUSH_SHOP) end function ActBossRushManager:rspExchange(result) @@ -155,7 +162,7 @@ function ActBossRushManager:rspExchange(result) end function ActBossRushManager:reqRankReward() - self:sendMessage(ProtoMsgType.FromMsgEnum., {}, {}, self.rspRankReward, BIReport.ITEM_GET_TYPE.ACT_BOSS_RUSH_RANK) + self:sendMessage(ProtoMsgType.FromMsgEnum.BossRushRankRewardReq, {}, {}, self.rspRankReward, BIReport.ITEM_GET_TYPE.ACT_BOSS_RUSH_RANK) end function ActBossRushManager:rspRankReward(result) @@ -166,12 +173,12 @@ function ActBossRushManager:rspRankReward(result) end function ActBossRushManager:reqActData() - self:sendMessage(ProtoMsgType.FromMsgEnum., {}, {}, self.rspActData) + self:sendMessage(ProtoMsgType.FromMsgEnum.BossRushInfoReq, {}, {}, self.rspActData) end function ActBossRushManager:rspActData(result) if result.err_code == GConst.ERROR_STR.SUCCESS then - DataManager.ActBossRushData:init(result) + DataManager.ActBossRushData:init(result.boss_rush) end end @@ -179,7 +186,7 @@ function ActBossRushManager:reqRankList() if not DataManager.ActBossRushData:getNeedUpdateRank() then return end - self:sendMessage(ProtoMsgType.FromMsgEnum., {}, {}, self.rspRankList) + self:sendMessage(ProtoMsgType.FromMsgEnum.BossRushRankReq, {}, {}, self.rspRankList) end function ActBossRushManager:rspRankList(result) @@ -192,12 +199,12 @@ function ActBossRushManager:reqTopRank() if not DataManager.ActBossRushData:getIsOpen() then return false end - self:sendMessage(ProtoMsgType.FromMsgEnum., {}, {}, self.rspTopRank) + self:sendMessage(ProtoMsgType.FromMsgEnum.BossRushTopReq, {}, {}, self.rspTopRank) end function ActBossRushManager:rspTopRank(result) if result.err_code == GConst.ERROR_STR.SUCCESS then - DataManager.ActBossRushData:updateTopRankInfo(result) + DataManager.ActBossRushData:updateTopRankInfo(result.top3) end end @@ -211,7 +218,7 @@ function ActBossRushManager:reqFormation(formation) local params = { heroes = heroes } - self:sendMessage(ProtoMsgType.FromMsgEnum., params, {}, self.rspFormation) + self:sendMessage(ProtoMsgType.FromMsgEnum.BossRushFormationReq, params, {}, self.rspFormation) end function ActBossRushManager:rspFormation(result) diff --git a/lua/app/module/battle/battle_manager.lua b/lua/app/module/battle/battle_manager.lua index 58b07f00..e2addb1e 100644 --- a/lua/app/module/battle/battle_manager.lua +++ b/lua/app/module/battle/battle_manager.lua @@ -62,6 +62,13 @@ function BattleManager:showArenaBattleResultUI(settlement, rewards, checkCount) }) end +function BattleManager:showBossRushBattleResultUI(battleType, combatReport) + UIManager:showUI("app/ui/battle/battle_boss_rushresult_ui", { + battleType = battleType, + combatReport = combatReport + }) +end + function BattleManager:showBoxOpenUI(rewards, callback) UIManager:showUI("app/ui/battle/battle_box_open_ui", {rewards = rewards, callback = callback}) end diff --git a/lua/app/module/battle/controller/battle_base_controller.lua b/lua/app/module/battle/controller/battle_base_controller.lua index c7c6c4ed..f0f120aa 100644 --- a/lua/app/module/battle/controller/battle_base_controller.lua +++ b/lua/app/module/battle/controller/battle_base_controller.lua @@ -3078,8 +3078,9 @@ function BattleBaseController:battleEnd() end -- 处理战斗任务 + local curWaveIndex = self:getWaveIndex() if self.victory then - self:setTaskProgress(GConst.BattleConst.BATTLE_TASK_FIELD.KILLS_BOSS_TURN, self.waveRoundCount[self:getWaveIndex()]) + self:setTaskProgress(GConst.BattleConst.BATTLE_TASK_FIELD.KILLS_BOSS_TURN, self.waveRoundCount[curWaveIndex]) end local teamEntity = self.battleData:getAtkTeam() @@ -3088,7 +3089,13 @@ function BattleBaseController:battleEnd() local totalRound = 0 for wave, round in pairs(self.waveRoundCount) do - totalRound = totalRound + round + if wave == curWaveIndex then + if self.victory then + totalRound = totalRound + round + end + else + totalRound = totalRound + round + end end self:setTaskProgress(GConst.BattleConst.BATTLE_TASK_FIELD.TOTAL_TURN, totalRound) -- 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 932269fe..9d2c5885 100644 --- a/lua/app/module/battle/controller/battle_controller_boss_rush.lua +++ b/lua/app/module/battle/controller/battle_controller_boss_rush.lua @@ -132,32 +132,31 @@ function BattleControllerBossRush:showBossEnterAni(bornTime, bossName, monsterCo end function BattleControllerBossRush:controllBattleEnd() - -- self.combatReport = { - -- battleType = GConst.BattleConst.BATTLE_TYPE.ACT_BOSS_RUSH, - -- wave = self:getWaveIndex(), - -- victory = self.victory, - -- } - -- local atkReport = {} - -- local teamEntity = self.battleData:getAtkTeam() - -- local members = teamEntity:getAllMembers() - -- local heroInfo = {} - -- for k, v in pairs(members) do - -- local report = { - -- heroId = v:getId(), - -- dmg = v:getDamageCount(), - -- } - -- table.insert(atkReport, report) - -- heroInfo[v:getId()] = { - -- skill_cast = v:getActiveSkillReleaseCount(), - -- Damage = v:getDamageCount(), - -- } - -- end - -- self.combatReport.atkReport = atkReport - -- if not self.victory then - -- self.combatReport.wave = self.combatReport.wave - 1 - -- end - -- local taskCurProgress = ModuleManager.DailyChallengeManager:getCurTaskProgress(self) - ModuleManager.ActBossRushManager:reqEndBattle(self.chapterId, self.combatReport, self.taskProgress, heroInfo, taskCurProgress) + self.combatReport = { + battleType = GConst.BattleConst.BATTLE_TYPE.ACT_BOSS_RUSH, + wave = self:getWaveIndex(), + victory = self.victory, + } + local atkReport = {} + local teamEntity = self.battleData:getAtkTeam() + local members = teamEntity:getAllMembers() + local heroInfo = {} + for k, v in pairs(members) do + local report = { + heroId = v:getId(), + dmg = v:getDamageCount(), + } + table.insert(atkReport, report) + heroInfo[v:getId()] = { + skill_cast = v:getActiveSkillReleaseCount(), + Damage = v:getDamageCount(), + } + end + self.combatReport.atkReport = atkReport + if not self.victory then + self.combatReport.wave = self.combatReport.wave - 1 + end + ModuleManager.ActBossRushManager:reqEndBattle(self.chapterId, self.combatReport, self.taskProgress) end function BattleControllerBossRush:postWaveOver(atkDead, isQuit) diff --git a/lua/app/ui/battle/battle_bossrush_result_ui.lua b/lua/app/ui/battle/battle_bossrush_result_ui.lua new file mode 100644 index 00000000..f66e96ac --- /dev/null +++ b/lua/app/ui/battle/battle_bossrush_result_ui.lua @@ -0,0 +1,521 @@ +local BattleBossRushResultUI = class("BattleBossRushResultUI", BaseUI) + +local UNIT_RESULT_RERPORT_CELL = "app/ui/battle/cell/unit_result_report_cell" +local MAX_SCROLL_SHOW_COUNT = 10 +local SCROLL_LINE_HEIGHT = 130 + +function BattleBossRushResultUI:getPrefabPath() + return "assets/prefabs/ui/battle/battle_result_ui.prefab" +end + +function BattleBossRushResultUI:ctor(params) + if EDITOR_MODE then + Logger.printTable(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.totalDmg = 0 + 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() + 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 + end +end + +function BattleBossRushResultUI:onLoadRootComplete() + local uiMap = self.root:genAllChildren() + + self.continue = uiMap["battle_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"] + 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) + 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"] + + 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 +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 + 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.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 +end + +-- 播放节点动画 +function BattleBossRushResultUI:showNodeAnim(parent, node) + if not parent then + node:setVisible(false) + return + else + node:setVisible(true) + end + node:setParent(parent, false) + node:setAnchoredPosition(0, 0) + local canvasNode = parent:getComponent(GConst.TYPEOF_UNITY_CLASS.CANVAS_GROUP) + + self.animNode = self.root:createBindTweenSequence() + self.animNode:Insert(0, canvasNode:DOFade(0, 0)) + self.animNode:Insert(0.1, canvasNode:DOFade(1, 0)) + self.animNode:Insert(0, parent:getTransform():DOScale(0, 0)) + self.animNode:Insert(0.1, parent:getTransform():DOScale(0.35, 0)) + self.animNode:Insert(0.13, parent:getTransform():DOScale(1.1, 0.16)) + self.animNode:Insert(0.26, parent:getTransform():DOScale(1, 0.14)) + self.animNode:OnComplete(function() + self.animNode = nil + 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) + + 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) + 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 + end + self.rewardScrollRectComp:refillCells(rewardCount) +end + +function BattleBossRushResultUI:refreshUnitInfo() + if not self.atkReport then + self.unitNode:setVisible(false) + return + end + + self.unitNode:setVisible(true) + for index, cell in ipairs(self.unitResultReportCells) do + local info = self.atkReport[index] + cell:getBaseObject():setVisible(info ~= nil) + if info then + cell:refresh(info, self.totalDmg) + 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/userdata/activity/act_boss_rush/act_boss_rush_data.lua b/lua/app/userdata/activity/act_boss_rush/act_boss_rush_data.lua index c2cfd6e2..6fc1d09f 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 @@ -14,6 +14,7 @@ ActBossRushData.REWARD_TYPE = { function ActBossRushData:clear() self.data.isDirty = false + self.startTime = 0 self.endTime = 0 -- 战斗相关 self.stageRandomSeed = 0 @@ -22,6 +23,8 @@ function ActBossRushData:clear() self.todayMaxRound = 0 self.todayFightCount = 0 self.fightCount = 0 + self.todayMaxWave = 0 + self.todayMaxWaveRound = 0 -- 兑换 self.shop = {} -- 战令 @@ -53,25 +56,45 @@ function ActBossRushData:ctor() self:clear() end +function ActBossRushData:setActivityInfo(activity) + self.startTime = GFunc.formatTimeStep(activity.start_at) + self.endTime = GFunc.formatTimeStep(activity.end_at) +end + function ActBossRushData:init(data) if not data then return end + self.activity_id = data.activity_id -- 战斗 - self.stageRandomSeed = data.self.stageRandomSeed or Time:getBeginningOfServerToday() - self.todayFightCount = data.todayFightCount or 0 - self.fightCount = data.fightCount or 0 - self.stageList = {} - for id, info in ipairs(ConfigManager:getConfig("activity_boss_rush_chapter")) do - table.insert(self.stageList, id) + if data.heroes then + DataManager.FormationData:initFormationByType(GConst.BattleConst.FORMATION_TYPE.BOSS_RUSH, data.heroes) end - self.stageList = table.shuffleBySeed(self.stageList, self.stageRandomSeed) + self.todayFightCount = data.challenge or 0 + self.fightCount = data.fight_count or 0 + self.todayMaxWave = data.max_wave or 0 + self.todayMaxWaveRound = data.min_round or 0 -- 兑换 - self.shop = data.shop + self.shop = data.exchanged or {} -- 战令 + self.waveCount = data.accum_wave or 0 + if data.collected then + for level, bossrushgrade in pairs(data.collected) do + if bossrushgrade.normal then + self:setFreeGot(level) + end + if bossrushgrade.superior then + self:setProGot(level) + end + if bossrushgrade.superior_max then + self:setUtralGot(level) + end + end + end + self.waveLevelListCount = 0 local list = self:getBountyList() for _, id in ipairs(list) do @@ -91,6 +114,12 @@ function ActBossRushData:init(data) end end + self.proBounght = false + self:getProBought() + + self.utralBounght = false + self:getUtralBought() + DataManager:registerCrossDayFunc("ActBossRushData", function() self.todayMaxWave = 0 self.todayMaxRound = 0 @@ -108,7 +137,8 @@ end function ActBossRushData:getIsOpen() -- 开启条件 - return self.endTime > Time:getServerTime() + local time = Time:getServerTime() + return self.endTime > time and time > self.startTime end function ActBossRushData:getRp() @@ -140,11 +170,22 @@ function ActBossRushData:getIsFirstDay() end ---- 战斗 +function ActBossRushData:updateStageSeed(seed) + if self.stageRandomSeed == seed then + return + end + self.stageRandomSeed = seed + self.stageList = {} + for id, info in ipairs(ConfigManager:getConfig("activity_boss_rush_chapter")) do + table.insert(self.stageList, id) + end + self.stageList = table.shuffleBySeed(self.stageList, self.stageRandomSeed) +end + function ActBossRushData:getStageList() return self.stageList end - function ActBossRushData:getTodayMaxWave() return self.todayMaxWave or 0 end @@ -237,7 +278,10 @@ function ActBossRushData:setNeedUpdateRank() end function ActBossRushData:updateRankInfo(info) - -- -todo + self.lastRankList = info.yesterday_top50 + self.lastSelfRank = info.yesterday_self + self.rankList = info.today_top50 + self.selfRank = info.today_self self.needUpdateRank = Time:getServerTime() end @@ -287,7 +331,7 @@ end function ActBossRushData:getBountyList() if not self.bountyList then - self.bountyList = GFunc.getTable(DataManager:getActivityBountyLevelByActId(ACT_ID) or {}) + self.bountyList = GFunc.getTable(DataManager:getActivityBountyLevelByActId(self.activity_id or ACT_ID) or {}) end return self.bountyList end @@ -426,6 +470,18 @@ function ActBossRushData:gotFundReward(idWithLv) self:setDirty() end +function ActBossRushData:gotSingleFundReward(level, grade) + if grade == 0 then + self:setFreeGot(level) + elseif grade == 1 then + self:setProGot(level) + elseif grade == 2 then + self:setUtralGot(level) + end + + self:setDirty() +end + function ActBossRushData:getFreeCanGet(level) if self:getFreeGot(level) then return false @@ -517,7 +573,7 @@ end function ActBossRushData:getExchangeList() if not self.exchangeList then - self.exchangeList = GFunc.getTable(DataManager:getActivityExchangeByActId(ACT_ID) or {}) + self.exchangeList = GFunc.getTable(DataManager:getActivityExchangeByActId(self.activity_id or ACT_ID) or {}) end return self.exchangeList diff --git a/lua/app/userdata/formation/formation_data.lua b/lua/app/userdata/formation/formation_data.lua index 077297ef..6628b3d7 100644 --- a/lua/app/userdata/formation/formation_data.lua +++ b/lua/app/userdata/formation/formation_data.lua @@ -74,6 +74,20 @@ function FormationData:initDungeonArmor(heroes) end end +function FormationData:initFormationByType(formationType, heroes) + if self.formations == nil then + self.formations = {} + end + + self.formations[formationType] = {} + for idx, id in pairs(heroes) do + if id and id ~= 0 then + local matchType = DataManager.HeroData:getHeroById(id):getMatchType() + self.formations[formationType][matchType] = id + end + end +end + function FormationData:getStageFormation() return self:getFormation(GConst.BattleConst.FORMATION_TYPE.STAGE) end From 89eeac3f2d31ed71b6b1cffdb27ef3cf8e53a7ec Mon Sep 17 00:00:00 2001 From: Fang Date: Thu, 17 Aug 2023 18:24:33 +0800 Subject: [PATCH 13/55] =?UTF-8?q?=E6=96=B0=E6=89=8B14=E5=A4=A9=E4=B9=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/common/bi_report.lua | 7 +- lua/app/common/data_manager.lua | 3 + lua/app/common/local_data.lua | 13 + lua/app/common/module_manager.lua | 2 + lua/app/common/pay_manager.lua | 3 + lua/app/config/act_fourteen_bounty.lua | 116 +- lua/app/config/act_fourteen_exchange.lua | 344 +- lua/app/config/act_fourteen_quest.lua | 1585 +- lua/app/config/act_gift.lua | 191 +- lua/app/config/arena_board.lua | 13132 ++++---- lua/app/config/arena_bounty_level.lua | 4 +- lua/app/config/arena_rank.lua | 2228 +- lua/app/config/arena_time.lua | 8 +- lua/app/config/avatar.lua | 3 +- lua/app/config/avatar_frame.lua | 12 +- lua/app/config/chapter.lua | 20 +- lua/app/config/chapter_board_bossrush.lua | 24824 ++++++++-------- lua/app/config/const.lua | 5 +- lua/app/config/item.lua | 12 +- .../localization_global_const.lua | 35 +- lua/app/config/strings/cn/avatar.lua | 5 +- lua/app/config/strings/cn/avatar_frame.lua | 8 +- lua/app/config/strings/cn/buff.lua | 5 + lua/app/config/strings/cn/global.lua | 35 +- lua/app/config/strings/cn/item.lua | 10 +- lua/app/config/strings/cn/task_type.lua | 18 +- lua/app/config/strings/de/avatar.lua | 5 +- lua/app/config/strings/de/avatar_frame.lua | 8 +- lua/app/config/strings/de/item.lua | 8 +- lua/app/config/strings/en/avatar.lua | 5 +- lua/app/config/strings/en/avatar_frame.lua | 8 +- lua/app/config/strings/en/buff.lua | 9 + lua/app/config/strings/en/global.lua | 2 +- lua/app/config/strings/en/item.lua | 10 +- lua/app/config/strings/es/avatar.lua | 5 +- lua/app/config/strings/es/avatar_frame.lua | 8 +- lua/app/config/strings/es/buff.lua | 9 + lua/app/config/strings/es/global.lua | 2 +- lua/app/config/strings/es/item.lua | 10 +- lua/app/config/strings/fr/avatar.lua | 5 +- lua/app/config/strings/fr/avatar_frame.lua | 8 +- lua/app/config/strings/fr/item.lua | 8 +- lua/app/config/strings/id/avatar.lua | 5 +- lua/app/config/strings/id/avatar_frame.lua | 8 +- lua/app/config/strings/id/buff.lua | 9 + lua/app/config/strings/id/global.lua | 2 +- lua/app/config/strings/id/item.lua | 10 +- lua/app/config/strings/ja/avatar.lua | 5 +- lua/app/config/strings/ja/avatar_frame.lua | 8 +- lua/app/config/strings/ja/buff.lua | 9 + lua/app/config/strings/ja/global.lua | 2 +- lua/app/config/strings/ja/item.lua | 10 +- lua/app/config/strings/ko/avatar.lua | 5 +- lua/app/config/strings/ko/avatar_frame.lua | 8 +- lua/app/config/strings/ko/buff.lua | 9 + lua/app/config/strings/ko/global.lua | 2 +- lua/app/config/strings/ko/item.lua | 10 +- lua/app/config/strings/pt/avatar.lua | 5 +- lua/app/config/strings/pt/avatar_frame.lua | 8 +- lua/app/config/strings/pt/buff.lua | 9 + lua/app/config/strings/pt/global.lua | 2 +- lua/app/config/strings/pt/item.lua | 10 +- lua/app/config/strings/ru/avatar.lua | 5 +- lua/app/config/strings/ru/avatar_frame.lua | 8 +- lua/app/config/strings/ru/item.lua | 8 +- lua/app/config/strings/th/avatar.lua | 5 +- lua/app/config/strings/th/avatar_frame.lua | 8 +- lua/app/config/strings/th/buff.lua | 9 + lua/app/config/strings/th/global.lua | 2 +- lua/app/config/strings/th/item.lua | 10 +- lua/app/config/strings/vi/avatar.lua | 5 +- lua/app/config/strings/vi/avatar_frame.lua | 8 +- lua/app/config/strings/vi/buff.lua | 9 + lua/app/config/strings/vi/global.lua | 2 +- lua/app/config/strings/vi/item.lua | 10 +- lua/app/config/strings/zh/avatar.lua | 5 +- lua/app/config/strings/zh/avatar_frame.lua | 8 +- lua/app/config/strings/zh/buff.lua | 9 + lua/app/config/strings/zh/global.lua | 2 +- lua/app/config/strings/zh/item.lua | 10 +- lua/app/global/global_const.lua | 3 + lua/app/module/activity/fourteen_day.meta | 8 + .../fourteen_day/fourteen_day_const.lua | 12 + .../fourteen_day/fourteen_day_const.lua.meta} | 2 +- .../fourteen_day/fourteen_day_manager.lua | 56 + .../fourteen_day_manager.lua.meta | 10 + lua/app/module/chapter/chapter_manager.lua | 2 + .../daily_challenge_manager.lua | 2 + lua/app/module/equip/equip_manager.lua | 6 + lua/app/module/item/item_const.lua | 1 + lua/app/module/maincity/maincity_const.lua | 1 + lua/app/module/task/task_const.lua | 9 + lua/app/module/task/task_manager.lua | 45 + lua/app/proto/proto_msg_type.lua | 18 + lua/app/ui/activity/fourteen_day.meta | 8 + lua/app/ui/activity/fourteen_day/cell.meta | 8 + .../cell/fourteen_day_bounty_cell.lua | 52 + .../cell/fourteen_day_bounty_cell.lua.meta | 10 + .../cell/fourteen_day_exchange_cell.lua | 52 + .../cell/fourteen_day_exchange_cell.lua.meta | 10 + .../cell/fourteen_day_gift_cell.lua | 56 + .../cell/fourteen_day_gift_cell.lua.meta | 10 + .../cell/fourteen_day_task_cell.lua | 60 + .../cell/fourteen_day_task_cell.lua.meta | 10 + .../fourteen_day/fourteen_day_bounty_ui.lua | 132 + .../fourteen_day_bounty_ui.lua.meta | 10 + .../fourteen_day/fourteen_day_entrance_ui.lua | 160 + .../fourteen_day_entrance_ui.lua.meta | 10 + .../fourteen_day/fourteen_day_exchange_ui.lua | 84 + .../fourteen_day_exchange_ui.lua.meta | 10 + .../fourteen_day/fourteen_day_gift_ui.lua | 75 + .../fourteen_day_gift_ui.lua.meta | 10 + .../fourteen_day/fourteen_day_task_ui.lua | 122 + .../fourteen_day_task_ui.lua.meta | 10 + lua/app/ui/arena/cell/bounty_cell.lua | 6 +- lua/app/ui/bounty/cell/bounty_cell.lua | 6 +- lua/app/ui/bounty/cell/bounty_reward_cell.lua | 101 - .../cell/bounty_reward_cell.lua | 4 +- .../cell/bounty_reward_cell.lua.meta | 2 +- .../cell/side_bar_fourteen_day_cell.lua | 43 + .../cell/side_bar_fourteen_day_cell.lua.meta | 10 + lua/app/userdata/activity/fourteen_day.meta | 8 + .../fourteen_day/fourteen_day_data.lua | 579 + .../fourteen_day/fourteen_day_data.lua.meta | 10 + lua/app/userdata/arena/arena_data.lua | 8 +- .../userdata/dungeon/dungeon_armor_entity.lua | 3 + .../userdata/dungeon/dungeon_gold_entity.lua | 3 + .../dungeon/dungeon_shards_entity.lua | 3 + .../dungeon/dungeon_weapon_entity.lua | 3 + lua/app/userdata/equip/equip_data.lua | 2 +- lua/app/userdata/shop/shop_data.lua | 4 +- 131 files changed, 24723 insertions(+), 20143 deletions(-) create mode 100644 lua/app/module/activity/fourteen_day.meta create mode 100644 lua/app/module/activity/fourteen_day/fourteen_day_const.lua rename lua/app/{ui/bounty/cell/bounty_reward_cell.lua.meta => module/activity/fourteen_day/fourteen_day_const.lua.meta} (86%) create mode 100644 lua/app/module/activity/fourteen_day/fourteen_day_manager.lua create mode 100644 lua/app/module/activity/fourteen_day/fourteen_day_manager.lua.meta create mode 100644 lua/app/ui/activity/fourteen_day.meta create mode 100644 lua/app/ui/activity/fourteen_day/cell.meta create mode 100644 lua/app/ui/activity/fourteen_day/cell/fourteen_day_bounty_cell.lua create mode 100644 lua/app/ui/activity/fourteen_day/cell/fourteen_day_bounty_cell.lua.meta create mode 100644 lua/app/ui/activity/fourteen_day/cell/fourteen_day_exchange_cell.lua create mode 100644 lua/app/ui/activity/fourteen_day/cell/fourteen_day_exchange_cell.lua.meta create mode 100644 lua/app/ui/activity/fourteen_day/cell/fourteen_day_gift_cell.lua create mode 100644 lua/app/ui/activity/fourteen_day/cell/fourteen_day_gift_cell.lua.meta create mode 100644 lua/app/ui/activity/fourteen_day/cell/fourteen_day_task_cell.lua create mode 100644 lua/app/ui/activity/fourteen_day/cell/fourteen_day_task_cell.lua.meta create mode 100644 lua/app/ui/activity/fourteen_day/fourteen_day_bounty_ui.lua create mode 100644 lua/app/ui/activity/fourteen_day/fourteen_day_bounty_ui.lua.meta create mode 100644 lua/app/ui/activity/fourteen_day/fourteen_day_entrance_ui.lua create mode 100644 lua/app/ui/activity/fourteen_day/fourteen_day_entrance_ui.lua.meta create mode 100644 lua/app/ui/activity/fourteen_day/fourteen_day_exchange_ui.lua create mode 100644 lua/app/ui/activity/fourteen_day/fourteen_day_exchange_ui.lua.meta create mode 100644 lua/app/ui/activity/fourteen_day/fourteen_day_gift_ui.lua create mode 100644 lua/app/ui/activity/fourteen_day/fourteen_day_gift_ui.lua.meta create mode 100644 lua/app/ui/activity/fourteen_day/fourteen_day_task_ui.lua create mode 100644 lua/app/ui/activity/fourteen_day/fourteen_day_task_ui.lua.meta delete mode 100644 lua/app/ui/bounty/cell/bounty_reward_cell.lua rename lua/app/ui/{arena => common}/cell/bounty_reward_cell.lua (95%) rename lua/app/ui/{arena => common}/cell/bounty_reward_cell.lua.meta (86%) create mode 100644 lua/app/ui/main_city/cell/side_bar_fourteen_day_cell.lua create mode 100644 lua/app/ui/main_city/cell/side_bar_fourteen_day_cell.lua.meta create mode 100644 lua/app/userdata/activity/fourteen_day.meta create mode 100644 lua/app/userdata/activity/fourteen_day/fourteen_day_data.lua create mode 100644 lua/app/userdata/activity/fourteen_day/fourteen_day_data.lua.meta diff --git a/lua/app/common/bi_report.lua b/lua/app/common/bi_report.lua index ab791a66..21132786 100644 --- a/lua/app/common/bi_report.lua +++ b/lua/app/common/bi_report.lua @@ -140,6 +140,10 @@ BIReport.ITEM_GET_TYPE = { OFFLINE_RECOVERY = "OfflineRecovery", ACT_SUMMER = "ActSummer", ACT_HERO_FUND = "ActHeroFund", + ACT_FOURTEEN_DAY_BOUNTY = "ActFourteenDayBounty", + ACT_FOURTEEN_DAY_TASK = "ActFourteenDayTask", + ACT_FOURTEEN_DAY_EXCHANGE = "ActFourteenDayExchange", + FOURTEEN_DAY_GIFT = "FourteenDayGift", } BIReport.ADS_CLICK_TYPE = { @@ -208,7 +212,8 @@ BIReport.GIFT_TYPE = { WEAPON_GIFT = "WeaponGift", ARMOR_GIFT = "ArmorGift", ACT_SUMMER = "ActSummer", - ACT_HERO_FUND = "ActHeroFund" + ACT_HERO_FUND = "ActHeroFund", + FOURTEEN_DAY_GIFT = "FourteenDayGift", } BIReport.COIN_TYPE = { diff --git a/lua/app/common/data_manager.lua b/lua/app/common/data_manager.lua index 98dc9fef..504b1eec 100644 --- a/lua/app/common/data_manager.lua +++ b/lua/app/common/data_manager.lua @@ -34,6 +34,7 @@ function DataManager:init() self:initManager("SummonData", "app/userdata/summon/summon_data") self:initManager("AIHelperData", "app/userdata/game_setting/ai_helper_data") self:initManager("HeroFundData", "app/userdata/activity/hero_fund/hero_fund_data") + self:initManager("FourteenDayData", "app/userdata/activity/fourteen_day/fourteen_day_data") end function DataManager:initManager(name, path) @@ -120,6 +121,7 @@ function DataManager:clear() self.TaskData:clear() self.AIHelperData:clear() self.HeroFundData:clear() + self.FourteenDayData:clear() ModuleManager.TaskManager:clear() self:clearTryOpenFunc() end @@ -181,6 +183,7 @@ function DataManager:initWithServerData(data) self.GrowthFundData:init(data.fund.funds) end self.HeroFundData:init(data.hero_fund) + self.FourteenDayData:init(data.fourteen_bounty) -- 任务数据最后初始化,依赖其他模块的数据 self.TaskData:init() diff --git a/lua/app/common/local_data.lua b/lua/app/common/local_data.lua index 47e7f3ce..7b30e682 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", + FOURTEEN_DAY_TODAY_EXCHANGE = "FOURTEEN_DAY_TODAY_EXCHANGE", } LocalData.KEYS = LOCAL_DATA_KEY @@ -465,4 +466,16 @@ function LocalData:recordTodayActSummerWatchedHero() self:setInt(LOCAL_DATA_KEY.ACTIVITY_SUMMER_TODAY_HERO .. Time:getBeginningOfServerToday(), 1) end +function LocalData:getTodayFourteenDayExchangeWatched() + return self:getInt(LOCAL_DATA_KEY.FOURTEEN_DAY_TODAY_EXCHANGE .. Time:getBeginningOfServerToday(), 0) == 1 +end + +function LocalData:recordTodayFourteenDayExchangeWatched() + if self:getTodayFourteenDayExchangeWatched() then + return + end + self:setInt(LOCAL_DATA_KEY.FOURTEEN_DAY_TODAY_EXCHANGE .. Time:getBeginningOfServerToday(), 1) + DataManager.FourteenDayData:setDirty() +end + return LocalData \ No newline at end of file diff --git a/lua/app/common/module_manager.lua b/lua/app/common/module_manager.lua index a9a3b3cf..94044585 100644 --- a/lua/app/common/module_manager.lua +++ b/lua/app/common/module_manager.lua @@ -71,6 +71,8 @@ local MODULE_PATHS = { SkinManager = "app/module/skin/skin_manager", -- 英雄基金 HeroFundManager = "app/module/activity/hero_fund/hero_fund_manager", + -- 新手14天乐 + FourteenDayManager = "app/module/activity/fourteen_day/fourteen_day_manager", } -- 这里的key对应func_open里的id diff --git a/lua/app/common/pay_manager.lua b/lua/app/common/pay_manager.lua index 799522e9..e6c6b0b1 100644 --- a/lua/app/common/pay_manager.lua +++ b/lua/app/common/pay_manager.lua @@ -26,6 +26,7 @@ PayManager.PURCHARSE_ACT_TYPE = { ACT_HERO_FUND = 14, WEAPON_UPGRADE_GIFT = 15, ARMOR_UPGRADE_GIFT = 16, + FOURTEEN_DAY_GIFT = 17, } PayManager.PURCHARSE_TYPE_CONFIG = { @@ -54,6 +55,7 @@ PayManager.BI_ITEM_GET_TYPE = { [PayManager.PURCHARSE_ACT_TYPE.ACT_HERO_FUND] = BIReport.ITEM_GET_TYPE.ACT_HERO_FUND, [PayManager.PURCHARSE_ACT_TYPE.WEAPON_UPGRADE_GIFT] = BIReport.ITEM_GET_TYPE.WEAPON_GIFT, [PayManager.PURCHARSE_ACT_TYPE.ARMOR_UPGRADE_GIFT] = BIReport.ITEM_GET_TYPE.ARMOR_GIFT, + [PayManager.PURCHARSE_ACT_TYPE.FOURTEEN_DAY_GIFT] = BIReport.ITEM_GET_TYPE.FOURTEEN_DAY_GIFT, }, [PayManager.PURCHARSE_TYPE.ACT_GOLD_PIG] = BIReport.ITEM_GET_TYPE.GOLD_PIG, [PayManager.PURCHARSE_TYPE.MALL_TREASURE] = BIReport.ITEM_GET_TYPE.MALL_TREASURE, @@ -79,6 +81,7 @@ PayManager.BI_GIFT_TYPE = { [PayManager.PURCHARSE_ACT_TYPE.ACT_HERO_FUND] = BIReport.ITEM_GET_TYPE.ACT_HERO_FUND, [PayManager.PURCHARSE_ACT_TYPE.WEAPON_UPGRADE_GIFT] = BIReport.GIFT_TYPE.WEAPON_GIFT, [PayManager.PURCHARSE_ACT_TYPE.ARMOR_UPGRADE_GIFT] = BIReport.GIFT_TYPE.ARMOR_GIFT, + [PayManager.PURCHARSE_ACT_TYPE.FOURTEEN_DAY_GIFT] = BIReport.GIFT_TYPE.FOURTEEN_DAY_GIFT, }, [PayManager.PURCHARSE_TYPE.ACT_GOLD_PIG] = BIReport.GIFT_TYPE.GOLD_PIG, [PayManager.PURCHARSE_TYPE.MALL_TREASURE] = BIReport.GIFT_TYPE.MALL_TREASURE, 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..bbbf6fe1 100644 --- a/lua/app/config/act_fourteen_quest.lua +++ b/lua/app/config/act_fourteen_quest.lua @@ -1,795 +1,894 @@ 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" + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=15, + ["num_for_nothing"]="Vw0=" } - } + }, + ["icon"]=16 }, - [5]={ + [2]={ ["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==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=3, - ["id_for_nothing"]="VQ==", - ["num"]=100, - ["num_for_nothing"]="Vwhc" - } - } - }, - [6]={ - ["stage"]=2, - ["quest"]=23, - ["none"]="武器升级 x次", - ["num"]=6, - ["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"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=600, - ["num_for_nothing"]="UAhc" - } - } - }, - [8]={ - ["stage"]=2, - ["quest"]=23, - ["none"]="开启主线宝箱 x个", - ["num"]=8, - ["reward"]={ - { - ["type"]=1, - ["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" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=3, - ["id_for_nothing"]="VQ==", - ["num"]=100, - ["num_for_nothing"]="Vwhc" - } - } - }, - [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, - ["none"]="完成所有任务", - ["num"]=15, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=3000, - ["num_for_nothing"]="VQhcAw==" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=3, - ["id_for_nothing"]="VQ==", - ["num"]=100, - ["num_for_nothing"]="Vwhc" - } - } - }, - [16]={ - ["stage"]=4, - ["quest"]=23, - ["none"]="每日挑战 胜利x次", - ["num"]=16, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=1500, - ["num_for_nothing"]="Vw1cAw==" - } - } - }, - [17]={ - ["stage"]=4, - ["quest"]=23, - ["none"]="矿车拦截 10", - ["num"]=17, - ["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"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=1700, - ["num_for_nothing"]="Vw9cAw==" - } - } - }, - [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, - ["none"]="完成所有任务", + ["none"]="角色升到20级", ["num"]=20, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["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"]=15, + ["num_for_nothing"]="Vw0=" } - } + }, + ["icon"]=7 }, - [21]={ - ["stage"]=5, - ["quest"]=23, - ["none"]="广告次数累计达15", - ["num"]=21, + [3]={ + ["stage"]=1, + ["quest"]=31, + ["none"]="竞技场达到青铜II", + ["num"]=1000, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=2100, - ["num_for_nothing"]="VAlcAw==" + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=15, + ["num_for_nothing"]="Vw0=" } - } + }, + ["icon"]=14 }, - [22]={ - ["stage"]=5, - ["quest"]=23, - ["none"]="通关波次 x次", - ["num"]=22, + [4]={ + ["stage"]=1, + ["quest"]=1, + ["none"]="广告次数累计达8", + ["num"]=8, ["reward"]={ { ["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"]=10 }, - [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", - ["num"]=24, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=2400, - ["num_for_nothing"]="VAxcAw==" - } - } - }, - [25]={ - ["stage"]=5, - ["quest"]=23, + [5]={ + ["stage"]=1, ["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"]="完成所有任务", - ["num"]=40, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", + ["id"]=1, + ["id_for_nothing"]="Vw==", ["num"]=8000, ["num_for_nothing"]="XghcAw==" }, { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=3, - ["id_for_nothing"]="VQ==", - ["num"]=100, - ["num_for_nothing"]="Vwhc" - } - } - }, - [41]={ - ["stage"]=9, - ["quest"]=23, - ["none"]="竞技场达到黄金段位", - ["num"]=41, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=4100, - ["num_for_nothing"]="UglcAw==" - } - } - }, - [42]={ - ["stage"]=9, - ["quest"]=23, - ["none"]="广告次数累计达30", - ["num"]=42, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=4200, - ["num_for_nothing"]="UgpcAw==" - } - } - }, - [43]={ - ["stage"]=9, - ["quest"]=23, - ["none"]="角色升到50级", - ["num"]=43, - ["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"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=40, + ["num_for_nothing"]="Ugg=" }, { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=3, - ["id_for_nothing"]="VQ==", + ["id"]=2, + ["id_for_nothing"]="VA==", ["num"]=100, ["num_for_nothing"]="Vwhc" } - } + }, + ["icon"]=11 + }, + [6]={ + ["stage"]=2, + ["quest"]=10, + ["none"]="武器升级15次", + ["num"]=15, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=15, + ["num_for_nothing"]="Vw0=" + } + }, + ["icon"]=7 + }, + [7]={ + ["stage"]=2, + ["quest"]=33, + ["none"]="时空裂隙1-6", + ["num"]=6, + ["reward"]={ + { + ["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"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=15, + ["num_for_nothing"]="Vw0=" + } + }, + ["icon"]=21 + }, + [9]={ + ["stage"]=2, + ["quest"]=34, + ["none"]="矿车拦截5", + ["num"]=5, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=15, + ["num_for_nothing"]="Vw0=" + } + }, + ["icon"]=18 + }, + [10]={ + ["stage"]=2, + ["none"]="完成所有任务", + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=8000, + ["num_for_nothing"]="XghcAw==" + }, + { + ["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 + }, + [11]={ + ["stage"]=3, + ["quest"]=35, + ["none"]="灯神之塔4", + ["num"]=4, + ["reward"]={ + { + ["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"]=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"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=15, + ["num_for_nothing"]="Vw0=" + } + }, + ["icon"]=16 + }, + [14]={ + ["stage"]=3, + ["quest"]=1, + ["none"]="广告次数累计达24", + ["num"]=24, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=15, + ["num_for_nothing"]="Vw0=" + } + }, + ["icon"]=10 + }, + [15]={ + ["stage"]=3, + ["none"]="完成所有任务", + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=8000, + ["num_for_nothing"]="XghcAw==" + }, + { + ["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"]=100, + ["num_for_nothing"]="Vwhc" + } + }, + ["icon"]=11 + }, + [16]={ + ["stage"]=4, + ["quest"]=36, + ["none"]="每日挑战胜利5次", + ["num"]=5, + ["reward"]={ + { + ["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"]=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"]=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"]=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"]=8000, + ["num_for_nothing"]="XghcAw==" + }, + { + ["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"]=1, + ["none"]="广告次数累计达40", + ["num"]=40, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["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"]=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"]=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"]=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"]=8000, + ["num_for_nothing"]="XghcAw==" + }, + { + ["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"]=100, + ["num_for_nothing"]="Vwhc" + } + }, + ["icon"]=11 + }, + [26]={ + ["stage"]=6, + ["quest"]=12, + ["none"]="击杀BOSS80次", + ["num"]=80, + ["reward"]={ + { + ["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"]=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"]=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"]=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"]=8000, + ["num_for_nothing"]="XghcAw==" + }, + { + ["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"]=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"]=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"]=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"]=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"]=8000, + ["num_for_nothing"]="XghcAw==" + }, + { + ["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"]=100, + ["num_for_nothing"]="Vwhc" + } + }, + ["icon"]=11 + }, + [36]={ + ["stage"]=8, + ["quest"]=39, + ["none"]="防具升级40次", + ["num"]=40, + ["reward"]={ + { + ["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"]=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"]=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"]=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"]=8000, + ["num_for_nothing"]="XghcAw==" + }, + { + ["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"]=31, + ["none"]="竞技场达到白银III", + ["num"]=1400, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=51, + ["id_for_nothing"]="Uwk=", + ["num"]=15, + ["num_for_nothing"]="Vw0=" + } + }, + ["icon"]=15 + }, + [42]={ + ["stage"]=9, + ["quest"]=1, + ["none"]="广告次数累计达72", + ["num"]=72, + ["reward"]={ + { + ["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"]="角色升到32级", + ["num"]=32, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["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"]=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"]=8000, + ["num_for_nothing"]="XghcAw==" + }, + { + ["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 c4b52596..5afddf5f 100644 --- a/lua/app/config/act_gift.lua +++ b/lua/app/config/act_gift.lua @@ -2558,9 +2558,198 @@ local act_gift = { ["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=79 +data=act_gift,count=85 } 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 862e8f51..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 } } }, 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_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 7d01200a..852d1cff 100644 --- a/lua/app/config/avatar.lua +++ b/lua/app/config/avatar.lua @@ -6,7 +6,8 @@ local avatar = { }, [24]={ ["iconId"]="avatar_2", - ["item"]=44 + ["item"]=44, + ["unlock_show"]=true }, [1001]={ ["iconId"]="1", diff --git a/lua/app/config/avatar_frame.lua b/lua/app/config/avatar_frame.lua index b88c5ae5..2e235db8 100644 --- a/lua/app/config/avatar_frame.lua +++ b/lua/app/config/avatar_frame.lua @@ -20,9 +20,19 @@ local avatar_frame = { [27]={ ["iconId"]="avatar_frame_5", ["item"]=46 + }, + [28]={ + ["iconId"]="avatar_frame_6", + ["item"]=53, + ["unlock_show"]=true + }, + [29]={ + ["iconId"]="avatar_frame_7", + ["item"]=54, + ["unlock_show"]=true } } 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/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/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/item.lua b/lua/app/config/item.lua index 10114ac2..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, @@ -2388,6 +2398,6 @@ local item = { } } local config = { -data=item,count=114 +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 11a12f58..f6f3e7ac 100644 --- a/lua/app/config/localization/localization_global_const.lua +++ b/lua/app/config/localization/localization_global_const.lua @@ -461,8 +461,8 @@ local LocalizationGlobalConst = ARENA_DESC_40 = "ARENA_DESC_40", ARENA_DESC_41 = "ARENA_DESC_41", ARENA_DESC_42 = "ARENA_DESC_42", - EQUIP_DESC_26 = "EQUIP_DESC_26", 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", @@ -478,6 +478,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/strings/cn/avatar.lua b/lua/app/config/strings/cn/avatar.lua index 7e5b67a3..d10a6a1e 100644 --- a/lua/app/config/strings/cn/avatar.lua +++ b/lua/app/config/strings/cn/avatar.lua @@ -106,9 +106,12 @@ local avatar = { }, [5400101]={ ["desc"]="激活刀姬翩然起舞皮肤获得。" + }, + [1400101]={ + ["desc"]="遗迹战甲" } } local config = { -data=avatar,count=36 +data=avatar,count=37 } 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/buff.lua b/lua/app/config/strings/cn/buff.lua index 433a76e5..f535d32e 100644 --- a/lua/app/config/strings/cn/buff.lua +++ b/lua/app/config/strings/cn/buff.lua @@ -225,18 +225,23 @@ local buff = { }, [84]={ ["id"]=84, + ["show_name"]="重生", ["desc"]="重生:持续期间被击败则会触发重生并恢复生命,回合结束时未触发重生也会恢复生命。", ["tips_desc"]="重生:持续期间被击败则会触发重生并恢复生命,回合结束时未触发重生也会恢复生命。", ["name"]="rebirth" }, [85]={ ["id"]=85, + ["show_name"]="海洋护盾", ["desc"]="海洋护盾:承受一定伤害,免疫所有负面效果。", + ["tips_desc"]="海洋护盾:承受一定伤害,免疫所有负面效果。", ["name"]="ocean_shield" }, [86]={ ["id"]=86, + ["show_name"]="自愈", ["desc"]="自愈:回合结束时恢复生命。", + ["tips_desc"]="自愈:回合结束时恢复生命。", ["name"]="self_heal" } } diff --git a/lua/app/config/strings/cn/global.lua b/lua/app/config/strings/cn/global.lua index 166322f4..14028b13 100644 --- a/lua/app/config/strings/cn/global.lua +++ b/lua/app/config/strings/cn/global.lua @@ -461,8 +461,8 @@ local localization_global = ["ARENA_DESC_40"] = "升段奖励", ["ARENA_DESC_41"] = "结算奖励", ["ARENA_DESC_42"] = "未领取奖励", - ["EQUIP_DESC_26"] = "武器直升{0}级礼包", ["EQUIP_DESC_27"] = "防具直升{0}级礼包", + ["EQUIP_DESC_28"] = "武器直升{0}级礼包", ["SEIZED_DESC_1"] = "检测到你的账号存在异常,请联系客服或删除账号使用新建账号继续游戏。", ["SEIZED_DESC_2"] = "联系客服", ["SEIZED_DESC_3"] = "删除账号", @@ -478,6 +478,39 @@ 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"] = "今日高手", + ["ACT_BOSS_RUSH_DESC_4"] = "我今日最高:", + ["ACT_BOSS_RUSH_DESC_5"] = "我今日挑战:{0}次", + ["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_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_18"] = "兑换", + ["ACT_BOSS_RUSH_DESC_19"] = "剩余次数:{0}", + ["ACT_BOSS_RUSH_DESC_20"] = "昨日", + ["ACT_BOSS_RUSH_DESC_21"] = "今日", + ["ACT_BOSS_RUSH_DESC_22"] = "奖励", + ["ACT_BOSS_RUSH_DESC_23"] = "排名:{0}", + ["ACT_BOSS_RUSH_DESC_24"] = "排名", + ["ACT_BOSS_RUSH_DESC_25"] = "玩家", + ["ACT_BOSS_RUSH_DESC_26"] = "记录", + ["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"] = "1.首领出场顺序和地图每日都将进行变化。\n2.战斗开始后,您的英雄技能默认已激活,但强化技能还需要升级获得,战斗内最多提升60级。\n3.每日公开赛的排名都将结算一次,结算可获得大量【首领金币】,可用于活动商店兑换奖励。\n4.首领巡礼将根据您参与公开赛战斗的累计波次给与奖励。\n5.每日可免费挑战1次,后续挑战需要消耗钻石,请节准备好再开始挑战。", + ["ACT_BOSS_RUSH_DESC_32"] = "限时礼包,倾情回馈!", + ["ACT_BOSS_RUSH_DESC_33"] = "阶段{0}解锁", } 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/task_type.lua b/lua/app/config/strings/cn/task_type.lua index 2dc2d5cb..f7ad1c36 100644 --- a/lua/app/config/strings/cn/task_type.lua +++ b/lua/app/config/strings/cn/task_type.lua @@ -90,31 +90,31 @@ local task_type = { ["desc"]="竞技场挑战次数" }, [31]={ - ["desc"]="竞技场段位达到X" + ["desc"]="竞技场段位达到{0}" }, [32]={ - ["desc"]="深渊挑战 通关X" + ["desc"]="深渊挑战通关{0}" }, [33]={ - ["desc"]="时空裂隙 通关X" + ["desc"]="时空裂隙通关{0}-{1}" }, [34]={ - ["desc"]="矿车拦截 通关X" + ["desc"]="矿车拦截通关{0}" }, [35]={ - ["desc"]="灯神之塔 通关X" + ["desc"]="灯神之塔通关{0}" }, [36]={ - ["desc"]="每日挑战 胜利x次" + ["desc"]="每日挑战胜利{0}次" }, [37]={ - ["desc"]="开启主线宝箱 x个" + ["desc"]="开启主线宝箱{0}个" }, [38]={ - ["desc"]="武器升级 x次" + ["desc"]="武器升级{0}次" }, [39]={ - ["desc"]="防具升级 x次" + ["desc"]="防具升级{0}次" } } local config = { diff --git a/lua/app/config/strings/de/avatar.lua b/lua/app/config/strings/de/avatar.lua index 9e50f952..e55df79f 100644 --- a/lua/app/config/strings/de/avatar.lua +++ b/lua/app/config/strings/de/avatar.lua @@ -106,9 +106,12 @@ local avatar = { }, [5400101]={ + }, + [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/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/en/avatar.lua b/lua/app/config/strings/en/avatar.lua index 6dc4d2d6..e390ea18 100644 --- a/lua/app/config/strings/en/avatar.lua +++ b/lua/app/config/strings/en/avatar.lua @@ -106,9 +106,12 @@ local avatar = { }, [5400101]={ ["desc"]="Obtained after activating Graceful Dance." + }, + [1400101]={ + ["desc"]="Relic Armor" } } local config = { -data=avatar,count=36 +data=avatar,count=37 } return config \ No newline at end of file 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/buff.lua b/lua/app/config/strings/en/buff.lua index a5adf638..ffe8b912 100644 --- a/lua/app/config/strings/en/buff.lua +++ b/lua/app/config/strings/en/buff.lua @@ -225,14 +225,23 @@ local buff = { }, [84]={ ["id"]=84, + ["show_name"]="Rebirth", + ["desc"]="Rebirth: During the Rebirth, when you are defeated or the turn ends, it will trigger to restore HP.", + ["tips_desc"]="Rebirth: During the Rebirth, when you are defeated or the turn ends, it will trigger to restore HP.", ["name"]="rebirth" }, [85]={ ["id"]=85, + ["show_name"]="Ocean Shield", + ["desc"]="Ocean Shield: Can take a certain amount of damage and stay immune to all debuffs.", + ["tips_desc"]="Ocean Shield: Can take a certain amount of damage and stay immune to all debuffs.", ["name"]="ocean_shield" }, [86]={ ["id"]=86, + ["show_name"]="Self-healing", + ["desc"]="Self-healing: Restore HP at the end of the turn.", + ["tips_desc"]="Self-healing: Restore HP at the end of the turn.", ["name"]="self_heal" } } diff --git a/lua/app/config/strings/en/global.lua b/lua/app/config/strings/en/global.lua index 444267f4..32e874df 100644 --- a/lua/app/config/strings/en/global.lua +++ b/lua/app/config/strings/en/global.lua @@ -460,8 +460,8 @@ local localization_global = ["ARENA_DESC_40"] = "Promotion Rewards", ["ARENA_DESC_41"] = "Settlement Rewards", ["ARENA_DESC_42"] = "Unclaimed Rewards", - ["EQUIP_DESC_26"] = "Weapon Upgrade Lv.{0} Pack", ["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", 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/es/avatar.lua b/lua/app/config/strings/es/avatar.lua index 88562730..0c6bc694 100644 --- a/lua/app/config/strings/es/avatar.lua +++ b/lua/app/config/strings/es/avatar.lua @@ -106,9 +106,12 @@ local avatar = { }, [5400101]={ ["desc"]="Se obtiene tras activar Danza Elegante." + }, + [1400101]={ + ["desc"]="Armadura de Ruinas" } } local config = { -data=avatar,count=36 +data=avatar,count=37 } return config \ No newline at end of file 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/buff.lua b/lua/app/config/strings/es/buff.lua index c7008d72..9dc0d33c 100644 --- a/lua/app/config/strings/es/buff.lua +++ b/lua/app/config/strings/es/buff.lua @@ -225,14 +225,23 @@ local buff = { }, [84]={ ["id"]=84, + ["show_name"]="Resucitación", + ["desc"]="Resucitación: se activa y restaura HP cuando el héroe es derrotado durante el efecto, o cuando llega el final de la ronda.", + ["tips_desc"]="Resucitación: se activa y restaura HP cuando el héroe es derrotado durante el efecto, o cuando llega el final de la ronda.", ["name"]="rebirth" }, [85]={ ["id"]=85, + ["show_name"]="Escudo Marino", + ["desc"]="Escudo Marino: Soporta una cierta cantidad de daño y es inmune a todos los debuffs.", + ["tips_desc"]="Escudo Marino: Soporta una cierta cantidad de daño y es inmune a todos los debuffs.", ["name"]="ocean_shield" }, [86]={ ["id"]=86, + ["show_name"]="Autocura", + ["desc"]="Autocura: Restaura HP al final de la ronda.", + ["tips_desc"]="Autocura: Restaura HP al final de la ronda.", ["name"]="self_heal" } } diff --git a/lua/app/config/strings/es/global.lua b/lua/app/config/strings/es/global.lua index 3f1b18f4..6e0b7f4e 100644 --- a/lua/app/config/strings/es/global.lua +++ b/lua/app/config/strings/es/global.lua @@ -460,8 +460,8 @@ local localization_global = ["ARENA_DESC_40"] = "Recompensas de Subida de Ranking", ["ARENA_DESC_41"] = "Recompensas de Clasificación", ["ARENA_DESC_42"] = "Recompensas no colectadas", - ["EQUIP_DESC_26"] = "Paquete de Mejora de Arma al Nv. {0}", ["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", 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/fr/avatar.lua b/lua/app/config/strings/fr/avatar.lua index 9e50f952..e55df79f 100644 --- a/lua/app/config/strings/fr/avatar.lua +++ b/lua/app/config/strings/fr/avatar.lua @@ -106,9 +106,12 @@ local avatar = { }, [5400101]={ + }, + [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/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/id/avatar.lua b/lua/app/config/strings/id/avatar.lua index cde4380c..6f29e561 100644 --- a/lua/app/config/strings/id/avatar.lua +++ b/lua/app/config/strings/id/avatar.lua @@ -106,9 +106,12 @@ local avatar = { }, [5400101]={ ["desc"]="Dapat setelah lolos Tarian Anggun" + }, + [1400101]={ + ["desc"]="Armor Relik" } } local config = { -data=avatar,count=36 +data=avatar,count=37 } return config \ No newline at end of file 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/buff.lua b/lua/app/config/strings/id/buff.lua index 2ccf97f2..4c8cd9fb 100644 --- a/lua/app/config/strings/id/buff.lua +++ b/lua/app/config/strings/id/buff.lua @@ -225,14 +225,23 @@ local buff = { }, [84]={ ["id"]=84, + ["show_name"]="Lahir Kembali", + ["desc"]="Lahir Kembali: Kelahiran kembali dipicu dan memulihkan HP jika dikalahkan selama durasi, dan juga memulihkan HP jika tidak dipicu di akhir giliran.", + ["tips_desc"]="Lahir Kembali: Kelahiran kembali dipicu dan memulihkan HP jika dikalahkan selama durasi, dan juga memulihkan HP jika tidak dipicu di akhir giliran.", ["name"]="rebirth" }, [85]={ ["id"]=85, + ["show_name"]="Perisai Samudra", + ["desc"]="Perisai Samudra: Menahan sejumlah DMG dan kebal terhadap semua efek negatif.", + ["tips_desc"]="Perisai Samudra: Menahan sejumlah DMG dan kebal terhadap semua efek negatif.", ["name"]="ocean_shield" }, [86]={ ["id"]=86, + ["show_name"]="Pemulihan Diri", + ["desc"]="Pemulihan Diri: Mengembalikan HP di akhir giliran.", + ["tips_desc"]="Pemulihan Diri: Mengembalikan HP di akhir giliran.", ["name"]="self_heal" } } diff --git a/lua/app/config/strings/id/global.lua b/lua/app/config/strings/id/global.lua index 2a87a07f..140dded5 100644 --- a/lua/app/config/strings/id/global.lua +++ b/lua/app/config/strings/id/global.lua @@ -460,8 +460,8 @@ local localization_global = ["ARENA_DESC_40"] = "Hadiah Promosi", ["ARENA_DESC_41"] = "Hadiah Penyelesaian", ["ARENA_DESC_42"] = "Hadiah yang belum diklaim", - ["EQUIP_DESC_26"] = "Pack Peningkatan Senjata Lv.{0}", ["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", 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/ja/avatar.lua b/lua/app/config/strings/ja/avatar.lua index c14c66d4..ef9960af 100644 --- a/lua/app/config/strings/ja/avatar.lua +++ b/lua/app/config/strings/ja/avatar.lua @@ -106,9 +106,12 @@ local avatar = { }, [5400101]={ ["desc"]="グレイスフルダンスをアクティブ化後獲得できる。" + }, + [1400101]={ + ["desc"]="レリックアーマー" } } local config = { -data=avatar,count=36 +data=avatar,count=37 } return config \ No newline at end of file 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/buff.lua b/lua/app/config/strings/ja/buff.lua index 8dd6a504..af276468 100644 --- a/lua/app/config/strings/ja/buff.lua +++ b/lua/app/config/strings/ja/buff.lua @@ -225,14 +225,23 @@ local buff = { }, [84]={ ["id"]=84, + ["show_name"]="再生", + ["desc"]="再生:持続期間中に撃破されると、再生を発動してHPを回復する。ターン終了時に再生を発動してもHPが回復される。", + ["tips_desc"]="再生:持続期間中に撃破されると、再生を発動してHPを回復する。ターン終了時に再生を発動してもHPが回復される。", ["name"]="rebirth" }, [85]={ ["id"]=85, + ["show_name"]="オーシャンシールド", + ["desc"]="オーシャンシールド:一定量のダメージには耐えられ、全てのデバフ効果を無効化する。", + ["tips_desc"]="オーシャンシールド:一定量のダメージには耐えられ、全てのデバフ効果を無効化する。", ["name"]="ocean_shield" }, [86]={ ["id"]=86, + ["show_name"]="自己回復", + ["desc"]="自己回復:ターン終了時にHPを回復する。", + ["tips_desc"]="自己回復:ターン終了時にHPを回復する。", ["name"]="self_heal" } } diff --git a/lua/app/config/strings/ja/global.lua b/lua/app/config/strings/ja/global.lua index 75b48475..d12c50cd 100644 --- a/lua/app/config/strings/ja/global.lua +++ b/lua/app/config/strings/ja/global.lua @@ -460,8 +460,8 @@ local localization_global = ["ARENA_DESC_40"] = "ランクアップ報酬", ["ARENA_DESC_41"] = "決算報酬", ["ARENA_DESC_42"] = "未受取の報酬", - ["EQUIP_DESC_26"] = "武器Lv{0}レベルアップパック", ["EQUIP_DESC_27"] = "防具Lv{0}レベルアップパック", + ["EQUIP_DESC_28"] = "武器Lv{0}レベルアップパック", ["SEIZED_DESC_1"] = "アカウントに異常が検出されました。サポートセンターに連絡するか、アカウントを削除し、新しいアカウントを作成してゲームを続行してください。", ["SEIZED_DESC_2"] = "サポートセンターに連絡する", ["SEIZED_DESC_3"] = "アカウントを削除する", 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/ko/avatar.lua b/lua/app/config/strings/ko/avatar.lua index a5eaca0f..43b37c0b 100644 --- a/lua/app/config/strings/ko/avatar.lua +++ b/lua/app/config/strings/ko/avatar.lua @@ -106,9 +106,12 @@ local avatar = { }, [5400101]={ ["desc"]="날아오르는 춤(를) 활성화한 후, 획득할 수 있습니다." + }, + [1400101]={ + ["desc"]="유적 갑옷" } } local config = { -data=avatar,count=36 +data=avatar,count=37 } return config \ No newline at end of file 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/buff.lua b/lua/app/config/strings/ko/buff.lua index 18f0344a..5101a916 100644 --- a/lua/app/config/strings/ko/buff.lua +++ b/lua/app/config/strings/ko/buff.lua @@ -225,14 +225,23 @@ local buff = { }, [84]={ ["id"]=84, + ["show_name"]="부활", + ["desc"]="부활: 지속 시간 동안 패배하면 부활하여 HP를 회복하며 턴 종료 시 부활이 발동되지 않아도 HP를 회복합니다.", + ["tips_desc"]="부활: 지속 시간 동안 패배하면 부활하여 HP를 회복하며 턴 종료 시 부활이 발동되지 않아도 HP를 회복합니다.", ["name"]="rebirth" }, [85]={ ["id"]=85, + ["show_name"]="해양 방패", + ["desc"]="해양 방패: 일정량의 피해를 감내하고 모든 부정적인 효과에 면역이 됩니다.", + ["tips_desc"]="해양 방패: 일정량의 피해를 감내하고 모든 부정적인 효과에 면역이 됩니다.", ["name"]="ocean_shield" }, [86]={ ["id"]=86, + ["show_name"]="자가 치유", + ["desc"]="자가 치유: 턴이 끝날 때 HP를 회복합니다.", + ["tips_desc"]="자가 치유: 턴이 끝날 때 HP를 회복합니다.", ["name"]="self_heal" } } diff --git a/lua/app/config/strings/ko/global.lua b/lua/app/config/strings/ko/global.lua index 8c6a59c2..4d2ea710 100644 --- a/lua/app/config/strings/ko/global.lua +++ b/lua/app/config/strings/ko/global.lua @@ -460,8 +460,8 @@ local localization_global = ["ARENA_DESC_40"] = "승급 보상", ["ARENA_DESC_41"] = "정산 보상", ["ARENA_DESC_42"] = "미수령 보상", - ["EQUIP_DESC_26"] = "무기 {0}레벨 업그레이드 패키지", ["EQUIP_DESC_27"] = "방어구 {0}레벨 업그레이드 패키지", + ["EQUIP_DESC_28"] = "무기 {0}레벨 업그레이드 패키지", ["SEIZED_DESC_1"] = "계정에 이상이 발견되었습니다. 문제 해결을 위해 고객 서비스에 문의하거나 계정을 삭제하시고 새 계정을 사용하여 게임을 계속 진행하시기 바랍니다.", ["SEIZED_DESC_2"] = "고객 서비스 문의", ["SEIZED_DESC_3"] = "계정 삭제", 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/pt/avatar.lua b/lua/app/config/strings/pt/avatar.lua index caef2762..5288ae0f 100644 --- a/lua/app/config/strings/pt/avatar.lua +++ b/lua/app/config/strings/pt/avatar.lua @@ -106,9 +106,12 @@ local avatar = { }, [5400101]={ ["desc"]="Ativar Dança Fluida para obter." + }, + [1400101]={ + ["desc"]="Armadura das Ruínas" } } local config = { -data=avatar,count=36 +data=avatar,count=37 } return config \ No newline at end of file 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/buff.lua b/lua/app/config/strings/pt/buff.lua index 8bde60c1..d96608ab 100644 --- a/lua/app/config/strings/pt/buff.lua +++ b/lua/app/config/strings/pt/buff.lua @@ -225,14 +225,23 @@ local buff = { }, [84]={ ["id"]=84, + ["show_name"]="Renascimento", + ["desc"]="Renascimento: ser derrotado enquanto o efeito durar desencadeará o renascimento e restaurará a vida. A vida também é restaurada se o renascimento não for acionado no final do turno.", + ["tips_desc"]="Renascimento: ser derrotado enquanto o efeito durar desencadeará o renascimento e restaurará a vida. A vida também é restaurada se o renascimento não for acionado no final do turno.", ["name"]="rebirth" }, [85]={ ["id"]=85, + ["show_name"]="Escudo Marinho", + ["desc"]="Escudo Marinho: pode aguentar uma certa quantidade de dano e garantir imunidade a todas as penalidades.", + ["tips_desc"]="Escudo Marinho: pode aguentar uma certa quantidade de dano e garantir imunidade a todas as penalidades.", ["name"]="ocean_shield" }, [86]={ ["id"]=86, + ["show_name"]="Autocura", + ["desc"]="Autocura: Restaura a vida no final do turno.", + ["tips_desc"]="Autocura: Restaura a vida no final do turno.", ["name"]="self_heal" } } diff --git a/lua/app/config/strings/pt/global.lua b/lua/app/config/strings/pt/global.lua index 64419409..4f663332 100644 --- a/lua/app/config/strings/pt/global.lua +++ b/lua/app/config/strings/pt/global.lua @@ -460,8 +460,8 @@ local localization_global = ["ARENA_DESC_40"] = "Recompensas pela subida de ranque", ["ARENA_DESC_41"] = "Recompensas de classificação", ["ARENA_DESC_42"] = "Recompensas não coletadas", - ["EQUIP_DESC_26"] = "Pacote de Melhoria de Arma a Nv.{0}", ["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", 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/ru/avatar.lua b/lua/app/config/strings/ru/avatar.lua index 9e50f952..e55df79f 100644 --- a/lua/app/config/strings/ru/avatar.lua +++ b/lua/app/config/strings/ru/avatar.lua @@ -106,9 +106,12 @@ local avatar = { }, [5400101]={ + }, + [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/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/th/avatar.lua b/lua/app/config/strings/th/avatar.lua index 0bae4ea9..02341f1a 100644 --- a/lua/app/config/strings/th/avatar.lua +++ b/lua/app/config/strings/th/avatar.lua @@ -106,9 +106,12 @@ local avatar = { }, [5400101]={ ["desc"]="หลังจากการเปิดใช้งานเยื้องกรายเต้นรำจะได้รับ" + }, + [1400101]={ + ["desc"]="เกราะรบซาก" } } local config = { -data=avatar,count=36 +data=avatar,count=37 } 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/buff.lua b/lua/app/config/strings/th/buff.lua index 83d0656a..65402e1a 100644 --- a/lua/app/config/strings/th/buff.lua +++ b/lua/app/config/strings/th/buff.lua @@ -225,14 +225,23 @@ local buff = { }, [84]={ ["id"]=84, + ["show_name"]="เกิดใหม่", + ["desc"]="เกิดใหม่: ถูกเอาชนะระหว่างเวลาต่อเนื่องจะปลดปล่อยเกิดใหม่และฟื้นฟู HP เมื่อสิ้นสุดรอบ ยังไม่ปลดปล่อยเกิดใหม่ก็สามารถฟื้นฟู HP", + ["tips_desc"]="เกิดใหม่: ถูกเอาชนะระหว่างเวลาต่อเนื่องจะปลดปล่อยเกิดใหม่และฟื้นฟู HP เมื่อสิ้นสุดรอบ ยังไม่ปลดปล่อยเกิดใหม่ก็สามารถฟื้นฟู HP", ["name"]="rebirth" }, [85]={ ["id"]=85, + ["show_name"]="โล่ทะเล", + ["desc"]="โล่ทะเล: สามารถรับดาเมจที่กำหนดได้ ภูมิคุ้มกันเอฟเฟกต์เชิงลบทั้งหมด", + ["tips_desc"]="โล่ทะเล: สามารถรับดาเมจที่กำหนดได้ ภูมิคุ้มกันเอฟเฟกต์เชิงลบทั้งหมด", ["name"]="ocean_shield" }, [86]={ ["id"]=86, + ["show_name"]="ฮีลออล", + ["desc"]="ฮีลออล: ฟื้นฟู HP เมื่อสิ้นสุดรอบ", + ["tips_desc"]="ฮีลออล: ฟื้นฟู HP เมื่อสิ้นสุดรอบ", ["name"]="self_heal" } } diff --git a/lua/app/config/strings/th/global.lua b/lua/app/config/strings/th/global.lua index 2f55a840..a5c7a95a 100644 --- a/lua/app/config/strings/th/global.lua +++ b/lua/app/config/strings/th/global.lua @@ -460,8 +460,8 @@ local localization_global = ["ARENA_DESC_40"] = "รางวัลอัประดับ", ["ARENA_DESC_41"] = "รางวัลคำนวณ", ["ARENA_DESC_42"] = "รางวัลที่ยังไม่ได้รับ", - ["EQUIP_DESC_26"] = "แพ็คอัปอาวุธ {0} เลเวล", ["EQUIP_DESC_27"] = "แพ็คอัปเกราะ {0} เลเวล", + ["EQUIP_DESC_28"] = "แพ็คอัปอาวุธ {0} เลเวล", ["SEIZED_DESC_1"] = "ตรวจพบบัญชีของคุณผิดปกติ โปรดติดต่อฝ่ายบริการลูกค้าหรือลบบัญชีและใช้บัญชีใหม่เพื่อเล่นเกมต่อ", ["SEIZED_DESC_2"] = "ติดต่อฝ่ายบริการลูกค้า", ["SEIZED_DESC_3"] = "ลบบัญชี", 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/vi/avatar.lua b/lua/app/config/strings/vi/avatar.lua index ee88216c..dfe57233 100644 --- a/lua/app/config/strings/vi/avatar.lua +++ b/lua/app/config/strings/vi/avatar.lua @@ -106,9 +106,12 @@ local avatar = { }, [5400101]={ ["desc"]="Kích hoạt Nhảy Múa Nhanh Nhẹn nhận được." + }, + [1400101]={ + ["desc"]="Giáp Di Tích" } } local config = { -data=avatar,count=36 +data=avatar,count=37 } return config \ No newline at end of file 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/buff.lua b/lua/app/config/strings/vi/buff.lua index e227e9c0..f185a5f9 100644 --- a/lua/app/config/strings/vi/buff.lua +++ b/lua/app/config/strings/vi/buff.lua @@ -225,14 +225,23 @@ local buff = { }, [84]={ ["id"]=84, + ["show_name"]="Trùng Sinh", + ["desc"]="Trùng Sinh: Khi bị hạ gục trong thời gian duy trì sẽ kích hoạt Trùng Sinh và hồi HP, khi kết thúc hiệp chưa kích hoạt Trùng Sinh cũng sẽ hồi HP.", + ["tips_desc"]="Trùng Sinh: Khi bị hạ gục trong thời gian duy trì sẽ kích hoạt Trùng Sinh và hồi HP, khi kết thúc hiệp chưa kích hoạt Trùng Sinh cũng sẽ hồi HP.", ["name"]="rebirth" }, [85]={ ["id"]=85, + ["show_name"]="Khiên Hải Dương", + ["desc"]="Khiên Hải Dương: Chịu một lượng ST nhất định, miễn dịch mọi debuff.", + ["tips_desc"]="Khiên Hải Dương: Chịu một lượng ST nhất định, miễn dịch mọi debuff.", ["name"]="ocean_shield" }, [86]={ ["id"]=86, + ["show_name"]="Chữa Trị", + ["desc"]="Chữa Trị: Khi kết thúc hiệp sẽ hồi HP.", + ["tips_desc"]="Chữa Trị: Khi kết thúc hiệp sẽ hồi HP.", ["name"]="self_heal" } } diff --git a/lua/app/config/strings/vi/global.lua b/lua/app/config/strings/vi/global.lua index 7f16b8b2..a2326fa4 100644 --- a/lua/app/config/strings/vi/global.lua +++ b/lua/app/config/strings/vi/global.lua @@ -460,8 +460,8 @@ local localization_global = ["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_26"] = "Quà Tăng Ngay Vũ Khí Lv{0}", ["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", 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/zh/avatar.lua b/lua/app/config/strings/zh/avatar.lua index 625a3ad2..a20467e9 100644 --- a/lua/app/config/strings/zh/avatar.lua +++ b/lua/app/config/strings/zh/avatar.lua @@ -106,9 +106,12 @@ local avatar = { }, [5400101]={ ["desc"]="啟動刀姬翩然起舞皮膚後獲得。" + }, + [1400101]={ + ["desc"]="遺跡戰甲" } } local config = { -data=avatar,count=36 +data=avatar,count=37 } return config \ No newline at end of file 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/buff.lua b/lua/app/config/strings/zh/buff.lua index 1ea833d4..e76faf21 100644 --- a/lua/app/config/strings/zh/buff.lua +++ b/lua/app/config/strings/zh/buff.lua @@ -225,14 +225,23 @@ local buff = { }, [84]={ ["id"]=84, + ["show_name"]="重生", + ["desc"]="重生:持續期間被擊敗則會觸發重生並回復生命,回合結束時未觸發重生也會回復生命。", + ["tips_desc"]="重生:持續期間被擊敗則會觸發重生並回復生命,回合結束時未觸發重生也會回復生命。", ["name"]="rebirth" }, [85]={ ["id"]=85, + ["show_name"]="海洋護盾", + ["desc"]="海洋護盾:承受一定傷害,免疫所有負面效果。", + ["tips_desc"]="海洋護盾:承受一定傷害,免疫所有負面效果。", ["name"]="ocean_shield" }, [86]={ ["id"]=86, + ["show_name"]="自癒", + ["desc"]="自癒:回合結束時回復生命。", + ["tips_desc"]="自癒:回合結束時回復生命。", ["name"]="self_heal" } } diff --git a/lua/app/config/strings/zh/global.lua b/lua/app/config/strings/zh/global.lua index dae7df04..4caae48a 100644 --- a/lua/app/config/strings/zh/global.lua +++ b/lua/app/config/strings/zh/global.lua @@ -460,8 +460,8 @@ local localization_global = ["ARENA_DESC_40"] = "升段獎勵", ["ARENA_DESC_41"] = "結算獎勵", ["ARENA_DESC_42"] = "未領取獎勵", - ["EQUIP_DESC_26"] = "武器直升{0}級禮包", ["EQUIP_DESC_27"] = "防具直升{0}級禮包", + ["EQUIP_DESC_28"] = "武器直升{0}級禮包", ["SEIZED_DESC_1"] = "檢測到你的賬號存在異常,請聯繫客服或刪除賬號使用新建賬號繼續遊戲。", ["SEIZED_DESC_2"] = "聯繫客服", ["SEIZED_DESC_3"] = "刪除賬號", 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/global/global_const.lua b/lua/app/global/global_const.lua index 0a148c5c..1077ce5f 100644 --- a/lua/app/global/global_const.lua +++ b/lua/app/global/global_const.lua @@ -20,6 +20,7 @@ local CONST_PATHS = { GameSettingConst = "app/module/game_setting/game_setting_const", CollectionConst = "app/module/collection/collection_const", ActivityConst = "app/module/activity/activity_const", + FourteenDayConst = "app/module/activity/fourteen_day/fourteen_day_const", } if EDITOR_MODE then @@ -181,6 +182,7 @@ GConst.TYPEOF_LUA_CLASS = { PLAYER_INFO_CELL = "app/ui/common/cell/player_info_cell", PLAYER_HEAD_CELL = "app/ui/common/cell/player_head_cell", REWARD_CELL = "app/ui/common/cell/reward_cell", + BOUNTY_REWARD_CELL = "app/ui/common/cell/bounty_reward_cell", LARGE_HERO_CELL = "app/ui/common/cell/large_hero_cell", POP_HERO_CELL = "app/ui/shop/cell/pop_hero_cell", POP_REWARD_CELL = "app/ui/shop/cell/pop_reward_cell", @@ -194,6 +196,7 @@ GConst.TYPEOF_LUA_CLASS = { GConst.ATLAS_PATH = { COMMON = "assets/arts/atlas/ui/common.asset", + ACT_COMMON = "assets/arts/atlas/ui/act_common.asset", MAIN = "assets/arts/atlas/ui/main.asset", BATTLE = "assets/arts/atlas/ui/battle.asset", DAILY_CHALLENGE = "assets/arts/atlas/ui/daily_challenge.asset", diff --git a/lua/app/module/activity/fourteen_day.meta b/lua/app/module/activity/fourteen_day.meta new file mode 100644 index 00000000..a95d6f9c --- /dev/null +++ b/lua/app/module/activity/fourteen_day.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a8cccd7f512852a408f6f2ced012eb95 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/lua/app/module/activity/fourteen_day/fourteen_day_const.lua b/lua/app/module/activity/fourteen_day/fourteen_day_const.lua new file mode 100644 index 00000000..d65149d8 --- /dev/null +++ b/lua/app/module/activity/fourteen_day/fourteen_day_const.lua @@ -0,0 +1,12 @@ +local FourteenDayConst = {} + +-- 战令档位 +FourteenDayConst.BOUNTY_GRADE_TYPE = { + FREE = 0, + PAY = 1, +} + +-- 战令礼包id +FourteenDayConst.BOUNTY_GIFT_ID = 140405 + +return FourteenDayConst \ No newline at end of file diff --git a/lua/app/ui/bounty/cell/bounty_reward_cell.lua.meta b/lua/app/module/activity/fourteen_day/fourteen_day_const.lua.meta similarity index 86% rename from lua/app/ui/bounty/cell/bounty_reward_cell.lua.meta rename to lua/app/module/activity/fourteen_day/fourteen_day_const.lua.meta index 1398823b..865ce302 100644 --- a/lua/app/ui/bounty/cell/bounty_reward_cell.lua.meta +++ b/lua/app/module/activity/fourteen_day/fourteen_day_const.lua.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 07151d06bce0c5e488135947541210e0 +guid: 0598bbbceeebf3444bc6ac70ab44861a ScriptedImporter: internalIDToNameTable: [] externalObjects: {} diff --git a/lua/app/module/activity/fourteen_day/fourteen_day_manager.lua b/lua/app/module/activity/fourteen_day/fourteen_day_manager.lua new file mode 100644 index 00000000..7cc7d982 --- /dev/null +++ b/lua/app/module/activity/fourteen_day/fourteen_day_manager.lua @@ -0,0 +1,56 @@ +local FourteenDayManager = class("FourteenDayManager", BaseModule) + +function FourteenDayManager:showFourteenDayUI() + local time = DataManager.FourteenDayData:getEndRemainTime() + if time > 0 then + UIManager:showUI("app/ui/activity/fourteen_day/fourteen_day_entrance_ui") + else + UIManager:showUI("app/ui/activity/fourteen_day/fourteen_day_task_ui") + end +end + +-- 购买活动战令 +function FourteenDayManager:buyBounty() + PayManager:purchasePackage(GConst.FourteenDayConst.BOUNTY_GIFT_ID, PayManager.PURCHARSE_TYPE.ACT_GIFT) +end + +-- 请求任务奖励 +function FourteenDayManager:reqTaskReward(id) + self:sendMessage(ProtoMsgType.FromMsgEnum.FourteenBountyTaskAwardReq, {id = id}, {}, self.rspTaskReward, BIReport.ITEM_GET_TYPE.ACT_FOURTEEN_DAY_TASK) +end + +function FourteenDayManager:rspTaskReward(result) + if result.err_code == GConst.ERROR_STR.SUCCESS then + DataManager.FourteenDayData:onReceivedTaskReward(result.reqData.id) + end +end + +-- 请求战令奖励 +function FourteenDayManager:reqBountyReward(id, grade) + local list = {} + table.insert(list, {id = id, grade = grade}) + self:sendMessage(ProtoMsgType.FromMsgEnum.FourteenBountyAwardReq, {id_with_lv = list}, {}, self.rspBountyReward, BIReport.ITEM_GET_TYPE.ACT_FOURTEEN_DAY_BOUNTY) +end + +function FourteenDayManager:rspBountyReward(result) + if result.err_code == GConst.ERROR_STR.SUCCESS then + DataManager.FourteenDayData:onReceivedBountyReward(result.id_with_lv) + + GFunc.showRewardBox(result.rewards) + end +end + +-- 请求兑换奖励 +function FourteenDayManager:reqExchangeReward(id) + self:sendMessage(ProtoMsgType.FromMsgEnum.FourteenBountyExchangeAwardReq, {id = id}, {}, self.rspExchangeReward, BIReport.ITEM_GET_TYPE.ACT_FOURTEEN_DAY_EXCHANGE) +end + +function FourteenDayManager:rspExchangeReward(result) + if result.err_code == GConst.ERROR_STR.SUCCESS then + DataManager.FourteenDayData:onReceivedExchangeReward(result.reqData.id) + + GFunc.showRewardBox(result.rewards) + end +end + +return FourteenDayManager \ No newline at end of file diff --git a/lua/app/module/activity/fourteen_day/fourteen_day_manager.lua.meta b/lua/app/module/activity/fourteen_day/fourteen_day_manager.lua.meta new file mode 100644 index 00000000..b28b60eb --- /dev/null +++ b/lua/app/module/activity/fourteen_day/fourteen_day_manager.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 3f6a2e3ef3d3e3045b4c3cc0fda335bc +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/module/chapter/chapter_manager.lua b/lua/app/module/chapter/chapter_manager.lua index add2c3c2..afcad13c 100644 --- a/lua/app/module/chapter/chapter_manager.lua +++ b/lua/app/module/chapter/chapter_manager.lua @@ -19,6 +19,8 @@ function ChapterManager:openBoxFinish(result) DataManager.ChapterData:openBox(reqData.chapter_id, reqData.wave) BIReport:postChapterOpenBox(reqData.chapter_id, DataManager.ChapterData:getChapterBoxNum(reqData.chapter_id, reqData.wave), result.rewards) + + ModuleManager.TaskManager:addTaskProgress(GConst.TaskConst.TASK_TYPE.X_OPEN_CHAPTER_BOX) end end diff --git a/lua/app/module/daily_challenge/daily_challenge_manager.lua b/lua/app/module/daily_challenge/daily_challenge_manager.lua index c196ea15..95faab0e 100644 --- a/lua/app/module/daily_challenge/daily_challenge_manager.lua +++ b/lua/app/module/daily_challenge/daily_challenge_manager.lua @@ -126,6 +126,8 @@ function DailyChallengeManager:endChallengeFinish(result) end end BIReport:postDailyChallengeTaskState(completedCount, taskInfo) + + ModuleManager.TaskManager:addTaskProgress(GConst.TaskConst.TASK_TYPE.X_DAILY_CHALLENGE_SUCCESS) end end diff --git a/lua/app/module/equip/equip_manager.lua b/lua/app/module/equip/equip_manager.lua index cfab2b57..c03c69f9 100644 --- a/lua/app/module/equip/equip_manager.lua +++ b/lua/app/module/equip/equip_manager.lua @@ -81,6 +81,12 @@ end function EquipManager:rspUpgrade(result) if result.err_code == GConst.ERROR_STR.SUCCESS then DataManager.EquipData:onUpgradeEquip(result.reqData.hero_id, result.reqData.position) + + if result.reqData.position == GConst.EquipConst.PART_TYPE.WEAPON then + ModuleManager.TaskManager:addTaskProgress(GConst.TaskConst.TASK_TYPE.X_UPGRADE_WEAPON) + else + ModuleManager.TaskManager:addTaskProgress(GConst.TaskConst.TASK_TYPE.X_UPGRADE_ARMOR) + end end end diff --git a/lua/app/module/item/item_const.lua b/lua/app/module/item/item_const.lua index bdb09876..560531a4 100644 --- a/lua/app/module/item/item_const.lua +++ b/lua/app/module/item/item_const.lua @@ -16,6 +16,7 @@ ItemConst.ITEM_ID_BOX_LV_5 = 18 ItemConst.ITEM_ID_RANDOM_FRAGMENT = 19 ItemConst.ITEM_ID_ARENA_BOUNTY_EXP = 21 ItemConst.ITEM_ID_ARENA_TICKET = 22 +ItemConst.ITEM_ID_FOURTEEN_DAY_EXCHANGE = 51 ItemConst.ITEM_TYPE = { RES = 1, diff --git a/lua/app/module/maincity/maincity_const.lua b/lua/app/module/maincity/maincity_const.lua index db1c2537..1846eb17 100644 --- a/lua/app/module/maincity/maincity_const.lua +++ b/lua/app/module/maincity/maincity_const.lua @@ -30,6 +30,7 @@ MainCityConst.MAIN_MODULE = { MainCityConst.LEFT_SIDE_BARS = { "app/ui/main_city/cell/side_bar_idle_cell", "app/ui/main_city/cell/side_bar_growth_fund_cell", + "app/ui/main_city/cell/side_bar_fourteen_day_cell", "app/ui/main_city/cell/side_bar_hero_fund_cell", "app/ui/main_city/cell/side_bar_seven_days_cell", "app/ui/main_city/cell/side_bar_activity_cell", diff --git a/lua/app/module/task/task_const.lua b/lua/app/module/task/task_const.lua index c3a7c27a..c2a102d5 100644 --- a/lua/app/module/task/task_const.lua +++ b/lua/app/module/task/task_const.lua @@ -31,6 +31,15 @@ TaskConst.TASK_TYPE = { X_OPEN_SHOP_BOX_LEVEL_1 = 28, -- 商城里的1级抽卡宝箱 X_OPEN_SHOP_BOX_LEVEL_2 = 29, -- 商城里的2级抽卡宝箱 X_ARENA_CHALLENGE = 30, -- 竞技场挑战 + X_ARENA_GRADING = 31, -- 竞技场段位 + X_DUNGEON_SHARDS = 32, -- 副本通x关:碎片 + X_DUNGEON_ARMOR = 33, -- 副本通x关:防具 + X_DUNGEON_GOLD = 34, -- 副本通x关:金币 + X_DUNGEON_WEAPON = 35, -- 副本通x关:武器 + X_DAILY_CHALLENGE_SUCCESS = 36, -- 每日挑战通关次数 + X_OPEN_CHAPTER_BOX = 37, -- 开启主线宝箱x个 + X_UPGRADE_WEAPON = 38, -- 武器升级x次 + X_UPGRADE_ARMOR = 39, -- 防具升级x次 } return TaskConst \ No newline at end of file diff --git a/lua/app/module/task/task_manager.lua b/lua/app/module/task/task_manager.lua index 38f6b677..0f6ad958 100644 --- a/lua/app/module/task/task_manager.lua +++ b/lua/app/module/task/task_manager.lua @@ -274,6 +274,42 @@ function TaskManager:xArenaChallenge() self:dispatchTask(GConst.TaskConst.TASK_TYPE.X_ARENA_CHALLENGE, 1) end +function TaskManager:xArenaGradingScore(count) + self:dispatchTask(GConst.TaskConst.TASK_TYPE.X_ARENA_GRADING, count) +end + +function TaskManager:xDungeonShards(count) + self:dispatchTask(GConst.TaskConst.TASK_TYPE.X_DUNGEON_SHARDS, count) +end + +function TaskManager:xDungeonGold(count) + self:dispatchTask(GConst.TaskConst.TASK_TYPE.X_DUNGEON_GOLD, count) +end + +function TaskManager:xDungeonWeapon(count) + self:dispatchTask(GConst.TaskConst.TASK_TYPE.X_DUNGEON_WEAPON, count) +end + +function TaskManager:xDungeonArmor(count) + self:dispatchTask(GConst.TaskConst.TASK_TYPE.X_DUNGEON_ARMOR, count) +end + +function TaskManager:xDailyChallengeSuccess() + self:dispatchTask(GConst.TaskConst.TASK_TYPE.X_DAILY_CHALLENGE_SUCCESS, 1) +end + +function TaskManager:xOpenChapterBox() + self:dispatchTask(GConst.TaskConst.TASK_TYPE.X_OPEN_CHAPTER_BOX, 1) +end + +function TaskManager:xUpgradeWeapon() + self:dispatchTask(GConst.TaskConst.TASK_TYPE.X_UPGRADE_WEAPON, 1) +end + +function TaskManager:xUpgradeArmor() + self:dispatchTask(GConst.TaskConst.TASK_TYPE.X_UPGRADE_ARMOR, 1) +end + ---- 没有特殊说明,方法均返回任务增量 TaskManager.TYPE_DEAL_FUNC = { [GConst.TaskConst.TASK_TYPE.X_WATCH_AD] = TaskManager.xWatchAd, @@ -304,6 +340,15 @@ TaskManager.TYPE_DEAL_FUNC = { [GConst.TaskConst.TASK_TYPE.X_OPEN_SHOP_BOX_LEVEL_2] = TaskManager.xOpenShopBoxLevel2, [GConst.TaskConst.TASK_TYPE.X_OPEN_SHOP_BOX_LEVEL_3] = TaskManager.xOpenShopBoxLevel3, [GConst.TaskConst.TASK_TYPE.X_ARENA_CHALLENGE] = TaskManager.xArenaChallenge, + [GConst.TaskConst.TASK_TYPE.X_ARENA_GRADING] = TaskManager.xArenaGradingScore, + [GConst.TaskConst.TASK_TYPE.X_DUNGEON_SHARDS] = TaskManager.xDungeonShards, + [GConst.TaskConst.TASK_TYPE.X_DUNGEON_ARMOR] = TaskManager.xDungeonArmor, + [GConst.TaskConst.TASK_TYPE.X_DUNGEON_GOLD] = TaskManager.xDungeonGold, + [GConst.TaskConst.TASK_TYPE.X_DUNGEON_WEAPON] = TaskManager.xDungeonWeapon, + [GConst.TaskConst.TASK_TYPE.X_DAILY_CHALLENGE_SUCCESS] = TaskManager.xDailyChallengeSuccess, + [GConst.TaskConst.TASK_TYPE.X_OPEN_CHAPTER_BOX] = TaskManager.xOpenChapterBox, + [GConst.TaskConst.TASK_TYPE.X_UPGRADE_WEAPON] = TaskManager.xUpgradeWeapon, + [GConst.TaskConst.TASK_TYPE.X_UPGRADE_ARMOR] = TaskManager.xUpgradeArmor, } function TaskManager:taskGoto(taskType) diff --git a/lua/app/proto/proto_msg_type.lua b/lua/app/proto/proto_msg_type.lua index da3adff9..a7fa41b9 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,8 @@ local ProtoMsgType = { [1068771132] = "ReconnectRsp", [1070841461] = "LoginReq", [1070843294] = "LoginRsp", + [1326064687] = "FourteenBountyExchangeAwardReq", + [1326066520] = "FourteenBountyExchangeAwardRsp", [1371198132] = "ChapterShardsChallengeSettlementReq", [1371199965] = "ChapterShardsChallengeSettlementRsp", [1433352538] = "ChapterDailyChallengeResetReq", @@ -242,6 +248,8 @@ local ProtoMsgType = { ChapterArmorChallengeHeroesRsp = 448797406, GuideFundMarkReq = 516281556, GuideFundMarkRsp = 516283389, + FourteenBountyAwardReq = 524551468, + FourteenBountyAwardRsp = 524553301, PigPlayUpdateNtf = 531558517, EnergyByDiamondReq = 554454681, EnergyByDiamondRsp = 554456514, @@ -249,6 +257,8 @@ local ProtoMsgType = { DailyChallengeTaskAwardRsp = 606210585, WatchADReq = 613793796, WatchADRsp = 613795629, + FourteenBountyTaskAwardReq = 697000709, + FourteenBountyTaskAwardRsp = 697002542, BuyMallIdleReq = 737107384, BuyMallIdleRsp = 737109217, MatchReq = 822916593, @@ -269,6 +279,8 @@ local ProtoMsgType = { ReconnectRsp = 1068771132, LoginReq = 1070841461, LoginRsp = 1070843294, + FourteenBountyExchangeAwardReq = 1326064687, + FourteenBountyExchangeAwardRsp = 1326066520, ChapterShardsChallengeSettlementReq = 1371198132, ChapterShardsChallengeSettlementRsp = 1371199965, ChapterDailyChallengeResetReq = 1433352538, @@ -458,6 +470,8 @@ local ProtoMsgType = { ChapterArmorChallengeHeroesRsp = "ChapterArmorChallengeHeroesRsp", GuideFundMarkReq = "GuideFundMarkReq", GuideFundMarkRsp = "GuideFundMarkRsp", + FourteenBountyAwardReq = "FourteenBountyAwardReq", + FourteenBountyAwardRsp = "FourteenBountyAwardRsp", PigPlayUpdateNtf = "PigPlayUpdateNtf", EnergyByDiamondReq = "EnergyByDiamondReq", EnergyByDiamondRsp = "EnergyByDiamondRsp", @@ -465,6 +479,8 @@ local ProtoMsgType = { DailyChallengeTaskAwardRsp = "DailyChallengeTaskAwardRsp", WatchADReq = "WatchADReq", WatchADRsp = "WatchADRsp", + FourteenBountyTaskAwardReq = "FourteenBountyTaskAwardReq", + FourteenBountyTaskAwardRsp = "FourteenBountyTaskAwardRsp", BuyMallIdleReq = "BuyMallIdleReq", BuyMallIdleRsp = "BuyMallIdleRsp", MatchReq = "MatchReq", @@ -485,6 +501,8 @@ local ProtoMsgType = { ReconnectRsp = "ReconnectRsp", LoginReq = "LoginReq", LoginRsp = "LoginRsp", + FourteenBountyExchangeAwardReq = "FourteenBountyExchangeAwardReq", + FourteenBountyExchangeAwardRsp = "FourteenBountyExchangeAwardRsp", ChapterShardsChallengeSettlementReq = "ChapterShardsChallengeSettlementReq", ChapterShardsChallengeSettlementRsp = "ChapterShardsChallengeSettlementRsp", ChapterDailyChallengeResetReq = "ChapterDailyChallengeResetReq", diff --git a/lua/app/ui/activity/fourteen_day.meta b/lua/app/ui/activity/fourteen_day.meta new file mode 100644 index 00000000..13ae4c1a --- /dev/null +++ b/lua/app/ui/activity/fourteen_day.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e405abdcb4030e64dba3631b38b997ee +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/lua/app/ui/activity/fourteen_day/cell.meta b/lua/app/ui/activity/fourteen_day/cell.meta new file mode 100644 index 00000000..60d3bf36 --- /dev/null +++ b/lua/app/ui/activity/fourteen_day/cell.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1c817462bfb12094bab1174e31e48e1d +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/lua/app/ui/activity/fourteen_day/cell/fourteen_day_bounty_cell.lua b/lua/app/ui/activity/fourteen_day/cell/fourteen_day_bounty_cell.lua new file mode 100644 index 00000000..03c67103 --- /dev/null +++ b/lua/app/ui/activity/fourteen_day/cell/fourteen_day_bounty_cell.lua @@ -0,0 +1,52 @@ +local FourteenDayBountyCell = class("FourteenDayBountyCell", BaseCell) + +function FourteenDayBountyCell:init() + local uiMap = self:getUIMap() + self.imgLevel = uiMap["fourteen_day_bounty_cell.level"] + self.txLevel = uiMap["fourteen_day_bounty_cell.level.tx_level"] + self.line = uiMap["fourteen_day_bounty_cell.line"] + self.bountyRewardCell1 = uiMap["fourteen_day_bounty_cell.bounty_reward_cell_1"]:addLuaComponent(GConst.TYPEOF_LUA_CLASS.BOUNTY_REWARD_CELL) + self.bountyRewardCell2 = uiMap["fourteen_day_bounty_cell.bounty_reward_cell_2"]:addLuaComponent(GConst.TYPEOF_LUA_CLASS.BOUNTY_REWARD_CELL) +end + +function FourteenDayBountyCell:refresh(id) + self.txLevel:setText(id) + self.line:setActive(id < #DataManager.FourteenDayData:getBountyCfg()) + + self.bountyRewardCell1:refresh( + DataManager.FourteenDayData:getBountyGradeReward(id, GConst.FourteenDayConst.BOUNTY_GRADE_TYPE.FREE), false, + not DataManager.FourteenDayData:isBountyGradeUnlock(GConst.FourteenDayConst.BOUNTY_GRADE_TYPE.FREE), + DataManager.FourteenDayData:isReceivedBountyReward(id, GConst.FourteenDayConst.BOUNTY_GRADE_TYPE.FREE)) + self.bountyRewardCell2:refresh( + DataManager.FourteenDayData:getBountyGradeReward(id, GConst.FourteenDayConst.BOUNTY_GRADE_TYPE.PAY), true, + not DataManager.FourteenDayData:isBountyGradeUnlock(GConst.FourteenDayConst.BOUNTY_GRADE_TYPE.PAY), + DataManager.FourteenDayData:isReceivedBountyReward(id, GConst.FourteenDayConst.BOUNTY_GRADE_TYPE.PAY)) + + if DataManager.FourteenDayData:getActiveDays() >= id then + self.imgLevel:setImageGray(false) + if DataManager.FourteenDayData:canGetBountyReward(id, GConst.FourteenDayConst.BOUNTY_GRADE_TYPE.FREE) then + self.bountyRewardCell1:showLight() + self.bountyRewardCell1:addClickListener(function() + ModuleManager.FourteenDayManager:reqBountyReward(id, GConst.FourteenDayConst.BOUNTY_GRADE_TYPE.FREE) + end) + else + self.bountyRewardCell1:hideLight() + self.bountyRewardCell1:addClickListener(nil) + end + if DataManager.FourteenDayData:canGetBountyReward(id, GConst.FourteenDayConst.BOUNTY_GRADE_TYPE.PAY) then + self.bountyRewardCell2:showLight() + self.bountyRewardCell2:addClickListener(function() + ModuleManager.FourteenDayManager:reqBountyReward(id, GConst.FourteenDayConst.BOUNTY_GRADE_TYPE.PAY) + end) + else + self.bountyRewardCell2:hideLight() + self.bountyRewardCell2:addClickListener(nil) + end + else + self.imgLevel:setImageGray(true) + self.bountyRewardCell1:hideLight() + self.bountyRewardCell2:hideLight() + end +end + +return FourteenDayBountyCell \ No newline at end of file diff --git a/lua/app/ui/activity/fourteen_day/cell/fourteen_day_bounty_cell.lua.meta b/lua/app/ui/activity/fourteen_day/cell/fourteen_day_bounty_cell.lua.meta new file mode 100644 index 00000000..531d75f4 --- /dev/null +++ b/lua/app/ui/activity/fourteen_day/cell/fourteen_day_bounty_cell.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: b719a1636ad4d83438f07408ff008528 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/ui/activity/fourteen_day/cell/fourteen_day_exchange_cell.lua b/lua/app/ui/activity/fourteen_day/cell/fourteen_day_exchange_cell.lua new file mode 100644 index 00000000..00fc915b --- /dev/null +++ b/lua/app/ui/activity/fourteen_day/cell/fourteen_day_exchange_cell.lua @@ -0,0 +1,52 @@ +local FourteenDayExchangeCell = class("FourteenDayExchangeCell", BaseCell) + +function FourteenDayExchangeCell:init() + local uiMap = self:getUIMap() + self.rewardCell = uiMap["fourteen_day_exchange_cell.reward_cell"]:addLuaComponent(GConst.TYPEOF_LUA_CLASS.REWARD_CELL) + self.txLimit = uiMap["fourteen_day_exchange_cell.tx_limit"] + self.cost = uiMap["fourteen_day_exchange_cell.cost"] + self.imgCost = uiMap["fourteen_day_exchange_cell.cost.img_cost"] + self.txCost = uiMap["fourteen_day_exchange_cell.cost.tx_num"] + self.lock = uiMap["fourteen_day_exchange_cell.lock"] + self.txLock = uiMap["fourteen_day_exchange_cell.lock.tx_lock"] + + self:addClickListener(function() + if DataManager.FourteenDayData:canExchange(self.id) then + ModuleManager.FourteenDayManager:reqExchangeReward(self.id) + end + end) +end + +function FourteenDayExchangeCell:refresh(id) + self.id = id + + if DataManager.FourteenDayData:isExchangeUnlock(self.id) then + -- 已解锁 + self.cost:setActive(true) + self.txLimit:setActive(true) + self.lock:setActive(false) + local time = DataManager.FourteenDayData:getExchangeRemainTime(self.id) + if time > 0 then + self.txLimit:setText(I18N:getGlobalText(I18N.GlobalConst.SHOP_DESC_18, time)) + else + self.txLimit:setText(I18N:getGlobalText(I18N.GlobalConst.SHOP_DESC_18, ""..time.."")) + end + local costNum = DataManager.FourteenDayData:getExchangeCostNum(self.id) + if DataManager.FourteenDayData:getExchangeItemNum() >= costNum then + self.txCost:setText(costNum) + else + self.txCost:setText(""..costNum.."") + end + GFunc.centerImgAndTx(self.imgCost, self.txCost) + else + -- 未解锁 + self.cost:setActive(false) + self.txLimit:setActive(false) + self.lock:setActive(true) + self.txLock:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_33, DataManager.FourteenDayData:getExchangeUnlockCondition(self.id))) + end + + self.rewardCell:refreshByConfig(DataManager.FourteenDayData:getExchangeReward(self.id)) +end + +return FourteenDayExchangeCell \ No newline at end of file diff --git a/lua/app/ui/activity/fourteen_day/cell/fourteen_day_exchange_cell.lua.meta b/lua/app/ui/activity/fourteen_day/cell/fourteen_day_exchange_cell.lua.meta new file mode 100644 index 00000000..a8e780f6 --- /dev/null +++ b/lua/app/ui/activity/fourteen_day/cell/fourteen_day_exchange_cell.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: e9fe8f4f82483f947b15fccafcee78c3 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/ui/activity/fourteen_day/cell/fourteen_day_gift_cell.lua b/lua/app/ui/activity/fourteen_day/cell/fourteen_day_gift_cell.lua new file mode 100644 index 00000000..d81ebe95 --- /dev/null +++ b/lua/app/ui/activity/fourteen_day/cell/fourteen_day_gift_cell.lua @@ -0,0 +1,56 @@ +local FourteenDayExchangeCell = class("FourteenDayExchangeCell", BaseCell) + +function FourteenDayExchangeCell:init() + local uiMap = self:getUIMap() + + self.txLimit = uiMap["fourteen_day_gift_cell.tx_limit"] + self.txBuy = uiMap["fourteen_day_gift_cell.tx_buy"] + self.imgOff = uiMap["fourteen_day_gift_cell.off_img"] + self.txOff = uiMap["fourteen_day_gift_cell.off_img.tx_off"] + self.rewards = {} + for i = 1, 3 do + table.insert(self.rewards, uiMap["fourteen_day_gift_cell.reward_cell_"..i]:addLuaComponent(GConst.TYPEOF_LUA_CLASS.REWARD_CELL)) + end + + self:addClickListener(function() + if DataManager.FourteenDayData:getGiftRemainTime(self.id) > 0 then + PayManager:purchasePackage(self.id, PayManager.PURCHARSE_TYPE.ACT_GIFT) + end + end) +end + +function FourteenDayExchangeCell:refresh(id) + self.id = id + local cfg = DataManager.ShopData:getActGiftConfig()[self.id] + local time = DataManager.FourteenDayData:getGiftRemainTime(self.id) + + self.txLimit:setText(I18N:getGlobalText(I18N.GlobalConst.SHOP_DESC_18, time)) + + for idx, reward in ipairs(self.rewards) do + if cfg.reward[idx] then + reward:setVisible(true) + reward:refreshByConfig(cfg.reward[idx]) + else + reward:setVisible(false) + end + end + + local buyStr + if cfg.recharge_id then + self.baseObject:setSprite(GConst.ATLAS_PATH.ACT_COMMON, "act_common_bg_6") + self.imgOff:setActive(true) + self.txOff:setText(cfg.value .. "%") + buyStr = GFunc.getFormatPrice(cfg.recharge_id) + else + self.baseObject:setSprite(GConst.ATLAS_PATH.ACT_COMMON, "act_common_bg_5") + self.imgOff:setActive(false) + buyStr = I18N:getGlobalText(I18N.GlobalConst.STR_FREE) + end + + if time <= 0 then + buyStr = I18N:getGlobalText(I18N.GlobalConst.SHOP_DESC_20) + end + self.txBuy:setText(buyStr) +end + +return FourteenDayExchangeCell \ No newline at end of file diff --git a/lua/app/ui/activity/fourteen_day/cell/fourteen_day_gift_cell.lua.meta b/lua/app/ui/activity/fourteen_day/cell/fourteen_day_gift_cell.lua.meta new file mode 100644 index 00000000..8f606933 --- /dev/null +++ b/lua/app/ui/activity/fourteen_day/cell/fourteen_day_gift_cell.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 6c0949220f56e2a4888eb9d2106a949e +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/ui/activity/fourteen_day/cell/fourteen_day_task_cell.lua b/lua/app/ui/activity/fourteen_day/cell/fourteen_day_task_cell.lua new file mode 100644 index 00000000..b48bb5d5 --- /dev/null +++ b/lua/app/ui/activity/fourteen_day/cell/fourteen_day_task_cell.lua @@ -0,0 +1,60 @@ +local FourteenDayTaskCell = class("FourteenDayTaskCell", BaseCell) +local TASK_BG = { + "act_common_bg_2", + "act_common_bg_3", +} +local TASK_ICON_BG = { + "act_common_board_3", + "act_common_board_4", +} + +function FourteenDayTaskCell:init() + local uiMap = self:getUIMap() + self.imgTaskBg = uiMap["fourteen_day_task_cell.img_task_bg"] + self.imgTask = uiMap["fourteen_day_task_cell.img_task_bg.img_task"] + self.txDesc = uiMap["fourteen_day_task_cell.tx_desc"] + self.imgProg = uiMap["fourteen_day_task_cell.prog.img_prog"]:getComponent(GConst.TYPEOF_UNITY_CLASS.BF_SLIDER) + self.txProg = uiMap["fourteen_day_task_cell.prog.tx_prog"] + self.txNum = uiMap["fourteen_day_task_cell.tx_num"] + self.finish = uiMap["fourteen_day_task_cell.finish"] + self.txFinish = uiMap["fourteen_day_task_cell.finish.bg.tx_finish"] + + self:addClickListener(function() + if DataManager.FourteenDayData:canGetTaskReward(self.taskId) then + ModuleManager.FourteenDayManager:reqTaskReward(self.taskId) + end + end) +end + +function FourteenDayTaskCell:refresh(id) + self.taskId = id + local total = DataManager.FourteenDayData:getTaskTarget(self.taskId) + local cur = DataManager.FourteenDayData:getTaskProgress(self.taskId) + if DataManager.FourteenDayData:getTaskType(self.taskId) == GConst.TaskConst.TASK_TYPE.X_ARENA_GRADING then + local minScore = DataManager.ArenaData:getSeasonGradingMinScore() + total = total - minScore + cur = cur - minScore + end + self.imgTask:setSprite(GConst.ATLAS_PATH.ICON_TASK, tostring(DataManager.FourteenDayData:getTaskIcon(self.taskId))) + self.txDesc:setText(DataManager.FourteenDayData:getTaskDesc(self.taskId)) + self.imgProg.value = cur / total + self.txProg:setText(cur .. "/" .. total) + self.txNum:setText(GFunc.getRewardNum(DataManager.FourteenDayData:getTaskRewards(self.taskId)[1])) + self.txFinish:setText(I18N:getGlobalText(I18N.GlobalConst.STR_COMPLETED)) + + self.finish:setActive(false) + self.baseObject:removeRedPoint() + if DataManager.FourteenDayData:canGetTaskReward(self.taskId) then + -- 可领取 + self.baseObject:setSprite(GConst.ATLAS_PATH.ACT_COMMON, TASK_BG[2]) + self.imgTaskBg:setSprite(GConst.ATLAS_PATH.ACT_COMMON, TASK_ICON_BG[2]) + self.baseObject:addRedPoint(260, 70, 0.8) + else + -- 未完成 or 已领取 + self.baseObject:setSprite(GConst.ATLAS_PATH.ACT_COMMON, TASK_BG[1]) + self.imgTaskBg:setSprite(GConst.ATLAS_PATH.ACT_COMMON, TASK_ICON_BG[1]) + self.finish:setActive(DataManager.FourteenDayData:isReceivedTaskReward(self.taskId)) + end +end + +return FourteenDayTaskCell \ No newline at end of file diff --git a/lua/app/ui/activity/fourteen_day/cell/fourteen_day_task_cell.lua.meta b/lua/app/ui/activity/fourteen_day/cell/fourteen_day_task_cell.lua.meta new file mode 100644 index 00000000..568dfd12 --- /dev/null +++ b/lua/app/ui/activity/fourteen_day/cell/fourteen_day_task_cell.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 41f7aa194192dd641bc09fbb49698a9b +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/ui/activity/fourteen_day/fourteen_day_bounty_ui.lua b/lua/app/ui/activity/fourteen_day/fourteen_day_bounty_ui.lua new file mode 100644 index 00000000..9aea69b7 --- /dev/null +++ b/lua/app/ui/activity/fourteen_day/fourteen_day_bounty_ui.lua @@ -0,0 +1,132 @@ +local FourteenDayBountyUI = class("FourteenDayBountyUI", BaseUI) + +function FourteenDayBountyUI:isFullScreen() + return false +end + +function FourteenDayBountyUI:getPrefabPath() + return "assets/prefabs/ui/activity/fourteen_day/fourteen_day_bounty_ui.prefab" +end + +function FourteenDayBountyUI:onPressBackspace() + self:closeUI() +end + +function FourteenDayBountyUI:onClose() + if self.countdownSid then + self:unscheduleGlobal(self.countdownSid) + end +end + +function FourteenDayBountyUI:ctor() +end + +function FourteenDayBountyUI:onLoadRootComplete() + local uiMap = self.root:genAllChildren() + self.txTitle = uiMap["fourteen_day_bounty_ui.content.title.tx_title"] + self.btnClose = uiMap["fourteen_day_bounty_ui.content.btn_close"] + self.scrollrectComp = uiMap["fourteen_day_bounty_ui.content.list_bounty"]:addLuaComponent(GConst.TYPEOF_LUA_CLASS.SCROLL_RECT_BASE) + self.prog = uiMap["fourteen_day_bounty_ui.content.list_bounty.viewport.content.prog"] + self.imgProg = uiMap["fourteen_day_bounty_ui.content.list_bounty.viewport.content.prog.img_prog"]:getComponent(GConst.TYPEOF_UNITY_CLASS.BF_SLIDER) + self.imgMask = uiMap["fourteen_day_bounty_ui.content.list_bounty.viewport.content.mask_img"] + self.imgLine = uiMap["fourteen_day_bounty_ui.content.list_bounty.viewport.content.line"] + -- 购买 + self.btnBuy = uiMap["fourteen_day_bounty_ui.content.btn_buy"] + self.txBuy = uiMap["fourteen_day_bounty_ui.content.btn_buy.tx_buy"] + self.txTips = uiMap["fourteen_day_bounty_ui.content.tx_tips"] + self.txCountdown = uiMap["fourteen_day_bounty_ui.content.countdown.tx_countdown"] + self.bought = uiMap["fourteen_day_bounty_ui.content.bought"] + self.txBought = uiMap["fourteen_day_bounty_ui.content.bought.tx_bought"] + + self.bountyList = DataManager.FourteenDayData:getBountyCfg() + + self.txTitle:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_FOURTEEN_TITLE_1)) + self.txTips:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_FOURTEEN_DESC_5)) + self.txBought:setText(I18N:getGlobalText(I18N.GlobalConst.ALREADY_ACTIVE)) + self.scrollrectComp:addInitCallback(function() + self.imgMask:getTransform():SetAsLastSibling() + self.imgLine:getTransform():SetAsLastSibling() + return "app/ui/activity/fourteen_day/cell/fourteen_day_bounty_cell" + end) + self.scrollrectComp:addRefreshCallback(function(index, cell) + cell:refresh(index) + end) + self.scrollrectComp:clearCells() + self.scrollrectComp:refillCells(#self.bountyList) + + self.btnBuy:addClickListener(function() + ModuleManager.FourteenDayManager:buyBounty() + end) + self.btnClose:addClickListener(function() + self:closeUI() + end) + self:bind(DataManager.FourteenDayData, "isDirty", function() + self:onRefresh() + end) + self:bind(DataManager.ShopData, "isDirty", function() + self:refreshBuy() + self:refreshBountyList() + end) +end + +function FourteenDayBountyUI:onRefresh() + self:refreshBuy() + self:refreshBountyList() + self:refreshCountdown() +end + +-- 刷新倒计时 +function FourteenDayBountyUI:refreshCountdown() + if self.countdownSid then + self:unscheduleGlobal(self.countdownSid) + end + self.countdownSid = self:scheduleGlobal(function() + local time = DataManager.FourteenDayData:getEndRemainTime() + if time < 0 then + self:closeUI() + return + end + self.txCountdown:setText(GFunc.getTimeStrWithHMS2(time)) + end, 1) + self.txCountdown:setText(GFunc.getTimeStrWithHMS2(DataManager.FourteenDayData:getEndRemainTime())) +end + +-- 刷新购买 +function FourteenDayBountyUI:refreshBuy() + if not DataManager.FourteenDayData:isBountyGradeUnlock(GConst.FourteenDayConst.BOUNTY_GRADE_TYPE.PAY) then + self.bought:setActive(false) + self.btnBuy:setActive(true) + local gift = DataManager.ShopData:getActGiftConfig()[GConst.FourteenDayConst.BOUNTY_GIFT_ID] + self.txBuy:setText(GFunc.getFormatPrice(gift.recharge_id)) + else + self.bought:setActive(true) + self.btnBuy:setActive(false) + end +end + +-- 刷新战令列表 +function FourteenDayBountyUI:refreshBountyList() + self.scrollrectComp:updateAllCell() + local maxLevel = #self.bountyList + local curLevel = DataManager.FourteenDayData:getActiveDays() + local topRecoveryOffset = self.scrollrectComp:getTopRecoveryOffset() + local downRecoveryOffset = self.scrollrectComp:getDownRecoveryOffset() + local cellHeight = self.scrollrectComp:getCellHeight() + if curLevel >= maxLevel then + self.imgLine:setVisible(false) + else + self.imgLine:setVisible(true) + self.imgLine:setAnchoredPositionY(-topRecoveryOffset - curLevel * cellHeight) + end + self.prog:setAnchoredPositionY((topRecoveryOffset + downRecoveryOffset) / 2 - cellHeight / 2 - 10) + self.prog:setSizeDeltaY(cellHeight * (maxLevel - 1)) + local percent = (curLevel - 1) / (maxLevel - 1) + if percent < 0 then + percent = 0 + end + self.imgProg.value = percent + self.imgMask:setAnchoredPositionY(-topRecoveryOffset - curLevel * cellHeight) + self.imgMask:setSizeDeltaY(cellHeight * maxLevel + GConst.UI_SCREEN_HEIGHT) +end + +return FourteenDayBountyUI \ No newline at end of file diff --git a/lua/app/ui/activity/fourteen_day/fourteen_day_bounty_ui.lua.meta b/lua/app/ui/activity/fourteen_day/fourteen_day_bounty_ui.lua.meta new file mode 100644 index 00000000..18b4da8f --- /dev/null +++ b/lua/app/ui/activity/fourteen_day/fourteen_day_bounty_ui.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 4855e5b248c94bb4cabd7c39b659352a +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/ui/activity/fourteen_day/fourteen_day_entrance_ui.lua b/lua/app/ui/activity/fourteen_day/fourteen_day_entrance_ui.lua new file mode 100644 index 00000000..6caea960 --- /dev/null +++ b/lua/app/ui/activity/fourteen_day/fourteen_day_entrance_ui.lua @@ -0,0 +1,160 @@ +local FourteenDayEntranceUI = class("FourteenDayEntranceUI", BaseUI) + +function FourteenDayEntranceUI:isFullScreen() + return false +end + +function FourteenDayEntranceUI:getPrefabPath() + return "assets/prefabs/ui/activity/fourteen_day/fourteen_day_entrance_ui.prefab" +end + +function FourteenDayEntranceUI:onPressBackspace() + self:closeUI() +end + +function FourteenDayEntranceUI:onClose() + if self.countdownSid then + self:unscheduleGlobal(self.countdownSid) + end + if self.animsAppear then + for idx, anim in pairs(self.animsAppear) do + if anim then + anim:Kill() + end + end + end +end + +function FourteenDayEntranceUI:ctor() +end + +function FourteenDayEntranceUI:onLoadRootComplete() + local uiMap = self.root:genAllChildren() + self.btnClose = uiMap["fourteen_day_entrance_ui.btn_close"] + self.flyPos = uiMap["fourteen_day_entrance_ui.fly_posx"] + -- 战令 + self.itemBounty = uiMap["fourteen_day_entrance_ui.item_bounty"] + self.txBountyTitle = uiMap["fourteen_day_entrance_ui.item_bounty.tx_title"] + self.txBountyDesc = uiMap["fourteen_day_entrance_ui.item_bounty.tx_desc"] + self.txBountyCountdown = uiMap["fourteen_day_entrance_ui.item_bounty.countdown.tx_countdown"] + -- 任务 + self.itemTask = uiMap["fourteen_day_entrance_ui.item_task"] + self.txTaskTitle = uiMap["fourteen_day_entrance_ui.item_task.tx_title"] + self.txTaskDesc = uiMap["fourteen_day_entrance_ui.item_task.tx_desc"] + self.txTaskCountdown = uiMap["fourteen_day_entrance_ui.item_task.countdown.tx_countdown"] + -- 兑换 + self.itemExchange = uiMap["fourteen_day_entrance_ui.item_exchange"] + self.txExchangeTitle = uiMap["fourteen_day_entrance_ui.item_exchange.tx_title"] + self.txExchangeDesc = uiMap["fourteen_day_entrance_ui.item_exchange.tx_desc"] + self.txExchangeCountdown = uiMap["fourteen_day_entrance_ui.item_exchange.countdown.tx_countdown"] + -- 礼包 + self.itemGift = uiMap["fourteen_day_entrance_ui.item_gift"] + self.txGiftTitle = uiMap["fourteen_day_entrance_ui.item_gift.tx_title"] + self.txGiftDesc = uiMap["fourteen_day_entrance_ui.item_gift.tx_desc"] + self.txGiftCountdown = uiMap["fourteen_day_entrance_ui.item_gift.countdown.tx_countdown"] + + self.txBountyTitle:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_FOURTEEN_TITLE_1)) + self.txBountyDesc:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_FOURTEEN_DESC_1)) + self.txTaskTitle:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_FOURTEEN_TITLE_2)) + self.txTaskDesc:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_FOURTEEN_DESC_2)) + self.txExchangeTitle:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_FOURTEEN_TITLE_3)) + self.txExchangeDesc:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_FOURTEEN_DESC_3)) + self.txGiftTitle:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_FOURTEEN_TITLE_4)) + self.txGiftDesc:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_32)) + if self.animsAppear then + for idx, anim in pairs(self.animsAppear) do + if anim then + anim:Kill() + end + end + end + self.animsAppear = {} + table.insert(self.animsAppear, self:showAppearAnim(1, self.itemBounty)) + table.insert(self.animsAppear, self:showAppearAnim(2, self.itemTask)) + table.insert(self.animsAppear, self:showAppearAnim(3, self.itemExchange)) + table.insert(self.animsAppear, self:showAppearAnim(4, self.itemGift)) + + self.itemBounty:addClickListener(function() + UIManager:showUI("app/ui/activity/fourteen_day/fourteen_day_bounty_ui") + end) + self.itemTask:addClickListener(function() + UIManager:showUI("app/ui/activity/fourteen_day/fourteen_day_task_ui") + end) + self.itemExchange:addClickListener(function() + UIManager:showUI("app/ui/activity/fourteen_day/fourteen_day_exchange_ui") + end) + self.itemGift:addClickListener(function() + UIManager:showUI("app/ui/activity/fourteen_day/fourteen_day_gift_ui") + end) + self.btnClose:addClickListener(function() + self:closeUI() + end) + self:bind(DataManager.FourteenDayData, "isDirty", function() + self:onRefresh() + end) +end + +function FourteenDayEntranceUI:onRefresh() + -- 倒计时 + if self.countdownSid then + self:unscheduleGlobal(self.countdownSid) + end + self.countdownSid = self:scheduleGlobal(function() + local time = DataManager.FourteenDayData:getEndRemainTime() + if time < 0 then + self:closeUI() + return + end + self.txBountyCountdown:setText(GFunc.getTimeStrWithHMS2(time)) + self.txTaskCountdown:setText(GFunc.getTimeStrWithHMS2(time)) + self.txExchangeCountdown:setText(GFunc.getTimeStrWithHMS2(time)) + self.txGiftCountdown:setText(GFunc.getTimeStrWithHMS2(time)) + end, 1) + local time = DataManager.FourteenDayData:getEndRemainTime() + self.txBountyCountdown:setText(GFunc.getTimeStrWithHMS2(time)) + self.txTaskCountdown:setText(GFunc.getTimeStrWithHMS2(time)) + self.txExchangeCountdown:setText(GFunc.getTimeStrWithHMS2(time)) + self.txGiftCountdown:setText(GFunc.getTimeStrWithHMS2(time)) + + self:refreshRedPoint() +end + +-- 刷新红点 +function FourteenDayEntranceUI:refreshRedPoint() + if DataManager.FourteenDayData:hasBountyRedPoint() then + self.itemBounty:addRedPoint(300, 75, 0.6) + else + self.itemBounty:removeRedPoint() + end + if DataManager.FourteenDayData:hasTaskRedPoint() then + self.itemTask:addRedPoint(300, 75, 0.6) + else + self.itemTask:removeRedPoint() + end + if DataManager.FourteenDayData:hasExchangeRedPoint() then + self.itemExchange:addRedPoint(300, 75, 0.6) + else + self.itemExchange:removeRedPoint() + end + if DataManager.FourteenDayData:hasGiftRedPoint() then + self.itemGift:addRedPoint(300, 75, 0.6) + else + self.itemGift:removeRedPoint() + end +end + +-- 展示出现动画 +function FourteenDayEntranceUI:showAppearAnim(idx, item) + item:setTouchEnable(false) + item:setPosition(self.flyPos:getPosition().x, item:getPosition().y, item:getPosition().z) + + local delay = (idx - 1) * 0.1 + local animAppear = item:createBindTweenSequence() + animAppear:Insert(delay, item:getTransform():DOMove(CS.UnityEngine.Vector3(0, item:getPosition().y, item:getPosition().z), 0.5)) + animAppear:OnComplete(function() + item:setTouchEnable(true) + end) + return animAppear +end + +return FourteenDayEntranceUI \ No newline at end of file diff --git a/lua/app/ui/activity/fourteen_day/fourteen_day_entrance_ui.lua.meta b/lua/app/ui/activity/fourteen_day/fourteen_day_entrance_ui.lua.meta new file mode 100644 index 00000000..732999d1 --- /dev/null +++ b/lua/app/ui/activity/fourteen_day/fourteen_day_entrance_ui.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: fbd9d20a63c9fe94583d988bb8d253e2 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/ui/activity/fourteen_day/fourteen_day_exchange_ui.lua b/lua/app/ui/activity/fourteen_day/fourteen_day_exchange_ui.lua new file mode 100644 index 00000000..c70bf78f --- /dev/null +++ b/lua/app/ui/activity/fourteen_day/fourteen_day_exchange_ui.lua @@ -0,0 +1,84 @@ +local FourteenDayExchangeUI = class("FourteenDayExchangeUI", BaseUI) + +function FourteenDayExchangeUI:isFullScreen() + return false +end + +function FourteenDayExchangeUI:getPrefabPath() + return "assets/prefabs/ui/activity/fourteen_day/fourteen_day_exchange_ui.prefab" +end + +function FourteenDayExchangeUI:onPressBackspace() + self:closeUI() +end + +function FourteenDayExchangeUI:onClose() + if self.countdownSid then + self:unscheduleGlobal(self.countdownSid) + end +end + +function FourteenDayExchangeUI:ctor() +end + +function FourteenDayExchangeUI:onLoadRootComplete() + local uiMap = self.root:genAllChildren() + self.txTitle = uiMap["fourteen_day_exchange_ui.content.img_title.tx_title"] + self.btnClose = uiMap["fourteen_day_exchange_ui.content.btn_close"] + self.txCountdown = uiMap["fourteen_day_exchange_ui.content.countdown.tx_countdown"] + self.txDesc = uiMap["fourteen_day_exchange_ui.content.tx_desc"] + self.scrollrectComp = uiMap["fourteen_day_exchange_ui.content.scrollrect"]:addLuaComponent(GConst.TYPEOF_LUA_CLASS.SCROLL_RECT_BASE) + self.txNum = uiMap["fourteen_day_exchange_ui.content.item.tx_num"] + self.btnAdd = uiMap["fourteen_day_exchange_ui.content.item"] + + self.exchangeList = DataManager.FourteenDayData:getExchangeShowIds() + + self.txTitle:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_FOURTEEN_TITLE_3)) + self.txDesc:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_FOURTEEN_DESC_9)) + + self.scrollrectComp:addInitCallback(function() + return "app/ui/activity/fourteen_day/cell/fourteen_day_exchange_cell" + end) + self.scrollrectComp:addRefreshCallback(function(index, cell) + cell:refresh(self.exchangeList[index]) + end) + self.scrollrectComp:clearCells() + self.scrollrectComp:refillCells(#self.exchangeList) + + self.btnAdd:addClickListener(function() + UIManager:showUI("app/ui/activity/fourteen_day/fourteen_day_task_ui") + self:closeUI() + end) + self.btnClose:addClickListener(function() + self:closeUI() + end) + self:bind(DataManager.FourteenDayData, "isDirty", function() + self:onRefresh() + end) +end + +function FourteenDayExchangeUI:onRefresh() + LocalData:recordTodayFourteenDayExchangeWatched() + + self.txNum:setText(DataManager.FourteenDayData:getExchangeItemNum()) + self.scrollrectComp:updateAllCell() + self:refreshCountdown() +end + +-- 刷新倒计时 +function FourteenDayExchangeUI:refreshCountdown() + if self.countdownSid then + self:unscheduleGlobal(self.countdownSid) + end + self.countdownSid = self:scheduleGlobal(function() + local time = DataManager.FourteenDayData:getEndRemainTime() + if time < 0 then + self:closeUI() + return + end + self.txCountdown:setText(GFunc.getTimeStrWithHMS2(time)) + end, 1) + self.txCountdown:setText(GFunc.getTimeStrWithHMS2(DataManager.FourteenDayData:getEndRemainTime())) +end + +return FourteenDayExchangeUI \ No newline at end of file diff --git a/lua/app/ui/activity/fourteen_day/fourteen_day_exchange_ui.lua.meta b/lua/app/ui/activity/fourteen_day/fourteen_day_exchange_ui.lua.meta new file mode 100644 index 00000000..636449e8 --- /dev/null +++ b/lua/app/ui/activity/fourteen_day/fourteen_day_exchange_ui.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 68f6d93df63aa1248864fba73ced6424 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/ui/activity/fourteen_day/fourteen_day_gift_ui.lua b/lua/app/ui/activity/fourteen_day/fourteen_day_gift_ui.lua new file mode 100644 index 00000000..37982fff --- /dev/null +++ b/lua/app/ui/activity/fourteen_day/fourteen_day_gift_ui.lua @@ -0,0 +1,75 @@ +local FourteenDayGiftUI = class("FourteenDayGiftUI", BaseUI) + +function FourteenDayGiftUI:isFullScreen() + return false +end + +function FourteenDayGiftUI:getPrefabPath() + return "assets/prefabs/ui/activity/fourteen_day/fourteen_day_gift_ui.prefab" +end + +function FourteenDayGiftUI:onPressBackspace() + self:closeUI() +end + +function FourteenDayGiftUI:onClose() + if self.countdownSid then + self:unscheduleGlobal(self.countdownSid) + end +end + +function FourteenDayGiftUI:ctor() +end + +function FourteenDayGiftUI:onLoadRootComplete() + local uiMap = self.root:genAllChildren() + self.txTitle = uiMap["fourteen_day_gift_ui.content.img_title.tx_title"] + self.btnClose = uiMap["fourteen_day_gift_ui.content.btn_close"] + self.txCountdown = uiMap["fourteen_day_gift_ui.content.countdown.tx_countdown"] + self.scrollrectComp = uiMap["fourteen_day_gift_ui.content.scrollrect"]:addLuaComponent(GConst.TYPEOF_LUA_CLASS.SCROLL_RECT_BASE) + + self.txTitle:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_FOURTEEN_TITLE_4)) + + self.scrollrectComp:addInitCallback(function() + return "app/ui/activity/fourteen_day/cell/fourteen_day_gift_cell" + end) + self.scrollrectComp:addRefreshCallback(function(index, cell) + cell:refresh(self.giftList[index]) + end) + + self.btnClose:addClickListener(function() + self:closeUI() + end) + self:bind(DataManager.FourteenDayData, "isDirty", function() + self:onRefresh() + end) + self:bind(DataManager.ShopData, "isDirty", function() + self:onRefresh() + end) +end + +function FourteenDayGiftUI:onRefresh() + self.giftList = DataManager.FourteenDayData:getGiftIdsSort() + self.scrollrectComp:clearCells() + self.scrollrectComp:refillCells(#self.giftList) + + self:refreshCountdown() +end + +-- 刷新倒计时 +function FourteenDayGiftUI:refreshCountdown() + if self.countdownSid then + self:unscheduleGlobal(self.countdownSid) + end + self.countdownSid = self:scheduleGlobal(function() + local time = DataManager.FourteenDayData:getEndRemainTime() + if time < 0 then + self:closeUI() + return + end + self.txCountdown:setText(GFunc.getTimeStrWithHMS2(time)) + end, 1) + self.txCountdown:setText(GFunc.getTimeStrWithHMS2(DataManager.FourteenDayData:getEndRemainTime())) +end + +return FourteenDayGiftUI \ No newline at end of file diff --git a/lua/app/ui/activity/fourteen_day/fourteen_day_gift_ui.lua.meta b/lua/app/ui/activity/fourteen_day/fourteen_day_gift_ui.lua.meta new file mode 100644 index 00000000..43609044 --- /dev/null +++ b/lua/app/ui/activity/fourteen_day/fourteen_day_gift_ui.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: a171fec6561af8045b52689025759620 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/ui/activity/fourteen_day/fourteen_day_task_ui.lua b/lua/app/ui/activity/fourteen_day/fourteen_day_task_ui.lua new file mode 100644 index 00000000..603a3318 --- /dev/null +++ b/lua/app/ui/activity/fourteen_day/fourteen_day_task_ui.lua @@ -0,0 +1,122 @@ +local FourteenDayTaskUI = class("FourteenDayTaskUI", BaseUI) + +function FourteenDayTaskUI:isFullScreen() + return false +end + +function FourteenDayTaskUI:getPrefabPath() + return "assets/prefabs/ui/activity/fourteen_day/fourteen_day_task_ui.prefab" +end + +function FourteenDayTaskUI:onPressBackspace() + self:closeUI() +end + +function FourteenDayTaskUI:onClose() + if self.countdownSid then + self:unscheduleGlobal(self.countdownSid) + end +end + +function FourteenDayTaskUI:ctor() + self.curStage = DataManager.FourteenDayData:getTaskShowStage() +end + +function FourteenDayTaskUI:onLoadRootComplete() + local uiMap = self.root:genAllChildren() + self.txTitle = uiMap["fourteen_day_task_ui.content.img_title.tx_title"] + self.txCountdown = uiMap["fourteen_day_task_ui.content.countdown.tx_countdown"] + self.txDesc = uiMap["fourteen_day_task_ui.content.stage.tx_desc"] + self.rewardsNode = uiMap["fourteen_day_task_ui.content.stage.rewards"] + self.rewards = {} + for i = 1, 4 do + table.insert(self.rewards, uiMap["fourteen_day_task_ui.content.stage.rewards.reward_cell_" .. i]:addLuaComponent(GConst.TYPEOF_LUA_CLASS.REWARD_CELL)) + end + self.btnRight = uiMap["fourteen_day_task_ui.content.stage.select.btn_right"] + self.btnLeft = uiMap["fourteen_day_task_ui.content.stage.select.btn_left"] + self.txStage = uiMap["fourteen_day_task_ui.content.stage.select.tx_stage"] + self.txSelect = uiMap["fourteen_day_task_ui.content.stage.select.tx_select"] + self.scrollrectComp = uiMap["fourteen_day_task_ui.content.list_task"]:addLuaComponent(GConst.TYPEOF_LUA_CLASS.SCROLL_RECT_BASE) + self.btnClose = uiMap["fourteen_day_task_ui.content.btn_close"] + + self.txTitle:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_FOURTEEN_TITLE_2)) + self.txStage:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_FOURTEEN_DESC_6)) + + self.scrollrectComp:addInitCallback(function() + return "app/ui/activity/fourteen_day/cell/fourteen_day_task_cell" + end) + self.scrollrectComp:addRefreshCallback(function(index, cell) + cell:refresh(self.taskList[index]) + end) + + self.btnRight:addClickListener(function() + if self.curStage + 1 > DataManager.FourteenDayData:getActiveDays() then + GFunc.showToast(I18N:getGlobalText(I18N.GlobalConst.ACT_FOURTEEN_DESC_7)) + return + end + self.curStage = self.curStage + 1 + self:onRefresh() + end) + self.btnLeft:addClickListener(function() + self.curStage = self.curStage - 1 + self:onRefresh() + end) + self.btnClose:addClickListener(function() + self:closeUI() + end) + self:bind(DataManager.FourteenDayData, "isDirty", function() + self:onRefresh() + end) +end + +function FourteenDayTaskUI:onRefresh() + self.taskStage = DataManager.FourteenDayData:getStageTaskId(self.curStage) + self.taskList = DataManager.FourteenDayData:getStageSubTaskIdsSort(self.curStage) + Logger.printTable(self.curStage) + Logger.printTable(self.taskList) + self.scrollrectComp:clearCells() + self.scrollrectComp:refillCells(#self.taskList) + + self.txDesc:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_FOURTEEN_DESC_8)) + self.txSelect:setText(self.curStage .. "/" .. DataManager.FourteenDayData:getTaskMaxStage()) + self.btnRight:setActive(self.curStage < DataManager.FourteenDayData:getTaskMaxStage()) + self.btnLeft:setActive(self.curStage > 1) + + self:refreshStageRewards() + self:refreshCountdown() +end + +-- 刷新阶段奖励显示 +function FourteenDayTaskUI:refreshStageRewards() + local stageRewards = DataManager.FourteenDayData:getTaskRewards(self.taskStage) + local canGet = DataManager.FourteenDayData:canGetTaskReward(self.taskStage) + local isReceived = DataManager.FourteenDayData:isReceivedTaskReward(self.taskStage) + for idx, reward in ipairs(self.rewards) do + if stageRewards[idx] then + reward:setVisible(true) + reward:refreshByConfig(stageRewards[idx], isReceived, isReceived) + if canGet then + reward:addClickListener(function() + ModuleManager.FourteenDayManager:reqTaskReward(self.taskStage) + end) + else + reward:addClickListener(nil) + end + else + reward:setVisible(false) + end + end +end + +-- 刷新倒计时 +function FourteenDayTaskUI:refreshCountdown() + if self.countdownSid then + self:unscheduleGlobal(self.countdownSid) + end + self.countdownSid = self:scheduleGlobal(function() + self.txCountdown:setText(GFunc.getTimeStrWithHMS2(DataManager.FourteenDayData:getEndRemainTime())) + end, 1) + self.txCountdown:setText(GFunc.getTimeStrWithHMS2(DataManager.FourteenDayData:getEndRemainTime())) +end + +return FourteenDayTaskUI \ No newline at end of file diff --git a/lua/app/ui/activity/fourteen_day/fourteen_day_task_ui.lua.meta b/lua/app/ui/activity/fourteen_day/fourteen_day_task_ui.lua.meta new file mode 100644 index 00000000..15067fcb --- /dev/null +++ b/lua/app/ui/activity/fourteen_day/fourteen_day_task_ui.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 70750f44a076f274eabff37f134cc6b0 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/ui/arena/cell/bounty_cell.lua b/lua/app/ui/arena/cell/bounty_cell.lua index b0078e43..b78b544a 100644 --- a/lua/app/ui/arena/cell/bounty_cell.lua +++ b/lua/app/ui/arena/cell/bounty_cell.lua @@ -1,14 +1,12 @@ local BountyCell = class("BountyCell", BaseCell) -local BOUNTY_REWARD_CELL = "app/ui/arena/cell/bounty_reward_cell" - function BountyCell:init() local uiMap = self:getUIMap() self.uiMap = uiMap uiMap["cell.bg.bounty_reward_cell_1"]:setAnchoredPositionX(-GConst.UI_SCREEN_WIDTH/4) - self.bountyRewardCell1 = uiMap["cell.bg.bounty_reward_cell_1"]:addLuaComponent(BOUNTY_REWARD_CELL) + self.bountyRewardCell1 = uiMap["cell.bg.bounty_reward_cell_1"]:addLuaComponent(GConst.TYPEOF_LUA_CLASS.BOUNTY_REWARD_CELL) uiMap["cell.bg.bounty_reward_cell_2"]:setAnchoredPositionX(GConst.UI_SCREEN_WIDTH/4) - self.bountyRewardCell2 = uiMap["cell.bg.bounty_reward_cell_2"]:addLuaComponent(BOUNTY_REWARD_CELL) + self.bountyRewardCell2 = uiMap["cell.bg.bounty_reward_cell_2"]:addLuaComponent(GConst.TYPEOF_LUA_CLASS.BOUNTY_REWARD_CELL) self.lvBg = uiMap["cell.bg.lv_bg"] self.lvTx = uiMap["cell.bg.lv_bg.lv_tx"] diff --git a/lua/app/ui/bounty/cell/bounty_cell.lua b/lua/app/ui/bounty/cell/bounty_cell.lua index 7a3e4188..a3cc053f 100644 --- a/lua/app/ui/bounty/cell/bounty_cell.lua +++ b/lua/app/ui/bounty/cell/bounty_cell.lua @@ -1,14 +1,12 @@ local BountyCell = class("BountyCell", BaseCell) -local BOUNTY_REWARD_CELL = "app/ui/bounty/cell/bounty_reward_cell" - function BountyCell:init() local uiMap = self:getUIMap() self.uiMap = uiMap uiMap["cell.bg.bounty_reward_cell_1"]:setAnchoredPositionX(-GConst.UI_SCREEN_WIDTH/4) - self.bountyRewardCell1 = uiMap["cell.bg.bounty_reward_cell_1"]:addLuaComponent(BOUNTY_REWARD_CELL) + self.bountyRewardCell1 = uiMap["cell.bg.bounty_reward_cell_1"]:addLuaComponent(GConst.TYPEOF_LUA_CLASS.BOUNTY_REWARD_CELL) uiMap["cell.bg.bounty_reward_cell_2"]:setAnchoredPositionX(GConst.UI_SCREEN_WIDTH/4) - self.bountyRewardCell2 = uiMap["cell.bg.bounty_reward_cell_2"]:addLuaComponent(BOUNTY_REWARD_CELL) + self.bountyRewardCell2 = uiMap["cell.bg.bounty_reward_cell_2"]:addLuaComponent(GConst.TYPEOF_LUA_CLASS.BOUNTY_REWARD_CELL) self.lvBg = uiMap["cell.bg.lv_bg"] self.lvTx = uiMap["cell.bg.lv_bg.lv_tx"] diff --git a/lua/app/ui/bounty/cell/bounty_reward_cell.lua b/lua/app/ui/bounty/cell/bounty_reward_cell.lua deleted file mode 100644 index 2906ba47..00000000 --- a/lua/app/ui/bounty/cell/bounty_reward_cell.lua +++ /dev/null @@ -1,101 +0,0 @@ -local BountyRewardCell = class("BountyRewardCell", BaseCell) - -function BountyRewardCell:init() - local uiMap = self:getUIMap() - self.bg = uiMap["bounty_reward_cell.bg"] - self.icon = uiMap["bounty_reward_cell.icon"] - self.numTx = uiMap["bounty_reward_cell.num"] - self.check = uiMap["bounty_reward_cell.check"] - self.fragment = uiMap["bounty_reward_cell.fragment"] - self.light = uiMap["bounty_reward_cell.light"] - self.lock = uiMap["bounty_reward_cell.lock"] - self.matchImg = uiMap["bounty_reward_cell.match_img"] - self.sImg = uiMap["bounty_reward_cell.s"] - - self:hideLight() - self.baseObject:addClickListener(function() - if self.clickCallback then - self.clickCallback() - elseif self.rewardId ~= nil then - ModuleManager.TipsManager:showRewardTips(self.rewardId, self.rewardType, self.baseObject) - end - end) -end - -function BountyRewardCell:refresh(reward, isPro, isLock, showCheck) - self:showCheck(showCheck) - if isPro then - self.bg:setSprite(GConst.ATLAS_PATH.BOUNTY, "bounty_board_2") - else - self.bg:setSprite(GConst.ATLAS_PATH.BOUNTY, "bounty_board_1") - end - if isLock then - self.lock:setVisible(true) - else - self.lock:setVisible(false) - end - if reward.type == GConst.REWARD_TYPE.ITEM then - self:_refreshItem(reward) - self.rewardId = reward.id - self.rewardType = reward.type - else - self.rewardId = nil - end -end - -function BountyRewardCell:_refreshItem(item) - local info = ConfigManager:getConfig("item")[item.id] - if info == nil then - return - end - self.numTx:setText(item.count or item.num) - if info.type == GConst.ItemConst.ITEM_TYPE.HERO_FRAGMENT then - local heroInfo = ConfigManager:getConfig("hero")[info.parameter] - if heroInfo then - self.icon:setSprite(GConst.ATLAS_PATH.ICON_HERO, heroInfo.icon) - self.matchImg:setSprite(GConst.ATLAS_PATH.ICON_HERO, GConst.HeroConst.MATCH_ICON_NAME[heroInfo.position]) - self.matchImg:setVisible(true) - self.sImg:setVisible(heroInfo.qlt >= 4) - else - self.icon:setSprite(GConst.ATLAS_PATH.COMMON, "common_alpha") - self.matchImg:setVisible(false) - self.sImg:setVisible(false) - end - self.fragment:setVisible(true) - else - self.icon:setSprite(GConst.ATLAS_PATH.ICON_ITEM, info.icon) - self.fragment:setVisible(false) - self.matchImg:setVisible(false) - self.sImg:setVisible(false) - end -end - -function BountyRewardCell:showCheck(show) - self.check:setVisible(show == true) -end - -function BountyRewardCell:setVisible(visible) - self.baseObject:setActive(visible) -end - -function BountyRewardCell:setAnchoredPositionX(x) - self.baseObject:setAnchoredPositionX(x) -end - -function BountyRewardCell:setTouchEnable(enable) - self.baseObject:setTouchEnable(enable) -end - -function BountyRewardCell:addClickListener(callback) - self.clickCallback = callback -end - -function BountyRewardCell:showLight() - self.light:setVisible(true) -end - -function BountyRewardCell:hideLight() - self.light:setVisible(false) -end - -return BountyRewardCell \ No newline at end of file diff --git a/lua/app/ui/arena/cell/bounty_reward_cell.lua b/lua/app/ui/common/cell/bounty_reward_cell.lua similarity index 95% rename from lua/app/ui/arena/cell/bounty_reward_cell.lua rename to lua/app/ui/common/cell/bounty_reward_cell.lua index 2906ba47..6eedad15 100644 --- a/lua/app/ui/arena/cell/bounty_reward_cell.lua +++ b/lua/app/ui/common/cell/bounty_reward_cell.lua @@ -25,9 +25,9 @@ end function BountyRewardCell:refresh(reward, isPro, isLock, showCheck) self:showCheck(showCheck) if isPro then - self.bg:setSprite(GConst.ATLAS_PATH.BOUNTY, "bounty_board_2") + self.bg:setSprite(GConst.ATLAS_PATH.ACT_COMMON, "act_common_board_2") else - self.bg:setSprite(GConst.ATLAS_PATH.BOUNTY, "bounty_board_1") + self.bg:setSprite(GConst.ATLAS_PATH.ACT_COMMON, "act_common_board_1") end if isLock then self.lock:setVisible(true) diff --git a/lua/app/ui/arena/cell/bounty_reward_cell.lua.meta b/lua/app/ui/common/cell/bounty_reward_cell.lua.meta similarity index 86% rename from lua/app/ui/arena/cell/bounty_reward_cell.lua.meta rename to lua/app/ui/common/cell/bounty_reward_cell.lua.meta index b6490bbc..837ec9d1 100644 --- a/lua/app/ui/arena/cell/bounty_reward_cell.lua.meta +++ b/lua/app/ui/common/cell/bounty_reward_cell.lua.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 4208111e8330d6046aa5e366b6be1f9a +guid: 95ea42e6f8c253144bfbcc09b3d76e89 ScriptedImporter: internalIDToNameTable: [] externalObjects: {} diff --git a/lua/app/ui/main_city/cell/side_bar_fourteen_day_cell.lua b/lua/app/ui/main_city/cell/side_bar_fourteen_day_cell.lua new file mode 100644 index 00000000..7c03a0f0 --- /dev/null +++ b/lua/app/ui/main_city/cell/side_bar_fourteen_day_cell.lua @@ -0,0 +1,43 @@ +local SideBarBaseCellComp = require "app/ui/main_city/cell/side_bar_base_cell" +local SideBarFourteenDayCell = class("SideBarFourteenDayCell", SideBarBaseCellComp) + +function SideBarFourteenDayCell:getIsOpen() + return DataManager.FourteenDayData:isOpen() and DataManager.FourteenDayData:isActiveTime() +end + +function SideBarFourteenDayCell:getSpineName() + return "ui_act_fourteen_mainbtn" +end + +function SideBarFourteenDayCell:onClick() + ModuleManager.FourteenDayManager:showFourteenDayUI() +end + +function SideBarFourteenDayCell:getIsShowRedPoint() + return DataManager.FourteenDayData:hasRedPoint() +end + +function SideBarFourteenDayCell:onRefresh() + self:_refreshTime() +end + +function SideBarFourteenDayCell:updateTime() + if self:getIsOpen() then + self:_refreshTime() + else + self:closeBtn() + end +end + +function SideBarFourteenDayCell:_refreshTime() + local remainTime = DataManager.FourteenDayData:getEndRemainTime() + if remainTime >= 0 then + self.timeBg:setVisible(true) + self.timeTx:setText(GFunc.getTimeStr(remainTime)) + else + self.timeBg:setVisible(false) + self.timeTx:setText("00:00:00") + end +end + +return SideBarFourteenDayCell \ No newline at end of file diff --git a/lua/app/ui/main_city/cell/side_bar_fourteen_day_cell.lua.meta b/lua/app/ui/main_city/cell/side_bar_fourteen_day_cell.lua.meta new file mode 100644 index 00000000..54ee3446 --- /dev/null +++ b/lua/app/ui/main_city/cell/side_bar_fourteen_day_cell.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 51bd15e742f644046a5d918498f2a4c2 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/userdata/activity/fourteen_day.meta b/lua/app/userdata/activity/fourteen_day.meta new file mode 100644 index 00000000..4a046450 --- /dev/null +++ b/lua/app/userdata/activity/fourteen_day.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e7b314b845f319d4fa788528c141dc54 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/lua/app/userdata/activity/fourteen_day/fourteen_day_data.lua b/lua/app/userdata/activity/fourteen_day/fourteen_day_data.lua new file mode 100644 index 00000000..abdda6d5 --- /dev/null +++ b/lua/app/userdata/activity/fourteen_day/fourteen_day_data.lua @@ -0,0 +1,579 @@ +local FourteenDayData = class("FourteenDayData", BaseData) + +-- 新玩家开启 +local OPEN_DAYS = 7 +-- 活动持续时间 +local ACTIVE_DAYS = 14 + +function FourteenDayData:ctor() + self:clear() +end + +function FourteenDayData:clear() + self.data.isDirty = false + DataManager:unregisterCrossDayFunc("FourteenDayData") + DataManager:unregisterTryOpenFunc("FourteenDayData") +end + +function FourteenDayData:setDirty() + self.data.isDirty = not self.data.isDirty +end + +function FourteenDayData:init(data) + data = data or GConst.EMPTY_TABLE + + Logger.logHighlight("新手14天乐数据初始化") + Logger.printTable(data) + + self.openTs = data.open_at // 1000 + self.activeDays = data.active_days or 0-- 活动开启后的登陆天数、阶段数 + self.bountyStatus = data.funds + self.tasksStatus = data.tasks + self.exchangeStatus = data.exchange_info + + -- 活动开启 + DataManager:registerTryOpenFunc("FourteenDayData", function() + if self:isOpen() then + DataManager:unregisterTryOpenFunc("FourteenDayData") + self:setDirty() + end + end) + -- 跨天 + DataManager:registerCrossDayFunc("FourteenDayData", function() + if not self:isOpen() then + return + end + if not self:isActiveTime() then + return + end + Logger.logHighlight("14天乐跨天") + + self.activeDays = self.activeDays + 1 + self:getExchangeShowIds() + self:setDirty() + end) + -- 注册任务进度监听 + for id, data in ipairs(self:getTaskCfg()) do + if data.quest then + ModuleManager.TaskManager:registerTask("FourteenDayData", data.quest, function(count) + self:addTaskProgress(data.quest, count) + end) + end + end +end + +function FourteenDayData:isOpen() + -- 开启条件同七天乐 + if not ModuleManager:getIsOpen(ModuleManager.MODULE_KEY.SEVEN_DAY, true) then + return false + end + + return true +end + +-- 是否在活动时间内 +function FourteenDayData:isActiveTime() + local openTime = self:getOpenTime() + local endTime = self:getEndTime() + local nowTime = Time:getServerTime() + + return nowTime >= openTime and nowTime < endTime +end + +-- 获取开启时间 +function FourteenDayData:getOpenTime() + local result + if self.openTs and self.openTs > 0 then + result = math.floor(Time:getBeginningOfOneDay(self.openTs)) + else + local registerBeginTs = Time:getBeginningOfOneDay(DataManager:getRegisterTs()) + result = math.floor(registerBeginTs + (OPEN_DAYS - 1) * 24 * 60 * 60) + end + + -- Logger.logHighlight("开始时间:"..result) + return result +end + +-- 获取结束时间 +function FourteenDayData:getEndTime() + if self.endTs == nil or self.endTs <= 0 then + self.endTs = math.floor(self:getOpenTime() + ACTIVE_DAYS * 24 * 60 * 60) + end + + return self.endTs +end + +-- 获取活动结束剩余时间(秒) +function FourteenDayData:getEndRemainTime() + return self:getEndTime() - Time:getServerTime() +end + +-- 获取活动开启时的活跃天数 +function FourteenDayData:getActiveDays() + return self.activeDays +end + +-- 是否有红点 +function FourteenDayData:hasRedPoint() + if not self:isActiveTime() then + return false + end + + return self:hasBountyRedPoint() or self:hasTaskRedPoint() or self:hasExchangeRedPoint() or self:hasGiftRedPoint() +end + +-- 战令---------------------------------------------------------------------------------------------------------------- + +-- 是否有战令红点 +function FourteenDayData:hasBountyRedPoint() + for id, data in ipairs(self:getBountyCfg()) do + if self:canGetBountyReward(id, GConst.FourteenDayConst.BOUNTY_GRADE_TYPE.FREE) then + return true + end + if self:canGetBountyReward(id, GConst.FourteenDayConst.BOUNTY_GRADE_TYPE.PAY) then + return true + end + end + + return false +end + +-- 获取战令配置 +function FourteenDayData:getBountyCfg() + return ConfigManager:getConfig("act_fourteen_bounty") +end + +-- 档位是否已解锁 +function FourteenDayData:isBountyGradeUnlock(grade) + if grade == GConst.FourteenDayConst.BOUNTY_GRADE_TYPE.PAY then + return DataManager.ShopData:getGiftBoughtNum(PayManager.PURCHARSE_TYPE.ACT_GIFT, GConst.FourteenDayConst.BOUNTY_GIFT_ID) > 0 + else + return true + end +end + +-- 获取战令档位奖励 +function FourteenDayData:getBountyGradeReward(id, grade) + local cfg = self:getBountyCfg()[id] + local result + if cfg ~= nil then + if grade == GConst.FourteenDayConst.BOUNTY_GRADE_TYPE.FREE then + result = cfg.reward + elseif grade == GConst.FourteenDayConst.BOUNTY_GRADE_TYPE.PAY then + result = cfg.reward_pro + end + end + + return result +end + +-- 战令奖励可领取 +function FourteenDayData:canGetBountyReward(id, grade) + return self:isReachBountyReward(id, grade) and not self:isReceivedBountyReward(id, grade) +end + +-- 战令奖励是否满足领取条件 +function FourteenDayData:isReachBountyReward(id, grade) + if self:getActiveDays() >= id then + return self:isBountyGradeUnlock(grade) + else + return false + end +end + +-- 战令奖励是否已领取 +function FourteenDayData:isReceivedBountyReward(id, grade) + if self.bountyStatus == nil or self.bountyStatus.free_awarded == nil or self.bountyStatus.pay_awarded == nil then + return false + end + + if grade == GConst.FourteenDayConst.BOUNTY_GRADE_TYPE.FREE then + return table.containValue(self.bountyStatus.free_awarded, id) + elseif grade == GConst.FourteenDayConst.BOUNTY_GRADE_TYPE.PAY then + return table.containValue(self.bountyStatus.pay_awarded, id) + end + + return false +end + +-- 战令奖励领取成功 +function FourteenDayData:onReceivedBountyReward(successMap) + for index, data in ipairs(successMap) do + if data.grade == GConst.FourteenDayConst.BOUNTY_GRADE_TYPE.FREE then + table.insert(self.bountyStatus.free_awarded, data.id) + elseif data.grade == GConst.FourteenDayConst.BOUNTY_GRADE_TYPE.PAY then + table.insert(self.bountyStatus.pay_awarded, data.id) + end + end + + self:setDirty() +end + +-- 任务---------------------------------------------------------------------------------------------------------------- + +-- 是否有任务红点 +function FourteenDayData:hasTaskRedPoint() + for id, data in ipairs(self:getTaskCfg()) do + if self:canGetTaskReward(id) then + return true + end + end + + return false +end + +-- 获取当前应该显示的阶段 +function FourteenDayData:getTaskShowStage() + for id, data in ipairs(self:getTaskCfg()) do + if self:canGetTaskReward(id) then + return data.stage + end + end + + local curStage = self:getActiveDays() + local maxStage = self:getTaskMaxStage() + if curStage > maxStage then + curStage = maxStage + end + + return curStage +end + + +-- 获取任务配置 +function FourteenDayData:getTaskCfg() + return ConfigManager:getConfig("act_fourteen_quest") +end + +-- 获取任务id map结构 +function FourteenDayData:getTaskMap() + if self.taskMap == nil then + self.taskMap = {} + for id, data in ipairs(ConfigManager:getConfig("act_fourteen_quest")) do + if self.taskMap[data.stage] == nil then + self.taskMap[data.stage] = {} + end + + if data.quest ~= nil then + if self.taskMap[data.stage].task == nil then + self.taskMap[data.stage].task = {} + end + table.insert(self.taskMap[data.stage].task, id) + else + self.taskMap[data.stage].stage = id + end + end + end + + return self.taskMap +end + +-- 获取任务最大阶段值 +function FourteenDayData:getTaskMaxStage() + return #self:getTaskMap() +end + +-- 获取阶段任务id +function FourteenDayData:getStageTaskId(stage) + local taskMap = self:getTaskMap() + + return taskMap[stage] and taskMap[stage].stage or nil +end + +-- 获取阶段子任务id列表 +function FourteenDayData:getStageSubTaskIdsSort(stage) + local taskMap = self:getTaskMap() + if taskMap[stage] == nil or taskMap[stage].task == nil then + return nil + end + + local canGet = {} + local unfinish = {} + local result = {} + for index, id in ipairs(taskMap[stage].task) do + if self:isTaskFinish(id) then + -- 已完成 + if self:isReceivedTaskReward(id) then + -- 已领取 + table.insert(result, id) + else + -- 未领取 + table.insert(canGet, id) + end + else + --未完成 + table.insert(unfinish, id) + end + end + + unfinish = table.addArray(canGet, unfinish) + result = table.addArray(unfinish, result) + + return result +end + +-- 获取任务目标 +function FourteenDayData:getTaskTarget(id) + return self:getTaskCfg()[id].num +end + +-- 获取任务类型 +function FourteenDayData:getTaskType(id) + return self:getTaskCfg()[id].quest +end + +-- 获取任务阶段 +function FourteenDayData:getTaskStage(id) + return self:getTaskCfg()[id].stage +end + +-- 获取任务奖励 +function FourteenDayData:getTaskRewards(id) + return self:getTaskCfg()[id].reward +end + +-- 获取任务icon +function FourteenDayData:getTaskIcon(id) + return self:getTaskCfg()[id].icon +end + +-- 获取任务描述 +function FourteenDayData:getTaskDesc(id) + local taskType = self:getTaskType(id) + if taskType == GConst.TaskConst.TASK_TYPE.X_ARENA_GRADING then + local grading = DataManager.ArenaData:getGradingName(DataManager.ArenaData:getGradingIdFromScore(self:getTaskTarget(id))) + return I18N:getText("task_type", taskType, "desc", grading) + elseif taskType == GConst.TaskConst.TASK_TYPE.X_DUNGEON_ARMOR then + local cfg = DataManager.DungeonData:getDungeonDataByType(ModuleManager.MODULE_KEY.DUNGEON_ARMOR):getConfig(id) + return I18N:getText("task_type", taskType, "desc", cfg.chapter, cfg.stage) + else + return I18N:getText("task_type", taskType, "desc", self:getTaskTarget(id)) + end +end + +-- 任务奖励是否可领取 +function FourteenDayData:canGetTaskReward(id) + return self:isTaskFinish(id) and not self:isReceivedTaskReward(id) +end + +-- 任务是否完成 +function FourteenDayData:isTaskFinish(id) + if self:getTaskType(id) ~= nil then + return self:getTaskProgress(id) >= self:getTaskTarget(id) + else + local ids = self:getStageSubTaskIdsSort(self:getTaskStage(id)) + + local isFinish = true + for idx, taskId in ipairs(ids) do + if not self:isTaskFinish(taskId) then + isFinish = false + break + end + end + + return isFinish + end +end + +-- 任务奖励是否已领取 +function FourteenDayData:isReceivedTaskReward(id) + return self.tasksStatus[id] and self.tasksStatus[id].claimed or false +end + +-- 获取任务进度 +function FourteenDayData:getTaskProgress(id) + return self.tasksStatus[id] and self.tasksStatus[id].progress or 0 +end + +-- 添加任务进度 +function FourteenDayData:addTaskProgress(taskType, count) + -- Logger.logHighlight("任务进度改变:"..tostring(taskType)..","..tostring(count)) + + for id, data in ipairs(self:getTaskCfg()) do + if data.quest == taskType then + if self.tasksStatus[id] == nil then + self.tasksStatus[id] = {} + self.tasksStatus[id].progress = 0 + end + self.tasksStatus[id].progress = self.tasksStatus[id].progress + count + end + end + + self:setDirty() +end + +-- 任务奖励领取成功 +function FourteenDayData:onReceivedTaskReward(id) + if self.tasksStatus[id] == nil then + self.tasksStatus[id] = {} + end + + self.tasksStatus[id].claimed = true + self:setDirty() +end + +-- 兑换商店-------------------------------------------------------------------------------------------------------------- + +-- 是否有兑换红点 +function FourteenDayData:hasExchangeRedPoint() + local isFullUnlock = true + for index, id in ipairs(self:getExchangeShowIds()) do + if not self:isExchangeUnlock(id) then + isFullUnlock = false + break + end + end + if not isFullUnlock then + return not LocalData:getTodayFourteenDayExchangeWatched() + else + return self:getExchangeItemNum() >= self:getExchangeMinNum() + end +end + +-- 获取拥有的兑换道具个数 +function FourteenDayData:getExchangeItemNum() + return DataManager.BagData.ItemData:getItemNumById(GConst.ItemConst.ITEM_ID_FOURTEEN_DAY_EXCHANGE) +end + +-- 获取兑换配置 +function FourteenDayData:getExchangeCfg() + return ConfigManager:getConfig("act_fourteen_exchange") +end + +-- 获取显示的id列表 +function FourteenDayData:getExchangeShowIds() + local unlock = {} + local lock = {} + local soldOut = {} + for id, data in ipairs(self:getExchangeCfg()) do + if self:getExchangeRemainTime(id) <= 0 then + table.insert(soldOut, id) + elseif not self:isExchangeUnlock(id) then + table.insert(lock, id) + else + table.insert(unlock, id) + end + end + table.sort(unlock) + table.sort(lock) + table.sort(soldOut) + + return table.addArray(unlock, table.addArray(lock, soldOut)) +end + +-- 获取兑换所需最小道具数 +function FourteenDayData:getExchangeMinNum() + local minExchange + for index, id in ipairs(self:getExchangeShowIds()) do + local temp = self:getExchangeCostNum(id) + if minExchange == nil or minExchange > temp then + minExchange = temp + end + end + + return minExchange +end + +-- 物品是否可以兑换 +function FourteenDayData:canExchange(id) + return self:isExchangeUnlock(id) and self:getExchangeRemainTime(id) > 0 and self:getExchangeItemNum() >= self:getExchangeCostNum(id) +end + +-- 兑换物品是否解锁 +function FourteenDayData:isExchangeUnlock(id) + return self:getActiveDays() >= self:getExchangeUnlockCondition(id) +end + +-- 兑换物品的解锁条件 +function FourteenDayData:getExchangeUnlockCondition(id) + return self:getExchangeCfg()[id].stage +end + +-- 兑换物品剩余兑换次数 +function FourteenDayData:getExchangeRemainTime(id) + return self:getExchangeCfg()[id].limit - (self.exchangeStatus[id] or 0) +end + +-- 获取兑换的消耗道具个数 +function FourteenDayData:getExchangeCostNum(id) + return GFunc.getRewardNum(self:getExchangeCfg()[id].cost) +end + +-- 获取兑换的奖励道具 +function FourteenDayData:getExchangeReward(id) + return self:getExchangeCfg()[id].reward +end + +-- 兑换奖励领取成功 +function FourteenDayData:onReceivedExchangeReward(id) + if self.exchangeStatus[id] == nil then + self.exchangeStatus[id] = 0 + end + + self.exchangeStatus[id] = self.exchangeStatus[id] + 1 + self:getExchangeShowIds() + self:setDirty() +end + +-- 礼包---------------------------------------------------------------------------------------------------------------- + +-- 是否有礼包红点 +function FourteenDayData:hasGiftRedPoint() + local gifts = DataManager.ShopData:getGiftsByType(PayManager.PURCHARSE_ACT_TYPE.FOURTEEN_DAY_GIFT) + for id, data in pairs(gifts) do + if data.recharge_id == nil and self:getGiftRemainTime(id) > 0 then + return true + end + end + + return false +end + +-- 是否是免费礼包 +function FourteenDayData:isFreeGift(id) + return DataManager.ShopData:getActGiftConfig()[id].recharge_id == nil +end + +-- 获取礼包id列表 +function FourteenDayData:getGiftIdsSort() + local gifts = DataManager.ShopData:getGiftsByType(PayManager.PURCHARSE_ACT_TYPE.FOURTEEN_DAY_GIFT) + + local free = {} + local unSoldOut = {} + local soldOut = {} + + for id, data in pairs(gifts) do + if data.recharge_id then + if self:getGiftRemainTime(id) > 0 then + table.insert(unSoldOut, id) + else + table.insert(soldOut, id) + end + else + table.insert(free, id) + end + end + + table.sort(free) + table.sort(unSoldOut) + table.sort(soldOut) + + return table.addArray(free, table.addArray(unSoldOut, soldOut)) +end + +-- 礼包剩余购买次数 +function FourteenDayData:getGiftRemainTime(giftId) + if self:isFreeGift(giftId) then + local giftData = DataManager.ShopData:getActGiftDetailData(PayManager.PURCHARSE_TYPE.ACT_GIFT, giftId) + if giftData and giftData.latest_buy_at then + if Time:getBeginningOfOneDay(Time:getServerTime()) == Time:getBeginningOfOneDay(giftData.latest_buy_at // 1000) then + return 0 + end + end + return 1 + else + return DataManager.ShopData:getGiftRemainBuyNum(giftId) + end +end + +return FourteenDayData \ No newline at end of file diff --git a/lua/app/userdata/activity/fourteen_day/fourteen_day_data.lua.meta b/lua/app/userdata/activity/fourteen_day/fourteen_day_data.lua.meta new file mode 100644 index 00000000..cdbca31c --- /dev/null +++ b/lua/app/userdata/activity/fourteen_day/fourteen_day_data.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: bfb514a5b5b3c8c43a855a2fd5139977 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/userdata/arena/arena_data.lua b/lua/app/userdata/arena/arena_data.lua index 802c5f6b..5d5e04d3 100644 --- a/lua/app/userdata/arena/arena_data.lua +++ b/lua/app/userdata/arena/arena_data.lua @@ -715,12 +715,14 @@ function ArenaData:onBattleResultReceived(settlement, result) self.score = self.score + settlement.incr_score self.curGradingId = self:getGradingIdFromScore(self.score) - local beforeMaxGradingId = self:getGradingIdFromScore(self.maxScore) + local beforeMaxGrading = self.maxScore self.maxScore = result.highest_score_in_history - local curMaxGradingId = self:getGradingIdFromScore(self.maxScore) - if beforeMaxGradingId ~= curMaxGradingId then + if self:getGradingIdFromScore(beforeMaxGrading) ~= self:getGradingIdFromScore(self.maxScore) then DataManager.HeroData:checkIfCanShowHeroUnlockDan(self:getFormartMaxGrading()) end + if beforeMaxGrading > self.maxScore then + ModuleManager.TaskManager:addTaskProgress(GConst.TaskConst.TASK_TYPE.X_ARENA_GRADING, self.maxScore - beforeMaxGrading) + end self:setDirty() end diff --git a/lua/app/userdata/dungeon/dungeon_armor_entity.lua b/lua/app/userdata/dungeon/dungeon_armor_entity.lua index 73e9dd95..1ce92885 100644 --- a/lua/app/userdata/dungeon/dungeon_armor_entity.lua +++ b/lua/app/userdata/dungeon/dungeon_armor_entity.lua @@ -30,6 +30,9 @@ function DungeonArmorEntity:init(data) end function DungeonArmorEntity:refreshInfoOnSettlement(chapterId, result) + if result.max_id > self.maxPassedId then + ModuleManager.TaskManager:addTaskProgress(GConst.TaskConst.TASK_TYPE.X_DUNGEON_ARMOR, result.max_id - self.maxPassedId) + end self.totalChallengeCount[chapterId] = (self.totalChallengeCount[chapterId] or 0) + 1 self.maxPassedId = result.max_id self.armorInfo[chapterId] = result.armor_info diff --git a/lua/app/userdata/dungeon/dungeon_gold_entity.lua b/lua/app/userdata/dungeon/dungeon_gold_entity.lua index 45ccfd2e..861db60a 100644 --- a/lua/app/userdata/dungeon/dungeon_gold_entity.lua +++ b/lua/app/userdata/dungeon/dungeon_gold_entity.lua @@ -4,6 +4,9 @@ local DungeonGoldEntity = class("DungeonGoldEntity", DungeonBaseEntity) -- 金币副本数据 function DungeonGoldEntity:init(data) + if self.maxPassedId then + ModuleManager.TaskManager:addTaskProgress(GConst.TaskConst.TASK_TYPE.X_DUNGEON_GOLD, data.max_chapter_gold_id - self.maxPassedId) + end self.totalChallengeCount = data.total_challenge_count self.todayChallengeCount = data.today_challenge_count self.maxPassedId = data.max_chapter_gold_id diff --git a/lua/app/userdata/dungeon/dungeon_shards_entity.lua b/lua/app/userdata/dungeon/dungeon_shards_entity.lua index 73cafe00..0e7eae8f 100644 --- a/lua/app/userdata/dungeon/dungeon_shards_entity.lua +++ b/lua/app/userdata/dungeon/dungeon_shards_entity.lua @@ -4,6 +4,9 @@ local DungeonShardsEntity = class("DungeonShardsEntity", DungeonBaseEntity) -- 碎片副本数据 function DungeonShardsEntity:init(data) + if self.maxPassedId then + ModuleManager.TaskManager:addTaskProgress(GConst.TaskConst.TASK_TYPE.X_DUNGEON_SHARDS, data.max_chapter_shards_id - self.maxPassedId) + end self.totalChallengeCount = data.total_challenge_count self.todayChallengeCount = data.today_challenge_count self.maxPassedId = data.max_chapter_shards_id diff --git a/lua/app/userdata/dungeon/dungeon_weapon_entity.lua b/lua/app/userdata/dungeon/dungeon_weapon_entity.lua index c407e845..4db7637e 100644 --- a/lua/app/userdata/dungeon/dungeon_weapon_entity.lua +++ b/lua/app/userdata/dungeon/dungeon_weapon_entity.lua @@ -25,6 +25,9 @@ function DungeonWeaponEntity:init(data) end function DungeonWeaponEntity:refreshInfoOnSettlement(chapterId, result) + if result.max_id > self.maxPassedId then + ModuleManager.TaskManager:addTaskProgress(GConst.TaskConst.TASK_TYPE.X_DUNGEON_WEAPON, result.max_id - self.maxPassedId) + end self.totalChallengeCount[chapterId] = (self.totalChallengeCount[chapterId] or 0) + 1 self.maxPassedId = result.max_id self:updateGift(result.gift_info) diff --git a/lua/app/userdata/equip/equip_data.lua b/lua/app/userdata/equip/equip_data.lua index 579096fd..8a3a0c01 100644 --- a/lua/app/userdata/equip/equip_data.lua +++ b/lua/app/userdata/equip/equip_data.lua @@ -283,7 +283,7 @@ function EquipData:getGiftTitle(giftId) end if gift.type == PayManager.PURCHARSE_ACT_TYPE.WEAPON_UPGRADE_GIFT then - return I18N:getGlobalText(I18N.GlobalConst.EQUIP_DESC_26, gift.parameter_pro[1] + 20) + return I18N:getGlobalText(I18N.GlobalConst.EQUIP_DESC_28, gift.parameter_pro[1] + 20) elseif gift.type == PayManager.PURCHARSE_ACT_TYPE.ARMOR_UPGRADE_GIFT then return I18N:getGlobalText(I18N.GlobalConst.EQUIP_DESC_27, gift.parameter_pro[1] + 20) end diff --git a/lua/app/userdata/shop/shop_data.lua b/lua/app/userdata/shop/shop_data.lua index a9d06896..5640b1a2 100644 --- a/lua/app/userdata/shop/shop_data.lua +++ b/lua/app/userdata/shop/shop_data.lua @@ -56,10 +56,10 @@ function ShopData:getActGiftConfig() return ConfigManager:getConfig("act_gift") end --- 获取配置的所有该类型的礼包 +-- 获取通用礼包配置的所有该类型的礼包 function ShopData:getGiftsByType(giftType) local gifts = {} - for id, data in pairs(DataManager.ShopData:getActGiftConfig()) do + for id, data in pairs(self:getActGiftConfig()) do if data.type == giftType then gifts[id] = data end From 6eea9de2e552d4591f1d964301d464395586c23f Mon Sep 17 00:00:00 2001 From: Fang Date: Fri, 1 Sep 2023 15:58:52 +0800 Subject: [PATCH 14/55] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/common/local_data.lua | 4 ---- .../activity/fourteen_day/fourteen_day_exchange_ui.lua | 2 +- .../userdata/activity/fourteen_day/fourteen_day_data.lua | 9 +++++++++ 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/lua/app/common/local_data.lua b/lua/app/common/local_data.lua index 7b30e682..d90214a3 100644 --- a/lua/app/common/local_data.lua +++ b/lua/app/common/local_data.lua @@ -471,11 +471,7 @@ function LocalData:getTodayFourteenDayExchangeWatched() end function LocalData:recordTodayFourteenDayExchangeWatched() - if self:getTodayFourteenDayExchangeWatched() then - return - end self:setInt(LOCAL_DATA_KEY.FOURTEEN_DAY_TODAY_EXCHANGE .. Time:getBeginningOfServerToday(), 1) - DataManager.FourteenDayData:setDirty() end return LocalData \ No newline at end of file diff --git a/lua/app/ui/activity/fourteen_day/fourteen_day_exchange_ui.lua b/lua/app/ui/activity/fourteen_day/fourteen_day_exchange_ui.lua index c70bf78f..c7b3cd6e 100644 --- a/lua/app/ui/activity/fourteen_day/fourteen_day_exchange_ui.lua +++ b/lua/app/ui/activity/fourteen_day/fourteen_day_exchange_ui.lua @@ -58,7 +58,7 @@ function FourteenDayExchangeUI:onLoadRootComplete() end function FourteenDayExchangeUI:onRefresh() - LocalData:recordTodayFourteenDayExchangeWatched() + DataManager.FourteenDayData:onShowExchangeView() self.txNum:setText(DataManager.FourteenDayData:getExchangeItemNum()) self.scrollrectComp:updateAllCell() diff --git a/lua/app/userdata/activity/fourteen_day/fourteen_day_data.lua b/lua/app/userdata/activity/fourteen_day/fourteen_day_data.lua index abdda6d5..1a95375b 100644 --- a/lua/app/userdata/activity/fourteen_day/fourteen_day_data.lua +++ b/lua/app/userdata/activity/fourteen_day/fourteen_day_data.lua @@ -504,6 +504,15 @@ function FourteenDayData:getExchangeReward(id) return self:getExchangeCfg()[id].reward end +-- 查看兑换界面 +function FourteenDayData:onShowExchangeView() + if LocalData:getTodayFourteenDayExchangeWatched() then + return + end + LocalData:recordTodayFourteenDayExchangeWatched() + self:setDirty() +end + -- 兑换奖励领取成功 function FourteenDayData:onReceivedExchangeReward(id) if self.exchangeStatus[id] == nil then From 3dbfc8458c3990066befa95fb2b0420e3a01a240 Mon Sep 17 00:00:00 2001 From: Fang Date: Fri, 1 Sep 2023 17:45:29 +0800 Subject: [PATCH 15/55] review --- .../fourteen_day/fourteen_day_exchange_ui.lua | 6 +- .../fourteen_day/fourteen_day_gift_ui.lua | 2 +- .../fourteen_day/fourteen_day_task_ui.lua | 2 - .../fourteen_day/fourteen_day_data.lua | 89 ++++++++++--------- 4 files changed, 49 insertions(+), 50 deletions(-) diff --git a/lua/app/ui/activity/fourteen_day/fourteen_day_exchange_ui.lua b/lua/app/ui/activity/fourteen_day/fourteen_day_exchange_ui.lua index c7b3cd6e..5b2f9c77 100644 --- a/lua/app/ui/activity/fourteen_day/fourteen_day_exchange_ui.lua +++ b/lua/app/ui/activity/fourteen_day/fourteen_day_exchange_ui.lua @@ -31,8 +31,7 @@ function FourteenDayExchangeUI:onLoadRootComplete() self.txNum = uiMap["fourteen_day_exchange_ui.content.item.tx_num"] self.btnAdd = uiMap["fourteen_day_exchange_ui.content.item"] - self.exchangeList = DataManager.FourteenDayData:getExchangeShowIds() - + self.exchangeList = DataManager.FourteenDayData:getExchangeShowIdsSort() self.txTitle:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_FOURTEEN_TITLE_3)) self.txDesc:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_FOURTEEN_DESC_9)) @@ -40,7 +39,7 @@ function FourteenDayExchangeUI:onLoadRootComplete() return "app/ui/activity/fourteen_day/cell/fourteen_day_exchange_cell" end) self.scrollrectComp:addRefreshCallback(function(index, cell) - cell:refresh(self.exchangeList[index]) + cell:refresh(self.exchangeList[index].id) end) self.scrollrectComp:clearCells() self.scrollrectComp:refillCells(#self.exchangeList) @@ -59,6 +58,7 @@ end function FourteenDayExchangeUI:onRefresh() DataManager.FourteenDayData:onShowExchangeView() + self.exchangeList = DataManager.FourteenDayData:getExchangeShowIdsSort() self.txNum:setText(DataManager.FourteenDayData:getExchangeItemNum()) self.scrollrectComp:updateAllCell() diff --git a/lua/app/ui/activity/fourteen_day/fourteen_day_gift_ui.lua b/lua/app/ui/activity/fourteen_day/fourteen_day_gift_ui.lua index 37982fff..6854fe52 100644 --- a/lua/app/ui/activity/fourteen_day/fourteen_day_gift_ui.lua +++ b/lua/app/ui/activity/fourteen_day/fourteen_day_gift_ui.lua @@ -34,7 +34,7 @@ function FourteenDayGiftUI:onLoadRootComplete() return "app/ui/activity/fourteen_day/cell/fourteen_day_gift_cell" end) self.scrollrectComp:addRefreshCallback(function(index, cell) - cell:refresh(self.giftList[index]) + cell:refresh(self.giftList[index].id) end) self.btnClose:addClickListener(function() diff --git a/lua/app/ui/activity/fourteen_day/fourteen_day_task_ui.lua b/lua/app/ui/activity/fourteen_day/fourteen_day_task_ui.lua index 603a3318..c9f42293 100644 --- a/lua/app/ui/activity/fourteen_day/fourteen_day_task_ui.lua +++ b/lua/app/ui/activity/fourteen_day/fourteen_day_task_ui.lua @@ -72,8 +72,6 @@ end function FourteenDayTaskUI:onRefresh() self.taskStage = DataManager.FourteenDayData:getStageTaskId(self.curStage) self.taskList = DataManager.FourteenDayData:getStageSubTaskIdsSort(self.curStage) - Logger.printTable(self.curStage) - Logger.printTable(self.taskList) self.scrollrectComp:clearCells() self.scrollrectComp:refillCells(#self.taskList) diff --git a/lua/app/userdata/activity/fourteen_day/fourteen_day_data.lua b/lua/app/userdata/activity/fourteen_day/fourteen_day_data.lua index 1a95375b..ed7228a6 100644 --- a/lua/app/userdata/activity/fourteen_day/fourteen_day_data.lua +++ b/lua/app/userdata/activity/fourteen_day/fourteen_day_data.lua @@ -10,7 +10,6 @@ function FourteenDayData:ctor() end function FourteenDayData:clear() - self.data.isDirty = false DataManager:unregisterCrossDayFunc("FourteenDayData") DataManager:unregisterTryOpenFunc("FourteenDayData") end @@ -22,10 +21,12 @@ end function FourteenDayData:init(data) data = data or GConst.EMPTY_TABLE - Logger.logHighlight("新手14天乐数据初始化") - Logger.printTable(data) + if EDITOR_MODE then + Logger.logHighlight("新手14天乐数据初始化") + Logger.printTable(data) + end - self.openTs = data.open_at // 1000 + self.openTs = data.open_at and data.open_at // 1000 or 0 self.activeDays = data.active_days or 0-- 活动开启后的登陆天数、阶段数 self.bountyStatus = data.funds self.tasksStatus = data.tasks @@ -46,10 +47,9 @@ function FourteenDayData:init(data) if not self:isActiveTime() then return end - Logger.logHighlight("14天乐跨天") + -- Logger.logHighlight("14天乐跨天") self.activeDays = self.activeDays + 1 - self:getExchangeShowIds() self:setDirty() end) -- 注册任务进度监听 @@ -417,8 +417,8 @@ end -- 是否有兑换红点 function FourteenDayData:hasExchangeRedPoint() local isFullUnlock = true - for index, id in ipairs(self:getExchangeShowIds()) do - if not self:isExchangeUnlock(id) then + for index, data in ipairs(self:getExchangeShowIdsSort()) do + if not self:isExchangeUnlock(data.id) then isFullUnlock = false break end @@ -441,31 +441,34 @@ function FourteenDayData:getExchangeCfg() end -- 获取显示的id列表 -function FourteenDayData:getExchangeShowIds() - local unlock = {} - local lock = {} - local soldOut = {} - for id, data in ipairs(self:getExchangeCfg()) do - if self:getExchangeRemainTime(id) <= 0 then - table.insert(soldOut, id) - elseif not self:isExchangeUnlock(id) then - table.insert(lock, id) - else - table.insert(unlock, id) - end - end - table.sort(unlock) - table.sort(lock) - table.sort(soldOut) +function FourteenDayData:getExchangeShowIdsSort() + local result = {} + local ids = table.keys(self:getExchangeCfg()) + for index, id in ipairs(ids) do + local sort = id + 10000000000 - return table.addArray(unlock, table.addArray(lock, soldOut)) + if self:isExchangeUnlock(id) then + sort = sort - 10000000 + end + + if self:getExchangeRemainTime(id) > 0 then + sort = sort - 10000 + end + table.insert(result, {id = id, sort = sort}) + end + + table.sort(result, function (a, b) + return a.sort < b.sort + end) + + return result end -- 获取兑换所需最小道具数 function FourteenDayData:getExchangeMinNum() local minExchange - for index, id in ipairs(self:getExchangeShowIds()) do - local temp = self:getExchangeCostNum(id) + for index, data in ipairs(self:getExchangeShowIdsSort()) do + local temp = self:getExchangeCostNum(data.id) if minExchange == nil or minExchange > temp then minExchange = temp end @@ -520,7 +523,6 @@ function FourteenDayData:onReceivedExchangeReward(id) end self.exchangeStatus[id] = self.exchangeStatus[id] + 1 - self:getExchangeShowIds() self:setDirty() end @@ -547,27 +549,26 @@ end function FourteenDayData:getGiftIdsSort() local gifts = DataManager.ShopData:getGiftsByType(PayManager.PURCHARSE_ACT_TYPE.FOURTEEN_DAY_GIFT) - local free = {} - local unSoldOut = {} - local soldOut = {} + local result = {} + local ids = table.keys(gifts) + for index, id in ipairs(ids) do + local sort = id + 10000000000 - for id, data in pairs(gifts) do - if data.recharge_id then - if self:getGiftRemainTime(id) > 0 then - table.insert(unSoldOut, id) - else - table.insert(soldOut, id) - end - else - table.insert(free, id) + if self:isFreeGift(id) then + sort = sort - 10000000 end + + if self:getGiftRemainTime(id) > 0 then + sort = sort - 10000 + end + table.insert(result, {id = id, sort = sort}) end - table.sort(free) - table.sort(unSoldOut) - table.sort(soldOut) + table.sort(result, function (a, b) + return a.sort < b.sort + end) - return table.addArray(free, table.addArray(unSoldOut, soldOut)) + return result end -- 礼包剩余购买次数 From 1743386c444d7a4b0bcb59d3d1421616d233b9e7 Mon Sep 17 00:00:00 2001 From: Fang Date: Fri, 1 Sep 2023 18:35:38 +0800 Subject: [PATCH 16/55] bug fix --- .../userdata/activity/fourteen_day/fourteen_day_data.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lua/app/userdata/activity/fourteen_day/fourteen_day_data.lua b/lua/app/userdata/activity/fourteen_day/fourteen_day_data.lua index ed7228a6..331ae673 100644 --- a/lua/app/userdata/activity/fourteen_day/fourteen_day_data.lua +++ b/lua/app/userdata/activity/fourteen_day/fourteen_day_data.lua @@ -225,7 +225,7 @@ end -- 获取当前应该显示的阶段 function FourteenDayData:getTaskShowStage() for id, data in ipairs(self:getTaskCfg()) do - if self:canGetTaskReward(id) then + if self:getActiveDays() >= data.stage and self:canGetTaskReward(id) then return data.stage end end @@ -382,6 +382,10 @@ end -- 获取任务进度 function FourteenDayData:getTaskProgress(id) + if self:getTaskType(id) == GConst.TaskConst.TASK_TYPE.X_PLAYER_LV_REACH then + -- 玩家等级实时处理 + return DataManager.PlayerData:getLv() + end return self.tasksStatus[id] and self.tasksStatus[id].progress or 0 end From eed3f88d79dbbabdaa018e8424b0f6378ade289a Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Fri, 1 Sep 2023 21:10:05 +0800 Subject: [PATCH 17/55] =?UTF-8?q?=E9=A6=96=E9=A2=86=E5=85=AC=E5=BC=80?= =?UTF-8?q?=E8=B5=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/common/config_manager.lua | 1 + lua/app/common/data_manager.lua | 9 +- lua/app/common/local_data.lua | 9 + lua/app/common/server_push_manager.lua | 1 + lua/app/config/act_fourteen_bounty.lua | 116 +- lua/app/config/act_fourteen_exchange.lua | 344 +- lua/app/config/act_fourteen_quest.lua | 1673 +- lua/app/config/act_gift.lua | 1085 +- lua/app/config/activity.lua | 4 +- lua/app/config/activity_bounty_level.lua | 842 +- lua/app/config/activity_exchange.lua | 346 + lua/app/config/activity_exchange.lua.meta | 10 + lua/app/config/activity_herofund.lua | 475 +- lua/app/config/arena_board.lua | 13134 ++++---- lua/app/config/arena_bounty_level.lua | 4 +- lua/app/config/arena_gift.lua | 549 +- lua/app/config/arena_rank.lua | 2228 +- lua/app/config/arena_time.lua | 8 +- lua/app/config/avatar.lua | 14 +- lua/app/config/avatar_frame.lua | 10 +- lua/app/config/bounty_level.lua | 60 +- lua/app/config/chapter.lua | 20 +- lua/app/config/chapter_board_bossrush.lua | 24824 ++++++++-------- lua/app/config/chapter_dungeon_armor.lua | 1824 +- lua/app/config/chapter_dungeon_equip.lua | 166 +- lua/app/config/const.lua | 5 +- lua/app/config/equip.lua | 48 +- lua/app/config/fx.lua | 11 +- lua/app/config/grid_edge_type.lua | 6 +- lua/app/config/hero.lua | 3 +- lua/app/config/item.lua | 224 +- .../localization_global_const.lua | 45 + lua/app/config/monster_dungeon_armor.lua | 2280 +- lua/app/config/monster_dungeon_equip.lua | 370 +- lua/app/config/skill.lua | 90 +- lua/app/config/skill_rogue.lua | 7 +- lua/app/config/skin.lua | 36 +- lua/app/config/skin_skill.lua | 76 +- lua/app/config/strings/cn/avatar_frame.lua | 8 +- lua/app/config/strings/cn/equip.lua | 8 +- lua/app/config/strings/cn/global.lua | 33 +- lua/app/config/strings/cn/item.lua | 10 +- lua/app/config/strings/cn/skill.lua | 2 +- lua/app/config/strings/cn/skill_rogue.lua | 4 +- lua/app/config/strings/cn/skin.lua | 5 +- lua/app/config/strings/cn/task_type.lua | 123 + lua/app/config/strings/cn/task_type.lua.meta | 10 + lua/app/config/strings/de/avatar_frame.lua | 8 +- lua/app/config/strings/de/item.lua | 8 +- lua/app/config/strings/de/skin.lua | 5 +- lua/app/config/strings/de/task_type.lua | 123 + lua/app/config/strings/de/task_type.lua.meta | 10 + lua/app/config/strings/en/avatar_frame.lua | 8 +- lua/app/config/strings/en/equip.lua | 8 +- lua/app/config/strings/en/global.lua | 18 + lua/app/config/strings/en/item.lua | 10 +- lua/app/config/strings/en/skill.lua | 2 +- lua/app/config/strings/en/skill_rogue.lua | 4 +- lua/app/config/strings/en/skin.lua | 5 +- lua/app/config/strings/en/task_type.lua | 123 + lua/app/config/strings/en/task_type.lua.meta | 10 + lua/app/config/strings/es/avatar_frame.lua | 8 +- lua/app/config/strings/es/equip.lua | 8 +- lua/app/config/strings/es/global.lua | 18 + lua/app/config/strings/es/item.lua | 10 +- lua/app/config/strings/es/skill.lua | 2 +- lua/app/config/strings/es/skill_rogue.lua | 4 +- lua/app/config/strings/es/skin.lua | 5 +- lua/app/config/strings/es/task_type.lua | 123 + lua/app/config/strings/es/task_type.lua.meta | 10 + lua/app/config/strings/fr/avatar_frame.lua | 8 +- lua/app/config/strings/fr/item.lua | 8 +- lua/app/config/strings/fr/skin.lua | 5 +- lua/app/config/strings/fr/task_type.lua | 123 + lua/app/config/strings/fr/task_type.lua.meta | 10 + lua/app/config/strings/id/avatar_frame.lua | 8 +- lua/app/config/strings/id/equip.lua | 8 +- lua/app/config/strings/id/global.lua | 18 + lua/app/config/strings/id/item.lua | 10 +- lua/app/config/strings/id/skill.lua | 2 +- lua/app/config/strings/id/skill_rogue.lua | 4 +- lua/app/config/strings/id/skin.lua | 5 +- lua/app/config/strings/id/task_type.lua | 123 + lua/app/config/strings/id/task_type.lua.meta | 10 + lua/app/config/strings/ja/avatar_frame.lua | 8 +- lua/app/config/strings/ja/equip.lua | 8 +- lua/app/config/strings/ja/global.lua | 18 + lua/app/config/strings/ja/item.lua | 10 +- lua/app/config/strings/ja/skill.lua | 2 +- lua/app/config/strings/ja/skill_rogue.lua | 4 +- lua/app/config/strings/ja/skin.lua | 5 +- lua/app/config/strings/ja/task_type.lua | 123 + lua/app/config/strings/ja/task_type.lua.meta | 10 + lua/app/config/strings/ko/avatar_frame.lua | 8 +- lua/app/config/strings/ko/equip.lua | 8 +- lua/app/config/strings/ko/global.lua | 18 + lua/app/config/strings/ko/item.lua | 10 +- lua/app/config/strings/ko/skill.lua | 2 +- lua/app/config/strings/ko/skill_rogue.lua | 4 +- lua/app/config/strings/ko/skin.lua | 5 +- lua/app/config/strings/ko/task_type.lua | 123 + lua/app/config/strings/ko/task_type.lua.meta | 10 + lua/app/config/strings/pt/avatar_frame.lua | 8 +- lua/app/config/strings/pt/equip.lua | 8 +- lua/app/config/strings/pt/global.lua | 18 + lua/app/config/strings/pt/item.lua | 10 +- lua/app/config/strings/pt/skill.lua | 2 +- lua/app/config/strings/pt/skill_rogue.lua | 4 +- lua/app/config/strings/pt/skin.lua | 5 +- lua/app/config/strings/pt/task_type.lua | 123 + lua/app/config/strings/pt/task_type.lua.meta | 10 + lua/app/config/strings/ru/avatar_frame.lua | 8 +- lua/app/config/strings/ru/item.lua | 8 +- lua/app/config/strings/ru/skin.lua | 5 +- lua/app/config/strings/th/avatar_frame.lua | 8 +- lua/app/config/strings/th/equip.lua | 8 +- lua/app/config/strings/th/global.lua | 18 + lua/app/config/strings/th/item.lua | 10 +- lua/app/config/strings/th/skill.lua | 2 +- lua/app/config/strings/th/skill_rogue.lua | 4 +- lua/app/config/strings/th/skin.lua | 5 +- lua/app/config/strings/th/task_type.lua | 123 + lua/app/config/strings/th/task_type.lua.meta | 10 + lua/app/config/strings/vi/avatar_frame.lua | 8 +- lua/app/config/strings/vi/equip.lua | 8 +- lua/app/config/strings/vi/global.lua | 18 + lua/app/config/strings/vi/item.lua | 10 +- lua/app/config/strings/vi/skill.lua | 2 +- lua/app/config/strings/vi/skill_rogue.lua | 4 +- lua/app/config/strings/vi/skin.lua | 5 +- lua/app/config/strings/vi/task_type.lua | 123 + lua/app/config/strings/vi/task_type.lua.meta | 10 + lua/app/config/strings/zh/avatar_frame.lua | 8 +- lua/app/config/strings/zh/equip.lua | 8 +- lua/app/config/strings/zh/global.lua | 18 + lua/app/config/strings/zh/item.lua | 10 +- lua/app/config/strings/zh/skill.lua | 2 +- lua/app/config/strings/zh/skill_rogue.lua | 6 +- lua/app/config/strings/zh/skin.lua | 5 +- lua/app/config/strings/zh/task_type.lua | 123 + lua/app/config/strings/zh/task_type.lua.meta | 10 + lua/app/global/global_const.lua | 3 + lua/app/global/global_func.lua | 4 +- .../act_boss_rush/act_boss_rush_manager.lua | 92 +- lua/app/module/battle/battle_manager.lua | 8 +- .../battle_controller_boss_rush.lua | 48 +- lua/app/module/maincity/maincity_const.lua | 1 + lua/app/proto/proto_msg_type.lua | 87 + .../act_boss_rush/act_boss_rush_fund_ui.lua | 10 +- .../act_boss_rush/act_boss_rush_pop_ui.lua | 12 + .../act_boss_rush/act_boss_rush_rank_ui.lua | 30 +- .../act_boss_rush/act_boss_rush_shop_ui.lua | 13 +- .../act_boss_rush/act_boss_rush_ui.lua | 12 +- .../activity/act_boss_rush/cell/rank_cell.lua | 11 +- .../activity/act_boss_rush/cell/shop_cell.lua | 27 +- .../act_boss_rush/cell/top_rank_cell.lua | 9 +- lua/app/ui/activity/pop_check_bar.lua | 30 + lua/app/ui/activity/pop_check_bar.lua.meta | 10 + .../ui/battle/battle_bossrush_result_ui.lua | 502 +- .../battle/battle_bossrush_result_ui.lua.meta | 10 + lua/app/ui/common/common_exchange_ui.lua | 23 +- .../cell/side_bar_boss_rush_cell.lua | 4 +- lua/app/ui/main_city/main_city_ui.lua | 6 +- .../act_boss_rush/act_boss_rush_data.lua | 191 +- lua/app/userdata/battle/battle_base_data.lua | 1 + 165 files changed, 30329 insertions(+), 23998 deletions(-) create mode 100644 lua/app/config/activity_exchange.lua create mode 100644 lua/app/config/activity_exchange.lua.meta create mode 100644 lua/app/config/strings/cn/task_type.lua create mode 100644 lua/app/config/strings/cn/task_type.lua.meta create mode 100644 lua/app/config/strings/de/task_type.lua create mode 100644 lua/app/config/strings/de/task_type.lua.meta create mode 100644 lua/app/config/strings/en/task_type.lua create mode 100644 lua/app/config/strings/en/task_type.lua.meta create mode 100644 lua/app/config/strings/es/task_type.lua create mode 100644 lua/app/config/strings/es/task_type.lua.meta create mode 100644 lua/app/config/strings/fr/task_type.lua create mode 100644 lua/app/config/strings/fr/task_type.lua.meta create mode 100644 lua/app/config/strings/id/task_type.lua create mode 100644 lua/app/config/strings/id/task_type.lua.meta create mode 100644 lua/app/config/strings/ja/task_type.lua create mode 100644 lua/app/config/strings/ja/task_type.lua.meta create mode 100644 lua/app/config/strings/ko/task_type.lua create mode 100644 lua/app/config/strings/ko/task_type.lua.meta create mode 100644 lua/app/config/strings/pt/task_type.lua create mode 100644 lua/app/config/strings/pt/task_type.lua.meta create mode 100644 lua/app/config/strings/th/task_type.lua create mode 100644 lua/app/config/strings/th/task_type.lua.meta create mode 100644 lua/app/config/strings/vi/task_type.lua create mode 100644 lua/app/config/strings/vi/task_type.lua.meta create mode 100644 lua/app/config/strings/zh/task_type.lua create mode 100644 lua/app/config/strings/zh/task_type.lua.meta create mode 100644 lua/app/ui/activity/pop_check_bar.lua create mode 100644 lua/app/ui/activity/pop_check_bar.lua.meta create mode 100644 lua/app/ui/battle/battle_bossrush_result_ui.lua.meta 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) From e18269895073443aaf37f777e6f8d68d610662f9 Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Fri, 1 Sep 2023 21:16:56 +0800 Subject: [PATCH 18/55] =?UTF-8?q?=E7=BA=A2=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../activity/act_boss_rush/act_boss_rush_ui.lua | 16 +++++++++++++++- .../act_boss_rush/act_boss_rush_data.lua | 12 ++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) 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 2bbce2a7..84e32fa6 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 @@ -73,6 +73,20 @@ function ActBossRushUI:_display() GFunc.centerTxAndImgAndTx(costDesc, 5, costIcon, 5, costNum) end + local rankBtn = uiMap["act_boss_rush_ui.bg.btn_rank"] + if DataManager.ActBossRushData:canGetRankReward() then + rankBtn:addRedPoint(20, 40, 0.8) + else + rankBtn:removeRedPoint() + end + + local bountyBtn = uiMap["act_boss_rush_ui.bg.btn_bounty"] + if DataManager.ActBossRushData:getHaveReward() then + bountyBtn:addRedPoint(20, 40, 0.8) + else + bountyBtn:removeRedPoint() + end + self:refreshRankList() self:refreshFormation() end @@ -85,7 +99,7 @@ function ActBossRushUI:_addListeners() uiMap["act_boss_rush_ui.down.formation_btn"]:addClickListener(function() if not DataManager.ActBossRushData:getIsOpen() then - return + return end ModuleManager.CommonManager:showFormationUI(GConst.BattleConst.FORMATION_TYPE.BOSS_RUSH) 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 f5f67c14..f57470e4 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 @@ -172,7 +172,19 @@ function ActBossRushData:getIsOpen() end function ActBossRushData:getRp() + if not self:getIsOpen() then + return false + end + if self:getHaveReward() then + return true + end + + if self:canGetRankReward() then + return true + end + + return false end function ActBossRushData:getRemainTime() From e7039061a8755d1c82a7841f87d176da1a0d2f20 Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Fri, 1 Sep 2023 21:20:53 +0800 Subject: [PATCH 19/55] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/config/act_fourteen_quest.lua | 340 ++---------------- lua/app/config/avatar_frame.lua | 6 +- .../localization_global_const.lua | 2 +- lua/app/config/monster_activity.lua | 84 ++--- lua/app/config/skill.lua | 20 +- lua/app/config/strings/cn/global.lua | 5 +- 6 files changed, 93 insertions(+), 364 deletions(-) diff --git a/lua/app/config/act_fourteen_quest.lua b/lua/app/config/act_fourteen_quest.lua index 0c60456e..bbbf6fe1 100644 --- a/lua/app/config/act_fourteen_quest.lua +++ b/lua/app/config/act_fourteen_quest.lua @@ -5,14 +5,6 @@ local act_fourteen_quest = { ["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==", @@ -30,14 +22,6 @@ local act_fourteen_quest = { ["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==", @@ -55,14 +39,6 @@ local act_fourteen_quest = { ["none"]="竞技场达到青铜II", ["num"]=1000, ["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==", @@ -80,14 +56,6 @@ local act_fourteen_quest = { ["none"]="广告次数累计达8", ["num"]=8, ["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==", @@ -108,8 +76,8 @@ local act_fourteen_quest = { ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=4000, - ["num_for_nothing"]="UghcAw==" + ["num"]=8000, + ["num_for_nothing"]="XghcAw==" }, { ["type"]=1, @@ -124,8 +92,8 @@ local act_fourteen_quest = { ["type_for_nothing"]="Vw==", ["id"]=2, ["id_for_nothing"]="VA==", - ["num"]=50, - ["num_for_nothing"]="Uwg=" + ["num"]=100, + ["num_for_nothing"]="Vwhc" } }, ["icon"]=11 @@ -136,14 +104,6 @@ local act_fourteen_quest = { ["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==", @@ -161,14 +121,6 @@ local act_fourteen_quest = { ["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==", @@ -186,14 +138,6 @@ local act_fourteen_quest = { ["none"]="开启主线宝箱3个", ["num"]=3, ["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==", @@ -211,14 +155,6 @@ local act_fourteen_quest = { ["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==", @@ -239,8 +175,8 @@ local act_fourteen_quest = { ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=4000, - ["num_for_nothing"]="UghcAw==" + ["num"]=8000, + ["num_for_nothing"]="XghcAw==" }, { ["type"]=1, @@ -267,14 +203,6 @@ local act_fourteen_quest = { ["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==", @@ -292,14 +220,6 @@ local act_fourteen_quest = { ["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==", @@ -317,14 +237,6 @@ local act_fourteen_quest = { ["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==", @@ -342,14 +254,6 @@ local act_fourteen_quest = { ["none"]="广告次数累计达24", ["num"]=24, ["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==", @@ -370,8 +274,8 @@ local act_fourteen_quest = { ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=4000, - ["num_for_nothing"]="UghcAw==" + ["num"]=8000, + ["num_for_nothing"]="XghcAw==" }, { ["type"]=1, @@ -386,8 +290,8 @@ local act_fourteen_quest = { ["type_for_nothing"]="Vw==", ["id"]=2, ["id_for_nothing"]="VA==", - ["num"]=50, - ["num_for_nothing"]="Uwg=" + ["num"]=100, + ["num_for_nothing"]="Vwhc" } }, ["icon"]=11 @@ -398,14 +302,6 @@ local act_fourteen_quest = { ["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==", @@ -423,14 +319,6 @@ local act_fourteen_quest = { ["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==", @@ -448,14 +336,6 @@ local act_fourteen_quest = { ["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==", @@ -473,14 +353,6 @@ local act_fourteen_quest = { ["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==", @@ -501,8 +373,8 @@ local act_fourteen_quest = { ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=4000, - ["num_for_nothing"]="UghcAw==" + ["num"]=8000, + ["num_for_nothing"]="XghcAw==" }, { ["type"]=1, @@ -529,14 +401,6 @@ local act_fourteen_quest = { ["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==", @@ -554,14 +418,6 @@ local act_fourteen_quest = { ["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==", @@ -579,14 +435,6 @@ local act_fourteen_quest = { ["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==", @@ -604,14 +452,6 @@ local act_fourteen_quest = { ["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==", @@ -632,8 +472,8 @@ local act_fourteen_quest = { ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=4000, - ["num_for_nothing"]="UghcAw==" + ["num"]=8000, + ["num_for_nothing"]="XghcAw==" }, { ["type"]=1, @@ -648,8 +488,8 @@ local act_fourteen_quest = { ["type_for_nothing"]="Vw==", ["id"]=2, ["id_for_nothing"]="VA==", - ["num"]=50, - ["num_for_nothing"]="Uwg=" + ["num"]=100, + ["num_for_nothing"]="Vwhc" } }, ["icon"]=11 @@ -660,14 +500,6 @@ local act_fourteen_quest = { ["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==", @@ -685,14 +517,6 @@ local act_fourteen_quest = { ["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==", @@ -710,14 +534,6 @@ local act_fourteen_quest = { ["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==", @@ -735,14 +551,6 @@ local act_fourteen_quest = { ["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==", @@ -763,8 +571,8 @@ local act_fourteen_quest = { ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=4000, - ["num_for_nothing"]="UghcAw==" + ["num"]=8000, + ["num_for_nothing"]="XghcAw==" }, { ["type"]=1, @@ -791,14 +599,6 @@ local act_fourteen_quest = { ["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==", @@ -816,14 +616,6 @@ local act_fourteen_quest = { ["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==", @@ -841,14 +633,6 @@ local act_fourteen_quest = { ["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==", @@ -866,14 +650,6 @@ local act_fourteen_quest = { ["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==", @@ -894,8 +670,8 @@ local act_fourteen_quest = { ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=4000, - ["num_for_nothing"]="UghcAw==" + ["num"]=8000, + ["num_for_nothing"]="XghcAw==" }, { ["type"]=1, @@ -910,8 +686,8 @@ local act_fourteen_quest = { ["type_for_nothing"]="Vw==", ["id"]=2, ["id_for_nothing"]="VA==", - ["num"]=50, - ["num_for_nothing"]="Uwg=" + ["num"]=100, + ["num_for_nothing"]="Vwhc" } }, ["icon"]=11 @@ -922,14 +698,6 @@ local act_fourteen_quest = { ["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==", @@ -947,14 +715,6 @@ local act_fourteen_quest = { ["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==", @@ -972,14 +732,6 @@ local act_fourteen_quest = { ["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==", @@ -997,14 +749,6 @@ local act_fourteen_quest = { ["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==", @@ -1025,8 +769,8 @@ local act_fourteen_quest = { ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=4000, - ["num_for_nothing"]="UghcAw==" + ["num"]=8000, + ["num_for_nothing"]="XghcAw==" }, { ["type"]=1, @@ -1053,14 +797,6 @@ local act_fourteen_quest = { ["none"]="竞技场达到白银III", ["num"]=1400, ["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==", @@ -1078,14 +814,6 @@ local act_fourteen_quest = { ["none"]="广告次数累计达72", ["num"]=72, ["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==", @@ -1103,14 +831,6 @@ local act_fourteen_quest = { ["none"]="角色升到32级", ["num"]=32, ["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==", @@ -1128,14 +848,6 @@ local act_fourteen_quest = { ["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==", @@ -1156,8 +868,8 @@ local act_fourteen_quest = { ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=4000, - ["num_for_nothing"]="UghcAw==" + ["num"]=8000, + ["num_for_nothing"]="XghcAw==" }, { ["type"]=1, diff --git a/lua/app/config/avatar_frame.lua b/lua/app/config/avatar_frame.lua index bd633098..2e235db8 100644 --- a/lua/app/config/avatar_frame.lua +++ b/lua/app/config/avatar_frame.lua @@ -23,11 +23,13 @@ local avatar_frame = { }, [28]={ ["iconId"]="avatar_frame_6", - ["item"]=53 + ["item"]=53, + ["unlock_show"]=true }, [29]={ ["iconId"]="avatar_frame_7", - ["item"]=54 + ["item"]=54, + ["unlock_show"]=true } } local config = { diff --git a/lua/app/config/localization/localization_global_const.lua b/lua/app/config/localization/localization_global_const.lua index 6df83023..6dd168e3 100644 --- a/lua/app/config/localization/localization_global_const.lua +++ b/lua/app/config/localization/localization_global_const.lua @@ -1,6 +1,5 @@ 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", @@ -512,6 +511,7 @@ local LocalizationGlobalConst = 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", + NOT_POP_TODAY = "NOT_POP_TODAY", } return LocalizationGlobalConst \ No newline at end of file diff --git a/lua/app/config/monster_activity.lua b/lua/app/config/monster_activity.lua index 62ffcb7a..2352c7dc 100644 --- a/lua/app/config/monster_activity.lua +++ b/lua/app/config/monster_activity.lua @@ -12,7 +12,7 @@ local monster_activity = { ["skill"]={ 10020 }, - ["monster_exp"]=10000 + ["monster_exp"]=0 }, [204]={ ["monster_base"]=20002, @@ -27,7 +27,7 @@ local monster_activity = { ["skill"]={ 10019 }, - ["monster_exp"]=10000 + ["monster_exp"]=0 }, [304]={ ["monster_base"]=20004, @@ -42,7 +42,7 @@ local monster_activity = { ["skill"]={ 10015 }, - ["monster_exp"]=10000 + ["monster_exp"]=0 }, [404]={ ["monster_base"]=20006, @@ -60,7 +60,7 @@ local monster_activity = { ["passive_skill"]={ 10010 }, - ["monster_exp"]=10000 + ["monster_exp"]=0 }, [504]={ ["monster_base"]=20007, @@ -78,7 +78,7 @@ local monster_activity = { ["passive_skill"]={ 10061 }, - ["monster_exp"]=10000 + ["monster_exp"]=0 }, [604]={ ["monster_base"]=20008, @@ -96,7 +96,7 @@ local monster_activity = { ["passive_skill"]={ 10009 }, - ["monster_exp"]=10000 + ["monster_exp"]=0 }, [704]={ ["monster_base"]=20012, @@ -111,7 +111,7 @@ local monster_activity = { ["skill"]={ 10017 }, - ["monster_exp"]=10000 + ["monster_exp"]=0 }, [804]={ ["monster_base"]=20014, @@ -126,7 +126,7 @@ local monster_activity = { ["skill"]={ 10016 }, - ["monster_exp"]=10000 + ["monster_exp"]=0 }, [904]={ ["monster_base"]=20015, @@ -144,7 +144,7 @@ local monster_activity = { ["passive_skill"]={ 10008 }, - ["monster_exp"]=10000 + ["monster_exp"]=0 }, [1004]={ ["monster_base"]=20023, @@ -162,7 +162,7 @@ local monster_activity = { ["passive_skill"]={ 10013 }, - ["monster_exp"]=10000 + ["monster_exp"]=0 }, [1104]={ ["monster_base"]=20009, @@ -181,7 +181,7 @@ local monster_activity = { 10010, 10011 }, - ["monster_exp"]=10000 + ["monster_exp"]=0 }, [1204]={ ["monster_base"]=20011, @@ -196,7 +196,7 @@ local monster_activity = { ["skill"]={ 10018 }, - ["monster_exp"]=10000 + ["monster_exp"]=0 }, [1304]={ ["monster_base"]=20017, @@ -211,7 +211,7 @@ local monster_activity = { ["skill"]={ 10027 }, - ["monster_exp"]=10000 + ["monster_exp"]=0 }, [1404]={ ["monster_base"]=20019, @@ -229,7 +229,7 @@ local monster_activity = { ["passive_skill"]={ 10013 }, - ["monster_exp"]=10000 + ["monster_exp"]=0 }, [1504]={ ["monster_base"]=20022, @@ -247,7 +247,7 @@ local monster_activity = { ["passive_skill"]={ 10013 }, - ["monster_exp"]=10000 + ["monster_exp"]=0 }, [1604]={ ["monster_base"]=20026, @@ -265,7 +265,7 @@ local monster_activity = { ["passive_skill"]={ 10013 }, - ["monster_exp"]=10000 + ["monster_exp"]=0 }, [1704]={ ["monster_base"]=20028, @@ -283,7 +283,7 @@ local monster_activity = { ["passive_skill"]={ 10011 }, - ["monster_exp"]=10000 + ["monster_exp"]=0 }, [1804]={ ["monster_base"]=20029, @@ -298,7 +298,7 @@ local monster_activity = { ["skill"]={ 10065 }, - ["monster_exp"]=10000 + ["monster_exp"]=0 }, [1904]={ ["monster_base"]=20010, @@ -319,7 +319,7 @@ local monster_activity = { 10009, 10013 }, - ["monster_exp"]=10000 + ["monster_exp"]=0 }, [2004]={ ["monster_base"]=20016, @@ -338,7 +338,7 @@ local monster_activity = { 10010, 10011 }, - ["monster_exp"]=10000 + ["monster_exp"]=0 }, [2104]={ ["monster_base"]=20018, @@ -357,7 +357,7 @@ local monster_activity = { 10011, 10012 }, - ["monster_exp"]=10000 + ["monster_exp"]=0 }, [2204]={ ["monster_base"]=20021, @@ -376,7 +376,7 @@ local monster_activity = { 10011, 10008 }, - ["monster_exp"]=10000 + ["monster_exp"]=0 }, [2304]={ ["monster_base"]=20025, @@ -394,7 +394,7 @@ local monster_activity = { ["passive_skill"]={ 10013 }, - ["monster_exp"]=10000 + ["monster_exp"]=0 }, [2404]={ ["monster_base"]=20027, @@ -409,7 +409,7 @@ local monster_activity = { ["skill"]={ 10082 }, - ["monster_exp"]=10000 + ["monster_exp"]=0 }, [2504]={ ["monster_base"]=20035, @@ -429,7 +429,7 @@ local monster_activity = { 10011, 10009 }, - ["monster_exp"]=10000 + ["monster_exp"]=0 }, [2604]={ ["monster_base"]=20036, @@ -448,7 +448,7 @@ local monster_activity = { ["passive_skill"]={ 10011 }, - ["monster_exp"]=10000 + ["monster_exp"]=0 }, [2704]={ ["monster_base"]=20044, @@ -469,7 +469,7 @@ local monster_activity = { 10013, 10011 }, - ["monster_exp"]=10000 + ["monster_exp"]=0 }, [2804]={ ["monster_base"]=20003, @@ -487,7 +487,7 @@ local monster_activity = { ["passive_skill"]={ 10013 }, - ["monster_exp"]=10000 + ["monster_exp"]=0 }, [2904]={ ["monster_base"]=20005, @@ -505,7 +505,7 @@ local monster_activity = { ["passive_skill"]={ 10012 }, - ["monster_exp"]=10000 + ["monster_exp"]=0 }, [3004]={ ["monster_base"]=20020, @@ -523,7 +523,7 @@ local monster_activity = { ["passive_skill"]={ 10013 }, - ["monster_exp"]=10000 + ["monster_exp"]=0 }, [3104]={ ["monster_base"]=20030, @@ -542,7 +542,7 @@ local monster_activity = { ["passive_skill"]={ 10014 }, - ["monster_exp"]=10000 + ["monster_exp"]=0 }, [3204]={ ["monster_base"]=20034, @@ -562,7 +562,7 @@ local monster_activity = { 10013, 10012 }, - ["monster_exp"]=10000 + ["monster_exp"]=0 }, [3304]={ ["monster_base"]=20037, @@ -582,7 +582,7 @@ local monster_activity = { 10009, 10084 }, - ["monster_exp"]=10000 + ["monster_exp"]=0 }, [3404]={ ["monster_base"]=20045, @@ -601,7 +601,7 @@ local monster_activity = { ["passive_skill"]={ 10012 }, - ["monster_exp"]=10000 + ["monster_exp"]=0 }, [3504]={ ["monster_base"]=20046, @@ -620,7 +620,7 @@ local monster_activity = { ["passive_skill"]={ 10012 }, - ["monster_exp"]=10000 + ["monster_exp"]=0 }, [3604]={ ["monster_base"]=20013, @@ -637,7 +637,7 @@ local monster_activity = { 10049, 10050 }, - ["monster_exp"]=10000 + ["monster_exp"]=0 }, [3704]={ ["monster_base"]=20024, @@ -657,7 +657,7 @@ local monster_activity = { ["passive_skill"]={ 10012 }, - ["monster_exp"]=10000 + ["monster_exp"]=0 }, [3804]={ ["monster_base"]=20031, @@ -679,7 +679,7 @@ local monster_activity = { 10011, 10013 }, - ["monster_exp"]=10000 + ["monster_exp"]=0 }, [3904]={ ["monster_base"]=20032, @@ -702,7 +702,7 @@ local monster_activity = { 10010, 10013 }, - ["monster_exp"]=10000 + ["monster_exp"]=0 }, [4004]={ ["monster_base"]=20038, @@ -725,7 +725,7 @@ local monster_activity = { 10009, 10011 }, - ["monster_exp"]=10000 + ["monster_exp"]=0 }, [4104]={ ["monster_base"]=20047, @@ -746,7 +746,7 @@ local monster_activity = { 10013, 10010 }, - ["monster_exp"]=10000 + ["monster_exp"]=0 }, [4204]={ ["monster_base"]=20048, @@ -768,7 +768,7 @@ local monster_activity = { 10014, 10009 }, - ["monster_exp"]=10000 + ["monster_exp"]=0 } } local config = { diff --git a/lua/app/config/skill.lua b/lua/app/config/skill.lua index bebfbfb3..78be9c57 100644 --- a/lua/app/config/skill.lua +++ b/lua/app/config/skill.lua @@ -1714,6 +1714,14 @@ local skill = { ["round"]=1 } }, + ["pvp_effect"]={ + { + ["type"]="rebirth", + ["num"]=5000, + ["ratio"]=10000, + ["round"]=1 + } + }, ["obj"]=1 }, [1400325]={ @@ -1723,8 +1731,16 @@ local skill = { ["effect"]={ { ["type"]="rebirth", - ["num"]=10000, - ["ratio"]=15000, + ["num"]=15000, + ["ratio"]=10000, + ["round"]=2 + } + }, + ["pvp_effect"]={ + { + ["type"]="rebirth", + ["num"]=7500, + ["ratio"]=10000, ["round"]=2 } }, diff --git a/lua/app/config/strings/cn/global.lua b/lua/app/config/strings/cn/global.lua index 7ac1ebc4..a9b1775c 100644 --- a/lua/app/config/strings/cn/global.lua +++ b/lua/app/config/strings/cn/global.lua @@ -483,7 +483,7 @@ local localization_global = ["ACT_BOSS_RUSH_DESC_3"] = "今日高手", ["ACT_BOSS_RUSH_DESC_4"] = "我今日最高:", ["ACT_BOSS_RUSH_DESC_5"] = "我今日挑战:{0}次", - ["ACT_BOSS_RUSH_DESC_6"] = "今日剩余免费挑战次数:{0}", + ["ACT_BOSS_RUSH_DESC_6"] = "今日次数:{0}", ["ACT_BOSS_RUSH_DESC_7"] = "消耗:", ["ACT_BOSS_RUSH_DESC_8"] = "虚位以待", ["ACT_BOSS_RUSH_DESC_9"] = "参赛阵容", @@ -511,8 +511,7 @@ local localization_global = ["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"] = "今日不在弹出" + ["NOT_POP_TODAY"] = "今日不在弹出", } return localization_global \ No newline at end of file From 0cdb8515ca2c651b40e47d3c5154b4623d3651fa Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Mon, 4 Sep 2023 16:06:42 +0800 Subject: [PATCH 20/55] =?UTF-8?q?=E4=BE=A7=E8=BE=B9=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ui/main_city/cell/side_bar_base_cell.lua | 4 + lua/app/ui/main_city/main_city_ui.lua | 95 ++++++++++++++++++- 2 files changed, 94 insertions(+), 5 deletions(-) diff --git a/lua/app/ui/main_city/cell/side_bar_base_cell.lua b/lua/app/ui/main_city/cell/side_bar_base_cell.lua index 3d278180..cbcc1868 100644 --- a/lua/app/ui/main_city/cell/side_bar_base_cell.lua +++ b/lua/app/ui/main_city/cell/side_bar_base_cell.lua @@ -152,6 +152,10 @@ function SideBarBaseCellComp:setAnchoredPositionY(y) self.baseObject:setAnchoredPositionY(y) end +function SideBarBaseCellComp:setAnchoredPositionX(x) + self.baseObject:setAnchoredPositionX(x) +end + function SideBarBaseCellComp:setVisible(visible) self.visible = visible self.baseObject:setVisible(visible) diff --git a/lua/app/ui/main_city/main_city_ui.lua b/lua/app/ui/main_city/main_city_ui.lua index 4f62ea0d..829cb389 100644 --- a/lua/app/ui/main_city/main_city_ui.lua +++ b/lua/app/ui/main_city/main_city_ui.lua @@ -390,7 +390,14 @@ end function MainCityUI:initLeftRightBtns() self.leftNode = self.uiMap["main_ui.left_node"] self.leftSideBar = self.uiMap["main_ui.left_node.side_bar"] + self.leftSideBar:setAnchorMin(0, 1) + self.leftSideBar:setAnchorMax(0, 1) + self.leftSideBar:getTransform().pivot = BF.Vector2(0, 1) + local addY = SafeAreaManager:getNotchScreenHeight() + self.leftSideBar:setAnchoredPosition(17, -280 - addY) self.leftArrowBtn = self.uiMap["main_ui.left_node.arrow_node"] + self.leftArrowBtn:setAnchorMin(0, 1) + self.leftArrowBtn:setAnchorMax(0, 1) self.leftArrowBtn:addClickListener(function() self:openOrCloseLeftSideBar() end) @@ -398,7 +405,13 @@ function MainCityUI:initLeftRightBtns() self.rightNode = self.uiMap["main_ui.right_node"] self.rightSideBar = self.uiMap["main_ui.right_node.side_bar"] + self.rightSideBar:setAnchorMin(1, 1) + self.rightSideBar:setAnchorMax(1, 1) + self.rightSideBar:getTransform().pivot = BF.Vector2(1, 1) + self.rightSideBar:setAnchoredPosition(-17, -280 - addY) self.rightArrowBtn = self.uiMap["main_ui.right_node.arrow_node"] + self.rightArrowBtn:setAnchorMin(1, 1) + self.rightArrowBtn:setAnchorMax(1, 1) self.rightArrowBtn:addClickListener(function() self:openOrCloseRightSideBar() end) @@ -407,6 +420,7 @@ function MainCityUI:initLeftRightBtns() self.sideBarCellObject = self.uiMap["main_ui.cache_node.side_bar_cell"] local w, h = self.sideBarCellObject:fastGetSizeDelta() self.sideBarHeight = h + self.sideBarMaxCount = 4 if self.leftBarList == nil then self.leftBarList = {} end @@ -478,6 +492,8 @@ function MainCityUI:refreshLeftBtns() if cell == nil then cell = self:addSideBarCellComp(v) cell:getBaseObject():setParent(self.leftSideBar, false) + cell:getBaseObject():setAnchorMin(0, 1) + cell:getBaseObject():setAnchorMax(0, 1) end cell:initWithParentUI(self, v, true) table.insert(self.leftBarList, cell) @@ -490,16 +506,25 @@ function MainCityUI:refreshLeftBtns() end self.leftNode:setAnchoredPositionX(0) local y = -SIDE_BAR_BORDER_OFFSET - self.sideBarHeight/2 + local x = 60 + local maxCount = self.sideBarMaxCount + local minY = y + local bgSizeX = 112 + local otherColumn = false if isClose then -- 只显示3个 local minCount = GConst.MainCityConst.SIDE_BAR_MIN_COUNT for i = 1, minCount do local sideBarBtn = self.leftBarList[i] if i <= sideBarShowCount then + sideBarBtn:setAnchoredPositionX(x) sideBarBtn:setAnchoredPositionY(y) sideBarBtn:refresh() sideBarBtn:setActive(true) sideBarBtn:setVisible(true) y = y - self.sideBarHeight - SIDE_BAR_INTERVAL + if minY > y then + minY = y + end end end for i = minCount + 1, sideBarShowCount do @@ -509,25 +534,49 @@ function MainCityUI:refreshLeftBtns() end else for k, v in ipairs(self.leftBarList) do + maxCount = maxCount - 1 + v:setAnchoredPositionX(x) v:setAnchoredPositionY(y) v:refresh() v:setActive(true) v:setVisible(true) y = y - self.sideBarHeight - SIDE_BAR_INTERVAL + if minY > y then + minY = y + end + if maxCount == 0 then -- 换行 + y = -SIDE_BAR_BORDER_OFFSET - self.sideBarHeight/2 + x = x + 110 + bgSizeX = 228 + otherColumn = true + end end end if sideBarShowCount <= GConst.MainCityConst.SIDE_BAR_MIN_COUNT then -- 小于3个不显示箭头 y = y + self.sideBarHeight / 2 - self.leftSideBar:setSizeDeltaY(-y) + if minY > y then + minY = y + end + self.leftSideBar:setSizeDeltaX(bgSizeX) + self.leftSideBar:setSizeDeltaY(-minY) self.leftArrowBtn:stopClickAnimation() self.leftArrowBtn:setVisible(false) else local arrowHeight = self.leftArrowBtn:getRectHeight() y = y + self.sideBarHeight/2 - SIDE_BAR_ARROW_INTERVAL - arrowHeight - self.leftSideBar:setSizeDeltaY(-y) + if minY > y then + minY = y + end + self.leftSideBar:setSizeDeltaX(bgSizeX) + self.leftSideBar:setSizeDeltaY(-minY) self.leftArrowImg:setLocalScale(1, isClose and -1 or 1, 1) self.leftArrowBtn:setVisible(true) - self.leftArrowBtn:setAnchoredPositionY(self.leftSideBar:fastGetAnchoredPositionY() + y + arrowHeight/2 + SIDE_BAR_BORDER_OFFSET) + self.leftArrowBtn:setAnchoredPositionY(self.leftSideBar:fastGetAnchoredPositionY() + minY + arrowHeight/2 + SIDE_BAR_BORDER_OFFSET) + if otherColumn then + self.leftArrowBtn:setAnchoredPositionX(133) + else + self.leftArrowBtn:setAnchoredPositionX(73) + end end end @@ -558,6 +607,8 @@ function MainCityUI:refreshRightBtns() if cell == nil then cell = self:addSideBarCellComp(v) cell:getBaseObject():setParent(self.rightSideBar, false) + cell:getBaseObject():setAnchorMin(1, 1) + cell:getBaseObject():setAnchorMax(1, 1) end cell:initWithParentUI(self, v, false) table.insert(self.rightBarList, cell) @@ -570,16 +621,25 @@ function MainCityUI:refreshRightBtns() end self.rightNode:setAnchoredPositionX(0) local y = -SIDE_BAR_BORDER_OFFSET - self.sideBarHeight/2 + local x = -60 + local maxCount = self.sideBarMaxCount + local minY = y + local bgSizeX = 112 + local otherColumn = false if isClose then -- 只显示一个 local minCount = GConst.MainCityConst.SIDE_BAR_MIN_COUNT for i = 1, minCount do local sideBarBtn = self.rightBarList[i] if i <= sideBarShowCount then + sideBarBtn:setAnchoredPositionX(x) sideBarBtn:setAnchoredPositionY(y) sideBarBtn:refresh() sideBarBtn:setActive(true) sideBarBtn:setVisible(true) y = y - self.sideBarHeight - SIDE_BAR_INTERVAL + if minY > y then + minY = y + end end end for i = minCount + 1, sideBarShowCount do @@ -589,25 +649,50 @@ function MainCityUI:refreshRightBtns() end else for k, v in ipairs(self.rightBarList) do + maxCount = maxCount - 1 + v:setAnchoredPositionX(x) v:setAnchoredPositionY(y) v:refresh() v:setActive(true) v:setVisible(true) y = y - self.sideBarHeight - SIDE_BAR_INTERVAL + if minY > y then + minY = y + end + if maxCount == 0 then -- 换行 + y = -SIDE_BAR_BORDER_OFFSET - self.sideBarHeight/2 + x = x - 110 + bgSizeX = 228 + otherColumn = true + end end end if sideBarShowCount <= GConst.MainCityConst.SIDE_BAR_MIN_COUNT then y = y + self.sideBarHeight / 2 - self.rightSideBar:setSizeDeltaY(-y) + y = y + self.sideBarHeight / 2 + if minY > y then + minY = y + end + self.rightSideBar:setSizeDeltaX(bgSizeX) + self.rightSideBar:setSizeDeltaY(-minY) self.rightArrowBtn:stopClickAnimation() self.rightArrowBtn:setVisible(false) else local arrowHeight = self.rightArrowBtn:getRectHeight() y = y + self.sideBarHeight / 2 - SIDE_BAR_ARROW_INTERVAL - arrowHeight - self.rightSideBar:setSizeDeltaY(-y) + if minY > y then + minY = y + end + self.rightSideBar:setSizeDeltaX(bgSizeX) + self.rightSideBar:setSizeDeltaY(-minY) self.rightArrowImg:setLocalScale(1, isClose and -1 or 1, 1) self.rightArrowBtn:setVisible(true) self.rightArrowBtn:setAnchoredPositionY(self.rightSideBar:fastGetAnchoredPositionY() + y + arrowHeight/2 + SIDE_BAR_BORDER_OFFSET) + if otherColumn then + self.rightArrowBtn:setAnchoredPositionX(-133) + else + self.rightArrowBtn:setAnchoredPositionX(-73) + end end end From b5204ce133c2522a7aaa322672ecb144b1f8d9ff Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Mon, 4 Sep 2023 16:31:04 +0800 Subject: [PATCH 21/55] =?UTF-8?q?=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/ui/activity/hero_fund/hero_fund_ui.lua | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lua/app/ui/activity/hero_fund/hero_fund_ui.lua b/lua/app/ui/activity/hero_fund/hero_fund_ui.lua index cf9d9058..741b2b75 100644 --- a/lua/app/ui/activity/hero_fund/hero_fund_ui.lua +++ b/lua/app/ui/activity/hero_fund/hero_fund_ui.lua @@ -49,7 +49,7 @@ function HeroFundUI:_display() self.toActivityBtnTx:setText(I18N:getGlobalText(I18N.GlobalConst.PART_IN_DESC)) self.toActivityBtn:addClickListener(function() self:closeUI() - -- 去14活动 + ModuleManager.FourteenDayManager:showFourteenDayUI() end) self:refreshBtns() @@ -168,15 +168,15 @@ function HeroFundUI:refreshTime() str = I18N:getGlobalText(I18N.GlobalConst.ACTIVITY_OVER_EDSC) else str = Time:formatNumTimeStr(remainTime) - -- if remainTime <= 86400 then --最后一天 -- 14天活动未开,不处理 - -- self.toActivityTx:setVisible(true) - -- self.toActivityBtn:setActive(true) - -- self.downDesc:setVisible(false) - -- else + if DataManager.FourteenDayData:isOpen() then -- 14天活动开了就显示 + self.toActivityTx:setVisible(true) + self.toActivityBtn:setActive(true) + self.downDesc:setVisible(false) + else self.toActivityTx:setVisible(false) self.toActivityBtn:setActive(false) self.downDesc:setVisible(true) - -- end + end end uiMap["activity_herofund_ui.bg.countdown.tx_countdown"]:setText(str) end From 4d79d3ea6c4a800c4b5785c6a8b71d2150b96d2a Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Mon, 4 Sep 2023 16:43:07 +0800 Subject: [PATCH 22/55] =?UTF-8?q?=E6=9C=80=E5=A4=A7=E7=AD=89=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../battle_controller_boss_rush.lua | 19 ++++++++++--------- lua/app/userdata/battle/battle_base_data.lua | 11 +++++++++++ 2 files changed, 21 insertions(+), 9 deletions(-) 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 f983e25a..2bfb4c63 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,7 @@ local BattleController = require "app/module/battle/controller/battle_controller" local BattleControllerBossRush = class("BattleControllerBossRush", BattleController) local SIDE_ATK = GConst.BattleConst.SIDE_ATK +local MAX_LV = 61 function BattleControllerBossRush:getBoardConfig() return ConfigManager:getConfig("chapter_board_bossrush") @@ -84,6 +85,7 @@ end function BattleControllerBossRush:initOther() self.monsterAtkAddition = GFunc.getConstIntValue("activity_boss_rush_hp_add") self.monsterHpAddition = GFunc.getConstIntValue("activity_boss_rush_atk_add") + self:setMaxBattleLv(MAX_LV) end -- 怪物攻击力加成 @@ -108,15 +110,6 @@ function BattleControllerBossRush:getMonsterHpAddition() end end -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 - function BattleControllerBossRush:getNextMonsterId(waveIndex) self:getInitBoard() waveIndex = waveIndex or self:getWaveIndex() + 1 @@ -129,6 +122,14 @@ function BattleControllerBossRush:showBossEnterAni(bornTime, bossName, monsterCo end end +function BattleControllerBossRush:addBattleExp(...) + if self.battleData:getBattleLv() >= MAX_LV then -- 只能升级60次 + return + end + + BattleController.addBattleExp(self, ...) +end + function BattleControllerBossRush:controllBattleEnd() self.combatReport = { battleType = GConst.BattleConst.BATTLE_TYPE.ACT_BOSS_RUSH, diff --git a/lua/app/userdata/battle/battle_base_data.lua b/lua/app/userdata/battle/battle_base_data.lua index 4c2ce471..ae1d0816 100644 --- a/lua/app/userdata/battle/battle_base_data.lua +++ b/lua/app/userdata/battle/battle_base_data.lua @@ -48,6 +48,7 @@ function BattleBaseData:init(params, snapInfo) self:initRogueSkills(SIDE_DEF, params.defFormation) self.atkFormation = params.atkFormation or {} self.defFormation = params.defFormation or {} + self:setMaxBattleLv(nil) if snapInfo then if snapInfo.cacheSkillList then @@ -670,9 +671,19 @@ function BattleBaseData:getLvNeedExp(lv) return cfg[lv].exp end +function BattleBaseData:setMaxBattleLv(maxLv) + self.maxBattleLv = maxLv +end + function BattleBaseData:addExp(exp) self.curBattleExp = self.curBattleExp + exp while self.curBattleExp >= self.needBattleExp do + if self.maxBattleLv then -- 超过最大等级后跳出 + if self.maxBattleLv <= self.battleLv then + break + end + end + self.curBattleExp = self.curBattleExp - self.needBattleExp self.addLvCount = self.addLvCount + 1 self.battleLv = self.battleLv + 1 From 4718656cdb839649502689c39334cbf7a54561c4 Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Mon, 4 Sep 2023 16:45:19 +0800 Subject: [PATCH 23/55] =?UTF-8?q?=E7=BB=8F=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../module/battle/controller/battle_controller_boss_rush.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 2bfb4c63..71c73350 100644 --- a/lua/app/module/battle/controller/battle_controller_boss_rush.lua +++ b/lua/app/module/battle/controller/battle_controller_boss_rush.lua @@ -85,7 +85,7 @@ end function BattleControllerBossRush:initOther() self.monsterAtkAddition = GFunc.getConstIntValue("activity_boss_rush_hp_add") self.monsterHpAddition = GFunc.getConstIntValue("activity_boss_rush_atk_add") - self:setMaxBattleLv(MAX_LV) + self.battleData:setMaxBattleLv(MAX_LV) end -- 怪物攻击力加成 From 3e06b26e1fae79e304a003042e9df98562921573 Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Mon, 4 Sep 2023 16:48:15 +0800 Subject: [PATCH 24/55] =?UTF-8?q?=E4=BE=A7=E8=BE=B9=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/ui/main_city/main_city_ui.lua | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/lua/app/ui/main_city/main_city_ui.lua b/lua/app/ui/main_city/main_city_ui.lua index 829cb389..4849436d 100644 --- a/lua/app/ui/main_city/main_city_ui.lua +++ b/lua/app/ui/main_city/main_city_ui.lua @@ -534,6 +534,13 @@ function MainCityUI:refreshLeftBtns() end else for k, v in ipairs(self.leftBarList) do + if maxCount == 0 then -- 换行 + y = -SIDE_BAR_BORDER_OFFSET - self.sideBarHeight/2 + x = x + 110 + bgSizeX = 228 + otherColumn = true + end + maxCount = maxCount - 1 v:setAnchoredPositionX(x) v:setAnchoredPositionY(y) @@ -544,12 +551,6 @@ function MainCityUI:refreshLeftBtns() if minY > y then minY = y end - if maxCount == 0 then -- 换行 - y = -SIDE_BAR_BORDER_OFFSET - self.sideBarHeight/2 - x = x + 110 - bgSizeX = 228 - otherColumn = true - end end end if sideBarShowCount <= GConst.MainCityConst.SIDE_BAR_MIN_COUNT then -- 小于3个不显示箭头 @@ -649,6 +650,12 @@ function MainCityUI:refreshRightBtns() end else for k, v in ipairs(self.rightBarList) do + if maxCount == 0 then -- 换行 + y = -SIDE_BAR_BORDER_OFFSET - self.sideBarHeight/2 + x = x - 110 + bgSizeX = 228 + otherColumn = true + end maxCount = maxCount - 1 v:setAnchoredPositionX(x) v:setAnchoredPositionY(y) @@ -659,12 +666,6 @@ function MainCityUI:refreshRightBtns() if minY > y then minY = y end - if maxCount == 0 then -- 换行 - y = -SIDE_BAR_BORDER_OFFSET - self.sideBarHeight/2 - x = x - 110 - bgSizeX = 228 - otherColumn = true - end end end if sideBarShowCount <= GConst.MainCityConst.SIDE_BAR_MIN_COUNT then From d003c8a551698b1a9e90af351ccacb3a959bcd27 Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Mon, 4 Sep 2023 16:51:34 +0800 Subject: [PATCH 25/55] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/ui/main_city/main_city_ui.lua | 2 +- .../userdata/activity/act_boss_rush/act_boss_rush_data.lua | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lua/app/ui/main_city/main_city_ui.lua b/lua/app/ui/main_city/main_city_ui.lua index 4849436d..45961d48 100644 --- a/lua/app/ui/main_city/main_city_ui.lua +++ b/lua/app/ui/main_city/main_city_ui.lua @@ -1118,7 +1118,7 @@ function MainCityUI:checkMainPop() return end - if DataManager.ActBossRushData:getIsOpen() then -- 弹窗 + if DataManager.ActBossRushData:getIsOpen() and not DataManager.TutorialData:getIsInTutorial() then -- 弹窗 if not DataManager.ActBossRushData:getMarkPoped() then if ModuleManager.ActBossRushManager:showPopUI() then return 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 f57470e4..c7608829 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 @@ -163,7 +163,9 @@ function ActBossRushData:getConditionDay() end function ActBossRushData:getIsOpen() - -- 开启条件 + if not ModuleManager:getIsOpen(ModuleManager.MODULE_KEY.ACTIVITY, true) then + return false + end if DataManager:getRegisterTs() <= self:getConditionDay() then -- 前14天的号,看不到 return false end From d8aa8cce2cccf91e0f0902d65630447224a02e52 Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Mon, 4 Sep 2023 16:54:44 +0800 Subject: [PATCH 26/55] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/module/maincity/maincity_const.lua | 2 +- lua/app/ui/battle/battle_bossrush_result_ui.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/app/module/maincity/maincity_const.lua b/lua/app/module/maincity/maincity_const.lua index f8004f59..befe56f5 100644 --- a/lua/app/module/maincity/maincity_const.lua +++ b/lua/app/module/maincity/maincity_const.lua @@ -30,6 +30,7 @@ MainCityConst.MAIN_MODULE = { MainCityConst.LEFT_SIDE_BARS = { "app/ui/main_city/cell/side_bar_idle_cell", "app/ui/main_city/cell/side_bar_growth_fund_cell", + "app/ui/main_city/cell/side_bar_boss_rush_cell", "app/ui/main_city/cell/side_bar_fourteen_day_cell", "app/ui/main_city/cell/side_bar_hero_fund_cell", "app/ui/main_city/cell/side_bar_seven_days_cell", @@ -47,7 +48,6 @@ 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/ui/battle/battle_bossrush_result_ui.lua b/lua/app/ui/battle/battle_bossrush_result_ui.lua index cd3611f7..e966233d 100644 --- a/lua/app/ui/battle/battle_bossrush_result_ui.lua +++ b/lua/app/ui/battle/battle_bossrush_result_ui.lua @@ -125,7 +125,7 @@ end function BattleBossRushResultUI:refreshRewards() 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 + local wave = self.taskProgress[GConst.BattleConst.BATTLE_TASK_FIELD.PASS_WAVE] 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"] From 11f982bd04adedb72aabb46fbef2701a1ef6d7c9 Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Mon, 4 Sep 2023 17:14:35 +0800 Subject: [PATCH 27/55] =?UTF-8?q?=E4=B8=BB=E5=8A=A8=E7=BB=93=E7=AE=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/config/strings/cn/global.lua | 1 + .../act_boss_rush/act_boss_rush_manager.lua | 4 +- .../ui/battle/battle_bossrush_result_ui.lua | 4 +- lua/app/ui/battle/battle_pause_ui.lua | 37 +++++++++++++------ .../battle/cell/unit_result_report_cell.lua | 3 ++ 5 files changed, 34 insertions(+), 15 deletions(-) diff --git a/lua/app/config/strings/cn/global.lua b/lua/app/config/strings/cn/global.lua index a9b1775c..8531e5a3 100644 --- a/lua/app/config/strings/cn/global.lua +++ b/lua/app/config/strings/cn/global.lua @@ -512,6 +512,7 @@ local localization_global = ["ACT_BOSS_RUSH_DESC_32"] = "限时礼包,倾情回馈!", ["ACT_BOSS_RUSH_DESC_33"] = "阶段{0}解锁", ["NOT_POP_TODAY"] = "今日不在弹出", + ["ACT_BOSS_RUSH_DESC_34"] = "退出将立即结算,算否退出", } return localization_global \ No newline at end of file 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 fef77740..f40440da 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 @@ -70,6 +70,8 @@ function ActBossRushManager:rspFight(result) end end ModuleManager.BattleManager:playBattle(GConst.BattleConst.BATTLE_TYPE.ACT_BOSS_RUSH, params, function() + UIManager:closeAllUI() + ModuleManager.MaincityManager:showMainCityUI() ModuleManager.ActBossRushManager:showMainUI() end) end @@ -87,7 +89,7 @@ end function ActBossRushManager:rspEndBattle(result) if result.err_code == GConst.ERROR_STR.SUCCESS then if result.reqData then - DataManager.ActBossRushData:addWaveCount(result.reqData.task_stat.pass_wave) + DataManager.ActBossRushData:addWaveCount(result.reqData.task_stat.pass_wave or 0) end ModuleManager.BattleManager:showBossRushBattleResultUI(GConst.BattleConst.BATTLE_TYPE.ACT_BOSS_RUSH, result.reqData and result.reqData.combatReport, result.reqData and result.reqData.task_stat) end diff --git a/lua/app/ui/battle/battle_bossrush_result_ui.lua b/lua/app/ui/battle/battle_bossrush_result_ui.lua index e966233d..5f087343 100644 --- a/lua/app/ui/battle/battle_bossrush_result_ui.lua +++ b/lua/app/ui/battle/battle_bossrush_result_ui.lua @@ -60,8 +60,8 @@ function BattleBossRushResultUI:onLoadRootComplete() 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) + txWave:setText(self.taskProgress[GConst.BattleConst.BATTLE_TASK_FIELD.PASS_WAVE] or 0) + txRound:setText(self.taskProgress[GConst.BattleConst.BATTLE_TASK_FIELD.TOTAL_TURN] or 0) GFunc.centerImgAndTx(iconWave, txWave, 10, -136) GFunc.centerImgAndTx(iconRound, txRound, 10, 136) diff --git a/lua/app/ui/battle/battle_pause_ui.lua b/lua/app/ui/battle/battle_pause_ui.lua index 8bb9c7ca..b0701ab9 100644 --- a/lua/app/ui/battle/battle_pause_ui.lua +++ b/lua/app/ui/battle/battle_pause_ui.lua @@ -28,8 +28,8 @@ end function BattlePauseUI:ctor(params) self.battleType = params.battleType - local battleController = ModuleManager.BattleManager.battleController - local map = battleController.battleData:getSelectSkillMap() + self.battleController = ModuleManager.BattleManager.battleController + local map = self.battleController.battleData:getSelectSkillMap() self.skillList = {} for skillId, info in pairs(map) do local cfg = SKILL_ROGUE_CFG[skillId] @@ -54,16 +54,29 @@ end function BattlePauseUI:_addListeners() local uiMap = self.root:genAllChildren() uiMap["battle_pause_ui.home_btn"]:addClickListener(function() - local params = { - content = I18N:getGlobalText(I18N.GlobalConst.BATTLE_DESC_1), - boxType = GConst.MESSAGE_BOX_TYPE.MB_OK_CANCEL, - okText = I18N:getGlobalText(I18N.GlobalConst.BTN_TEXT_OK), - cancelText = I18N:getGlobalText(I18N.GlobalConst.BTN_TEXT_CANCEL), - okFunc = function() - ModuleManager.BattleManager:endBattleAndExit(true) - end, - } - GFunc.showMessageBox(params) + if self.battleType == GConst.BattleConst.BATTLE_TYPE.ACT_BOSS_RUSH then + local params = { + content = I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_34), + boxType = GConst.MESSAGE_BOX_TYPE.MB_OK_CANCEL, + okText = I18N:getGlobalText(I18N.GlobalConst.BTN_TEXT_OK), + cancelText = I18N:getGlobalText(I18N.GlobalConst.BTN_TEXT_CANCEL), + okFunc = function() + self.battleController:controllBattleEnd() + end, + } + GFunc.showMessageBox(params) + else + local params = { + content = I18N:getGlobalText(I18N.GlobalConst.BATTLE_DESC_1), + boxType = GConst.MESSAGE_BOX_TYPE.MB_OK_CANCEL, + okText = I18N:getGlobalText(I18N.GlobalConst.BTN_TEXT_OK), + cancelText = I18N:getGlobalText(I18N.GlobalConst.BTN_TEXT_CANCEL), + okFunc = function() + ModuleManager.BattleManager:endBattleAndExit(true) + end, + } + GFunc.showMessageBox(params) + end end) uiMap["battle_pause_ui.continue_btn"]:addClickListener(function() diff --git a/lua/app/ui/battle/cell/unit_result_report_cell.lua b/lua/app/ui/battle/cell/unit_result_report_cell.lua index 0e7600c8..7798f92d 100644 --- a/lua/app/ui/battle/cell/unit_result_report_cell.lua +++ b/lua/app/ui/battle/cell/unit_result_report_cell.lua @@ -1,6 +1,9 @@ local UnitResultReportCell = class("UnitResultReportCell", BaseCell) function UnitResultReportCell:refresh(info, maxValue) + if maxValue <= 0 then + maxValue = 1 + end local uiMap = self:getUIMap() local icon = ModuleManager.HeroManager:getHeroIcon(info.heroId) if icon then From b9beea2c4598634c6318d88a0f58a13cf454c393 Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Mon, 4 Sep 2023 17:24:28 +0800 Subject: [PATCH 28/55] =?UTF-8?q?=E5=80=92=E8=AE=A1=E6=97=B6=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fourteen_day/fourteen_day_bounty_ui.lua | 4 ++-- .../fourteen_day/fourteen_day_entrance_ui.lua | 16 ++++++++-------- .../fourteen_day/fourteen_day_exchange_ui.lua | 4 ++-- .../fourteen_day/fourteen_day_gift_ui.lua | 4 ++-- .../fourteen_day/fourteen_day_task_ui.lua | 4 ++-- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/lua/app/ui/activity/fourteen_day/fourteen_day_bounty_ui.lua b/lua/app/ui/activity/fourteen_day/fourteen_day_bounty_ui.lua index 9aea69b7..7d77a063 100644 --- a/lua/app/ui/activity/fourteen_day/fourteen_day_bounty_ui.lua +++ b/lua/app/ui/activity/fourteen_day/fourteen_day_bounty_ui.lua @@ -86,9 +86,9 @@ function FourteenDayBountyUI:refreshCountdown() self:closeUI() return end - self.txCountdown:setText(GFunc.getTimeStrWithHMS2(time)) + self.txCountdown:setText(Time:formatNumTimeStr(time)) end, 1) - self.txCountdown:setText(GFunc.getTimeStrWithHMS2(DataManager.FourteenDayData:getEndRemainTime())) + self.txCountdown:setText(Time:formatNumTimeStr(DataManager.FourteenDayData:getEndRemainTime())) end -- 刷新购买 diff --git a/lua/app/ui/activity/fourteen_day/fourteen_day_entrance_ui.lua b/lua/app/ui/activity/fourteen_day/fourteen_day_entrance_ui.lua index 6caea960..4e7004f3 100644 --- a/lua/app/ui/activity/fourteen_day/fourteen_day_entrance_ui.lua +++ b/lua/app/ui/activity/fourteen_day/fourteen_day_entrance_ui.lua @@ -105,16 +105,16 @@ function FourteenDayEntranceUI:onRefresh() self:closeUI() return end - self.txBountyCountdown:setText(GFunc.getTimeStrWithHMS2(time)) - self.txTaskCountdown:setText(GFunc.getTimeStrWithHMS2(time)) - self.txExchangeCountdown:setText(GFunc.getTimeStrWithHMS2(time)) - self.txGiftCountdown:setText(GFunc.getTimeStrWithHMS2(time)) + self.txBountyCountdown:setText(Time:formatNumTimeStr(time)) + self.txTaskCountdown:setText(Time:formatNumTimeStr(time)) + self.txExchangeCountdown:setText(Time:formatNumTimeStr(time)) + self.txGiftCountdown:setText(Time:formatNumTimeStr(time)) end, 1) local time = DataManager.FourteenDayData:getEndRemainTime() - self.txBountyCountdown:setText(GFunc.getTimeStrWithHMS2(time)) - self.txTaskCountdown:setText(GFunc.getTimeStrWithHMS2(time)) - self.txExchangeCountdown:setText(GFunc.getTimeStrWithHMS2(time)) - self.txGiftCountdown:setText(GFunc.getTimeStrWithHMS2(time)) + self.txBountyCountdown:setText(Time:formatNumTimeStr(time)) + self.txTaskCountdown:setText(Time:formatNumTimeStr(time)) + self.txExchangeCountdown:setText(Time:formatNumTimeStr(time)) + self.txGiftCountdown:setText(Time:formatNumTimeStr(time)) self:refreshRedPoint() end diff --git a/lua/app/ui/activity/fourteen_day/fourteen_day_exchange_ui.lua b/lua/app/ui/activity/fourteen_day/fourteen_day_exchange_ui.lua index 5b2f9c77..55e90cc6 100644 --- a/lua/app/ui/activity/fourteen_day/fourteen_day_exchange_ui.lua +++ b/lua/app/ui/activity/fourteen_day/fourteen_day_exchange_ui.lua @@ -76,9 +76,9 @@ function FourteenDayExchangeUI:refreshCountdown() self:closeUI() return end - self.txCountdown:setText(GFunc.getTimeStrWithHMS2(time)) + self.txCountdown:setText(Time:formatNumTimeStr(time)) end, 1) - self.txCountdown:setText(GFunc.getTimeStrWithHMS2(DataManager.FourteenDayData:getEndRemainTime())) + self.txCountdown:setText(Time:formatNumTimeStr(DataManager.FourteenDayData:getEndRemainTime())) end return FourteenDayExchangeUI \ No newline at end of file diff --git a/lua/app/ui/activity/fourteen_day/fourteen_day_gift_ui.lua b/lua/app/ui/activity/fourteen_day/fourteen_day_gift_ui.lua index 6854fe52..5dd13884 100644 --- a/lua/app/ui/activity/fourteen_day/fourteen_day_gift_ui.lua +++ b/lua/app/ui/activity/fourteen_day/fourteen_day_gift_ui.lua @@ -67,9 +67,9 @@ function FourteenDayGiftUI:refreshCountdown() self:closeUI() return end - self.txCountdown:setText(GFunc.getTimeStrWithHMS2(time)) + self.txCountdown:setText(Time:formatNumTimeStr(time)) end, 1) - self.txCountdown:setText(GFunc.getTimeStrWithHMS2(DataManager.FourteenDayData:getEndRemainTime())) + self.txCountdown:setText(Time:formatNumTimeStr(DataManager.FourteenDayData:getEndRemainTime())) end return FourteenDayGiftUI \ No newline at end of file diff --git a/lua/app/ui/activity/fourteen_day/fourteen_day_task_ui.lua b/lua/app/ui/activity/fourteen_day/fourteen_day_task_ui.lua index c9f42293..87fa3e72 100644 --- a/lua/app/ui/activity/fourteen_day/fourteen_day_task_ui.lua +++ b/lua/app/ui/activity/fourteen_day/fourteen_day_task_ui.lua @@ -112,9 +112,9 @@ function FourteenDayTaskUI:refreshCountdown() self:unscheduleGlobal(self.countdownSid) end self.countdownSid = self:scheduleGlobal(function() - self.txCountdown:setText(GFunc.getTimeStrWithHMS2(DataManager.FourteenDayData:getEndRemainTime())) + self.txCountdown:setText(Time:formatNumTimeStr(DataManager.FourteenDayData:getEndRemainTime())) end, 1) - self.txCountdown:setText(GFunc.getTimeStrWithHMS2(DataManager.FourteenDayData:getEndRemainTime())) + self.txCountdown:setText(Time:formatNumTimeStr(DataManager.FourteenDayData:getEndRemainTime())) end return FourteenDayTaskUI \ No newline at end of file From 12d518655750218334e19e6f9d5bc6101794cb2c Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Mon, 4 Sep 2023 17:25:50 +0800 Subject: [PATCH 29/55] =?UTF-8?q?=E5=80=92=E8=AE=A1=E6=97=B6=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/config/act_fourteen_quest.lua | 4 +- lua/app/config/activity.lua | 4 +- lua/app/config/activity_boss_rush_rank.lua | 202 +-- lua/app/config/activity_bounty_level.lua | 877 ++++------- lua/app/config/chapter_board_bossrush.lua | 1398 ++++++++--------- .../config/chapter_board_dungeon_armor.lua | 2 +- lua/app/config/const.lua | 6 +- .../localization_global_const.lua | 1 + lua/app/config/monster_activity.lua | 252 +-- .../config/strings/cn/act_fourteen_quest.lua | 42 +- lua/app/config/strings/cn/global.lua | 10 +- lua/app/config/strings/cn/item.lua | 4 +- lua/app/config/strings/cn/task_type.lua | 6 +- lua/app/config/strings/de/global.lua | 1 + .../config/strings/en/act_fourteen_quest.lua | 90 +- lua/app/config/strings/en/global.lua | 46 + lua/app/config/strings/en/item.lua | 6 +- lua/app/config/strings/en/task_type.lua | 16 +- .../config/strings/es/act_fourteen_quest.lua | 90 +- lua/app/config/strings/es/global.lua | 46 + lua/app/config/strings/es/item.lua | 6 +- lua/app/config/strings/es/task_type.lua | 16 +- .../config/strings/id/act_fourteen_quest.lua | 90 +- lua/app/config/strings/id/global.lua | 46 + lua/app/config/strings/id/item.lua | 6 +- lua/app/config/strings/id/task_type.lua | 16 +- .../config/strings/ja/act_fourteen_quest.lua | 90 +- lua/app/config/strings/ja/global.lua | 46 + lua/app/config/strings/ja/item.lua | 6 +- lua/app/config/strings/ja/task_type.lua | 16 +- .../config/strings/ko/act_fourteen_quest.lua | 90 +- lua/app/config/strings/ko/global.lua | 46 + lua/app/config/strings/ko/item.lua | 6 +- lua/app/config/strings/ko/task_type.lua | 16 +- .../config/strings/pt/act_fourteen_quest.lua | 90 +- lua/app/config/strings/pt/global.lua | 46 + lua/app/config/strings/pt/item.lua | 6 +- lua/app/config/strings/pt/task_type.lua | 16 +- .../config/strings/th/act_fourteen_quest.lua | 90 +- lua/app/config/strings/th/global.lua | 46 + lua/app/config/strings/th/item.lua | 6 +- lua/app/config/strings/th/task_type.lua | 16 +- .../config/strings/vi/act_fourteen_quest.lua | 90 +- lua/app/config/strings/vi/global.lua | 46 + lua/app/config/strings/vi/item.lua | 6 +- lua/app/config/strings/vi/task_type.lua | 16 +- .../config/strings/zh/act_fourteen_quest.lua | 90 +- lua/app/config/strings/zh/global.lua | 46 + lua/app/config/strings/zh/item.lua | 6 +- lua/app/config/strings/zh/task_type.lua | 16 +- 50 files changed, 2234 insertions(+), 1997 deletions(-) diff --git a/lua/app/config/act_fourteen_quest.lua b/lua/app/config/act_fourteen_quest.lua index bbbf6fe1..e7cce0a7 100644 --- a/lua/app/config/act_fourteen_quest.lua +++ b/lua/app/config/act_fourteen_quest.lua @@ -100,7 +100,7 @@ local act_fourteen_quest = { }, [6]={ ["stage"]=2, - ["quest"]=10, + ["quest"]=38, ["none"]="武器升级15次", ["num"]=15, ["reward"]={ @@ -216,7 +216,7 @@ local act_fourteen_quest = { }, [12]={ ["stage"]=3, - ["quest"]=38, + ["quest"]=23, ["none"]="角色升到24级", ["num"]=24, ["reward"]={ diff --git a/lua/app/config/activity.lua b/lua/app/config/activity.lua index a87896f5..efb82b56 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-13 00:00:00", - ["end_time"]="2023-09-21 00:00:00" + ["start_time"]="2023-09-4 00:00:00", + ["end_time"]="2023-09-13 00:00:00" } } local config = { diff --git a/lua/app/config/activity_boss_rush_rank.lua b/lua/app/config/activity_boss_rush_rank.lua index fd08a208..96dc29a3 100644 --- a/lua/app/config/activity_boss_rush_rank.lua +++ b/lua/app/config/activity_boss_rush_rank.lua @@ -8,18 +8,26 @@ local activity_boss_rush_rank = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=160, - ["num_for_nothing"]="Vw5c" + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=100, + ["num_for_nothing"]="Vwhc" }, { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=220, - ["num_for_nothing"]="VApc" + ["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"]=6, + ["num_for_nothing"]="UA==" } } }, @@ -32,18 +40,26 @@ local activity_boss_rush_rank = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=1, - ["id_for_nothing"]="Vw==", - ["num"]=40000, - ["num_for_nothing"]="UghcA2U=" + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=80, + ["num_for_nothing"]="Xgg=" }, { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=13, - ["id_for_nothing"]="Vws=", - ["num"]=3, - ["num_for_nothing"]="VQ==" + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=70, + ["num_for_nothing"]="UQg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=47, + ["id_for_nothing"]="Ug8=", + ["num"]=5, + ["num_for_nothing"]="Uw==" } } }, @@ -56,18 +72,26 @@ local activity_boss_rush_rank = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=1, - ["id_for_nothing"]="Vw==", - ["num"]=35000, - ["num_for_nothing"]="VQ1cA2U=" + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=70, + ["num_for_nothing"]="UQg=" }, { ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=2, ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" + ["num"]=60, + ["num_for_nothing"]="UAg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=47, + ["id_for_nothing"]="Ug8=", + ["num"]=4, + ["num_for_nothing"]="Ug==" } } }, @@ -80,18 +104,26 @@ local activity_boss_rush_rank = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=150, - ["num_for_nothing"]="Vw1c" + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=60, + ["num_for_nothing"]="UAg=" }, { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=180, - ["num_for_nothing"]="VwBc" + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=50, + ["num_for_nothing"]="Uwg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=6, + ["id_for_nothing"]="UA==", + ["num"]=3, + ["num_for_nothing"]="VQ==" } } }, @@ -104,119 +136,87 @@ local activity_boss_rush_rank = { { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=1, - ["id_for_nothing"]="Vw==", - ["num"]=25000, - ["num_for_nothing"]="VA1cA2U=" + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=40, + ["num_for_nothing"]="Ugg=" }, { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=13, - ["id_for_nothing"]="Vws=", - ["num"]=3, - ["num_for_nothing"]="VQ==" + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=30, + ["num_for_nothing"]="VQg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=6, + ["id_for_nothing"]="UA==", + ["num"]=2, + ["num_for_nothing"]="VA==" } } }, [6]={ ["ranking"]={ 51, - 100 - }, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=1, - ["id_for_nothing"]="Vw==", - ["num"]=25000, - ["num_for_nothing"]="VA1cA2U=" - }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" - } - } - }, - [7]={ - ["ranking"]={ - 101, 500 }, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=120, - ["num_for_nothing"]="Vwpc" + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=30, + ["num_for_nothing"]="VQg=" }, { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=5, - ["id_for_nothing"]="Uw==", - ["num"]=120, - ["num_for_nothing"]="Vwpc" + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=20, + ["num_for_nothing"]="VAg=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=6, + ["id_for_nothing"]="UA==", + ["num"]=1, + ["num_for_nothing"]="Vw==" } } }, [8]={ ["ranking"]={ 501, - 1000 - }, - ["reward"]={ - { - ["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"]=13, - ["id_for_nothing"]="Vws=", - ["num"]=3, - ["num_for_nothing"]="VQ==" - } - } - }, - [9]={ - ["ranking"]={ - 1001, 99999999 }, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=1, - ["id_for_nothing"]="Vw==", - ["num"]=18000, - ["num_for_nothing"]="VwBcA2U=" + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=20, + ["num_for_nothing"]="VAg=" }, { ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=2, ["id_for_nothing"]="VA==", - ["num"]=100, - ["num_for_nothing"]="Vwhc" + ["num"]=15, + ["num_for_nothing"]="Vw0=" } } } } local config = { -data=activity_boss_rush_rank,count=9 +data=activity_boss_rush_rank,count=7 } return config \ No newline at end of file diff --git a/lua/app/config/activity_bounty_level.lua b/lua/app/config/activity_bounty_level.lua index 92b9d32a..bc1c553f 100644 --- a/lua/app/config/activity_bounty_level.lua +++ b/lua/app/config/activity_bounty_level.lua @@ -852,32 +852,24 @@ local activity_bounty_level = { ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=1400201, - ["id_for_nothing"]="VwxcA2dRfg==", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["id"]=24002, + ["id_for_nothing"]="VAxcA2c=", + ["num"]=3, + ["num_for_nothing"]="VQ==" }, ["reward_pro_max"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=14002, - ["id_for_nothing"]="VwxcA2c=", + ["id"]=24002, + ["id_for_nothing"]="VAxcA2c=", ["num"]=3, ["num_for_nothing"]="VQ==" } }, [202]={ ["act_id"]=206, - ["exp"]=50, + ["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, @@ -885,186 +877,194 @@ local activity_bounty_level = { ["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==" } }, [203]={ ["act_id"]=206, - ["exp"]=100, + ["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=" } }, [204]={ ["act_id"]=206, - ["exp"]=150, + ["exp"]=90, ["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==", + ["id"]=52, + ["id_for_nothing"]="Uwo=", ["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=" + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=40, + ["num_for_nothing"]="Ugg=" }, ["reward_pro_max"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=60, + ["num_for_nothing"]="UAg=" + } + }, + [205]={ + ["act_id"]=206, + ["exp"]=120, + ["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==" + } + }, + [206]={ + ["act_id"]=206, + ["exp"]=150, + ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=2, ["id_for_nothing"]="VA==", - ["num"]=100, - ["num_for_nothing"]="Vwhc" + ["num"]=30, + ["num_for_nothing"]="VQg=" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=24002, + ["id_for_nothing"]="VAxcA2c=", + ["num"]=2, + ["num_for_nothing"]="VA==" + }, + ["reward_pro_max"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=24002, + ["id_for_nothing"]="VAxcA2c=", + ["num"]=3, + ["num_for_nothing"]="VQ==" + } + }, + [207]={ + ["act_id"]=206, + ["exp"]=180, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=20, + ["num_for_nothing"]="VAg=" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=40, + ["num_for_nothing"]="Ugg=" + }, + ["reward_pro_max"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=60, + ["num_for_nothing"]="UAg=" + } + }, + [208]={ + ["act_id"]=206, + ["exp"]=210, + ["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==" } }, [209]={ ["act_id"]=206, - ["exp"]=400, + ["exp"]=240, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", @@ -1092,7 +1092,7 @@ local activity_bounty_level = { }, [210]={ ["act_id"]=206, - ["exp"]=450, + ["exp"]=270, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", @@ -1112,15 +1112,99 @@ local activity_bounty_level = { ["reward_pro_max"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=14002, - ["id_for_nothing"]="VwxcA2c=", + ["id"]=24002, + ["id_for_nothing"]="VAxcA2c=", ["num"]=3, ["num_for_nothing"]="VQ==" } }, [211]={ ["act_id"]=206, - ["exp"]=500, + ["exp"]=300, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=20, + ["num_for_nothing"]="VAg=" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=40, + ["num_for_nothing"]="Ugg=" + }, + ["reward_pro_max"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=60, + ["num_for_nothing"]="UAg=" + } + }, + [212]={ + ["act_id"]=206, + ["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" + } + }, + [213]={ + ["act_id"]=206, + ["exp"]=360, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=20, + ["num_for_nothing"]="VAg=" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=40, + ["num_for_nothing"]="Ugg=" + }, + ["reward_pro_max"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=60, + ["num_for_nothing"]="UAg=" + } + }, + [214]={ + ["act_id"]=206, + ["exp"]=390, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", @@ -1146,130 +1230,38 @@ local activity_bounty_level = { ["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, + ["exp"]=420, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=10, - ["id_for_nothing"]="Vwg=", + ["id"]=24002, + ["id_for_nothing"]="VAxcA2c=", ["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==" + ["id"]=24002, + ["id_for_nothing"]="VAxcA2c=", + ["num"]=2, + ["num_for_nothing"]="VA==" }, ["reward_pro_max"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=18, - ["id_for_nothing"]="VwA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["id"]=24002, + ["id_for_nothing"]="VAxcA2c=", + ["num"]=3, + ["num_for_nothing"]="VQ==" } }, [216]={ ["act_id"]=206, - ["exp"]=750, + ["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, @@ -1277,53 +1269,61 @@ local activity_bounty_level = { ["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==" } }, [217]={ ["act_id"]=206, - ["exp"]=800, + ["exp"]=480, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=8, - ["id_for_nothing"]="Xg==", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=20, + ["num_for_nothing"]="VAg=" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=9, - ["id_for_nothing"]="Xw==", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=40, + ["num_for_nothing"]="Ugg=" }, ["reward_pro_max"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=9, - ["id_for_nothing"]="Xw==", - ["num"]=2, - ["num_for_nothing"]="VA==" + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=60, + ["num_for_nothing"]="UAg=" } }, [218]={ ["act_id"]=206, - ["exp"]=850, + ["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, @@ -1344,35 +1344,7 @@ local activity_bounty_level = { }, [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, + ["exp"]=540, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", @@ -1392,52 +1364,72 @@ local activity_bounty_level = { ["reward_pro_max"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=14002, - ["id_for_nothing"]="VwxcA2c=", + ["id"]=24002, + ["id_for_nothing"]="VAxcA2c=", ["num"]=3, ["num_for_nothing"]="VQ==" } }, + [220]={ + ["act_id"]=206, + ["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==" + } + }, [221]={ ["act_id"]=206, - ["exp"]=1000, + ["exp"]=600, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=3, - ["id_for_nothing"]="VQ==", - ["num"]=10, - ["num_for_nothing"]="Vwg=" + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=20, + ["num_for_nothing"]="VAg=" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=3, - ["id_for_nothing"]="VQ==", - ["num"]=15, - ["num_for_nothing"]="Vw0=" + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=40, + ["num_for_nothing"]="Ugg=" }, ["reward_pro_max"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=3, - ["id_for_nothing"]="VQ==", - ["num"]=20, - ["num_for_nothing"]="VAg=" + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=60, + ["num_for_nothing"]="UAg=" } }, [222]={ ["act_id"]=206, - ["exp"]=1050, + ["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, @@ -1445,241 +1437,52 @@ local activity_bounty_level = { ["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==" } }, [223]={ ["act_id"]=206, - ["exp"]=1100, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=8, - ["id_for_nothing"]="Xg==", + ["id"]=24002, + ["id_for_nothing"]="VAxcA2c=", ["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=", + ["id"]=24002, + ["id_for_nothing"]="VAxcA2c=", ["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=", + ["id"]=24002, + ["id_for_nothing"]="VAxcA2c=", ["num"]=3, ["num_for_nothing"]="VQ==" } } } local config = { -data=activity_bounty_level,count=60 +data=activity_bounty_level,count=53 } return config \ No newline at end of file diff --git a/lua/app/config/chapter_board_bossrush.lua b/lua/app/config/chapter_board_bossrush.lua index 4d3d0e9b..224a9120 100644 --- a/lua/app/config/chapter_board_bossrush.lua +++ b/lua/app/config/chapter_board_bossrush.lua @@ -6807,7 +6807,7 @@ local chapter_board_bossrush = { }, { 0, - 2 + 4 }, { 0, @@ -10826,7 +10826,7 @@ local chapter_board_bossrush = { 5 }, { - 3, + 19, 0 }, { @@ -10910,7 +10910,7 @@ local chapter_board_bossrush = { 0 }, { - 3, + 19, 0 }, { @@ -10938,7 +10938,7 @@ local chapter_board_bossrush = { 0 }, { - 3, + 19, 0 }, { @@ -10962,11 +10962,11 @@ local chapter_board_bossrush = { 0 }, { - 3, + 19, 0 }, { - 3, + 19, 0 }, { @@ -10974,7 +10974,7 @@ local chapter_board_bossrush = { 1 }, { - 3, + 19, 0 }, { @@ -10982,7 +10982,7 @@ local chapter_board_bossrush = { 2 }, { - 3, + 19, 0 }, { @@ -10990,11 +10990,11 @@ local chapter_board_bossrush = { 2 }, { - 3, + 19, 0 }, { - 3, + 19, 0 } } @@ -12223,7 +12223,7 @@ local chapter_board_bossrush = { }, { 0, - 3 + 5 }, { 0, @@ -12335,7 +12335,7 @@ local chapter_board_bossrush = { }, { 0, - 3 + 5 }, { 0, @@ -12447,7 +12447,7 @@ local chapter_board_bossrush = { }, { 0, - 5 + 4 }, { 18, @@ -12475,7 +12475,7 @@ local chapter_board_bossrush = { }, { 0, - 5 + 4 }, { 19, @@ -12819,11 +12819,11 @@ local chapter_board_bossrush = { }, { 0, - 1 + 3 }, { 0, - 1 + 3 }, { 0, @@ -12847,16 +12847,16 @@ local chapter_board_bossrush = { }, { 0, - 3 - }, - { - 0, - 1 + 2 }, { 0, 3 }, + { + 0, + 2 + }, { 19, 0 @@ -12883,7 +12883,7 @@ local chapter_board_bossrush = { }, { 4, - 3 + 2 }, { 19, @@ -13407,11 +13407,7 @@ local chapter_board_bossrush = { }, { 0, - 1 - }, - { - 0, - 2 + 5 }, { 0, @@ -13419,7 +13415,11 @@ local chapter_board_bossrush = { }, { 0, - 2 + 1 + }, + { + 0, + 1 }, { 0, @@ -13443,11 +13443,11 @@ local chapter_board_bossrush = { }, { 0, - 2 + 1 }, { 0, - 3 + 1 }, { 0, @@ -13475,11 +13475,11 @@ local chapter_board_bossrush = { }, { 4, - 3 + 4 }, { 4, - 3 + 4 }, { 19, @@ -13658,31 +13658,31 @@ local chapter_board_bossrush = { 0 }, { - 19, + 18, 0 }, { - 19, + 18, 0 }, { - 19, + 18, 0 }, { - 19, + 18, 0 }, { - 19, + 18, 0 }, { - 19, + 18, 0 }, { - 19, + 18, 0 }, { @@ -13802,7 +13802,7 @@ local chapter_board_bossrush = { [70]={ ["board"]={ { - 19, + 18, 0 }, { @@ -13826,39 +13826,7 @@ local chapter_board_bossrush = { 5 }, { - 19, - 0 - }, - { - 19, - 0 - }, - { - 19, - 0 - }, - { - 0, - 5 - }, - { - 0, - 3 - }, - { - 0, - 5 - }, - { - 0, - 3 - }, - { - 0, - 5 - }, - { - 19, + 18, 0 }, { @@ -13866,11 +13834,43 @@ local chapter_board_bossrush = { 0 }, { - 19, + 18, 0 }, { - 19, + 0, + 5 + }, + { + 0, + 3 + }, + { + 0, + 5 + }, + { + 0, + 3 + }, + { + 0, + 5 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, 0 }, { @@ -13902,11 +13902,11 @@ local chapter_board_bossrush = { 0 }, { - 19, + 18, 0 }, { - 19, + 18, 0 }, { @@ -13918,7 +13918,7 @@ local chapter_board_bossrush = { 0 }, { - 19, + 18, 0 }, { @@ -13946,19 +13946,19 @@ local chapter_board_bossrush = { 1 }, { - 19, + 18, 0 }, { - 19, + 18, 0 }, { - 19, + 18, 0 }, { - 19, + 18, 0 }, { @@ -13970,7 +13970,7 @@ local chapter_board_bossrush = { 1 }, { - 19, + 18, 0 }, { @@ -13978,7 +13978,7 @@ local chapter_board_bossrush = { 0 }, { - 19, + 18, 0 }, { @@ -13986,15 +13986,15 @@ local chapter_board_bossrush = { 0 }, { - 19, + 18, 0 }, { - 19, + 18, 0 }, { - 19, + 18, 0 } } @@ -14007,11 +14007,11 @@ local chapter_board_bossrush = { }, { 0, - 1 + 3 }, { 0, - 5 + 3 }, { 0, @@ -14019,7 +14019,7 @@ local chapter_board_bossrush = { }, { 0, - 5 + 1 }, { 0, @@ -14039,7 +14039,7 @@ local chapter_board_bossrush = { }, { 0, - 5 + 3 }, { 0, @@ -14047,15 +14047,15 @@ local chapter_board_bossrush = { }, { 0, - 5 + 1 }, { 0, 1 }, { - 12, - 1 + 3, + 0 }, { 0, @@ -14623,7 +14623,7 @@ local chapter_board_bossrush = { }, { 0, - 1 + 3 }, { 0, @@ -14651,11 +14651,11 @@ local chapter_board_bossrush = { }, { 0, - 1 + 3 }, { 0, - 1 + 3 }, { 3, @@ -14814,8 +14814,8 @@ local chapter_board_bossrush = { 5 }, { - 2, - 0 + 0, + 5 }, { 0, @@ -14842,8 +14842,8 @@ local chapter_board_bossrush = { 2 }, { - 2, - 0 + 0, + 2 }, { 0, @@ -15231,11 +15231,11 @@ local chapter_board_bossrush = { }, { 0, - 3 + 5 }, { 0, - 3 + 5 }, { 2, @@ -15259,11 +15259,11 @@ local chapter_board_bossrush = { }, { 0, - 3 + 5 }, { 0, - 3 + 5 }, { 2, @@ -15407,11 +15407,11 @@ local chapter_board_bossrush = { }, { 0, - 3 + 1 }, { 0, - 3 + 1 }, { 9, @@ -15435,7 +15435,7 @@ local chapter_board_bossrush = { }, { 0, - 3 + 1 }, { 2, @@ -15450,12 +15450,12 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { 0, - 1 + 4 }, { 0, @@ -15474,7 +15474,7 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { @@ -15486,7 +15486,7 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { @@ -15494,7 +15494,7 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { @@ -15862,7 +15862,7 @@ local chapter_board_bossrush = { 3 }, { - 25, + 24, 0 }, { @@ -15875,10 +15875,10 @@ local chapter_board_bossrush = { }, { 27, - 5 + 1 }, { - 25, + 24, 0 }, { @@ -15890,7 +15890,7 @@ local chapter_board_bossrush = { 3 }, { - 25, + 24, 0 }, { @@ -15906,7 +15906,7 @@ local chapter_board_bossrush = { 5 }, { - 25, + 24, 0 }, { @@ -15918,7 +15918,7 @@ local chapter_board_bossrush = { 3 }, { - 25, + 24, 0 }, { @@ -15931,10 +15931,10 @@ local chapter_board_bossrush = { }, { 27, - 3 + 5 }, { - 25, + 24, 0 }, { @@ -15946,23 +15946,23 @@ local chapter_board_bossrush = { 3 }, { - 25, + 24, 0 }, { - 25, + 24, 0 }, { - 25, + 24, 0 }, { - 25, + 24, 0 }, { - 25, + 24, 0 }, { @@ -16006,16 +16006,16 @@ local chapter_board_bossrush = { 0 }, { - 23, - 4 + 0, + 3 }, { 0, - 1 + 3 }, { 0, - 4 + 3 }, { 0, @@ -16035,14 +16035,14 @@ local chapter_board_bossrush = { }, { 0, - 4 + 3 }, { 25, 0 }, { - 23, + 0, 5 }, { @@ -16063,7 +16063,7 @@ local chapter_board_bossrush = { }, { 0, - 4 + 3 }, { 25, @@ -16078,7 +16078,7 @@ local chapter_board_bossrush = { 0 }, { - 23, + 0, 1 }, { @@ -16091,7 +16091,7 @@ local chapter_board_bossrush = { }, { 0, - 4 + 3 }, { 25, @@ -16206,7 +16206,7 @@ local chapter_board_bossrush = { 5 }, { - 25, + 24, 0 }, { @@ -16214,7 +16214,7 @@ local chapter_board_bossrush = { 2 }, { - 25, + 24, 0 }, { @@ -16222,7 +16222,7 @@ local chapter_board_bossrush = { 2 }, { - 25, + 24, 0 }, { @@ -16235,7 +16235,7 @@ local chapter_board_bossrush = { }, { 0, - 5 + 3 }, { 27, @@ -16251,7 +16251,7 @@ local chapter_board_bossrush = { }, { 0, - 5 + 3 }, { 27, @@ -16415,11 +16415,11 @@ local chapter_board_bossrush = { }, { 0, - 2 + 5 }, { 0, - 1 + 2 }, { 0, @@ -16439,7 +16439,7 @@ local chapter_board_bossrush = { }, { 0, - 2 + 5 }, { 0, @@ -16447,7 +16447,7 @@ local chapter_board_bossrush = { }, { 0, - 1 + 2 }, { 0, @@ -17007,7 +17007,7 @@ local chapter_board_bossrush = { }, { 27, - 3 + 1 }, { 0, @@ -17023,7 +17023,7 @@ local chapter_board_bossrush = { }, { 27, - 5 + 1 }, { 25, @@ -17086,31 +17086,31 @@ local chapter_board_bossrush = { 5 }, { - 25, + 24, 0 }, { - 25, + 24, 0 }, { - 25, + 24, 0 }, { - 25, + 24, 0 }, { - 25, + 24, 0 }, { - 25, + 24, 0 }, { - 25, + 24, 0 }, { @@ -17279,7 +17279,7 @@ local chapter_board_bossrush = { }, { 0, - 2 + 5 }, { 0, @@ -17298,7 +17298,7 @@ local chapter_board_bossrush = { 0 }, { - 30, + 29, 0 }, { @@ -17322,15 +17322,15 @@ local chapter_board_bossrush = { 0 }, { - 30, + 29, 0 }, { - 30, + 29, 0 }, { - 30, + 29, 0 }, { @@ -17402,11 +17402,11 @@ local chapter_board_bossrush = { [88]={ ["board"]={ { - 29, + 28, 0 }, { - 29, + 28, 0 }, { @@ -17415,22 +17415,22 @@ local chapter_board_bossrush = { }, { 0, - 3 + 2 }, { 0, 2 }, { - 29, + 28, 0 }, { - 29, + 28, 0 }, { - 29, + 28, 0 }, { @@ -17443,7 +17443,7 @@ local chapter_board_bossrush = { }, { 0, - 3 + 2 }, { 0, @@ -17454,7 +17454,7 @@ local chapter_board_bossrush = { 3 }, { - 29, + 28, 0 }, { @@ -17467,7 +17467,7 @@ local chapter_board_bossrush = { }, { 0, - 5 + 2 }, { 0, @@ -17475,7 +17475,7 @@ local chapter_board_bossrush = { }, { 0, - 5 + 2 }, { 21, @@ -17487,15 +17487,15 @@ local chapter_board_bossrush = { }, { 0, - 3 + 2 }, { 0, - 5 + 2 }, { 0, - 5 + 2 }, { 5, @@ -17503,15 +17503,15 @@ local chapter_board_bossrush = { }, { 0, - 5 + 2 }, { 0, - 5 + 2 }, { 0, - 3 + 2 }, { 29, @@ -17602,7 +17602,7 @@ local chapter_board_bossrush = { [89]={ ["board"]={ { - 29, + 28, 0 }, { @@ -17626,11 +17626,11 @@ local chapter_board_bossrush = { 1 }, { - 29, + 28, 0 }, { - 29, + 28, 0 }, { @@ -17654,11 +17654,11 @@ local chapter_board_bossrush = { 1 }, { - 29, + 28, 0 }, { - 29, + 28, 0 }, { @@ -17682,7 +17682,7 @@ local chapter_board_bossrush = { 2 }, { - 29, + 28, 0 }, { @@ -17803,7 +17803,7 @@ local chapter_board_bossrush = { ["board"]={ { 5, - 4 + 1 }, { 5, @@ -17819,15 +17819,15 @@ local chapter_board_bossrush = { }, { 0, - 1 + 3 }, { 0, - 4 + 3 }, { 0, - 4 + 3 }, { 0, @@ -17847,15 +17847,15 @@ local chapter_board_bossrush = { }, { 0, - 1 + 3 }, { 0, - 4 + 3 }, { 0, - 4 + 3 }, { 0, @@ -17867,11 +17867,11 @@ local chapter_board_bossrush = { }, { 5, - 3 + 4 }, { 5, - 3 + 4 }, { 5, @@ -18602,39 +18602,11 @@ local chapter_board_bossrush = { [94]={ ["board"]={ { - 29, + 28, 0 }, { - 29, - 0 - }, - { - 0, - 2 - }, - { - 0, - 2 - }, - { - 0, - 2 - }, - { - 29, - 0 - }, - { - 29, - 0 - }, - { - 29, - 0 - }, - { - 29, + 28, 0 }, { @@ -18643,18 +18615,46 @@ local chapter_board_bossrush = { }, { 0, - 2 + 5 }, { 0, 5 }, { - 29, + 28, 0 }, { - 29, + 28, + 0 + }, + { + 28, + 0 + }, + { + 28, + 0 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 28, + 0 + }, + { + 28, 0 }, { @@ -18830,7 +18830,7 @@ local chapter_board_bossrush = { 0 }, { - 32, + 31, 0 }, { @@ -18854,7 +18854,7 @@ local chapter_board_bossrush = { 5 }, { - 32, + 31, 0 }, { @@ -19213,58 +19213,58 @@ local chapter_board_bossrush = { 0, 3 }, + { + 0, + 2 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, + { + 0, + 5 + }, { 0, 3 }, - { - 0, - 5 - }, - { - 0, - 2 - }, - { - 0, - 2 - }, - { - 0, - 4 - }, - { - 4, - 2 - }, - { - 4, - 2 - }, - { - 4, - 2 - }, - { - 4, - 2 - }, - { - 4, - 5 - }, - { - 0, - 5 - }, - { - 4, - 4 - }, { 4, 3 }, + { + 4, + 2 + }, + { + 4, + 2 + }, + { + 4, + 2 + }, + { + 4, + 5 + }, + { + 0, + 5 + }, + { + 4, + 3 + }, + { + 4, + 2 + }, { 9, 0 @@ -19279,7 +19279,7 @@ local chapter_board_bossrush = { }, { 4, - 3 + 2 }, { 4, @@ -21294,7 +21294,7 @@ local chapter_board_bossrush = { 1 }, { - 32, + 31, 0 }, { @@ -21302,7 +21302,7 @@ local chapter_board_bossrush = { 5 }, { - 32, + 31, 0 }, { @@ -21318,7 +21318,7 @@ local chapter_board_bossrush = { 0 }, { - 33, + 31, 0 }, { @@ -21334,7 +21334,7 @@ local chapter_board_bossrush = { 5 }, { - 33, + 31, 0 }, { @@ -21402,15 +21402,15 @@ local chapter_board_bossrush = { [108]={ ["board"]={ { - 33, + 31, 0 }, { - 33, + 31, 0 }, { - 33, + 31, 0 }, { @@ -21418,23 +21418,23 @@ local chapter_board_bossrush = { 3 }, { - 33, + 31, 0 }, { - 33, + 31, 0 }, { - 33, + 31, 0 }, { - 33, + 31, 0 }, { - 33, + 31, 0 }, { @@ -21442,7 +21442,7 @@ local chapter_board_bossrush = { 3 }, { - 33, + 31, 0 }, { @@ -21450,15 +21450,15 @@ local chapter_board_bossrush = { 3 }, { - 33, + 31, 0 }, { - 33, + 31, 0 }, { - 33, + 32, 0 }, { @@ -21466,7 +21466,7 @@ local chapter_board_bossrush = { 3 }, { - 33, + 32, 0 }, { @@ -21474,7 +21474,7 @@ local chapter_board_bossrush = { 5 }, { - 33, + 32, 0 }, { @@ -21482,7 +21482,7 @@ local chapter_board_bossrush = { 3 }, { - 33, + 32, 0 }, { @@ -21490,7 +21490,7 @@ local chapter_board_bossrush = { 3 }, { - 33, + 32, 0 }, { @@ -21498,7 +21498,7 @@ local chapter_board_bossrush = { 5 }, { - 33, + 32, 0 }, { @@ -21506,7 +21506,7 @@ local chapter_board_bossrush = { 5 }, { - 33, + 32, 0 }, { @@ -21630,7 +21630,7 @@ local chapter_board_bossrush = { 5 }, { - 32, + 31, 0 }, { @@ -21654,7 +21654,7 @@ local chapter_board_bossrush = { 1 }, { - 32, + 31, 0 }, { @@ -21662,7 +21662,7 @@ local chapter_board_bossrush = { 3 }, { - 32, + 31, 0 }, { @@ -21678,7 +21678,7 @@ local chapter_board_bossrush = { 1 }, { - 32, + 31, 0 }, { @@ -21694,15 +21694,15 @@ local chapter_board_bossrush = { 3 }, { - 32, + 31, 0 }, { - 32, + 31, 0 }, { - 32, + 31, 0 }, { @@ -21714,7 +21714,7 @@ local chapter_board_bossrush = { 3 }, { - 32, + 31, 0 }, { @@ -21726,7 +21726,7 @@ local chapter_board_bossrush = { 3 }, { - 32, + 31, 0 }, { @@ -21738,35 +21738,35 @@ local chapter_board_bossrush = { 3 }, { - 32, + 31, 0 }, { - 32, + 31, 0 }, { - 32, + 31, 0 }, { - 32, + 31, 0 }, { - 32, + 31, 0 }, { - 32, + 31, 0 }, { - 32, + 31, 0 }, { - 32, + 31, 0 }, { @@ -21886,11 +21886,11 @@ local chapter_board_bossrush = { 1 }, { - 33, + 31, 0 }, { - 33, + 31, 0 }, { @@ -21906,11 +21906,11 @@ local chapter_board_bossrush = { 2 }, { - 33, + 31, 0 }, { - 33, + 31, 0 }, { @@ -21922,7 +21922,7 @@ local chapter_board_bossrush = { 1 }, { - 32, + 31, 0 }, { @@ -21930,7 +21930,7 @@ local chapter_board_bossrush = { 5 }, { - 32, + 31, 0 }, { @@ -22007,8 +22007,48 @@ local chapter_board_bossrush = { }, { 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 32, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 34, 1 }, + { + 34, + 4 + }, + { + 34, + 4 + }, { 0, 3 @@ -22021,74 +22061,34 @@ local chapter_board_bossrush = { 0, 3 }, + { + 34, + 3 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 34, + 1 + }, + { + 0, + 3 + }, { 0, 5 }, - { - 32, - 0 - }, - { - 0, - 5 - }, - { - 0, - 5 - }, - { - 34, - 1 - }, - { - 34, - 4 - }, - { - 34, - 4 - }, - { - 0, - 1 - }, - { - 0, - 1 - }, - { - 0, - 4 - }, - { - 34, - 3 - }, - { - 32, - 0 - }, - { - 32, - 0 - }, - { - 32, - 0 - }, - { - 34, - 1 - }, - { - 0, - 3 - }, - { - 0, - 4 - }, { 34, 5 @@ -22115,7 +22115,7 @@ local chapter_board_bossrush = { }, { 0, - 4 + 5 }, { 34, @@ -22163,7 +22163,7 @@ local chapter_board_bossrush = { }, { 0, - 3 + 4 }, { 0, @@ -22438,7 +22438,7 @@ local chapter_board_bossrush = { 1 }, { - 32, + 31, 0 }, { @@ -22446,7 +22446,7 @@ local chapter_board_bossrush = { 0 }, { - 33, + 31, 0 }, { @@ -22494,7 +22494,7 @@ local chapter_board_bossrush = { 3 }, { - 33, + 31, 0 }, { @@ -22550,7 +22550,7 @@ local chapter_board_bossrush = { 1 }, { - 32, + 31, 0 }, { @@ -22558,7 +22558,7 @@ local chapter_board_bossrush = { 4 }, { - 33, + 31, 0 }, { @@ -22630,7 +22630,7 @@ local chapter_board_bossrush = { 3 }, { - 32, + 31, 0 }, { @@ -22654,15 +22654,15 @@ local chapter_board_bossrush = { 3 }, { - 32, + 31, 0 }, { - 32, + 31, 0 }, { - 32, + 31, 0 }, { @@ -22670,7 +22670,7 @@ local chapter_board_bossrush = { 3 }, { - 32, + 31, 0 }, { @@ -22678,39 +22678,39 @@ local chapter_board_bossrush = { 5 }, { - 32, + 31, 0 }, { - 32, + 31, 0 }, { - 32, + 31, 0 }, { - 32, + 31, 0 }, { - 32, + 31, 0 }, { - 32, + 31, 0 }, { - 32, + 31, 0 }, { - 32, + 31, 0 }, { - 32, + 31, 0 }, { @@ -22819,11 +22819,11 @@ local chapter_board_bossrush = { }, { 0, - 2 + 1 }, { 0, - 5 + 4 }, { 0, @@ -22843,7 +22843,19 @@ local chapter_board_bossrush = { }, { 0, - 2 + 3 + }, + { + 0, + 3 + }, + { + 0, + 4 + }, + { + 0, + 4 }, { 0, @@ -22855,27 +22867,15 @@ local chapter_board_bossrush = { }, { 0, - 4 + 5 }, { 0, - 2 + 5 }, { 0, - 2 - }, - { - 0, - 4 - }, - { - 0, - 4 - }, - { - 0, - 1 + 5 }, { 0, @@ -23003,7 +23003,7 @@ local chapter_board_bossrush = { ["board"]={ { 0, - 4 + 3 }, { 0, @@ -23011,11 +23011,7 @@ local chapter_board_bossrush = { }, { 0, - 4 - }, - { - 0, - 5 + 3 }, { 0, @@ -23023,7 +23019,11 @@ local chapter_board_bossrush = { }, { 0, - 5 + 2 + }, + { + 0, + 2 }, { 0, @@ -23035,7 +23035,7 @@ local chapter_board_bossrush = { }, { 0, - 4 + 3 }, { 0, @@ -23047,7 +23047,7 @@ local chapter_board_bossrush = { }, { 0, - 5 + 2 }, { 0, @@ -23615,15 +23615,15 @@ local chapter_board_bossrush = { }, { 0, - 4 + 2 }, { 0, - 4 + 2 }, { 0, - 4 + 2 }, { 3, @@ -23647,11 +23647,11 @@ local chapter_board_bossrush = { }, { 0, - 4 + 2 }, { 0, - 4 + 2 }, { 3, @@ -23811,23 +23811,23 @@ local chapter_board_bossrush = { }, { 0, - 3 + 1 }, { 0, - 2 + 1 }, { 0, - 2 + 1 }, { 0, - 2 + 1 }, { 0, - 5 + 1 }, { 3, @@ -23835,7 +23835,7 @@ local chapter_board_bossrush = { }, { 0, - 3 + 1 }, { 0, @@ -23851,7 +23851,7 @@ local chapter_board_bossrush = { }, { 0, - 5 + 1 }, { 36, @@ -23895,15 +23895,15 @@ local chapter_board_bossrush = { }, { 0, - 1 + 5 }, { 0, - 1 + 5 }, { 0, - 2 + 5 }, { 3, @@ -23923,7 +23923,7 @@ local chapter_board_bossrush = { }, { 0, - 4 + 5 }, { 36, @@ -23931,7 +23931,7 @@ local chapter_board_bossrush = { }, { 0, - 3 + 5 }, { 3, @@ -23959,7 +23959,7 @@ local chapter_board_bossrush = { }, { 0, - 2 + 5 }, { 2, @@ -24203,7 +24203,7 @@ local chapter_board_bossrush = { ["board"]={ { 0, - 3 + 1 }, { 0, @@ -24219,7 +24219,7 @@ local chapter_board_bossrush = { }, { 0, - 3 + 4 }, { 0, @@ -24235,7 +24235,7 @@ local chapter_board_bossrush = { }, { 0, - 3 + 1 }, { 0, @@ -24247,11 +24247,11 @@ local chapter_board_bossrush = { }, { 0, - 5 + 2 }, { 0, - 5 + 4 }, { 0, @@ -24275,11 +24275,11 @@ local chapter_board_bossrush = { }, { 0, - 5 + 2 }, { 0, - 5 + 2 }, { 36, @@ -24402,9 +24402,13 @@ local chapter_board_bossrush = { [123]={ ["board"]={ { - 3, + 2, 0 }, + { + 0, + 2 + }, { 0, 3 @@ -24415,23 +24419,23 @@ local chapter_board_bossrush = { }, { 0, - 5 + 2 }, { 0, 2 }, + { + 2, + 0 + }, + { + 2, + 0 + }, { 0, - 4 - }, - { - 3, - 0 - }, - { - 3, - 0 + 3 }, { 0, @@ -24443,74 +24447,70 @@ local chapter_board_bossrush = { }, { 0, - 5 + 2 }, { 0, 2 }, { - 0, - 4 - }, - { - 3, + 2, 0 }, { - 3, + 2, 0 }, { 4, 3 }, + { + 4, + 3 + }, { 4, 1 }, { 4, - 5 + 2 }, { 4, 2 }, { - 4, - 4 - }, - { - 3, + 2, 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { @@ -24615,7 +24615,7 @@ local chapter_board_bossrush = { }, { 0, - 1 + 3 }, { 0, @@ -24623,23 +24623,23 @@ local chapter_board_bossrush = { }, { 0, - 5 + 2 }, { 0, 2 }, - { - 3, - 0 - }, { 0, 3 }, { 0, - 1 + 3 + }, + { + 0, + 3 }, { 0, @@ -24647,7 +24647,7 @@ local chapter_board_bossrush = { }, { 0, - 1 + 2 }, { 0, @@ -24655,7 +24655,7 @@ local chapter_board_bossrush = { }, { 0, - 5 + 2 }, { 3, @@ -24667,7 +24667,7 @@ local chapter_board_bossrush = { }, { 5, - 2 + 1 }, { 3, @@ -24675,15 +24675,15 @@ local chapter_board_bossrush = { }, { 5, - 2 + 3 }, { 5, - 5 + 3 }, { 5, - 4 + 3 }, { 4, @@ -24695,7 +24695,7 @@ local chapter_board_bossrush = { }, { 4, - 5 + 1 }, { 4, @@ -24703,11 +24703,11 @@ local chapter_board_bossrush = { }, { 4, - 4 + 3 }, { 5, - 4 + 3 }, { 3, @@ -24831,11 +24831,15 @@ local chapter_board_bossrush = { }, { 0, - 2 + 1 }, { 0, - 2 + 1 + }, + { + 0, + 1 }, { 0, @@ -24851,11 +24855,7 @@ local chapter_board_bossrush = { }, { 0, - 5 - }, - { - 0, - 5 + 1 }, { 0, @@ -24866,15 +24866,15 @@ local chapter_board_bossrush = { 2 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { @@ -24895,7 +24895,7 @@ local chapter_board_bossrush = { }, { 5, - 5 + 3 }, { 5, @@ -24903,7 +24903,7 @@ local chapter_board_bossrush = { }, { 5, - 5 + 3 }, { 5, @@ -24919,39 +24919,7 @@ local chapter_board_bossrush = { }, { 5, - 5 - }, - { - 5, - 2 - }, - { - 5, - 5 - }, - { - 5, - 2 - }, - { - 5, - 2 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 5, - 2 - }, - { - 5, - 1 + 3 }, { 5, @@ -24963,7 +24931,39 @@ local chapter_board_bossrush = { }, { 5, - 1 + 2 + }, + { + 5, + 3 + }, + { + 3, + 0 + }, + { + 3, + 0 + }, + { + 5, + 2 + }, + { + 5, + 3 + }, + { + 5, + 2 + }, + { + 5, + 3 + }, + { + 5, + 2 }, { 3, @@ -25006,44 +25006,32 @@ local chapter_board_bossrush = { 2 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { 0, - 3 + 2 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, - { - 0, - 4 - }, { 0, 2 }, { 0, - 5 - }, - { - 0, - 4 - }, - { - 0, - 3 + 2 }, { 0, @@ -25051,15 +25039,27 @@ local chapter_board_bossrush = { }, { 0, - 1 + 2 }, { 0, - 4 + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 }, { 4, - 5 + 4 }, { 4, @@ -25075,11 +25075,7 @@ local chapter_board_bossrush = { }, { 4, - 2 - }, - { - 4, - 2 + 1 }, { 4, @@ -25087,7 +25083,19 @@ local chapter_board_bossrush = { }, { 4, - 5 + 1 + }, + { + 4, + 4 + }, + { + 3, + 0 + }, + { + 4, + 4 }, { 3, @@ -25105,6 +25113,18 @@ local chapter_board_bossrush = { 4, 1 }, + { + 4, + 4 + }, + { + 4, + 4 + }, + { + 4, + 4 + }, { 3, 0 @@ -25113,34 +25133,14 @@ local chapter_board_bossrush = { 4, 1 }, - { - 4, - 2 - }, - { - 4, - 2 - }, { 4, 1 }, - { - 4, - 3 - }, { 4, 1 }, - { - 4, - 4 - }, - { - 4, - 4 - }, { 3, 0 @@ -25202,7 +25202,7 @@ local chapter_board_bossrush = { [127]={ ["board"]={ { - 21, + 0, 3 }, { @@ -25215,18 +25215,18 @@ local chapter_board_bossrush = { }, { 0, - 2 + 1 }, { 0, - 2 + 1 }, { 0, 5 }, { - 21, + 0, 5 }, { @@ -25247,11 +25247,11 @@ local chapter_board_bossrush = { }, { 0, - 2 + 1 }, { 0, - 2 + 1 }, { 0, @@ -25271,11 +25271,7 @@ local chapter_board_bossrush = { }, { 5, - 2 - }, - { - 5, - 2 + 3 }, { 5, @@ -25286,7 +25282,11 @@ local chapter_board_bossrush = { 5 }, { - 37, + 5, + 5 + }, + { + 0, 0 }, { @@ -25338,7 +25338,7 @@ local chapter_board_bossrush = { 0 }, { - 37, + 0, 0 }, { @@ -25402,12 +25402,12 @@ local chapter_board_bossrush = { [128]={ ["board"]={ { - 21, - 2 + 0, + 5 }, { 0, - 2 + 5 }, { 0, @@ -25419,19 +25419,19 @@ local chapter_board_bossrush = { }, { 0, - 1 + 3 }, { 0, - 1 - }, - { - 21, - 2 + 3 }, { 0, - 2 + 3 + }, + { + 0, + 5 }, { 0, @@ -25483,19 +25483,19 @@ local chapter_board_bossrush = { }, { 0, - 5 + 3 }, { 3, 0 }, { - 21, - 2 + 0, + 5 }, { 0, - 4 + 5 }, { 5, @@ -25511,7 +25511,7 @@ local chapter_board_bossrush = { }, { 0, - 5 + 3 }, { 3, @@ -25614,16 +25614,16 @@ local chapter_board_bossrush = { 1 }, { - 37, - 0 + 0, + 1 }, { 0, - 2 + 1 }, { 0, - 2 + 1 }, { 3, @@ -25639,19 +25639,19 @@ local chapter_board_bossrush = { }, { 0, - 3 + 1 }, { 0, - 3 + 1 }, { 0, - 2 + 1 }, { 0, - 2 + 1 }, { 3, @@ -25914,8 +25914,8 @@ local chapter_board_bossrush = { 0 }, { - 37, - 0 + 21, + 3 }, { 21, @@ -25954,8 +25954,8 @@ local chapter_board_bossrush = { 1 }, { - 37, - 0 + 21, + 4 }, { 0, @@ -25982,8 +25982,8 @@ local chapter_board_bossrush = { 1 }, { - 37, - 0 + 21, + 4 }, { 0, @@ -26098,8 +26098,8 @@ local chapter_board_bossrush = { 0 }, { - 21, - 5 + 3, + 0 }, { 0, @@ -26118,24 +26118,24 @@ local chapter_board_bossrush = { 0 }, { - 21, - 2 - }, - { - 21, - 2 + 3, + 0 }, { 3, 0 }, { - 21, - 4 + 37, + 0 }, { - 21, - 4 + 3, + 0 + }, + { + 3, + 0 }, { 3, @@ -26318,8 +26318,8 @@ local chapter_board_bossrush = { 0 }, { - 21, - 2 + 37, + 0 }, { 5, @@ -26334,8 +26334,8 @@ local chapter_board_bossrush = { 2 }, { - 21, - 2 + 37, + 0 }, { 3, @@ -26530,7 +26530,7 @@ local chapter_board_bossrush = { 2 }, { - 21, + 5, 4 }, { @@ -26558,7 +26558,7 @@ local chapter_board_bossrush = { 5 }, { - 21, + 5, 4 }, { @@ -26566,7 +26566,7 @@ local chapter_board_bossrush = { 2 }, { - 21, + 5, 5 }, { @@ -26770,23 +26770,23 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 1 }, { - 21, + 5, 1 }, { - 21, + 5, 3 }, { - 21, + 5, 3 }, { - 21, + 5, 4 }, { @@ -26841,21 +26841,13 @@ local chapter_board_bossrush = { 0, 5 }, - { - 0, - 3 - }, - { - 0, - 4 - }, { 0, 2 }, { 0, - 4 + 5 }, { 0, @@ -26871,7 +26863,7 @@ local chapter_board_bossrush = { }, { 0, - 3 + 5 }, { 0, @@ -26879,7 +26871,15 @@ local chapter_board_bossrush = { }, { 0, - 4 + 5 + }, + { + 0, + 2 + }, + { + 0, + 5 }, { 0, @@ -26914,7 +26914,7 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 2 }, { @@ -26926,7 +26926,7 @@ local chapter_board_bossrush = { 1 }, { - 21, + 5, 4 }, { @@ -26938,11 +26938,11 @@ local chapter_board_bossrush = { 1 }, { - 21, + 5, 4 }, { - 21, + 5, 2 }, { @@ -26966,7 +26966,7 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 4 }, { @@ -27086,11 +27086,11 @@ local chapter_board_bossrush = { 0 }, { - 21, - 1 + 37, + 0 }, { - 21, + 5, 1 }, { @@ -27106,12 +27106,12 @@ local chapter_board_bossrush = { 4 }, { - 21, + 5, 1 }, { - 21, - 1 + 37, + 0 }, { 2, @@ -27258,8 +27258,8 @@ local chapter_board_bossrush = { 0 }, { - 21, - 4 + 37, + 0 }, { 2, @@ -27282,8 +27282,8 @@ local chapter_board_bossrush = { 0 }, { - 21, - 4 + 37, + 0 }, { 3, @@ -27314,8 +27314,8 @@ local chapter_board_bossrush = { 0 }, { - 21, - 4 + 37, + 0 }, { 2, @@ -27338,8 +27338,8 @@ local chapter_board_bossrush = { 0 }, { - 21, - 4 + 37, + 0 }, { 3, @@ -27714,7 +27714,7 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 2 }, { @@ -27738,11 +27738,11 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 4 }, { - 21, + 5, 2 }, { @@ -27766,7 +27766,7 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 4 }, { @@ -28154,8 +28154,8 @@ local chapter_board_bossrush = { 4 }, { - 21, - 3 + 37, + 0 }, { 0, @@ -28262,7 +28262,7 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 1 }, { @@ -28278,7 +28278,7 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 2 }, { @@ -28318,7 +28318,7 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 1 }, { @@ -28334,7 +28334,7 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 2 }, { @@ -28374,7 +28374,7 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 1 }, { @@ -28390,7 +28390,7 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 2 }, { diff --git a/lua/app/config/chapter_board_dungeon_armor.lua b/lua/app/config/chapter_board_dungeon_armor.lua index 1393b743..87b51ec7 100644 --- a/lua/app/config/chapter_board_dungeon_armor.lua +++ b/lua/app/config/chapter_board_dungeon_armor.lua @@ -13699,7 +13699,7 @@ local chapter_board_dungeon_armor = { }, { 21, - 0 + 5 }, { 0, diff --git a/lua/app/config/const.lua b/lua/app/config/const.lua index 19d3ae20..8916d7ac 100644 --- a/lua/app/config/const.lua +++ b/lua/app/config/const.lua @@ -401,13 +401,13 @@ local const = { } }, ["activity_boss_rush_hp_add"]={ - ["value"]=100 + ["value"]=1750 }, ["activity_boss_rush_atk_add"]={ - ["value"]=100 + ["value"]=1370 }, ["activity_recurring_day"]={ - ["value"]=15 + ["value"]=1 } } local config = { diff --git a/lua/app/config/localization/localization_global_const.lua b/lua/app/config/localization/localization_global_const.lua index 6dd168e3..9a0f0b88 100644 --- a/lua/app/config/localization/localization_global_const.lua +++ b/lua/app/config/localization/localization_global_const.lua @@ -512,6 +512,7 @@ local LocalizationGlobalConst = ACT_BOSS_RUSH_DESC_32 = "ACT_BOSS_RUSH_DESC_32", ACT_BOSS_RUSH_DESC_33 = "ACT_BOSS_RUSH_DESC_33", NOT_POP_TODAY = "NOT_POP_TODAY", + ACT_BOSS_RUSH_DESC_34 = "ACT_BOSS_RUSH_DESC_34", } return LocalizationGlobalConst \ No newline at end of file diff --git a/lua/app/config/monster_activity.lua b/lua/app/config/monster_activity.lua index 2352c7dc..b94fef9f 100644 --- a/lua/app/config/monster_activity.lua +++ b/lua/app/config/monster_activity.lua @@ -1,8 +1,8 @@ local monster_activity = { [104]={ ["monster_base"]=20001, - ["hp"]=10000000, - ["atk"]=500000, + ["hp"]=107230000, + ["atk"]=930000, ["atk_times"]=4, ["hurt_skill"]={ 30001, @@ -12,12 +12,12 @@ local monster_activity = { ["skill"]={ 10020 }, - ["monster_exp"]=0 + ["monster_exp"]=15000 }, [204]={ ["monster_base"]=20002, - ["hp"]=10000000, - ["atk"]=500000, + ["hp"]=107230000, + ["atk"]=930000, ["atk_times"]=4, ["hurt_skill"]={ 30004, @@ -27,12 +27,12 @@ local monster_activity = { ["skill"]={ 10019 }, - ["monster_exp"]=0 + ["monster_exp"]=15000 }, [304]={ ["monster_base"]=20004, - ["hp"]=10000000, - ["atk"]=500000, + ["hp"]=107230000, + ["atk"]=930000, ["atk_times"]=4, ["hurt_skill"]={ 30010, @@ -42,12 +42,12 @@ local monster_activity = { ["skill"]={ 10015 }, - ["monster_exp"]=0 + ["monster_exp"]=15000 }, [404]={ ["monster_base"]=20006, - ["hp"]=10000000, - ["atk"]=500000, + ["hp"]=107230000, + ["atk"]=930000, ["atk_times"]=4, ["hurt_skill"]={ 30016, @@ -60,12 +60,12 @@ local monster_activity = { ["passive_skill"]={ 10010 }, - ["monster_exp"]=0 + ["monster_exp"]=15000 }, [504]={ ["monster_base"]=20007, - ["hp"]=10000000, - ["atk"]=500000, + ["hp"]=107230000, + ["atk"]=930000, ["atk_times"]=4, ["hurt_skill"]={ 30019, @@ -78,12 +78,12 @@ local monster_activity = { ["passive_skill"]={ 10061 }, - ["monster_exp"]=0 + ["monster_exp"]=15000 }, [604]={ ["monster_base"]=20008, - ["hp"]=10000000, - ["atk"]=500000, + ["hp"]=107230000, + ["atk"]=930000, ["atk_times"]=4, ["hurt_skill"]={ 30022, @@ -96,12 +96,12 @@ local monster_activity = { ["passive_skill"]={ 10009 }, - ["monster_exp"]=0 + ["monster_exp"]=15000 }, [704]={ ["monster_base"]=20012, - ["hp"]=10000000, - ["atk"]=500000, + ["hp"]=107230000, + ["atk"]=930000, ["atk_times"]=4, ["hurt_skill"]={ 30034, @@ -111,12 +111,12 @@ local monster_activity = { ["skill"]={ 10017 }, - ["monster_exp"]=0 + ["monster_exp"]=15000 }, [804]={ ["monster_base"]=20014, - ["hp"]=10000000, - ["atk"]=500000, + ["hp"]=107230000, + ["atk"]=930000, ["atk_times"]=4, ["hurt_skill"]={ 30040, @@ -126,12 +126,12 @@ local monster_activity = { ["skill"]={ 10016 }, - ["monster_exp"]=0 + ["monster_exp"]=15000 }, [904]={ ["monster_base"]=20015, - ["hp"]=10000000, - ["atk"]=500000, + ["hp"]=107230000, + ["atk"]=930000, ["atk_times"]=4, ["hurt_skill"]={ 30043, @@ -144,12 +144,12 @@ local monster_activity = { ["passive_skill"]={ 10008 }, - ["monster_exp"]=0 + ["monster_exp"]=15000 }, [1004]={ ["monster_base"]=20023, - ["hp"]=10000000, - ["atk"]=500000, + ["hp"]=107230000, + ["atk"]=930000, ["atk_times"]=4, ["hurt_skill"]={ 30067, @@ -162,12 +162,12 @@ local monster_activity = { ["passive_skill"]={ 10013 }, - ["monster_exp"]=0 + ["monster_exp"]=15000 }, [1104]={ ["monster_base"]=20009, - ["hp"]=10000000, - ["atk"]=500000, + ["hp"]=107230000, + ["atk"]=930000, ["atk_times"]=4, ["hurt_skill"]={ 30025, @@ -181,12 +181,12 @@ local monster_activity = { 10010, 10011 }, - ["monster_exp"]=0 + ["monster_exp"]=15000 }, [1204]={ ["monster_base"]=20011, - ["hp"]=10000000, - ["atk"]=500000, + ["hp"]=107230000, + ["atk"]=930000, ["atk_times"]=4, ["hurt_skill"]={ 30031, @@ -196,12 +196,12 @@ local monster_activity = { ["skill"]={ 10018 }, - ["monster_exp"]=0 + ["monster_exp"]=15000 }, [1304]={ ["monster_base"]=20017, - ["hp"]=10000000, - ["atk"]=500000, + ["hp"]=107230000, + ["atk"]=930000, ["atk_times"]=4, ["hurt_skill"]={ 30049, @@ -211,12 +211,12 @@ local monster_activity = { ["skill"]={ 10027 }, - ["monster_exp"]=0 + ["monster_exp"]=15000 }, [1404]={ ["monster_base"]=20019, - ["hp"]=10000000, - ["atk"]=500000, + ["hp"]=107230000, + ["atk"]=930000, ["atk_times"]=4, ["hurt_skill"]={ 30055, @@ -229,12 +229,12 @@ local monster_activity = { ["passive_skill"]={ 10013 }, - ["monster_exp"]=0 + ["monster_exp"]=15000 }, [1504]={ ["monster_base"]=20022, - ["hp"]=10000000, - ["atk"]=500000, + ["hp"]=107230000, + ["atk"]=930000, ["atk_times"]=4, ["hurt_skill"]={ 30064, @@ -247,12 +247,12 @@ local monster_activity = { ["passive_skill"]={ 10013 }, - ["monster_exp"]=0 + ["monster_exp"]=15000 }, [1604]={ ["monster_base"]=20026, - ["hp"]=10000000, - ["atk"]=500000, + ["hp"]=107230000, + ["atk"]=930000, ["atk_times"]=4, ["hurt_skill"]={ 30076, @@ -265,12 +265,12 @@ local monster_activity = { ["passive_skill"]={ 10013 }, - ["monster_exp"]=0 + ["monster_exp"]=15000 }, [1704]={ ["monster_base"]=20028, - ["hp"]=10000000, - ["atk"]=500000, + ["hp"]=107230000, + ["atk"]=930000, ["atk_times"]=4, ["hurt_skill"]={ 30162, @@ -283,12 +283,12 @@ local monster_activity = { ["passive_skill"]={ 10011 }, - ["monster_exp"]=0 + ["monster_exp"]=15000 }, [1804]={ ["monster_base"]=20029, - ["hp"]=10000000, - ["atk"]=500000, + ["hp"]=107230000, + ["atk"]=930000, ["atk_times"]=4, ["hurt_skill"]={ 30085, @@ -298,12 +298,12 @@ local monster_activity = { ["skill"]={ 10065 }, - ["monster_exp"]=0 + ["monster_exp"]=15000 }, [1904]={ ["monster_base"]=20010, - ["hp"]=10000000, - ["atk"]=500000, + ["hp"]=107230000, + ["atk"]=930000, ["atk_times"]=4, ["hurt_skill"]={ 30028, @@ -319,12 +319,12 @@ local monster_activity = { 10009, 10013 }, - ["monster_exp"]=0 + ["monster_exp"]=15000 }, [2004]={ ["monster_base"]=20016, - ["hp"]=10000000, - ["atk"]=500000, + ["hp"]=107230000, + ["atk"]=930000, ["atk_times"]=4, ["hurt_skill"]={ 30046, @@ -338,12 +338,12 @@ local monster_activity = { 10010, 10011 }, - ["monster_exp"]=0 + ["monster_exp"]=15000 }, [2104]={ ["monster_base"]=20018, - ["hp"]=10000000, - ["atk"]=500000, + ["hp"]=107230000, + ["atk"]=930000, ["atk_times"]=4, ["hurt_skill"]={ 30052, @@ -357,12 +357,12 @@ local monster_activity = { 10011, 10012 }, - ["monster_exp"]=0 + ["monster_exp"]=15000 }, [2204]={ ["monster_base"]=20021, - ["hp"]=10000000, - ["atk"]=500000, + ["hp"]=107230000, + ["atk"]=930000, ["atk_times"]=4, ["hurt_skill"]={ 30061, @@ -376,12 +376,12 @@ local monster_activity = { 10011, 10008 }, - ["monster_exp"]=0 + ["monster_exp"]=15000 }, [2304]={ ["monster_base"]=20025, - ["hp"]=10000000, - ["atk"]=500000, + ["hp"]=107230000, + ["atk"]=930000, ["atk_times"]=4, ["hurt_skill"]={ 30073, @@ -394,12 +394,12 @@ local monster_activity = { ["passive_skill"]={ 10013 }, - ["monster_exp"]=0 + ["monster_exp"]=15000 }, [2404]={ ["monster_base"]=20027, - ["hp"]=10000000, - ["atk"]=500000, + ["hp"]=107230000, + ["atk"]=930000, ["atk_times"]=4, ["hurt_skill"]={ 30079, @@ -409,12 +409,12 @@ local monster_activity = { ["skill"]={ 10082 }, - ["monster_exp"]=0 + ["monster_exp"]=15000 }, [2504]={ ["monster_base"]=20035, - ["hp"]=10000000, - ["atk"]=500000, + ["hp"]=107230000, + ["atk"]=930000, ["atk_times"]=4, ["hurt_skill"]={ 30100, @@ -429,12 +429,12 @@ local monster_activity = { 10011, 10009 }, - ["monster_exp"]=0 + ["monster_exp"]=15000 }, [2604]={ ["monster_base"]=20036, - ["hp"]=10000000, - ["atk"]=500000, + ["hp"]=107230000, + ["atk"]=930000, ["atk_times"]=4, ["hurt_skill"]={ 30103, @@ -448,12 +448,12 @@ local monster_activity = { ["passive_skill"]={ 10011 }, - ["monster_exp"]=0 + ["monster_exp"]=15000 }, [2704]={ ["monster_base"]=20044, - ["hp"]=10000000, - ["atk"]=500000, + ["hp"]=107230000, + ["atk"]=930000, ["atk_times"]=4, ["hurt_skill"]={ 30147, @@ -469,12 +469,12 @@ local monster_activity = { 10013, 10011 }, - ["monster_exp"]=0 + ["monster_exp"]=15000 }, [2804]={ ["monster_base"]=20003, - ["hp"]=10000000, - ["atk"]=500000, + ["hp"]=107230000, + ["atk"]=930000, ["atk_times"]=4, ["hurt_skill"]={ 30007, @@ -487,12 +487,12 @@ local monster_activity = { ["passive_skill"]={ 10013 }, - ["monster_exp"]=0 + ["monster_exp"]=15000 }, [2904]={ ["monster_base"]=20005, - ["hp"]=10000000, - ["atk"]=500000, + ["hp"]=107230000, + ["atk"]=930000, ["atk_times"]=4, ["hurt_skill"]={ 30013, @@ -505,12 +505,12 @@ local monster_activity = { ["passive_skill"]={ 10012 }, - ["monster_exp"]=0 + ["monster_exp"]=15000 }, [3004]={ ["monster_base"]=20020, - ["hp"]=10000000, - ["atk"]=500000, + ["hp"]=107230000, + ["atk"]=930000, ["atk_times"]=4, ["hurt_skill"]={ 30058, @@ -523,12 +523,12 @@ local monster_activity = { ["passive_skill"]={ 10013 }, - ["monster_exp"]=0 + ["monster_exp"]=15000 }, [3104]={ ["monster_base"]=20030, - ["hp"]=10000000, - ["atk"]=500000, + ["hp"]=107230000, + ["atk"]=930000, ["atk_times"]=4, ["hurt_skill"]={ 30088, @@ -542,12 +542,12 @@ local monster_activity = { ["passive_skill"]={ 10014 }, - ["monster_exp"]=0 + ["monster_exp"]=15000 }, [3204]={ ["monster_base"]=20034, - ["hp"]=10000000, - ["atk"]=500000, + ["hp"]=107230000, + ["atk"]=930000, ["atk_times"]=4, ["hurt_skill"]={ 30097, @@ -562,12 +562,12 @@ local monster_activity = { 10013, 10012 }, - ["monster_exp"]=0 + ["monster_exp"]=15000 }, [3304]={ ["monster_base"]=20037, - ["hp"]=10000000, - ["atk"]=500000, + ["hp"]=107230000, + ["atk"]=930000, ["atk_times"]=4, ["hurt_skill"]={ 30106, @@ -582,12 +582,12 @@ local monster_activity = { 10009, 10084 }, - ["monster_exp"]=0 + ["monster_exp"]=15000 }, [3404]={ ["monster_base"]=20045, - ["hp"]=10000000, - ["atk"]=500000, + ["hp"]=107230000, + ["atk"]=930000, ["atk_times"]=4, ["hurt_skill"]={ 30150, @@ -601,12 +601,12 @@ local monster_activity = { ["passive_skill"]={ 10012 }, - ["monster_exp"]=0 + ["monster_exp"]=15000 }, [3504]={ ["monster_base"]=20046, - ["hp"]=10000000, - ["atk"]=500000, + ["hp"]=107230000, + ["atk"]=930000, ["atk_times"]=4, ["hurt_skill"]={ 30153, @@ -620,13 +620,13 @@ local monster_activity = { ["passive_skill"]={ 10012 }, - ["monster_exp"]=0 + ["monster_exp"]=15000 }, [3604]={ ["monster_base"]=20013, ["is_boss"]=1, - ["hp"]=10000000, - ["atk"]=500000, + ["hp"]=107230000, + ["atk"]=930000, ["atk_times"]=4, ["hurt_skill"]={ 30037, @@ -637,13 +637,13 @@ local monster_activity = { 10049, 10050 }, - ["monster_exp"]=0 + ["monster_exp"]=15000 }, [3704]={ ["monster_base"]=20024, ["is_boss"]=1, - ["hp"]=10000000, - ["atk"]=500000, + ["hp"]=107230000, + ["atk"]=930000, ["atk_times"]=4, ["hurt_skill"]={ 30070, @@ -657,13 +657,13 @@ local monster_activity = { ["passive_skill"]={ 10012 }, - ["monster_exp"]=0 + ["monster_exp"]=15000 }, [3804]={ ["monster_base"]=20031, ["is_boss"]=1, - ["hp"]=10000000, - ["atk"]=500000, + ["hp"]=107230000, + ["atk"]=930000, ["atk_times"]=4, ["hurt_skill"]={ 30091, @@ -679,13 +679,13 @@ local monster_activity = { 10011, 10013 }, - ["monster_exp"]=0 + ["monster_exp"]=15000 }, [3904]={ ["monster_base"]=20032, ["is_boss"]=1, - ["hp"]=10000000, - ["atk"]=500000, + ["hp"]=107230000, + ["atk"]=930000, ["atk_times"]=4, ["hurt_skill"]={ 30094, @@ -702,13 +702,13 @@ local monster_activity = { 10010, 10013 }, - ["monster_exp"]=0 + ["monster_exp"]=15000 }, [4004]={ ["monster_base"]=20038, ["is_boss"]=1, - ["hp"]=10000000, - ["atk"]=500000, + ["hp"]=107230000, + ["atk"]=930000, ["atk_times"]=4, ["hurt_skill"]={ 30109, @@ -725,13 +725,13 @@ local monster_activity = { 10009, 10011 }, - ["monster_exp"]=0 + ["monster_exp"]=15000 }, [4104]={ ["monster_base"]=20047, ["is_boss"]=1, - ["hp"]=10000000, - ["atk"]=500000, + ["hp"]=107230000, + ["atk"]=930000, ["atk_times"]=4, ["hurt_skill"]={ 30156, @@ -746,13 +746,13 @@ local monster_activity = { 10013, 10010 }, - ["monster_exp"]=0 + ["monster_exp"]=15000 }, [4204]={ ["monster_base"]=20048, ["is_boss"]=1, - ["hp"]=10000000, - ["atk"]=500000, + ["hp"]=107230000, + ["atk"]=930000, ["atk_times"]=4, ["hurt_skill"]={ 30159, @@ -768,7 +768,7 @@ local monster_activity = { 10014, 10009 }, - ["monster_exp"]=0 + ["monster_exp"]=15000 } } local config = { diff --git a/lua/app/config/strings/cn/act_fourteen_quest.lua b/lua/app/config/strings/cn/act_fourteen_quest.lua index 53288df1..46f0f546 100644 --- a/lua/app/config/strings/cn/act_fourteen_quest.lua +++ b/lua/app/config/strings/cn/act_fourteen_quest.lua @@ -6,7 +6,7 @@ local act_fourteen_quest = { ["quest"]="角色升到{0}级" }, [3]={ - ["quest"]="竞技场达到白银I" + ["quest"]="竞技场达到青铜II" }, [4]={ ["quest"]="广告次数累计达{0}" @@ -18,25 +18,25 @@ local act_fourteen_quest = { ["quest"]="武器升级{0}次" }, [7]={ - ["quest"]="时空裂隙3-6" + ["quest"]="通关时空裂隙{0}-{1}" }, [8]={ ["quest"]="开启主线宝箱{0}个" }, [9]={ - ["quest"]="矿车拦截通关{0}" + ["quest"]="通关矿车拦截{0}" }, [10]={ ["quest"]="完成所有任务" }, [11]={ - ["quest"]="灯神之塔通关{0}" + ["quest"]="通关灯神之塔{0}" }, [12]={ ["quest"]="角色升级{0}次" }, [13]={ - ["quest"]="深渊挑战 10" + ["quest"]="深渊挑战通关{0}" }, [14]={ ["quest"]="广告次数累计达{0}" @@ -45,16 +45,16 @@ local act_fourteen_quest = { ["quest"]="完成所有任务" }, [16]={ - ["quest"]="每日挑战 胜利{0}次" + ["quest"]="每日挑战胜利{0}次" }, [17]={ - ["quest"]="矿车拦截通关{0}" + ["quest"]="通关矿车拦截{0}" }, [18]={ - ["quest"]="时空裂隙4-3" + ["quest"]="通关时空裂隙{0}-{1}" }, [19]={ - ["quest"]="开宝箱 {0}次" + ["quest"]="开启{0}次珍贵宝箱" }, [20]={ ["quest"]="完成所有任务" @@ -63,13 +63,13 @@ local act_fourteen_quest = { ["quest"]="广告次数累计达{0}" }, [22]={ - ["quest"]="通关波次 {0}次" + ["quest"]="通过战斗波次" }, [23]={ - ["quest"]="灯神之塔通关{0}" + ["quest"]="通关灯神之塔{0}" }, [24]={ - ["quest"]="竞技场达到白银III" + ["quest"]="竞技场达到白银I" }, [25]={ ["quest"]="完成所有任务" @@ -84,19 +84,19 @@ local act_fourteen_quest = { ["quest"]="开启主线宝箱{0}个" }, [29]={ - ["quest"]="矿车拦截通关{0}" + ["quest"]="通关矿车拦截{0}" }, [30]={ ["quest"]="完成所有任务" }, [31]={ - ["quest"]="时空裂隙5-2" + ["quest"]="通关时空裂隙{0}-{1}" }, [32]={ - ["quest"]="每日挑战 胜利{0}次" + ["quest"]="每日挑战胜利{0}次" }, [33]={ - ["quest"]="开宝箱{0}次" + ["quest"]="开启{0}次珍贵宝箱" }, [34]={ ["quest"]="广告次数累计达{0}" @@ -105,22 +105,22 @@ local act_fourteen_quest = { ["quest"]="完成所有任务" }, [36]={ - ["quest"]="装备升级{0}次" + ["quest"]="防具升级{0}次" }, [37]={ - ["quest"]="灯神之塔通关{0}" + ["quest"]="通关灯神之塔{0}" }, [38]={ - ["quest"]="通关波次{0}次" + ["quest"]="通过战斗波次" }, [39]={ - ["quest"]="矿车拦截通关{0}" + ["quest"]="通关矿车拦截{0}" }, [40]={ ["quest"]="完成所有任务" }, [41]={ - ["quest"]="竞技场达到黄金段位" + ["quest"]="竞技场达到黄金Ⅰ" }, [42]={ ["quest"]="广告次数累计达{0}" diff --git a/lua/app/config/strings/cn/global.lua b/lua/app/config/strings/cn/global.lua index 8531e5a3..52fd49ca 100644 --- a/lua/app/config/strings/cn/global.lua +++ b/lua/app/config/strings/cn/global.lua @@ -477,20 +477,20 @@ local localization_global = ["ACT_FOURTEEN_DESC_6"] = "阶段", ["ACT_FOURTEEN_DESC_7"] = "尚未解锁,请明日再来~", ["ACT_FOURTEEN_DESC_8"] = "完成当前阶段所有任务可获得:", - ["ACT_FOURTEEN_DESC_9"] = "活动期间,每完成1个任务可获得100个【挑战点】", + ["ACT_FOURTEEN_DESC_9"] = "活动期间,完成进阶挑战可获得【挑战点】", ["ACT_BOSS_RUSH_DESC_1"] = "是否消耗{0}钻石战斗?", ["ACT_BOSS_RUSH_DESC_2"] = "首领公开赛", ["ACT_BOSS_RUSH_DESC_3"] = "今日高手", ["ACT_BOSS_RUSH_DESC_4"] = "我今日最高:", ["ACT_BOSS_RUSH_DESC_5"] = "我今日挑战:{0}次", ["ACT_BOSS_RUSH_DESC_6"] = "今日次数:{0}", - ["ACT_BOSS_RUSH_DESC_7"] = "消耗:", + ["ACT_BOSS_RUSH_DESC_7"] = "消耗:", ["ACT_BOSS_RUSH_DESC_8"] = "虚位以待", ["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_13"] = "参与公开赛,挑战各类首领!\n赢稀有S级英雄!!", ["ACT_BOSS_RUSH_DESC_14"] = "立即前往", ["ACT_BOSS_RUSH_DESC_15"] = "首领巡礼", ["ACT_BOSS_RUSH_DESC_16"] = "累计公开赛挑战波次,可领取首领巡礼奖励。", @@ -511,8 +511,8 @@ local localization_global = ["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"] = "今日不在弹出", - ["ACT_BOSS_RUSH_DESC_34"] = "退出将立即结算,算否退出", + ["NOT_POP_TODAY"] = "今日不再提醒", + ["ACT_BOSS_RUSH_DESC_34"] = "退出将按照当前波次结算,是否退出?", } 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 fe447514..48858bfd 100644 --- a/lua/app/config/strings/cn/item.lua +++ b/lua/app/config/strings/cn/item.lua @@ -189,11 +189,11 @@ local item = { }, [51]={ ["name"]="挑战点", - ["desc"]="限时兑换道具。" + ["desc"]="挑战点,进阶挑战限时兑换奖励。" }, [52]={ ["name"]="首领金币", - ["desc"]="首领公开赛可以进行兑换。" + ["desc"]="首领金币,可在首领公开赛的活动商店中兑换奖励。" }, [53]={ ["name"]="S3赛季白银头像框", diff --git a/lua/app/config/strings/cn/task_type.lua b/lua/app/config/strings/cn/task_type.lua index f7ad1c36..a5173734 100644 --- a/lua/app/config/strings/cn/task_type.lua +++ b/lua/app/config/strings/cn/task_type.lua @@ -96,13 +96,13 @@ local task_type = { ["desc"]="深渊挑战通关{0}" }, [33]={ - ["desc"]="时空裂隙通关{0}-{1}" + ["desc"]="通关时空裂隙{0}-{1}" }, [34]={ - ["desc"]="矿车拦截通关{0}" + ["desc"]="通关矿车拦截{0}" }, [35]={ - ["desc"]="灯神之塔通关{0}" + ["desc"]="通关灯神之塔{0}" }, [36]={ ["desc"]="每日挑战胜利{0}次" diff --git a/lua/app/config/strings/de/global.lua b/lua/app/config/strings/de/global.lua index 6d428074..a31a1d1b 100644 --- a/lua/app/config/strings/de/global.lua +++ b/lua/app/config/strings/de/global.lua @@ -32,6 +32,7 @@ local localization_global = ["TWITTER_DESC"] = "Twitter", ["NAVER_SETTING_DESC"] = "Naver", ["ACT_DESC_12"] = "LV", + ["ACT_BOSS_RUSH_DESC_6"] = "Chances de hoy:{0}", } return localization_global \ No newline at end of file diff --git a/lua/app/config/strings/en/act_fourteen_quest.lua b/lua/app/config/strings/en/act_fourteen_quest.lua index a75c59ed..f6184afb 100644 --- a/lua/app/config/strings/en/act_fourteen_quest.lua +++ b/lua/app/config/strings/en/act_fourteen_quest.lua @@ -1,138 +1,138 @@ local act_fourteen_quest = { [1]={ - + ["quest"]="Clear Abyss Challenge {0}" }, [2]={ - + ["quest"]="Player reaches level {0}" }, [3]={ - + ["quest"]="Reach Bronze II in the Arena" }, [4]={ - + ["quest"]="Watch {0} ads" }, [5]={ - + ["quest"]="Complete all quests" }, [6]={ - + ["quest"]="Upgrade weapon {0} times" }, [7]={ - + ["quest"]="Clear Time Rift {0}-{1}" }, [8]={ - + ["quest"]="Open {0} Main Story Chests" }, [9]={ - + ["quest"]="Clear Minecart Interception {0}" }, [10]={ - + ["quest"]="Complete all quests" }, [11]={ - + ["quest"]="Clear Tower of Lumens {0}" }, [12]={ - + ["quest"]="Player reaches level {0}" }, [13]={ - + ["quest"]="Clear Abyss Challenge {0}" }, [14]={ - + ["quest"]="Watch {0} ads" }, [15]={ - + ["quest"]="Complete all quests" }, [16]={ - + ["quest"]="Win in Daily Challenges {0} times" }, [17]={ - + ["quest"]="Clear Minecart Interception {0}" }, [18]={ - + ["quest"]="Clear Time Rift {0}-{1}" }, [19]={ - + ["quest"]="Open {0} Precious Chest" }, [20]={ - + ["quest"]="Complete all quests" }, [21]={ - + ["quest"]="Watch {0} ads" }, [22]={ - + ["quest"]="Clear battle waves" }, [23]={ - + ["quest"]="Clear Tower of Lumens {0}" }, [24]={ - + ["quest"]="Reach Silver III IIIn the Arena" }, [25]={ - + ["quest"]="Complete all quests" }, [26]={ - + ["quest"]="Defeat Boss {0} times" }, [27]={ - + ["quest"]="Clear Abyss Challenge {0}" }, [28]={ - + ["quest"]="Open {0} Main Story Chests" }, [29]={ - + ["quest"]="Clear Minecart Interception {0}" }, [30]={ - + ["quest"]="Complete all quests" }, [31]={ - + ["quest"]="Clear Time Rift {0}-{1}" }, [32]={ - + ["quest"]="Win in Daily Challenges {0} times" }, [33]={ - + ["quest"]="Open {0} Precious Chest" }, [34]={ - + ["quest"]="Watch {0} ads" }, [35]={ - + ["quest"]="Complete all quests" }, [36]={ - + ["quest"]="Upgrade armor {0} times" }, [37]={ - + ["quest"]="Clear Tower of Lumens {0}" }, [38]={ - + ["quest"]="Clear battle waves" }, [39]={ - + ["quest"]="Clear Minecart Interception {0}" }, [40]={ - + ["quest"]="Complete all quests" }, [41]={ - + ["quest"]="Reach Gold I in the Arena" }, [42]={ - + ["quest"]="Watch {0} ads" }, [43]={ - + ["quest"]="Player reaches level {0}" }, [44]={ - + ["quest"]="Clear Abyss Challenge {0}" }, [45]={ - + ["quest"]="Complete all quests" } } local config = { diff --git a/lua/app/config/strings/en/global.lua b/lua/app/config/strings/en/global.lua index 32e874df..0b8a69d7 100644 --- a/lua/app/config/strings/en/global.lua +++ b/lua/app/config/strings/en/global.lua @@ -465,6 +465,52 @@ local localization_global = ["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", + ["ACT_FOURTEEN_TITLE_1"] = "Login Rewards", + ["ACT_FOURTEEN_TITLE_2"] = "Advanced Challenge", + ["ACT_FOURTEEN_TITLE_3"] = "Limited-Time Exchange", + ["ACT_FOURTEEN_TITLE_4"] = "Limited-Time Pack", + ["ACT_FOURTEEN_DESC_1"] = "Log in to the game and receive great rewards!", + ["ACT_FOURTEEN_DESC_2"] = "Challenge yourself and receive even better rewards!", + ["ACT_FOURTEEN_DESC_3"] = "Time waits for no one, and chances don't come again!", + ["ACT_FOURTEEN_DESC_5"] = "Log in to claim rewards and get extra rewards by unlocking Premium Battle Pass!", + ["ACT_FOURTEEN_DESC_6"] = "Stage", + ["ACT_FOURTEEN_DESC_7"] = "Locked. Please come back tomorrow~", + ["ACT_FOURTEEN_DESC_8"] = "Completing all quests in the current stage grants:", + ["ACT_FOURTEEN_DESC_9"] = "During the event, completing the advanced challenges grants [Challenge Points].", + ["ACT_BOSS_RUSH_DESC_1"] = "Confirm to spend {0} Diamonds to battle?", + ["ACT_BOSS_RUSH_DESC_2"] = "Boss Championship", + ["ACT_BOSS_RUSH_DESC_3"] = "Master Today", + ["ACT_BOSS_RUSH_DESC_4"] = "My highest today:", + ["ACT_BOSS_RUSH_DESC_5"] = "My challenges today: {0} times", + ["ACT_BOSS_RUSH_DESC_6"] = "今日次数:{0}", + ["ACT_BOSS_RUSH_DESC_7"] = "Cost:", + ["ACT_BOSS_RUSH_DESC_8"] = "Vacant", + ["ACT_BOSS_RUSH_DESC_9"] = "Line-up", + ["ACT_BOSS_RUSH_DESC_10"] = "Leaderboard", + ["ACT_BOSS_RUSH_DESC_11"] = "Boss Parade", + ["ACT_BOSS_RUSH_DESC_12"] = "Event Shop", + ["ACT_BOSS_RUSH_DESC_13"] = "Participate in the championship to challenge bosses!Win rare S heroes!!", + ["ACT_BOSS_RUSH_DESC_14"] = "Go", + ["ACT_BOSS_RUSH_DESC_15"] = "Boss Parade", + ["ACT_BOSS_RUSH_DESC_16"] = "Challenge enough boss championship waves to claim Boss Parade rewards.", + ["ACT_BOSS_RUSH_DESC_17"] = "Obtain [Boss Coins] in the Boss Parade to exchange for rewards. [Boss Coins] will be reclaimed when the event ends. Please exchange them on time.", + ["ACT_BOSS_RUSH_DESC_18"] = "Exchange", + ["ACT_BOSS_RUSH_DESC_19"] = "Remaining Attempts:{0}", + ["ACT_BOSS_RUSH_DESC_20"] = "Yesterday", + ["ACT_BOSS_RUSH_DESC_21"] = "Today", + ["ACT_BOSS_RUSH_DESC_22"] = "Rewards", + ["ACT_BOSS_RUSH_DESC_23"] = "Ranking:{0}", + ["ACT_BOSS_RUSH_DESC_24"] = "Ranking", + ["ACT_BOSS_RUSH_DESC_25"] = "Player", + ["ACT_BOSS_RUSH_DESC_26"] = "Record", + ["ACT_BOSS_RUSH_DESC_27"] = "1. Ranking will be based on the highest wave reached within the given day, and if multiple players have the same wave, the comparison will be based on the lowest number of turns taken. \n2. Ranking resets at 0:00 UTC daily, and then you can claim rewards based on your ranking from the previous day. Unclaimed rewards will not be reissued.", + ["ACT_BOSS_RUSH_DESC_28"] = "New Record", + ["ACT_BOSS_RUSH_DESC_29"] = "Parade Points", + ["ACT_BOSS_RUSH_DESC_30"] = "Challenge Completed", + ["ACT_BOSS_RUSH_DESC_31"] = "1. The order of bosses' appearance and the map will change daily. \n2. When the battle starts, your hero's skills are initially activated, but enhanced skills need to be upgraded, up to Lv. 60 in the battle. \n3. Championship ranking will be calculated once daily, and then you'll receive tons of [Boss Coins] that can exchange rewards in the event shop. \n4. Boss Parade will grant rewards based on the cumulative waves of battles you participate in during the championship. \n5. You can challenge once for free every day, and later challenges will consume Diamonds. Please brace yourself before engaging.", + ["ACT_BOSS_RUSH_DESC_32"] = "Highly rewarding limited time packages!", + ["ACT_BOSS_RUSH_DESC_33"] = "Stage {0} Unlocked", + ["NOT_POP_TODAY"] = "Don't remind me today", } 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 a4f43c08..9c267f29 100644 --- a/lua/app/config/strings/en/item.lua +++ b/lua/app/config/strings/en/item.lua @@ -188,10 +188,12 @@ local item = { ["desc"]="Shards obtained in batch will only randomly grant one of the following heroes." }, [51]={ - + ["name"]="Challenge Points", + ["desc"]="Challenge Points can exchange time-limited rewards of Advanced Challenges." }, [52]={ - + ["name"]="Boss Coins", + ["desc"]="Boss Coin can exchange rewards in the event shop of Boss Championship." }, [53]={ ["name"]="S3 Silver Avatar Frame", diff --git a/lua/app/config/strings/en/task_type.lua b/lua/app/config/strings/en/task_type.lua index 788e1c1c..8af7789a 100644 --- a/lua/app/config/strings/en/task_type.lua +++ b/lua/app/config/strings/en/task_type.lua @@ -93,28 +93,28 @@ local task_type = { }, [32]={ - + ["desc"]="Clear Abyss Challenge {0}" }, [33]={ - + ["desc"]="Clear Time Rift {0}-{1}" }, [34]={ - + ["desc"]="Clear Minecart Interception {0}" }, [35]={ - + ["desc"]="Clear Tower of Lumens {0}" }, [36]={ - + ["desc"]="Win in Daily Challenges {0} times" }, [37]={ - + ["desc"]="Open {0} Main Story Chests" }, [38]={ - + ["desc"]="Upgrade weapon {0} times" }, [39]={ - + ["desc"]="Upgrade armor {0} times" } } local config = { diff --git a/lua/app/config/strings/es/act_fourteen_quest.lua b/lua/app/config/strings/es/act_fourteen_quest.lua index a75c59ed..e206b827 100644 --- a/lua/app/config/strings/es/act_fourteen_quest.lua +++ b/lua/app/config/strings/es/act_fourteen_quest.lua @@ -1,138 +1,138 @@ local act_fourteen_quest = { [1]={ - + ["quest"]="Completa el Desafío Abisal {0}" }, [2]={ - + ["quest"]="Alcanza el nv. {0}" }, [3]={ - + ["quest"]="Alcanza Bronce II en la Arena" }, [4]={ - + ["quest"]="Ver {0} anuncios" }, [5]={ - + ["quest"]="Completa todas las misiones" }, [6]={ - + ["quest"]="Mejora armas {0} veces" }, [7]={ - + ["quest"]="Completa fases 3 a 6 de Grieta de Tiempo" }, [8]={ - + ["quest"]="Abre {0} cofres de línea principal" }, [9]={ - + ["quest"]="Completa Interceptación de Vagoneta" }, [10]={ - + ["quest"]="Completa todas las misiones" }, [11]={ - + ["quest"]="Completa Torre de Genio de Lámpara" }, [12]={ - + ["quest"]="Alcanza el nv. {0}" }, [13]={ - + ["quest"]="Completa el Desafío Abisal {0}" }, [14]={ - + ["quest"]="Ver {0} anuncios" }, [15]={ - + ["quest"]="Completa todas las misiones" }, [16]={ - + ["quest"]="{0} victorias en desafíos diarios" }, [17]={ - + ["quest"]="Completa Interceptación de Vagoneta" }, [18]={ - + ["quest"]="Completa fases 3 a 6 de Grieta de Tiempo" }, [19]={ - + ["quest"]="Abrir {0} baú valioso" }, [20]={ - + ["quest"]="Completa todas las misiones" }, [21]={ - + ["quest"]="Ver {0} anuncios" }, [22]={ - + ["quest"]="Ondas de combates completadas" }, [23]={ - + ["quest"]="Completa Torre de Genio de Lámpara" }, [24]={ - + ["quest"]="Alcanza Plata III en la Arena" }, [25]={ - + ["quest"]="Completa todas las misiones" }, [26]={ - + ["quest"]="Mata a Boss {0} veces" }, [27]={ - + ["quest"]="Completa el Desafío Abisal {0}" }, [28]={ - + ["quest"]="Abre {0} cofres de línea principal" }, [29]={ - + ["quest"]="Completa Interceptación de Vagoneta" }, [30]={ - + ["quest"]="Completa todas las misiones" }, [31]={ - + ["quest"]="Completa fases 3 a 6 de Grieta de Tiempo" }, [32]={ - + ["quest"]="{0} victorias en desafíos diarios" }, [33]={ - + ["quest"]="Abrir {0} baú valioso" }, [34]={ - + ["quest"]="Ver {0} anuncios" }, [35]={ - + ["quest"]="Completa todas las misiones" }, [36]={ - + ["quest"]="Mejora armadura {0} veces" }, [37]={ - + ["quest"]="Completa Torre de Genio de Lámpara" }, [38]={ - + ["quest"]="Ondas de combates completadas" }, [39]={ - + ["quest"]="Completa Interceptación de Vagoneta" }, [40]={ - + ["quest"]="Completa todas las misiones" }, [41]={ - + ["quest"]="Alcanza Oro I en la Arena" }, [42]={ - + ["quest"]="Ver {0} anuncios" }, [43]={ - + ["quest"]="Alcanza el nv. {0}" }, [44]={ - + ["quest"]="Completa el Desafío Abisal {0}" }, [45]={ - + ["quest"]="Completa todas las misiones" } } local config = { diff --git a/lua/app/config/strings/es/global.lua b/lua/app/config/strings/es/global.lua index 6e0b7f4e..f0155712 100644 --- a/lua/app/config/strings/es/global.lua +++ b/lua/app/config/strings/es/global.lua @@ -465,6 +465,52 @@ local localization_global = ["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", + ["ACT_FOURTEEN_TITLE_1"] = "Regalo de Acceso", + ["ACT_FOURTEEN_TITLE_2"] = "Desafío Avanzado", + ["ACT_FOURTEEN_TITLE_3"] = "Canje por Tiempo Limitado", + ["ACT_FOURTEEN_TITLE_4"] = "Paquete por Tiempo Limitado", + ["ACT_FOURTEEN_DESC_1"] = "¡Entra en el juego y disfruta de regalos!", + ["ACT_FOURTEEN_DESC_2"] = "¡Desafíate y recibe regalos!", + ["ACT_FOURTEEN_DESC_3"] = "¡Es ahora o nunca!", + ["ACT_FOURTEEN_DESC_5"] = "¡Entra el juego para recibir recompensas, y gana recompensas adicionales al desbloquear el Pase de Batalla Premium!", + ["ACT_FOURTEEN_DESC_6"] = "Etapa", + ["ACT_FOURTEEN_DESC_7"] = "Está bloqueado. Por favor vuelve mañana.", + ["ACT_FOURTEEN_DESC_8"] = "Tras completar todas las misiones en la etapa actual, podrá obtener:", + ["ACT_FOURTEEN_DESC_9"] = "Durante el evento, se puede obtener [Puntos de desafío] completando Desafío Avanzado.", + ["ACT_BOSS_RUSH_DESC_1"] = "¿Quieres entrar en combate con {0} diamantes?", + ["ACT_BOSS_RUSH_DESC_2"] = "Abierto de Jefes", + ["ACT_BOSS_RUSH_DESC_3"] = "El maestro de hoy", + ["ACT_BOSS_RUSH_DESC_4"] = "Mi récord de hoy:", + ["ACT_BOSS_RUSH_DESC_5"] = "Mis desafíos de hoy: {0}", + ["ACT_BOSS_RUSH_DESC_6"] = "จำนวนวันนี้:{0}", + ["ACT_BOSS_RUSH_DESC_7"] = "Consumo:", + ["ACT_BOSS_RUSH_DESC_8"] = "Vacante", + ["ACT_BOSS_RUSH_DESC_9"] = "Alineación", + ["ACT_BOSS_RUSH_DESC_10"] = "Clasificación", + ["ACT_BOSS_RUSH_DESC_11"] = "Desfile de Jefes", + ["ACT_BOSS_RUSH_DESC_12"] = "Tienda del Evento", + ["ACT_BOSS_RUSH_DESC_13"] = "¡Participa en torneos abiertos y desafía a los jefes!¡Gana héroes raros de clase S!", + ["ACT_BOSS_RUSH_DESC_14"] = "Ir ahora", + ["ACT_BOSS_RUSH_DESC_15"] = "Desfile de Jefes", + ["ACT_BOSS_RUSH_DESC_16"] = "Acumula las ondas de desafíos del Abierto para recibir recompensas de Desfile de Jefes.", + ["ACT_BOSS_RUSH_DESC_17"] = "Obtén [Monedas de Jefe] en Desfile de Jefes para canjearlas por recompensas. Cuando termina el evento, las [Monedas de Jefe] serán recicladas. No olvides de canjearlas a tiempo.", + ["ACT_BOSS_RUSH_DESC_18"] = "Canjear", + ["ACT_BOSS_RUSH_DESC_19"] = "Chances Restantes:{0}", + ["ACT_BOSS_RUSH_DESC_20"] = "Ayer", + ["ACT_BOSS_RUSH_DESC_21"] = "Hoy", + ["ACT_BOSS_RUSH_DESC_22"] = "Recompensa", + ["ACT_BOSS_RUSH_DESC_23"] = "Clasificación:{0}", + ["ACT_BOSS_RUSH_DESC_24"] = "Clasificación", + ["ACT_BOSS_RUSH_DESC_25"] = "Jugador", + ["ACT_BOSS_RUSH_DESC_26"] = "Récord", + ["ACT_BOSS_RUSH_DESC_27"] = "1.La clasificación se basará en el número máximo de ondas del día. Para los jugadores con el mismo número de ondas, se compararán el número menor de rondas. \2.La clasificación se restablecerá a las 0:00 (UTC-0) todos los días y, tras el restablecimiento, podrás colectar las recompensas según la clasificación del día anterior. Las recompensas no colectadas no serán reemitidas.", + ["ACT_BOSS_RUSH_DESC_28"] = "Nuevo Récord", + ["ACT_BOSS_RUSH_DESC_29"] = "Puntos de Desfile", + ["ACT_BOSS_RUSH_DESC_30"] = "Desafío completado", + ["ACT_BOSS_RUSH_DESC_31"] = "1. El orden de aparición de los jefes y del mapa cambian diariamente. \n2. Cuando comienza la batalla, las habilidades de tu héroe se activan por defecto, pero las habilidades reforzadas requieren mejoras, hasta 60 niveles dentro de la batalla. \n3. La clasificación del Abierto se calcula diariamente, y se otorgará una gran cantidad de [Monedas de Jefe], que se puede utilizar en la tienda del evento para canjear por recompensas. \n4. Las recompensas del Desfile de Jefes se basa en el número acumulado de ondas participadas en las batallas del Abierto. \n5. Puedes desafiar gratuitamente una vez al día, y los desafíos posteriores requieren diamantes. Prepárate antes de empezar un desafío adicional.", + ["ACT_BOSS_RUSH_DESC_32"] = "¡Paquete especial de tiempo limitado!", + ["ACT_BOSS_RUSH_DESC_33"] = "Desbloqueo de la etapa {0}", + ["NOT_POP_TODAY"] = "No más notas por hoy", } 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 ffbbe890..8e705946 100644 --- a/lua/app/config/strings/es/item.lua +++ b/lua/app/config/strings/es/item.lua @@ -188,10 +188,12 @@ local item = { ["desc"]="Al obtener por lote, solo aparecerá uno de los siguientes héroes" }, [51]={ - + ["name"]="Puntos de Desafío", + ["desc"]="Los Puntos de Desafío se pueden canjear por recompensas en Desafío Avanzado por tiempo limitado." }, [52]={ - + ["name"]="Monedas de Jefe", + ["desc"]="Las Monedas de Jefe se pueden canjear por recompensas en la tienda del evento Abierto de Jefes." }, [53]={ ["name"]="Marco de avatar de plata Temporada S3", diff --git a/lua/app/config/strings/es/task_type.lua b/lua/app/config/strings/es/task_type.lua index bed3b460..2cb219ce 100644 --- a/lua/app/config/strings/es/task_type.lua +++ b/lua/app/config/strings/es/task_type.lua @@ -93,28 +93,28 @@ local task_type = { }, [32]={ - + ["desc"]="Completa el Desafío Abisal {0}" }, [33]={ - + ["desc"]="Completa fases 3 a 6 de Grieta de Tiempo" }, [34]={ - + ["desc"]="Completa Interceptación de Vagoneta" }, [35]={ - + ["desc"]="Completa Torre de Genio de Lámpara" }, [36]={ - + ["desc"]="{0} victorias en desafíos diarios" }, [37]={ - + ["desc"]="Abre {0} cofres de línea principal" }, [38]={ - + ["desc"]="Mejora armas {0} veces" }, [39]={ - + ["desc"]="Mejora armadura {0} veces" } } local config = { diff --git a/lua/app/config/strings/id/act_fourteen_quest.lua b/lua/app/config/strings/id/act_fourteen_quest.lua index a75c59ed..d50201a6 100644 --- a/lua/app/config/strings/id/act_fourteen_quest.lua +++ b/lua/app/config/strings/id/act_fourteen_quest.lua @@ -1,138 +1,138 @@ local act_fourteen_quest = { [1]={ - + ["quest"]="Lolos Tantangan Abyssal {0}" }, [2]={ - + ["quest"]="Pemain mencapai Lv.{0}" }, [3]={ - + ["quest"]="Raih Bronze II di Arena" }, [4]={ - + ["quest"]="Tonton {0} iklan" }, [5]={ - + ["quest"]="Selesaikan semua quest" }, [6]={ - + ["quest"]="Upgrade senjata {0} kali" }, [7]={ - + ["quest"]="Lolos Celah Waktu {0}-{1}" }, [8]={ - + ["quest"]="Buka {0} Peti Quest Utama" }, [9]={ - + ["quest"]="Lolos Mencegat Kereta Tambang {0}" }, [10]={ - + ["quest"]="Selesaikan semua quest" }, [11]={ - + ["quest"]="Lolos Menara Lumen {0}" }, [12]={ - + ["quest"]="Pemain mencapai Lv.{0}" }, [13]={ - + ["quest"]="Lolos Tantangan Abyssal {0}" }, [14]={ - + ["quest"]="Tonton {0} iklan" }, [15]={ - + ["quest"]="Selesaikan semua quest" }, [16]={ - + ["quest"]="Menang Tantangan Harian {0} kali" }, [17]={ - + ["quest"]="Lolos Mencegat Kereta Tambang {0}" }, [18]={ - + ["quest"]="Lolos Celah Waktu {0}-{1}" }, [19]={ - + ["quest"]="Membuka Peti Premium {0} kali" }, [20]={ - + ["quest"]="Selesaikan semua quest" }, [21]={ - + ["quest"]="Tonton {0} iklan" }, [22]={ - + ["quest"]="Hapus gelombang battle" }, [23]={ - + ["quest"]="Lolos Menara Lumen {0}" }, [24]={ - + ["quest"]="Raih Silver III di Arena" }, [25]={ - + ["quest"]="Selesaikan semua quest" }, [26]={ - + ["quest"]="Kalahkan Boss {0} kali" }, [27]={ - + ["quest"]="Lolos Tantangan Abyssal {0}" }, [28]={ - + ["quest"]="Buka {0} Peti Quest Utama" }, [29]={ - + ["quest"]="Lolos Mencegat Kereta Tambang {0}" }, [30]={ - + ["quest"]="Selesaikan semua quest" }, [31]={ - + ["quest"]="Lolos Celah Waktu {0}-{1}" }, [32]={ - + ["quest"]="Menang Tantangan Harian {0} kali" }, [33]={ - + ["quest"]="Membuka Peti Premium {0} kali" }, [34]={ - + ["quest"]="Tonton {0} iklan" }, [35]={ - + ["quest"]="Selesaikan semua quest" }, [36]={ - + ["quest"]="Upgrade Armor {0} kali" }, [37]={ - + ["quest"]="Lolos Menara Lumen {0}" }, [38]={ - + ["quest"]="Hapus gelombang battle" }, [39]={ - + ["quest"]="Lolos Mencegat Kereta Tambang {0}" }, [40]={ - + ["quest"]="Selesaikan semua quest" }, [41]={ - + ["quest"]="Raih Gold I di Arena" }, [42]={ - + ["quest"]="Tonton {0} iklan" }, [43]={ - + ["quest"]="Pemain mencapai Lv.{0}" }, [44]={ - + ["quest"]="Lolos Tantangan Abyssal {0}" }, [45]={ - + ["quest"]="Selesaikan semua quest" } } local config = { diff --git a/lua/app/config/strings/id/global.lua b/lua/app/config/strings/id/global.lua index 140dded5..0a67cc1c 100644 --- a/lua/app/config/strings/id/global.lua +++ b/lua/app/config/strings/id/global.lua @@ -465,6 +465,52 @@ local localization_global = ["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", + ["ACT_FOURTEEN_TITLE_1"] = "Hadiah Login", + ["ACT_FOURTEEN_TITLE_2"] = "Tantangan Advanced", + ["ACT_FOURTEEN_TITLE_3"] = "Penukaran Berbatas Waktu", + ["ACT_FOURTEEN_TITLE_4"] = "Pack Berbatas Waktu", + ["ACT_FOURTEEN_DESC_1"] = "Login game dan nikmati hadiah menarik!", + ["ACT_FOURTEEN_DESC_2"] = "Tantang diri sendiri dan dapatkan lebih banyak hadiah!", + ["ACT_FOURTEEN_DESC_3"] = "Waktu tidak menunggu siapa pun, dan kesempatan tidak akan datang dua kali!", + ["ACT_FOURTEEN_DESC_5"] = "Login untuk klaim hadiah dan dapatkan hadiah tambahan dengan membuka Pass Premium!", + ["ACT_FOURTEEN_DESC_6"] = "Stage", + ["ACT_FOURTEEN_DESC_7"] = "Terkunci. Silakan kembali lagi besok!", + ["ACT_FOURTEEN_DESC_8"] = "Selesaikan semua quest di stage saat ini bisa mendapatkan:", + ["ACT_FOURTEEN_DESC_9"] = "Selama periode acara, [Poin Tantangan] dapat diperoleh dengan menyelesaikan Tantangan Advanced.", + ["ACT_BOSS_RUSH_DESC_1"] = "Gunakan {0} berlian untuk battle?", + ["ACT_BOSS_RUSH_DESC_2"] = "Kejuaraan Boss", + ["ACT_BOSS_RUSH_DESC_3"] = "Master hari ini", + ["ACT_BOSS_RUSH_DESC_4"] = "Tertinggi hari ini:", + ["ACT_BOSS_RUSH_DESC_5"] = "Tantangan hari ini: {0} kali", + ["ACT_BOSS_RUSH_DESC_6"] = "今日次數:{0}", + ["ACT_BOSS_RUSH_DESC_7"] = "Biaya:", + ["ACT_BOSS_RUSH_DESC_8"] = "Kosong", + ["ACT_BOSS_RUSH_DESC_9"] = "Line-up", + ["ACT_BOSS_RUSH_DESC_10"] = "Papan Peringkat", + ["ACT_BOSS_RUSH_DESC_11"] = "Parade Boss", + ["ACT_BOSS_RUSH_DESC_12"] = "Mall Event", + ["ACT_BOSS_RUSH_DESC_13"] = "Berpartisipasilah dalam kejuaraan untuk menantang Boss!Menangkan Hero S langka!!", + ["ACT_BOSS_RUSH_DESC_14"] = "Pergi", + ["ACT_BOSS_RUSH_DESC_15"] = "Parade Boss", + ["ACT_BOSS_RUSH_DESC_16"] = "Tantang sejumlah kejuaraan Boss untuk mendapatkan hadiah Parade Boss.", + ["ACT_BOSS_RUSH_DESC_17"] = "Dapatkan [Koin Boss] di Parade Boss untuk ditukar dengan hadiah. [Koin Boss] dapat diklaim kembali setelah event berakhir. Harap tukarkan tepat waktu.", + ["ACT_BOSS_RUSH_DESC_18"] = "Tukar", + ["ACT_BOSS_RUSH_DESC_19"] = "Sisa:{0}", + ["ACT_BOSS_RUSH_DESC_20"] = "Kemarin", + ["ACT_BOSS_RUSH_DESC_21"] = "Hari ini", + ["ACT_BOSS_RUSH_DESC_22"] = "Hadiah", + ["ACT_BOSS_RUSH_DESC_23"] = "Rank:{0}", + ["ACT_BOSS_RUSH_DESC_24"] = "Rank", + ["ACT_BOSS_RUSH_DESC_25"] = "Pemain", + ["ACT_BOSS_RUSH_DESC_26"] = "Log", + ["ACT_BOSS_RUSH_DESC_27"] = "1. Peringkat akan didasarkan pada gelombang tertinggi yang dicapai pada hari tertentu, dan jika beberapa pemain memiliki gelombang yang sama, perbandingan akan didasarkan pada jumlah putaran terendah yang dilakukan. \n2. Peringkat direset setiap hari pada pukul 00:00 UTC, lalu dapat klaim hadiah berdasarkan peringkatmu dari hari sebelumnya. Hadiah yang tidak diklaim tidak akan diterbitkan kembali.", + ["ACT_BOSS_RUSH_DESC_28"] = "Log Baru", + ["ACT_BOSS_RUSH_DESC_29"] = "Poin Parade", + ["ACT_BOSS_RUSH_DESC_30"] = "Tatangan selesai", + ["ACT_BOSS_RUSH_DESC_31"] = "1. Urutan kemunculan Boss dan peta akan berubah setiap hari. \n2. Saat battle dimulai, skill Hero diaktifkan, tapi skill yang ditingkatkan perlu diupgrade hingga Lv. 60 dalam battle. \n3. Peringkat kejuaraan akan dihitung 1x per hari, dan kamu akan mendapat [Koin Boss] yang dapat ditukarkan dengan hadiah di toko event. \n4. Parade Boss akan memberikan hadiah berdasarkan gelombang kumulatif battle yang diikuti selama kejuaraan. \n5. Dapat menantang sekali secara gratis setiap hari, dan tantangan selanjutnya akan mengonsumsi Berlian.", + ["ACT_BOSS_RUSH_DESC_32"] = "Paket waktu terbatas yang sangat bermanfaat!", + ["ACT_BOSS_RUSH_DESC_33"] = "Fase {0} membuka kunci", + ["NOT_POP_TODAY"] = "Jangan ingatkan lagi hari ini", } 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 e1da76c5..a0d26781 100644 --- a/lua/app/config/strings/id/item.lua +++ b/lua/app/config/strings/id/item.lua @@ -188,10 +188,12 @@ local item = { ["desc"]="Hanya satu dari Hero berikut yang akan muncul secara acak saat dapat dalam jumlah banyak." }, [51]={ - + ["name"]="Poin Tantangan", + ["desc"]="Poin Tantangan dapat ditukarkan hadiah Tantangan Advanced berbatas waktu." }, [52]={ - + ["name"]="Koin Boss", + ["desc"]="Koin Boss dapat ditukarkan hadiah di toko event Kejuaraan Boss." }, [53]={ ["name"]="Bingkai Avatar Silver Musim S3", diff --git a/lua/app/config/strings/id/task_type.lua b/lua/app/config/strings/id/task_type.lua index 41f274aa..a1c64e52 100644 --- a/lua/app/config/strings/id/task_type.lua +++ b/lua/app/config/strings/id/task_type.lua @@ -93,28 +93,28 @@ local task_type = { }, [32]={ - + ["desc"]="Lolos Tantangan Abyssal {0}" }, [33]={ - + ["desc"]="Lolos Celah Waktu {0}-{1}" }, [34]={ - + ["desc"]="Lolos Mencegat Kereta Tambang {0}" }, [35]={ - + ["desc"]="Lolos Menara Lumen {0}" }, [36]={ - + ["desc"]="Menang Tantangan Harian {0} kali" }, [37]={ - + ["desc"]="Buka {0} Peti Quest Utama" }, [38]={ - + ["desc"]="Upgrade senjata {0} kali" }, [39]={ - + ["desc"]="Upgrade Armor {0} kali" } } local config = { diff --git a/lua/app/config/strings/ja/act_fourteen_quest.lua b/lua/app/config/strings/ja/act_fourteen_quest.lua index a75c59ed..7408589e 100644 --- a/lua/app/config/strings/ja/act_fourteen_quest.lua +++ b/lua/app/config/strings/ja/act_fourteen_quest.lua @@ -1,138 +1,138 @@ local act_fourteen_quest = { [1]={ - + ["quest"]="アビス挑戦で{0}をクリアする" }, [2]={ - + ["quest"]="プレーヤーがLv{0}に達する" }, [3]={ - + ["quest"]="闘技場でブロンズIIに達する" }, [4]={ - + ["quest"]="CM視聴回数が合計で{0}に達する" }, [5]={ - + ["quest"]="すべてのミッションを達成する" }, [6]={ - + ["quest"]="武器を{0}回レベルアップする" }, [7]={ - + ["quest"]="時空の裂け目{0}-{1}をクリアする" }, [8]={ - + ["quest"]="メインストーリー宝箱を{0}個開ける" }, [9]={ - + ["quest"]="トロッコを阻む{0}をクリアする" }, [10]={ - + ["quest"]="すべてのミッションを達成する" }, [11]={ - + ["quest"]="ランプの魔神の塔{0}をクリアする" }, [12]={ - + ["quest"]="プレーヤーがLv{0}に達する" }, [13]={ - + ["quest"]="アビス挑戦で{0}をクリアする" }, [14]={ - + ["quest"]="CM視聴回数が合計で{0}に達する" }, [15]={ - + ["quest"]="すべてのミッションを達成する" }, [16]={ - + ["quest"]="デイリー挑戦で{0}回勝利する" }, [17]={ - + ["quest"]="トロッコを阻む{0}をクリアする" }, [18]={ - + ["quest"]="時空の裂け目{0}-{1}をクリアする" }, [19]={ - + ["quest"]="貴重の宝箱を{0}箱開ける" }, [20]={ - + ["quest"]="すべてのミッションを達成する" }, [21]={ - + ["quest"]="CM視聴回数が合計で{0}に達する" }, [22]={ - + ["quest"]="波をクリアする回数" }, [23]={ - + ["quest"]="ランプの魔神の塔{0}をクリアする" }, [24]={ - + ["quest"]="闘技場でシルバーIに達する" }, [25]={ - + ["quest"]="すべてのミッションを達成する" }, [26]={ - + ["quest"]="ボスを{0}回撃破する" }, [27]={ - + ["quest"]="アビス挑戦で{0}をクリアする" }, [28]={ - + ["quest"]="メインストーリー宝箱を{0}個開ける" }, [29]={ - + ["quest"]="トロッコを阻む{0}をクリアする" }, [30]={ - + ["quest"]="すべてのミッションを達成する" }, [31]={ - + ["quest"]="時空の裂け目{0}-{1}をクリアする" }, [32]={ - + ["quest"]="デイリー挑戦で{0}回勝利する" }, [33]={ - + ["quest"]="貴重の宝箱を{0}箱開ける" }, [34]={ - + ["quest"]="CM視聴回数が合計で{0}に達する" }, [35]={ - + ["quest"]="すべてのミッションを達成する" }, [36]={ - + ["quest"]="防具を{0}回レベルアップする" }, [37]={ - + ["quest"]="ランプの魔神の塔{0}をクリアする" }, [38]={ - + ["quest"]="波をクリアする回数" }, [39]={ - + ["quest"]="トロッコを阻む{0}をクリアする" }, [40]={ - + ["quest"]="すべてのミッションを達成する" }, [41]={ - + ["quest"]="闘技場でゴールドIに達する" }, [42]={ - + ["quest"]="CM視聴回数が合計で{0}に達する" }, [43]={ - + ["quest"]="プレーヤーがLv{0}に達する" }, [44]={ - + ["quest"]="アビス挑戦で{0}をクリアする" }, [45]={ - + ["quest"]="すべてのミッションを達成する" } } local config = { diff --git a/lua/app/config/strings/ja/global.lua b/lua/app/config/strings/ja/global.lua index d12c50cd..ddaeca7e 100644 --- a/lua/app/config/strings/ja/global.lua +++ b/lua/app/config/strings/ja/global.lua @@ -465,6 +465,52 @@ local localization_global = ["SEIZED_DESC_1"] = "アカウントに異常が検出されました。サポートセンターに連絡するか、アカウントを削除し、新しいアカウントを作成してゲームを続行してください。", ["SEIZED_DESC_2"] = "サポートセンターに連絡する", ["SEIZED_DESC_3"] = "アカウントを削除する", + ["ACT_FOURTEEN_TITLE_1"] = "ログインボーナス", + ["ACT_FOURTEEN_TITLE_2"] = "ランクアップ挑戦", + ["ACT_FOURTEEN_TITLE_3"] = "期間限定交換", + ["ACT_FOURTEEN_TITLE_4"] = "期間限定パック", + ["ACT_FOURTEEN_DESC_1"] = "ログインすると、豪華なボーナスを獲得可能!", + ["ACT_FOURTEEN_DESC_2"] = "自分自身に挑戦して、豪華な報酬をゲットしよう!", + ["ACT_FOURTEEN_DESC_3"] = "期間限定、お見逃しなく!", + ["ACT_FOURTEEN_DESC_5"] = "ログインすると報酬を獲得できます。プレミアム戦令を解放すると、追加報酬も獲得できます!", + ["ACT_FOURTEEN_DESC_6"] = "ステージ", + ["ACT_FOURTEEN_DESC_7"] = "未解放、明日また来てください~", + ["ACT_FOURTEEN_DESC_8"] = "現在のステージのすべてのミッションを完了すると、以下を獲得可能:", + ["ACT_FOURTEEN_DESC_9"] = "イベント期間中、ランクアップ挑戦を完了すると、【挑戦ポイント】を獲得できる。", + ["ACT_BOSS_RUSH_DESC_1"] = "{0}ダイヤを消費して、バトルを開始しますか?", + ["ACT_BOSS_RUSH_DESC_2"] = "ボス選手権大会", + ["ACT_BOSS_RUSH_DESC_3"] = "今日のマスター", + ["ACT_BOSS_RUSH_DESC_4"] = "自分の本日最高:", + ["ACT_BOSS_RUSH_DESC_5"] = "今日の挑戦回数:{0}回", + ["ACT_BOSS_RUSH_DESC_6"] = "Attempts Today:{0}", + ["ACT_BOSS_RUSH_DESC_7"] = "消費:", + ["ACT_BOSS_RUSH_DESC_8"] = "データありません", + ["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"] = "選手権大会に参加して、様々なボスに挑戦しよう!レアS級ヒーローをゲットしよう!!", + ["ACT_BOSS_RUSH_DESC_14"] = "移動", + ["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_20"] = "昨日", + ["ACT_BOSS_RUSH_DESC_21"] = "今日", + ["ACT_BOSS_RUSH_DESC_22"] = "報酬", + ["ACT_BOSS_RUSH_DESC_23"] = "ランキング:{0}", + ["ACT_BOSS_RUSH_DESC_24"] = "ランキング", + ["ACT_BOSS_RUSH_DESC_25"] = "プレーヤー", + ["ACT_BOSS_RUSH_DESC_26"] = "記録", + ["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"] = "1.ボスの登場順とマップは毎日変わります。\n2.バトル開始後、ヒーローのスキルはデフォルトで解放されますが、強化スキルを獲得するにはレベルアップが必要です。バトル中最大60級までレベルアップできます。\n3.選手権大会のランキングは1日1回決算され、決算完了後に大量の【ボスコイン】を獲得でき、イベントショップで報酬と交換できます。\n4.ボスパレードでは、選手権大会で参加したバトルの回数に応じて報酬を獲得できます。\n5.1日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/ja/item.lua b/lua/app/config/strings/ja/item.lua index 5156e22d..6ed6297e 100644 --- a/lua/app/config/strings/ja/item.lua +++ b/lua/app/config/strings/ja/item.lua @@ -188,10 +188,12 @@ local item = { ["desc"]="一括獲得の時、以下のいずれかのヒーロー1名をランダムで獲得できる。" }, [51]={ - + ["name"]="挑戦ポイント", + ["desc"]="挑戦ポイント、ランクアップ挑戦で期間限定報酬と交換できる。" }, [52]={ - + ["name"]="ボスコイン", + ["desc"]="ボスコイン、ボス選手権大会のイベントショップで報酬と交換できる。" }, [53]={ ["name"]="S3シーズンシルバーフレーム", diff --git a/lua/app/config/strings/ja/task_type.lua b/lua/app/config/strings/ja/task_type.lua index e9262114..9c02ab02 100644 --- a/lua/app/config/strings/ja/task_type.lua +++ b/lua/app/config/strings/ja/task_type.lua @@ -93,28 +93,28 @@ local task_type = { }, [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 = { diff --git a/lua/app/config/strings/ko/act_fourteen_quest.lua b/lua/app/config/strings/ko/act_fourteen_quest.lua index a75c59ed..6df89abd 100644 --- a/lua/app/config/strings/ko/act_fourteen_quest.lua +++ b/lua/app/config/strings/ko/act_fourteen_quest.lua @@ -1,138 +1,138 @@ local act_fourteen_quest = { [1]={ - + ["quest"]="어비스 챌린지 {0} 클리어" }, [2]={ - + ["quest"]="플레이어 레벨 {0} 달성" }, [3]={ - + ["quest"]="아레나에서 브론즈 II 달성" }, [4]={ - + ["quest"]="광고 시청 횟수 누적 {0}회" }, [5]={ - + ["quest"]="모든 미션 완료" }, [6]={ - + ["quest"]="무기 업그레이드 {0}회" }, [7]={ - + ["quest"]="시공간의 균열 {0}-{1} 클리어" }, [8]={ - + ["quest"]="메인라인 보물 상자 {0}개 오픈" }, [9]={ - + ["quest"]="트램카 막기 {0} 클리어" }, [10]={ - + ["quest"]="모든 미션 완료" }, [11]={ - + ["quest"]="램프신의 탑 {0} 클리어" }, [12]={ - + ["quest"]="플레이어 레벨 {0} 달성" }, [13]={ - + ["quest"]="어비스 챌린지 {0} 클리어" }, [14]={ - + ["quest"]="광고 시청 횟수 누적 {0}회" }, [15]={ - + ["quest"]="모든 미션 완료" }, [16]={ - + ["quest"]="데일리 챌린지에서 {0}회 승리" }, [17]={ - + ["quest"]="트램카 막기 {0} 클리어" }, [18]={ - + ["quest"]="시공간의 균열 {0}-{1} 클리어" }, [19]={ - + ["quest"]="귀중한 보물 상자 {0}번 오픈하기" }, [20]={ - + ["quest"]="모든 미션 완료" }, [21]={ - + ["quest"]="광고 시청 횟수 누적 {0}회" }, [22]={ - + ["quest"]="클리어한 전투 웨이브 수" }, [23]={ - + ["quest"]="램프신의 탑 {0} 클리어" }, [24]={ - + ["quest"]="아레나에서 실버 III 달성" }, [25]={ - + ["quest"]="모든 미션 완료" }, [26]={ - + ["quest"]="보스 {0}회 처치" }, [27]={ - + ["quest"]="어비스 챌린지 {0} 클리어" }, [28]={ - + ["quest"]="메인라인 보물 상자 {0}개 오픈" }, [29]={ - + ["quest"]="트램카 막기 {0} 클리어" }, [30]={ - + ["quest"]="모든 미션 완료" }, [31]={ - + ["quest"]="시공간의 균열 {0}-{1} 클리어" }, [32]={ - + ["quest"]="데일리 챌린지에서 {0}회 승리" }, [33]={ - + ["quest"]="귀중한 보물 상자 {0}번 오픈하기" }, [34]={ - + ["quest"]="광고 시청 횟수 누적 {0}회" }, [35]={ - + ["quest"]="모든 미션 완료" }, [36]={ - + ["quest"]="방어구 업그레이드 {0}회" }, [37]={ - + ["quest"]="램프신의 탑 {0} 클리어" }, [38]={ - + ["quest"]="클리어한 전투 웨이브 수" }, [39]={ - + ["quest"]="트램카 막기 {0} 클리어" }, [40]={ - + ["quest"]="모든 미션 완료" }, [41]={ - + ["quest"]="아레나에서 골드Ⅰ 달성" }, [42]={ - + ["quest"]="광고 시청 횟수 누적 {0}회" }, [43]={ - + ["quest"]="플레이어 레벨 {0} 달성" }, [44]={ - + ["quest"]="어비스 챌린지 {0} 클리어" }, [45]={ - + ["quest"]="모든 미션 완료" } } local config = { diff --git a/lua/app/config/strings/ko/global.lua b/lua/app/config/strings/ko/global.lua index 4d2ea710..dcc9ff17 100644 --- a/lua/app/config/strings/ko/global.lua +++ b/lua/app/config/strings/ko/global.lua @@ -465,6 +465,52 @@ local localization_global = ["SEIZED_DESC_1"] = "계정에 이상이 발견되었습니다. 문제 해결을 위해 고객 서비스에 문의하거나 계정을 삭제하시고 새 계정을 사용하여 게임을 계속 진행하시기 바랍니다.", ["SEIZED_DESC_2"] = "고객 서비스 문의", ["SEIZED_DESC_3"] = "계정 삭제", + ["ACT_FOURTEEN_TITLE_1"] = "로그인 선물", + ["ACT_FOURTEEN_TITLE_2"] = "고급 도전", + ["ACT_FOURTEEN_TITLE_3"] = "기간 한정 교환", + ["ACT_FOURTEEN_TITLE_4"] = "한정 시간 패키지", + ["ACT_FOURTEEN_DESC_1"] = "게임에 로그인하고 푸짐한 보상을 획득하세요!", + ["ACT_FOURTEEN_DESC_2"] = "멈추지 않는 도전으로 더 많은 선물을 받으세요!", + ["ACT_FOURTEEN_DESC_3"] = "시간은 사람을 기다리지 않고 기회는 다시 오지 않습니다!", + ["ACT_FOURTEEN_DESC_5"] = "로그인하면 즉시 보상을 받을 수 있습니다. 고급 배틀 패스를 해제하여 추가 보상을 받으세요!", + ["ACT_FOURTEEN_DESC_6"] = "스테이지", + ["ACT_FOURTEEN_DESC_7"] = "아직 잠겨 있습니다. 내일 다시 시도하세요~", + ["ACT_FOURTEEN_DESC_8"] = "현재 스테이지의 모든 퀘스트를 완료하면 획득 가능:", + ["ACT_FOURTEEN_DESC_9"] = "이벤트 기간 고급 도전을 완료하면 [도전 포인트]를 획득할 수 있습니다.", + ["ACT_BOSS_RUSH_DESC_1"] = "{0} 다이아를 소모하여 전투에 참여하시겠나요?", + ["ACT_BOSS_RUSH_DESC_2"] = "보스 오픈 토너먼트", + ["ACT_BOSS_RUSH_DESC_3"] = "오늘의 마스터", + ["ACT_BOSS_RUSH_DESC_4"] = "오늘 나의 최고 기록:", + ["ACT_BOSS_RUSH_DESC_5"] = "오늘 도전한 횟수: {0}회", + ["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_10"] = "랭킹", + ["ACT_BOSS_RUSH_DESC_11"] = "보스 퍼레이드", + ["ACT_BOSS_RUSH_DESC_12"] = "이벤트 상점", + ["ACT_BOSS_RUSH_DESC_13"] = "오픈 토너먼트에 참가하여 다양한 보스에게 도전해보세요!희귀한 S레벨 영웅을 획득하세요!!", + ["ACT_BOSS_RUSH_DESC_14"] = "바로가기", + ["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_20"] = "어제", + ["ACT_BOSS_RUSH_DESC_21"] = "오늘", + ["ACT_BOSS_RUSH_DESC_22"] = "보상", + ["ACT_BOSS_RUSH_DESC_23"] = "순위:{0}", + ["ACT_BOSS_RUSH_DESC_24"] = "순위", + ["ACT_BOSS_RUSH_DESC_25"] = "플레이어", + ["ACT_BOSS_RUSH_DESC_26"] = "기록", + ["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"] = "1. 보스 등장 순서와 맵은 매일 달라집니다. \n2. 전투가 시작되면 영웅 스킬은 기본적으로 활성화되지만 강화 스킬은 업그레이드를 통해 획득해야 합니다. 전투에서 최대 60레벨까지 업그레이드할 수 있습니다. \n3. 오픈 토너먼트 랭킹은 매일 한번 정산됩니다. 정산 시 대량의 [보스 코인]이 지급되며 이벤트 상점에서 보상으로 교환할 수 있습니다. \n4. 보스 퍼레이드에서는 오픈 토너먼트 전투에 참여한 누적 웨이브 수에 따라 보상이 지급됩니다.\n5. 하루에 한 번 무료로 도전할 수 있으며, 이후 도전에는 다이아가 소모됩니다. 준비가 되면 도전을 시작하세요.", + ["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/ko/item.lua b/lua/app/config/strings/ko/item.lua index d3a91438..d2f2351e 100644 --- a/lua/app/config/strings/ko/item.lua +++ b/lua/app/config/strings/ko/item.lua @@ -188,10 +188,12 @@ local item = { ["desc"]="일괄 획득 시 다음 영웅 중 한 명만 무작위로 선택됩니다." }, [51]={ - + ["name"]="도전 포인트", + ["desc"]="도전 포인트, 고급 도전에 참여하여 기간 한정 보상으로 교환할 수 있습니다." }, [52]={ - + ["name"]="보스 코인", + ["desc"]="보스 오픈 토너먼트 이벤트 상점에서 보상으로 교환할 수 있는 보스 코인" }, [53]={ ["name"]="S3 시즌 실버 아이콘 프레임", diff --git a/lua/app/config/strings/ko/task_type.lua b/lua/app/config/strings/ko/task_type.lua index 9ea9133b..49a9a833 100644 --- a/lua/app/config/strings/ko/task_type.lua +++ b/lua/app/config/strings/ko/task_type.lua @@ -93,28 +93,28 @@ local task_type = { }, [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 = { diff --git a/lua/app/config/strings/pt/act_fourteen_quest.lua b/lua/app/config/strings/pt/act_fourteen_quest.lua index a75c59ed..9927ce2f 100644 --- a/lua/app/config/strings/pt/act_fourteen_quest.lua +++ b/lua/app/config/strings/pt/act_fourteen_quest.lua @@ -1,138 +1,138 @@ local act_fourteen_quest = { [1]={ - + ["quest"]="Conclua o Desafio do Abismo {0}." }, [2]={ - + ["quest"]="Atinja Nv.{0}." }, [3]={ - + ["quest"]="Atinja Bronze II na Arena." }, [4]={ - + ["quest"]="Assista a {0} anúncios." }, [5]={ - + ["quest"]="Conclua todas as missões." }, [6]={ - + ["quest"]="Aprimore armas {0} vezes." }, [7]={ - + ["quest"]="Conclua fases 3 a 6 da Fenda Espaço-temporal." }, [8]={ - + ["quest"]="Abra Baú x {0} da História." }, [9]={ - + ["quest"]="Conclua a Interceptação do Vagonete {0}." }, [10]={ - + ["quest"]="Conclua todas as missões." }, [11]={ - + ["quest"]="Conclua a Torre do Gênio da Lâmpada {0}." }, [12]={ - + ["quest"]="Atinja Nv.{0}." }, [13]={ - + ["quest"]="Conclua o Desafio do Abismo {0}." }, [14]={ - + ["quest"]="Assista a {0} anúncios." }, [15]={ - + ["quest"]="Conclua todas as missões." }, [16]={ - + ["quest"]="Vença {0} Desafios Diários." }, [17]={ - + ["quest"]="Conclua a Interceptação do Vagonete {0}." }, [18]={ - + ["quest"]="Conclua fases 3 a 6 da Fenda Espaço-temporal." }, [19]={ - + ["quest"]="Abrir {0} Cofre Precioso." }, [20]={ - + ["quest"]="Conclua todas as missões." }, [21]={ - + ["quest"]="Assista a {0} anúncios." }, [22]={ - + ["quest"]="Ondas de combates concluídas" }, [23]={ - + ["quest"]="Conclua a Torre do Gênio da Lâmpada {0}." }, [24]={ - + ["quest"]="Atinja Prata III na Arena." }, [25]={ - + ["quest"]="Conclua todas as missões." }, [26]={ - + ["quest"]="Derrote o Chefão {0} vezes." }, [27]={ - + ["quest"]="Conclua o Desafio do Abismo {0}." }, [28]={ - + ["quest"]="Abra Baú x {0} da História." }, [29]={ - + ["quest"]="Conclua a Interceptação do Vagonete {0}." }, [30]={ - + ["quest"]="Conclua todas as missões." }, [31]={ - + ["quest"]="Conclua fases 3 a 6 da Fenda Espaço-temporal." }, [32]={ - + ["quest"]="Vença {0} Desafios Diários." }, [33]={ - + ["quest"]="Abrir {0} Cofre Precioso." }, [34]={ - + ["quest"]="Assista a {0} anúncios." }, [35]={ - + ["quest"]="Conclua todas as missões." }, [36]={ - + ["quest"]="Aprimore Armaduras {0} vezes." }, [37]={ - + ["quest"]="Conclua a Torre do Gênio da Lâmpada {0}." }, [38]={ - + ["quest"]="Ondas de combates concluídas" }, [39]={ - + ["quest"]="Conclua a Interceptação do Vagonete {0}." }, [40]={ - + ["quest"]="Conclua todas as missões." }, [41]={ - + ["quest"]="Atinja Ouro I na Arena." }, [42]={ - + ["quest"]="Assista a {0} anúncios." }, [43]={ - + ["quest"]="Atinja Nv.{0}." }, [44]={ - + ["quest"]="Conclua o Desafio do Abismo {0}." }, [45]={ - + ["quest"]="Conclua todas as missões." } } local config = { diff --git a/lua/app/config/strings/pt/global.lua b/lua/app/config/strings/pt/global.lua index 4f663332..2ba63ff3 100644 --- a/lua/app/config/strings/pt/global.lua +++ b/lua/app/config/strings/pt/global.lua @@ -465,6 +465,52 @@ local localization_global = ["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", + ["ACT_FOURTEEN_TITLE_1"] = "Presente de Login", + ["ACT_FOURTEEN_TITLE_2"] = "Desafio de Avanço", + ["ACT_FOURTEEN_TITLE_3"] = "Resgate por Tempo Limitado", + ["ACT_FOURTEEN_TITLE_4"] = "Pacote por Tempo Limitado", + ["ACT_FOURTEEN_DESC_1"] = "Entre no jogo para receber presentes!", + ["ACT_FOURTEEN_DESC_2"] = "Desafie-se e receberá mais presentes!", + ["ACT_FOURTEEN_DESC_3"] = "É uma oportunidade única que não retorna!", + ["ACT_FOURTEEN_DESC_5"] = "Entre no jogo para receber recompensas e ganhará extras após desbloquear o Passe Premium!", + ["ACT_FOURTEEN_DESC_6"] = "Estágio", + ["ACT_FOURTEEN_DESC_7"] = "Bloqueado. Volte amanhã!", + ["ACT_FOURTEEN_DESC_8"] = "Após completar todas as missões no estágio atual, receberá:", + ["ACT_FOURTEEN_DESC_9"] = "Durante o período do evento, os [Pontos de Desafio] podem ser obtidos ao concluir o Desafio de Avanço.", + ["ACT_BOSS_RUSH_DESC_1"] = "Deseja entrar em combate com {0} diamantes?", + ["ACT_BOSS_RUSH_DESC_2"] = "Torneio Aberto de Chefões", + ["ACT_BOSS_RUSH_DESC_3"] = "Mestre de Hoje", + ["ACT_BOSS_RUSH_DESC_4"] = "Meu recorde de hoje:", + ["ACT_BOSS_RUSH_DESC_5"] = "Meus desafios de hoje: {0}", + ["ACT_BOSS_RUSH_DESC_6"] = "Jumlah hari ini:{0}", + ["ACT_BOSS_RUSH_DESC_7"] = "Consumo:", + ["ACT_BOSS_RUSH_DESC_8"] = "Vacante", + ["ACT_BOSS_RUSH_DESC_9"] = "Formação", + ["ACT_BOSS_RUSH_DESC_10"] = "Tabela de Classificação", + ["ACT_BOSS_RUSH_DESC_11"] = "Desfile de Chefões", + ["ACT_BOSS_RUSH_DESC_12"] = "Loja do Evento", + ["ACT_BOSS_RUSH_DESC_13"] = "Participe do Torneio Aberto e desafie chefões diversos!Ganhe heróis S raros!!", + ["ACT_BOSS_RUSH_DESC_14"] = "Ir agora", + ["ACT_BOSS_RUSH_DESC_15"] = "Desfile de Chefões", + ["ACT_BOSS_RUSH_DESC_16"] = "Acumule as ondas de desafios do Torneio Aberto para receber recompensas do Desfile de Chefões.", + ["ACT_BOSS_RUSH_DESC_17"] = "Obtenha as moedas [Ouro de Chefão] no Desfile de Chefões e troque-as por recompensas. Como as moedas [Ouro de Chefão] serão recolhidas no final do evento, não se esqueça de as resgatar quanto antes.", + ["ACT_BOSS_RUSH_DESC_18"] = "Resgatar", + ["ACT_BOSS_RUSH_DESC_19"] = "Chances restantes:{0}", + ["ACT_BOSS_RUSH_DESC_20"] = "Ontem", + ["ACT_BOSS_RUSH_DESC_21"] = "Hoje", + ["ACT_BOSS_RUSH_DESC_22"] = "Recompensas", + ["ACT_BOSS_RUSH_DESC_23"] = "Classificação:{0}", + ["ACT_BOSS_RUSH_DESC_24"] = "Classificação", + ["ACT_BOSS_RUSH_DESC_25"] = "Jogador", + ["ACT_BOSS_RUSH_DESC_26"] = "Recorde", + ["ACT_BOSS_RUSH_DESC_27"] = "1. A tabela de classificação será baseada no maior número de ondas concluídas do dia, e jogadores com o mesmo número de ondas serão comparados com base no menor número de rodadas.\n2. A classificação será atualizada e redefinida diariamente à 0h (UTC-0). Após a redefinição, você poderá coletar recompensas com base na sua classificação do dia anterior. As recompensas não coletadas após a expiração não serão reemitidas.", + ["ACT_BOSS_RUSH_DESC_28"] = "Novo Recorde", + ["ACT_BOSS_RUSH_DESC_29"] = "Pontuação do Desfile", + ["ACT_BOSS_RUSH_DESC_30"] = "Desafio Concluído", + ["ACT_BOSS_RUSH_DESC_31"] = "1. A ordem de aparição dos chefões e o mapa mudarão todos os dias.\n2. Após o início da batalha, as habilidades do seu herói serão ativadas por padrão, mas aquelas de reforço precisam ser ativadas por aprimoramento. Seu herói pode chegar até Nv.60 na batalha.\n3. O ranking do Torneio Aberto será calculado uma vez por dia, e você pode obter um grande número de moedas [Ouro de Chefão], que podem ser trocadas por recompensas na loja do evento.\n4. O Desfile de Chefões concederá recompensas com base no número total de ondas de batalha em que você participou no Torneio Aberto.\n5. Você pode desafiar gratuitamente 1 vez por dia, e os subsequentes exigirão diamantes. Lembre-se de preparar diamantes antes de iniciar desafios adicionais.", + ["ACT_BOSS_RUSH_DESC_32"] = "Pacote especial de tempo limitado!", + ["ACT_BOSS_RUSH_DESC_33"] = "Fase {0} desbloqueando", + ["NOT_POP_TODAY"] = "Não me notifique por hoje.", } 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 930dd112..357c654d 100644 --- a/lua/app/config/strings/pt/item.lua +++ b/lua/app/config/strings/pt/item.lua @@ -188,10 +188,12 @@ local item = { ["desc"]="Ao obter em lote, virá apenas um dos seguintes heróis, aleatoriamente" }, [51]={ - + ["name"]="Pontos de Desafio", + ["desc"]="Os Pontos de Desafio podem ser resgatados por recompensas no Desafio de Avanço no prazo limitado." }, [52]={ - + ["name"]="Ouro de Chefão", + ["desc"]="As moedas Ouro de Chefão podem ser trocadas por recompensas na loja do evento Torneio Aberto de Chefões." }, [53]={ ["name"]="Moldura de Avatar de Prata da S3", diff --git a/lua/app/config/strings/pt/task_type.lua b/lua/app/config/strings/pt/task_type.lua index df3dcd49..dffa7223 100644 --- a/lua/app/config/strings/pt/task_type.lua +++ b/lua/app/config/strings/pt/task_type.lua @@ -93,28 +93,28 @@ local task_type = { }, [32]={ - + ["desc"]="Conclua o Desafio do Abismo {0}." }, [33]={ - + ["desc"]="Conclua fases 3 a 6 da Fenda Espaço-temporal." }, [34]={ - + ["desc"]="Conclua a Interceptação do Vagonete {0}." }, [35]={ - + ["desc"]="Conclua a Torre do Gênio da Lâmpada {0}." }, [36]={ - + ["desc"]="Vença {0} Desafios Diários." }, [37]={ - + ["desc"]="Abra Baú x {0} da História." }, [38]={ - + ["desc"]="Aprimore armas {0} vezes." }, [39]={ - + ["desc"]="Aprimore Armaduras {0} vezes." } } local config = { diff --git a/lua/app/config/strings/th/act_fourteen_quest.lua b/lua/app/config/strings/th/act_fourteen_quest.lua index a75c59ed..7da499f3 100644 --- a/lua/app/config/strings/th/act_fourteen_quest.lua +++ b/lua/app/config/strings/th/act_fourteen_quest.lua @@ -1,138 +1,138 @@ local act_fourteen_quest = { [1]={ - + ["quest"]="ผ่านด่าน{0}ของท้าทายเหว" }, [2]={ - + ["quest"]="ผู้เล่นถึง Lv.{0}" }, [3]={ - + ["quest"]="อารีน่าถึงบรอนซ์ II" }, [4]={ - + ["quest"]="สะสมจำนวนโฆษณาถึง {0}" }, [5]={ - + ["quest"]="บรรลุภารกิจทั้งหมด" }, [6]={ - + ["quest"]="อัปเกรดอาวุธ {0} ครั้ง" }, [7]={ - + ["quest"]="ผ่านด่านรอยแยกกาลอวกาศ {0}-{1}" }, [8]={ - + ["quest"]="เปิดหีบสมบัติสายหลัก {0} อัน" }, [9]={ - + ["quest"]="ผ่านด่านสกัดกั้นรถเข็นเหมือง{0}" }, [10]={ - + ["quest"]="บรรลุภารกิจทั้งหมด" }, [11]={ - + ["quest"]="ผ่านด่านหอคอยเทพตะเกียง{0}" }, [12]={ - + ["quest"]="ผู้เล่นถึง Lv.{0}" }, [13]={ - + ["quest"]="ผ่านด่าน{0}ของท้าทายเหว" }, [14]={ - + ["quest"]="สะสมจำนวนโฆษณาถึง {0}" }, [15]={ - + ["quest"]="บรรลุภารกิจทั้งหมด" }, [16]={ - + ["quest"]="ชนะการท้าทายรายวัน {0} ครั้ง" }, [17]={ - + ["quest"]="ผ่านด่านสกัดกั้นรถเข็นเหมือง{0}" }, [18]={ - + ["quest"]="ผ่านด่านรอยแยกกาลอวกาศ {0}-{1}" }, [19]={ - + ["quest"]="เปิดหีบสมบัติล้ำค่า {0} ครั้ง" }, [20]={ - + ["quest"]="บรรลุภารกิจทั้งหมด" }, [21]={ - + ["quest"]="สะสมจำนวนโฆษณาถึง {0}" }, [22]={ - + ["quest"]="จำนวนผ่านรอบการต่อสู้" }, [23]={ - + ["quest"]="ผ่านด่านหอคอยเทพตะเกียง{0}" }, [24]={ - + ["quest"]="อารีน่าถึงเงิน III" }, [25]={ - + ["quest"]="บรรลุภารกิจทั้งหมด" }, [26]={ - + ["quest"]="สังหาร BOSS {0} ครั้ง" }, [27]={ - + ["quest"]="ผ่านด่าน{0}ของท้าทายเหว" }, [28]={ - + ["quest"]="เปิดหีบสมบัติสายหลัก {0} อัน" }, [29]={ - + ["quest"]="ผ่านด่านสกัดกั้นรถเข็นเหมือง{0}" }, [30]={ - + ["quest"]="บรรลุภารกิจทั้งหมด" }, [31]={ - + ["quest"]="ผ่านด่านรอยแยกกาลอวกาศ {0}-{1}" }, [32]={ - + ["quest"]="ชนะการท้าทายรายวัน {0} ครั้ง" }, [33]={ - + ["quest"]="เปิดหีบสมบัติล้ำค่า {0} ครั้ง" }, [34]={ - + ["quest"]="สะสมจำนวนโฆษณาถึง {0}" }, [35]={ - + ["quest"]="บรรลุภารกิจทั้งหมด" }, [36]={ - + ["quest"]="อัปเกรดเกราะ {0} ครั้ง" }, [37]={ - + ["quest"]="ผ่านด่านหอคอยเทพตะเกียง{0}" }, [38]={ - + ["quest"]="จำนวนผ่านรอบการต่อสู้" }, [39]={ - + ["quest"]="ผ่านด่านสกัดกั้นรถเข็นเหมือง{0}" }, [40]={ - + ["quest"]="บรรลุภารกิจทั้งหมด" }, [41]={ - + ["quest"]="อารีน่าถึงทอง I" }, [42]={ - + ["quest"]="สะสมจำนวนโฆษณาถึง {0}" }, [43]={ - + ["quest"]="ผู้เล่นถึง Lv.{0}" }, [44]={ - + ["quest"]="ผ่านด่าน{0}ของท้าทายเหว" }, [45]={ - + ["quest"]="บรรลุภารกิจทั้งหมด" } } local config = { diff --git a/lua/app/config/strings/th/global.lua b/lua/app/config/strings/th/global.lua index a5c7a95a..6cbc3efe 100644 --- a/lua/app/config/strings/th/global.lua +++ b/lua/app/config/strings/th/global.lua @@ -465,6 +465,52 @@ local localization_global = ["SEIZED_DESC_1"] = "ตรวจพบบัญชีของคุณผิดปกติ โปรดติดต่อฝ่ายบริการลูกค้าหรือลบบัญชีและใช้บัญชีใหม่เพื่อเล่นเกมต่อ", ["SEIZED_DESC_2"] = "ติดต่อฝ่ายบริการลูกค้า", ["SEIZED_DESC_3"] = "ลบบัญชี", + ["ACT_FOURTEEN_TITLE_1"] = "รางวัลล็อกอิน", + ["ACT_FOURTEEN_TITLE_2"] = "การท้าทายขั้นสูง", + ["ACT_FOURTEEN_TITLE_3"] = "แลกจำกัดเวลา", + ["ACT_FOURTEEN_TITLE_4"] = "แพ็คจำกัดเวลา", + ["ACT_FOURTEEN_DESC_1"] = "ล็อกอินเกมเพื่อรับรางวัล!", + ["ACT_FOURTEEN_DESC_2"] = "ท้าทายตัวเองยังมีรางวัลอีกมากมาย!", + ["ACT_FOURTEEN_DESC_3"] = "เวลาไม่เคยคอยใคร โอกาสไม่เคยกลับมาอีกครั้ง!", + ["ACT_FOURTEEN_DESC_5"] = "ล็อกอินรับรางวัล และปลดล็อคป้ายรบขั้นสูงเพื่อรับรางวัลเพิ่มเติม!", + ["ACT_FOURTEEN_DESC_6"] = "ช่วง", + ["ACT_FOURTEEN_DESC_7"] = "ยังไม่ปลดล็อค โปรดกลับมาพรุ่งนี้~", + ["ACT_FOURTEEN_DESC_8"] = "บรรลุภารกิจทั้งหมดในช่วงปัจจุบันจะได้รับ:", + ["ACT_FOURTEEN_DESC_9"] = "ในระหว่างกิจกรรมเสร็จสิ้น การท้าทายขั้นสูง จะได้รับ [แต้มท้าทาย]", + ["ACT_BOSS_RUSH_DESC_1"] = "ใช้ {0} เพชรเพื่อต่อสู้หรือไม่?", + ["ACT_BOSS_RUSH_DESC_2"] = "การแข่งขันชิงแชมป์บอส", + ["ACT_BOSS_RUSH_DESC_3"] = "ปรมาจารย์วันนี้", + ["ACT_BOSS_RUSH_DESC_4"] = "วันนี้ฉันเป็นผู้สูงสุด:", + ["ACT_BOSS_RUSH_DESC_5"] = "วันนี้ฉันท้าทาย: {0} ครั้ง", + ["ACT_BOSS_RUSH_DESC_6"] = "Chances de hoje:{0}", + ["ACT_BOSS_RUSH_DESC_7"] = "ใช้:", + ["ACT_BOSS_RUSH_DESC_8"] = "รอคอย", + ["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"] = "เข้าร่วมการแข่งขันชิงแชมป์และท้าทายบอสต่างๆ!ได้รับฮีโร่หายากระดับ S! !", + ["ACT_BOSS_RUSH_DESC_14"] = "ไปทันที", + ["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_20"] = "เมื่อวาน", + ["ACT_BOSS_RUSH_DESC_21"] = "วันนี้", + ["ACT_BOSS_RUSH_DESC_22"] = "รางวัล", + ["ACT_BOSS_RUSH_DESC_23"] = "อันดับ:{0}", + ["ACT_BOSS_RUSH_DESC_24"] = "อันดับ", + ["ACT_BOSS_RUSH_DESC_25"] = "ผู้เล่น", + ["ACT_BOSS_RUSH_DESC_26"] = "บันทึก", + ["ACT_BOSS_RUSH_DESC_27"] = "1. ชาร์ตอันดับตะจัดอันดับตามจำนวนรอบสูงสุดของวันนั้น และผู้เล่นที่มีจำนวนรอบเท่ากันจะถูกเปรียบเทียบจำนวนรอบขั้นต่ำ\n2. ชาร์ตอันดับจะรีเฟรชและรีเซ็ตเวลา 00:00 (UTC-0) ทุกวัน หลังจากรีเซ็ตแล้ว จะสามารถรับรางวัลได้ตามอันดับของวันก่อนหน้า และจะไม่ชดเชยรางวัลที่ยังไม่ได้รับ", + ["ACT_BOSS_RUSH_DESC_28"] = "สถิติใหม่", + ["ACT_BOSS_RUSH_DESC_29"] = "แต้มตระเวน", + ["ACT_BOSS_RUSH_DESC_30"] = "ท้าทายสำเร็จ", + ["ACT_BOSS_RUSH_DESC_31"] = "1. ลำดับการปรากฏตัวของบอสและแผนที่จะเปลี่ยนไปทุกวัน\n2. หลังจากการต่อสู้เริ่มต้นขึ้น สกิลฮีโร่ของคุณจะถูกเปิดใช้งานตามค่าเริ่มต้น แต่สกิลที่ตีบวกแล้วจำเป็นต้องได้รับจากการอัปเกรด และสามารถอัปได้ถึง Lv.60 ในการต่อสู้\n3. อันดับของการแข่งขันชิงแชมป์รายวันจะคำนวณเพียงครั้งเดียว และสามารถได้รับ [เหรียญทองบอส] จำนวนมากได้หลังจากการคำนวณ ซึ่งสามารถใช้เพื่อแลกเปลี่ยนรางวัลในร้านกิจกรรมได้\n4. รางวัลบอสจะมอบรางวัลให้คุณตามจำนวนรอบที่คุณเข้าร่วมในการต่อสู้ที่คุณได้เข้าร่วมในการแข่งขันชิงแชมป์\n5. สามารถท้าทายได้ฟรีวันละครั้ง การท้าทายครั้งต่อไปจะใช้เพชร โปรดเริ่มการท้าทายเมื่อคุณพร้อม", + ["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/th/item.lua b/lua/app/config/strings/th/item.lua index 88a2f8be..170c6a44 100644 --- a/lua/app/config/strings/th/item.lua +++ b/lua/app/config/strings/th/item.lua @@ -188,10 +188,12 @@ local item = { ["desc"]="เมื่อรับแบบแบทช์จะสุ่มรับฮีโร่ต่อไปนี้เพียงหนึ่งตัวเท่านั้น" }, [51]={ - + ["name"]="แต้มท้าทาย", + ["desc"]="แต้มท้าทาย สามารถแลกรางวัลได้ภายในระยะเวลาที่จำกัดเมื่อทำการท้าทายขั้นสูง" }, [52]={ - + ["name"]="เหรียญทองบอส", + ["desc"]="เหรียญทองบอส สามารถแลกเปลี่ยนเป็นรางวัลได้ในร้านกิจกรรมของการแข่งขันชิงแชมป์บอส" }, [53]={ ["name"]="กรอบรูปเงินซีซั่น S3", diff --git a/lua/app/config/strings/th/task_type.lua b/lua/app/config/strings/th/task_type.lua index 8dd8372b..fbc34246 100644 --- a/lua/app/config/strings/th/task_type.lua +++ b/lua/app/config/strings/th/task_type.lua @@ -93,28 +93,28 @@ local task_type = { }, [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 = { diff --git a/lua/app/config/strings/vi/act_fourteen_quest.lua b/lua/app/config/strings/vi/act_fourteen_quest.lua index a75c59ed..56132fbc 100644 --- a/lua/app/config/strings/vi/act_fourteen_quest.lua +++ b/lua/app/config/strings/vi/act_fourteen_quest.lua @@ -1,138 +1,138 @@ local act_fourteen_quest = { [1]={ - + ["quest"]="Khiêu Chiến Vực Sâu vượt ải {0}" }, [2]={ - + ["quest"]="Người chơi tăng đến Lv{0}" }, [3]={ - + ["quest"]="Đấu Trường đạt Đồng II" }, [4]={ - + ["quest"]="Lượt quảng cáo tích đạt {0}" }, [5]={ - + ["quest"]="Hoàn thành tất cả Nhiệm Vụ" }, [6]={ - + ["quest"]="Tăng cấp Vũ Khí {0} lần" }, [7]={ - + ["quest"]="Vượt ải Khe Nứt Không Gian {0}-{1}" }, [8]={ - + ["quest"]="Mở {0} Rương Chính Tuyến" }, [9]={ - + ["quest"]="Vượt ải Chặn Xe Mỏ {0}" }, [10]={ - + ["quest"]="Hoàn thành tất cả Nhiệm Vụ" }, [11]={ - + ["quest"]="Vượt ải Tháp Thần Đèn {0}" }, [12]={ - + ["quest"]="Người chơi tăng đến Lv{0}" }, [13]={ - + ["quest"]="Khiêu Chiến Vực Sâu vượt ải {0}" }, [14]={ - + ["quest"]="Lượt quảng cáo tích đạt {0}" }, [15]={ - + ["quest"]="Hoàn thành tất cả Nhiệm Vụ" }, [16]={ - + ["quest"]="Khiêu chiến mỗi ngày thắng {0} lần" }, [17]={ - + ["quest"]="Vượt ải Chặn Xe Mỏ {0}" }, [18]={ - + ["quest"]="Vượt ải Khe Nứt Không Gian {0}-{1}" }, [19]={ - + ["quest"]="Mở {0} lần Rương Quý" }, [20]={ - + ["quest"]="Hoàn thành tất cả Nhiệm Vụ" }, [21]={ - + ["quest"]="Lượt quảng cáo tích đạt {0}" }, [22]={ - + ["quest"]="Thông qua đợt chiến đấu" }, [23]={ - + ["quest"]="Vượt ải Tháp Thần Đèn {0}" }, [24]={ - + ["quest"]="Đấu Trường đạt Bạc III" }, [25]={ - + ["quest"]="Hoàn thành tất cả Nhiệm Vụ" }, [26]={ - + ["quest"]="Diệt BOSS {0} lần" }, [27]={ - + ["quest"]="Khiêu Chiến Vực Sâu vượt ải {0}" }, [28]={ - + ["quest"]="Mở {0} Rương Chính Tuyến" }, [29]={ - + ["quest"]="Vượt ải Chặn Xe Mỏ {0}" }, [30]={ - + ["quest"]="Hoàn thành tất cả Nhiệm Vụ" }, [31]={ - + ["quest"]="Vượt ải Khe Nứt Không Gian {0}-{1}" }, [32]={ - + ["quest"]="Khiêu chiến mỗi ngày thắng {0} lần" }, [33]={ - + ["quest"]="Mở {0} lần Rương Quý" }, [34]={ - + ["quest"]="Lượt quảng cáo tích đạt {0}" }, [35]={ - + ["quest"]="Hoàn thành tất cả Nhiệm Vụ" }, [36]={ - + ["quest"]="Tăng cấp Phòng Cụ {0} lần" }, [37]={ - + ["quest"]="Vượt ải Tháp Thần Đèn {0}" }, [38]={ - + ["quest"]="Thông qua đợt chiến đấu" }, [39]={ - + ["quest"]="Vượt ải Chặn Xe Mỏ {0}" }, [40]={ - + ["quest"]="Hoàn thành tất cả Nhiệm Vụ" }, [41]={ - + ["quest"]="Đấu Trường đạt Vàng I" }, [42]={ - + ["quest"]="Lượt quảng cáo tích đạt {0}" }, [43]={ - + ["quest"]="Người chơi tăng đến Lv{0}" }, [44]={ - + ["quest"]="Khiêu Chiến Vực Sâu vượt ải {0}" }, [45]={ - + ["quest"]="Hoàn thành tất cả Nhiệm Vụ" } } local config = { diff --git a/lua/app/config/strings/vi/global.lua b/lua/app/config/strings/vi/global.lua index a2326fa4..252c8112 100644 --- a/lua/app/config/strings/vi/global.lua +++ b/lua/app/config/strings/vi/global.lua @@ -465,6 +465,52 @@ local localization_global = ["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", + ["ACT_FOURTEEN_TITLE_1"] = "Quà Đăng Nhập", + ["ACT_FOURTEEN_TITLE_2"] = "Khiêu Chiến Tăng Bậc", + ["ACT_FOURTEEN_TITLE_3"] = "Đổi Hạn Giờ", + ["ACT_FOURTEEN_TITLE_4"] = "Quà Hạn Giờ", + ["ACT_FOURTEEN_DESC_1"] = "Đăng nhập game, nhân quà to!", + ["ACT_FOURTEEN_DESC_2"] = "Thử thách bản thân, nhận thêm nhiều quà!", + ["ACT_FOURTEEN_DESC_3"] = "Cơ hội hiếm có!", + ["ACT_FOURTEEN_DESC_5"] = "Đăng nhập nhận thưởng, mở khóa Chiến Lệnh Cao nhận thêm phần thưởng!", + ["ACT_FOURTEEN_DESC_6"] = "Giai đoạn", + ["ACT_FOURTEEN_DESC_7"] = "Chưa mở khóa, ngày mai quay lại~", + ["ACT_FOURTEEN_DESC_8"] = "Hoàn thành tất cả nhiệm vụ giai đoạn hiện tại được nhận:", + ["ACT_FOURTEEN_DESC_9"] = "Trong sự kiện, Hoàn thành Khiêu Chiến Tăng Bậc có thể nhận được [Điểm Khiêu Chiến].", + ["ACT_BOSS_RUSH_DESC_1"] = "Có tiêu hao {0} Kim Cương chiến đấu?", + ["ACT_BOSS_RUSH_DESC_2"] = "Giải Mở Rộng BOSS", + ["ACT_BOSS_RUSH_DESC_3"] = "Cao thủ hôm nay", + ["ACT_BOSS_RUSH_DESC_4"] = "Tối đa hôm nay:", + ["ACT_BOSS_RUSH_DESC_5"] = "Khiêu chiến hôm nay: {0} lần", + ["ACT_BOSS_RUSH_DESC_6"] = "오늘 횟수:{0}", + ["ACT_BOSS_RUSH_DESC_7"] = "Tốn:", + ["ACT_BOSS_RUSH_DESC_8"] = "Trống", + ["ACT_BOSS_RUSH_DESC_9"] = "Đội hình tham chiến", + ["ACT_BOSS_RUSH_DESC_10"] = "BXH", + ["ACT_BOSS_RUSH_DESC_11"] = "Tham Quan BOSS", + ["ACT_BOSS_RUSH_DESC_12"] = "SHOP Sự Kiện", + ["ACT_BOSS_RUSH_DESC_13"] = "Tham gia Giải Mở Rộng, khiêu chiến các loại BOSS!Nhận Anh Hùng Hiếm cấp S!!", + ["ACT_BOSS_RUSH_DESC_14"] = "Đến Ngay", + ["ACT_BOSS_RUSH_DESC_15"] = "Tham Quan BOSS", + ["ACT_BOSS_RUSH_DESC_16"] = "Tích lũy số đợt khiêu chiến Giải Mở Rộng, được nhận quà Tham Quan BOSS.", + ["ACT_BOSS_RUSH_DESC_17"] = "Trong Tham Quan BOSS nhận [Vàng BOSS] đổi thưởng, khi kết thúc sự kiện sẽ thu hồi cúp [Vàng BOSS], hãy mau đổi.", + ["ACT_BOSS_RUSH_DESC_18"] = "Đổi", + ["ACT_BOSS_RUSH_DESC_19"] = "Lượt còn:{0}", + ["ACT_BOSS_RUSH_DESC_20"] = "Hôm qua", + ["ACT_BOSS_RUSH_DESC_21"] = "Hôm nay", + ["ACT_BOSS_RUSH_DESC_22"] = "Thưởng", + ["ACT_BOSS_RUSH_DESC_23"] = "XH:{0}", + ["ACT_BOSS_RUSH_DESC_24"] = "XH", + ["ACT_BOSS_RUSH_DESC_25"] = "Người chơi", + ["ACT_BOSS_RUSH_DESC_26"] = "Nhật ký", + ["ACT_BOSS_RUSH_DESC_27"] = "1.BXH sẽ xếp hạng theo số đợt tối đa trong ngày, người chơi có số đợt giống nhau sẽ so sánh số hiệu tối thiểu.\n2.BXH reset làm mới vào 0h mỗi ngày (UTC-0), sau khi reset có thể nhận thưởng theo xếp hạng ngày hôm trước, thưởng hết hạn chưa nhận sẽ không gửi bù.", + ["ACT_BOSS_RUSH_DESC_28"] = "Nhật ký mới", + ["ACT_BOSS_RUSH_DESC_29"] = "Điểm Tham Quan", + ["ACT_BOSS_RUSH_DESC_30"] = "Hoàn thành khiêu chiến", + ["ACT_BOSS_RUSH_DESC_31"] = "1.Thứ tự và bản đồ BOSS xuất hiện sẽ thay đổi mỗi ngày.\n2.Sau khi bắt đầu chiến đấu, kỹ năng anh hùng mặc định đã kích hoạt, nhưng kỹ năng cường hóa thì cần phải tăng cấp mới nhận được, tối đa tăng 60 cấp trong chiến đấu.\n3.Xếp hạng Giải Mở Rộng mỗi ngày đều tổng kết 1 lần, tổng kết được nhận vô số [Vàng BOSS], được dùng để đổi thưởng ở SHOP Sự Kiện.\n4.Tham Quan BOSS sẽ phát thưởng theo số lượt tích lũy tham gia chiến đấu Giải Mở Rộng.\n5.Mỗi ngày được 1 lần khiêu chiến miễn phí, khiêu chiến tiếp theo cần tốn Kim Cương, hãy chuẩn bị sẵn sàng rồi bắt đầu khiêu chiến.", + ["ACT_BOSS_RUSH_DESC_32"] = "Quà tặng giới hạn hồi báo cao!", + ["ACT_BOSS_RUSH_DESC_33"] = "Giai đoạn {0} Mở khóa", + ["NOT_POP_TODAY"] = "Hôm nay không nhắc lại", } 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 3845654d..825b6258 100644 --- a/lua/app/config/strings/vi/item.lua +++ b/lua/app/config/strings/vi/item.lua @@ -188,10 +188,12 @@ local item = { ["desc"]="Khi nhận số lượng nhiều chỉ ngẫu nhiên ra 1 trong các Anh Hùng dưới đây." }, [51]={ - + ["name"]="Điểm Khiêu Chiến", + ["desc"]="Điểm Khiêu Chiến, Khiêu Chiến Tăng Bậc hạn giờ đổi thưởng." }, [52]={ - + ["name"]="Vàng BOSS", + ["desc"]="Vàng BOSS, có thể đổi thưởng trong SHOP Sự Kiện của Giải Mở Rộng BOSS." }, [53]={ ["name"]="Khung Avatar Bạc S3", diff --git a/lua/app/config/strings/vi/task_type.lua b/lua/app/config/strings/vi/task_type.lua index b305a30a..91a6ff55 100644 --- a/lua/app/config/strings/vi/task_type.lua +++ b/lua/app/config/strings/vi/task_type.lua @@ -93,28 +93,28 @@ local task_type = { }, [32]={ - + ["desc"]="Khiêu Chiến Vực Sâu vượt ải {0}" }, [33]={ - + ["desc"]="Vượt ải Khe Nứt Không Gian {0}-{1}" }, [34]={ - + ["desc"]="Vượt ải Chặn Xe Mỏ {0}" }, [35]={ - + ["desc"]="Vượt ải Tháp Thần Đèn {0}" }, [36]={ - + ["desc"]="Khiêu chiến mỗi ngày thắng {0} lần" }, [37]={ - + ["desc"]="Mở {0} Rương Chính Tuyến" }, [38]={ - + ["desc"]="Tăng cấp Vũ Khí {0} lần" }, [39]={ - + ["desc"]="Tăng cấp Phòng Cụ {0} lần" } } local config = { diff --git a/lua/app/config/strings/zh/act_fourteen_quest.lua b/lua/app/config/strings/zh/act_fourteen_quest.lua index a75c59ed..7a6f577b 100644 --- a/lua/app/config/strings/zh/act_fourteen_quest.lua +++ b/lua/app/config/strings/zh/act_fourteen_quest.lua @@ -1,138 +1,138 @@ local act_fourteen_quest = { [1]={ - + ["quest"]="深淵挑戰通關{0}" }, [2]={ - + ["quest"]="玩家升到{0}級" }, [3]={ - + ["quest"]="競技場達到青銅II" }, [4]={ - + ["quest"]="廣告次數累積達{0}" }, [5]={ - + ["quest"]="完成所有任務" }, [6]={ - + ["quest"]="武器升級{0}次" }, [7]={ - + ["quest"]="通關時空裂隙{0}-{1}" }, [8]={ - + ["quest"]="開啟主線寶箱{0}個" }, [9]={ - + ["quest"]="通關礦車攔截{0}" }, [10]={ - + ["quest"]="完成所有任務" }, [11]={ - + ["quest"]="通關燈神之塔{0}" }, [12]={ - + ["quest"]="玩家升到{0}級" }, [13]={ - + ["quest"]="深淵挑戰通關{0}" }, [14]={ - + ["quest"]="廣告次數累積達{0}" }, [15]={ - + ["quest"]="完成所有任務" }, [16]={ - + ["quest"]="每日挑戰勝利{0}次" }, [17]={ - + ["quest"]="通關礦車攔截{0}" }, [18]={ - + ["quest"]="通關時空裂隙{0}-{1}" }, [19]={ - + ["quest"]="開啟{0}次珍貴寶箱" }, [20]={ - + ["quest"]="完成所有任務" }, [21]={ - + ["quest"]="廣告次數累積達{0}" }, [22]={ - + ["quest"]="完成戰鬥波次" }, [23]={ - + ["quest"]="通關燈神之塔{0}" }, [24]={ - + ["quest"]="競技場達到白銀I" }, [25]={ - + ["quest"]="完成所有任務" }, [26]={ - + ["quest"]="擊殺BOSS {0}次" }, [27]={ - + ["quest"]="深淵挑戰通關{0}" }, [28]={ - + ["quest"]="開啟主線寶箱{0}個" }, [29]={ - + ["quest"]="通關礦車攔截{0}" }, [30]={ - + ["quest"]="完成所有任務" }, [31]={ - + ["quest"]="通關時空裂隙{0}-{1}" }, [32]={ - + ["quest"]="每日挑戰勝利{0}次" }, [33]={ - + ["quest"]="開啟{0}次珍貴寶箱" }, [34]={ - + ["quest"]="廣告次數累積達{0}" }, [35]={ - + ["quest"]="完成所有任務" }, [36]={ - + ["quest"]="防具升級{0}次" }, [37]={ - + ["quest"]="通關燈神之塔{0}" }, [38]={ - + ["quest"]="完成戰鬥波次" }, [39]={ - + ["quest"]="通關礦車攔截{0}" }, [40]={ - + ["quest"]="完成所有任務" }, [41]={ - + ["quest"]="競技場達到黃金Ⅰ" }, [42]={ - + ["quest"]="廣告次數累積達{0}" }, [43]={ - + ["quest"]="玩家升到{0}級" }, [44]={ - + ["quest"]="深淵挑戰通關{0}" }, [45]={ - + ["quest"]="完成所有任務" } } local config = { diff --git a/lua/app/config/strings/zh/global.lua b/lua/app/config/strings/zh/global.lua index 4caae48a..73d9df84 100644 --- a/lua/app/config/strings/zh/global.lua +++ b/lua/app/config/strings/zh/global.lua @@ -465,6 +465,52 @@ local localization_global = ["SEIZED_DESC_1"] = "檢測到你的賬號存在異常,請聯繫客服或刪除賬號使用新建賬號繼續遊戲。", ["SEIZED_DESC_2"] = "聯繫客服", ["SEIZED_DESC_3"] = "刪除賬號", + ["ACT_FOURTEEN_TITLE_1"] = "登入好禮", + ["ACT_FOURTEEN_TITLE_2"] = "進階挑戰", + ["ACT_FOURTEEN_TITLE_3"] = "限時兌換", + ["ACT_FOURTEEN_TITLE_4"] = "限時禮包", + ["ACT_FOURTEEN_DESC_1"] = "登入遊戲,既享大禮!", + ["ACT_FOURTEEN_DESC_2"] = "挑戰自己,更有好禮相送!", + ["ACT_FOURTEEN_DESC_3"] = "時不待人,機不再來!", + ["ACT_FOURTEEN_DESC_5"] = "登入即可領取獎勵,解鎖高級戰令領取額外獎勵!", + ["ACT_FOURTEEN_DESC_6"] = "階段", + ["ACT_FOURTEEN_DESC_7"] = "尚未解鎖,請明日再來~", + ["ACT_FOURTEEN_DESC_8"] = "完成目前階段所有任務可獲得:", + ["ACT_FOURTEEN_DESC_9"] = "活動期間,完成進階挑戰可獲得【挑戰點】", + ["ACT_BOSS_RUSH_DESC_1"] = "是否消耗{0}鑽石戰鬥?", + ["ACT_BOSS_RUSH_DESC_2"] = "首領公開賽", + ["ACT_BOSS_RUSH_DESC_3"] = "今日高手", + ["ACT_BOSS_RUSH_DESC_4"] = "我今日最高:", + ["ACT_BOSS_RUSH_DESC_5"] = "我今日挑戰:{0}次", + ["ACT_BOSS_RUSH_DESC_6"] = "Lượt hôm nay:{0}", + ["ACT_BOSS_RUSH_DESC_7"] = "使用:", + ["ACT_BOSS_RUSH_DESC_8"] = "虛位以待", + ["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"] = "參與公開賽,挑戰各類首領!贏得稀有S級英雄!!", + ["ACT_BOSS_RUSH_DESC_14"] = "立即前往", + ["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_20"] = "昨日", + ["ACT_BOSS_RUSH_DESC_21"] = "今日", + ["ACT_BOSS_RUSH_DESC_22"] = "獎勵", + ["ACT_BOSS_RUSH_DESC_23"] = "排名:{0}", + ["ACT_BOSS_RUSH_DESC_24"] = "排名", + ["ACT_BOSS_RUSH_DESC_25"] = "玩家", + ["ACT_BOSS_RUSH_DESC_26"] = "記錄", + ["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"] = "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/zh/item.lua b/lua/app/config/strings/zh/item.lua index df126892..12f9b07a 100644 --- a/lua/app/config/strings/zh/item.lua +++ b/lua/app/config/strings/zh/item.lua @@ -188,10 +188,12 @@ local item = { ["desc"]="批量獲取時只會隨機以下英雄中的一名" }, [51]={ - + ["name"]="挑戰點", + ["desc"]="挑戰點,進階挑戰限時兌換獎勵。" }, [52]={ - + ["name"]="首領金幣", + ["desc"]="首領金幣,可在首領公開賽的活動商店中兌換獎勵。" }, [53]={ ["name"]="S3賽季白銀頭像框", diff --git a/lua/app/config/strings/zh/task_type.lua b/lua/app/config/strings/zh/task_type.lua index e071fa37..7ab31ec7 100644 --- a/lua/app/config/strings/zh/task_type.lua +++ b/lua/app/config/strings/zh/task_type.lua @@ -93,28 +93,28 @@ local task_type = { }, [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 = { From ec33c7b7df3534910a30c5ca9eb1706fed3b914f Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Mon, 4 Sep 2023 17:50:32 +0800 Subject: [PATCH 30/55] =?UTF-8?q?14=E5=A4=A9=E4=B8=A2=E5=9B=BE=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/common/white_res_manager.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/app/common/white_res_manager.lua b/lua/app/common/white_res_manager.lua index 8527e9d3..df5613c3 100644 --- a/lua/app/common/white_res_manager.lua +++ b/lua/app/common/white_res_manager.lua @@ -5,6 +5,7 @@ local WhiteResManager = {} local GAME_RES_WHITE_LIST = { -- ui GConst.ATLAS_PATH.COMMON, + GConst.ATLAS_PATH.ACT_COMMON, -- icon GConst.ATLAS_PATH.ICON_SKILL, GConst.ATLAS_PATH.ICON_SKILL_BIG, From b47d779cfc01de629436d55535b8194b200372ba Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Mon, 4 Sep 2023 18:21:17 +0800 Subject: [PATCH 31/55] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=80=E4=BA=9Bbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../activity/fourteen_day/fourteen_day_manager.lua | 9 ++++++--- .../fourteen_day/cell/fourteen_day_exchange_cell.lua | 7 ++++++- .../fourteen_day/cell/fourteen_day_task_cell.lua | 3 +++ .../userdata/activity/fourteen_day/fourteen_day_data.lua | 9 +++++++-- lua/app/userdata/arena/arena_data.lua | 2 +- 5 files changed, 23 insertions(+), 7 deletions(-) diff --git a/lua/app/module/activity/fourteen_day/fourteen_day_manager.lua b/lua/app/module/activity/fourteen_day/fourteen_day_manager.lua index 7cc7d982..452321ab 100644 --- a/lua/app/module/activity/fourteen_day/fourteen_day_manager.lua +++ b/lua/app/module/activity/fourteen_day/fourteen_day_manager.lua @@ -22,6 +22,7 @@ end function FourteenDayManager:rspTaskReward(result) if result.err_code == GConst.ERROR_STR.SUCCESS then DataManager.FourteenDayData:onReceivedTaskReward(result.reqData.id) + GFunc.showRewardBox(result.rewards) end end @@ -41,13 +42,15 @@ function FourteenDayManager:rspBountyReward(result) end -- 请求兑换奖励 -function FourteenDayManager:reqExchangeReward(id) - self:sendMessage(ProtoMsgType.FromMsgEnum.FourteenBountyExchangeAwardReq, {id = id}, {}, self.rspExchangeReward, BIReport.ITEM_GET_TYPE.ACT_FOURTEEN_DAY_EXCHANGE) +function FourteenDayManager:reqExchangeReward(id, count) + self:sendMessage(ProtoMsgType.FromMsgEnum.FourteenBountyExchangeAwardReq, {id = id, count = count or 0}, {}, self.rspExchangeReward, BIReport.ITEM_GET_TYPE.ACT_FOURTEEN_DAY_EXCHANGE) end function FourteenDayManager:rspExchangeReward(result) if result.err_code == GConst.ERROR_STR.SUCCESS then - DataManager.FourteenDayData:onReceivedExchangeReward(result.reqData.id) + if result.reqData.count then + DataManager.FourteenDayData:onReceivedExchangeReward(result.reqData.id, result.reqData.count) + end GFunc.showRewardBox(result.rewards) end diff --git a/lua/app/ui/activity/fourteen_day/cell/fourteen_day_exchange_cell.lua b/lua/app/ui/activity/fourteen_day/cell/fourteen_day_exchange_cell.lua index 00fc915b..0b6ef174 100644 --- a/lua/app/ui/activity/fourteen_day/cell/fourteen_day_exchange_cell.lua +++ b/lua/app/ui/activity/fourteen_day/cell/fourteen_day_exchange_cell.lua @@ -12,7 +12,12 @@ function FourteenDayExchangeCell:init() self:addClickListener(function() if DataManager.FourteenDayData:canExchange(self.id) then - ModuleManager.FourteenDayManager:reqExchangeReward(self.id) + local cost = DataManager.FourteenDayData:getExchangeCost(self.id) + local remainCount = DataManager.FourteenDayData:getExchangeRemainTime(self.id) + local reward = DataManager.FourteenDayData:getExchangeReward(self.id) + ModuleManager.CommonManager:showExchangeUI(1, remainCount, reward, cost, function(count) + ModuleManager.FourteenDayManager:reqExchangeReward(self.id, count) + end) end end) end diff --git a/lua/app/ui/activity/fourteen_day/cell/fourteen_day_task_cell.lua b/lua/app/ui/activity/fourteen_day/cell/fourteen_day_task_cell.lua index b48bb5d5..171c9bf6 100644 --- a/lua/app/ui/activity/fourteen_day/cell/fourteen_day_task_cell.lua +++ b/lua/app/ui/activity/fourteen_day/cell/fourteen_day_task_cell.lua @@ -34,6 +34,9 @@ function FourteenDayTaskCell:refresh(id) local minScore = DataManager.ArenaData:getSeasonGradingMinScore() total = total - minScore cur = cur - minScore + if cur < 0 then + cur = 0 + end end self.imgTask:setSprite(GConst.ATLAS_PATH.ICON_TASK, tostring(DataManager.FourteenDayData:getTaskIcon(self.taskId))) self.txDesc:setText(DataManager.FourteenDayData:getTaskDesc(self.taskId)) diff --git a/lua/app/userdata/activity/fourteen_day/fourteen_day_data.lua b/lua/app/userdata/activity/fourteen_day/fourteen_day_data.lua index 331ae673..1a63d4de 100644 --- a/lua/app/userdata/activity/fourteen_day/fourteen_day_data.lua +++ b/lua/app/userdata/activity/fourteen_day/fourteen_day_data.lua @@ -506,6 +506,10 @@ function FourteenDayData:getExchangeCostNum(id) return GFunc.getRewardNum(self:getExchangeCfg()[id].cost) end +function FourteenDayData:getExchangeCost(id) + return self:getExchangeCfg()[id].cost +end + -- 获取兑换的奖励道具 function FourteenDayData:getExchangeReward(id) return self:getExchangeCfg()[id].reward @@ -521,12 +525,13 @@ function FourteenDayData:onShowExchangeView() end -- 兑换奖励领取成功 -function FourteenDayData:onReceivedExchangeReward(id) +function FourteenDayData:onReceivedExchangeReward(id, count) + count = count or 1 if self.exchangeStatus[id] == nil then self.exchangeStatus[id] = 0 end - self.exchangeStatus[id] = self.exchangeStatus[id] + 1 + self.exchangeStatus[id] = self.exchangeStatus[id] + count self:setDirty() end diff --git a/lua/app/userdata/arena/arena_data.lua b/lua/app/userdata/arena/arena_data.lua index 5d5e04d3..4acb7ca1 100644 --- a/lua/app/userdata/arena/arena_data.lua +++ b/lua/app/userdata/arena/arena_data.lua @@ -720,7 +720,7 @@ function ArenaData:onBattleResultReceived(settlement, result) if self:getGradingIdFromScore(beforeMaxGrading) ~= self:getGradingIdFromScore(self.maxScore) then DataManager.HeroData:checkIfCanShowHeroUnlockDan(self:getFormartMaxGrading()) end - if beforeMaxGrading > self.maxScore then + if beforeMaxGrading < self.maxScore then ModuleManager.TaskManager:addTaskProgress(GConst.TaskConst.TASK_TYPE.X_ARENA_GRADING, self.maxScore - beforeMaxGrading) end From c6e44efbd691349663de2e88062b3dff8a175002 Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Mon, 4 Sep 2023 19:25:50 +0800 Subject: [PATCH 32/55] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/ui/activity/act_boss_rush/cell/rank_cell.lua | 2 +- lua/app/ui/activity/act_boss_rush/cell/top_rank_cell.lua | 2 +- lua/app/ui/activity/fourteen_day/fourteen_day_task_ui.lua | 2 ++ .../userdata/activity/fourteen_day/fourteen_day_data.lua | 7 +++++-- 4 files changed, 9 insertions(+), 4 deletions(-) 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 2cf22ec5..7e45a355 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 @@ -51,7 +51,7 @@ function RankCell:refresh(index, info) ModuleManager.TipsManager:showHeroFormation(self.playerHeadCell:getBaseObject(), formation) end) end) - self.playerHeadCell:refresh(info.avatar_id, info.avatar_frame, false) + self.playerHeadCell:refresh(info.avatar, info.avatar_frame, false) else txName:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_8)) txWave:setText("--") 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 104ca877..3847bf56 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 @@ -26,7 +26,7 @@ function TopRankCell:refresh(info) ModuleManager.TipsManager:showHeroFormation(self.playerHeadCell:getBaseObject(), formation) end) end) - self.playerHeadCell:refresh(info.avatar_id, info.avatar_frame, false) + self.playerHeadCell:refresh(info.avatar, info.avatar_frame, false) GFunc.centerImgAndTx(imgWave, txWave, 5) GFunc.centerImgAndTx(imgRound, txRound, 5) else diff --git a/lua/app/ui/activity/fourteen_day/fourteen_day_task_ui.lua b/lua/app/ui/activity/fourteen_day/fourteen_day_task_ui.lua index 87fa3e72..51677809 100644 --- a/lua/app/ui/activity/fourteen_day/fourteen_day_task_ui.lua +++ b/lua/app/ui/activity/fourteen_day/fourteen_day_task_ui.lua @@ -90,6 +90,7 @@ function FourteenDayTaskUI:refreshStageRewards() local canGet = DataManager.FourteenDayData:canGetTaskReward(self.taskStage) local isReceived = DataManager.FourteenDayData:isReceivedTaskReward(self.taskStage) for idx, reward in ipairs(self.rewards) do + reward:hideFrameAnimation() if stageRewards[idx] then reward:setVisible(true) reward:refreshByConfig(stageRewards[idx], isReceived, isReceived) @@ -97,6 +98,7 @@ function FourteenDayTaskUI:refreshStageRewards() reward:addClickListener(function() ModuleManager.FourteenDayManager:reqTaskReward(self.taskStage) end) + reward:showFrameAnimation() else reward:addClickListener(nil) end diff --git a/lua/app/userdata/activity/fourteen_day/fourteen_day_data.lua b/lua/app/userdata/activity/fourteen_day/fourteen_day_data.lua index 1a63d4de..9731d01f 100644 --- a/lua/app/userdata/activity/fourteen_day/fourteen_day_data.lua +++ b/lua/app/userdata/activity/fourteen_day/fourteen_day_data.lua @@ -213,9 +213,12 @@ end -- 是否有任务红点 function FourteenDayData:hasTaskRedPoint() + local openDay = self:getActiveDays() for id, data in ipairs(self:getTaskCfg()) do - if self:canGetTaskReward(id) then - return true + if data.stage <= openDay then + if self:canGetTaskReward(id) then + return true + end end end From f3d7d1c8926c6e4658246a2dad4b278ebac598fe Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Mon, 4 Sep 2023 20:06:11 +0800 Subject: [PATCH 33/55] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../activity/act_boss_rush/act_boss_rush_manager.lua | 7 +++++-- lua/app/ui/battle/battle_arena_pause_ui.lua | 2 +- lua/app/ui/battle/battle_bossrush_result_ui.lua | 2 ++ lua/app/ui/battle/battle_pause_ui.lua | 2 +- lua/app/ui/ui_manager.lua | 4 +--- 5 files changed, 10 insertions(+), 7 deletions(-) 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 f40440da..4db9a716 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 @@ -89,7 +89,10 @@ end function ActBossRushManager:rspEndBattle(result) if result.err_code == GConst.ERROR_STR.SUCCESS then if result.reqData then - DataManager.ActBossRushData:addWaveCount(result.reqData.task_stat.pass_wave or 0) + local wave = result.reqData.task_stat.pass_wave or 0 + local round = result.reqData.task_stat.total_turn or 0 + DataManager.ActBossRushData:addWaveCount(wave) + DataManager.ActBossRushData:updateWaveAndRound(wave, round) end ModuleManager.BattleManager:showBossRushBattleResultUI(GConst.BattleConst.BATTLE_TYPE.ACT_BOSS_RUSH, result.reqData and result.reqData.combatReport, result.reqData and result.reqData.task_stat) end @@ -160,7 +163,7 @@ end function ActBossRushManager:rspBuyFundLevel(result) if result.err_code == GConst.ERROR_STR.SUCCESS then - local addCount = result.accum_round - DataManager.ActBossRushData:getWaveCount() + local addCount = result.accum_wave - DataManager.ActBossRushData:getWaveCount() if addCount > 0 then DataManager.ActBossRushData:addWaveCount(addCount) end diff --git a/lua/app/ui/battle/battle_arena_pause_ui.lua b/lua/app/ui/battle/battle_arena_pause_ui.lua index 469ededf..7156820c 100644 --- a/lua/app/ui/battle/battle_arena_pause_ui.lua +++ b/lua/app/ui/battle/battle_arena_pause_ui.lua @@ -52,7 +52,7 @@ function BattleArenaPauseUI:_addListeners() okText = I18N:getGlobalText(I18N.GlobalConst.BTN_TEXT_OK), cancelText = I18N:getGlobalText(I18N.GlobalConst.BTN_TEXT_CANCEL), okFunc = function() - self.battleController:controllBattleEnd() + self.battleController:battleEnd() end, } GFunc.showMessageBox(params) diff --git a/lua/app/ui/battle/battle_bossrush_result_ui.lua b/lua/app/ui/battle/battle_bossrush_result_ui.lua index 5f087343..01b2a58b 100644 --- a/lua/app/ui/battle/battle_bossrush_result_ui.lua +++ b/lua/app/ui/battle/battle_bossrush_result_ui.lua @@ -67,6 +67,8 @@ function BattleBossRushResultUI:onLoadRootComplete() 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"] + waveNew:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_28)) + roundNew:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_28)) local tag1, tag2 = DataManager.ActBossRushData:getWaveRoundNewTag() waveNew:setVisible(tag1 == true) roundNew:setVisible(tag2 == true) diff --git a/lua/app/ui/battle/battle_pause_ui.lua b/lua/app/ui/battle/battle_pause_ui.lua index b0701ab9..9fb48fdf 100644 --- a/lua/app/ui/battle/battle_pause_ui.lua +++ b/lua/app/ui/battle/battle_pause_ui.lua @@ -61,7 +61,7 @@ function BattlePauseUI:_addListeners() okText = I18N:getGlobalText(I18N.GlobalConst.BTN_TEXT_OK), cancelText = I18N:getGlobalText(I18N.GlobalConst.BTN_TEXT_CANCEL), okFunc = function() - self.battleController:controllBattleEnd() + self.battleController:battleEnd() end, } GFunc.showMessageBox(params) diff --git a/lua/app/ui/ui_manager.lua b/lua/app/ui/ui_manager.lua index ea026392..7946cbf5 100644 --- a/lua/app/ui/ui_manager.lua +++ b/lua/app/ui/ui_manager.lua @@ -468,9 +468,7 @@ function UIManager:closeAllUIExceptMainUI(includeCurrencyBar) local uiNum = #self.uiList for i = uiNum, 1, -1 do if self.uiList[i]:getUIIndex() ~= UIManager.UI_PATH.MAINCITY_UI then - self.uiList[i]:_onClose() - self.uiList[i]:_onExitAnimationComplete() - table.remove(self.uiList, i) + self.uiList[i]:closeUI() end self:_updateUISwallowOrder() end From 408bd933c6b3d28de2484f09360b2e10f629b25a Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Mon, 4 Sep 2023 20:21:02 +0800 Subject: [PATCH 34/55] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../userdata/activity/act_boss_rush/act_boss_rush_data.lua | 7 +++++++ 1 file changed, 7 insertions(+) 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 c7608829..2c678e6e 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 @@ -334,6 +334,7 @@ function ActBossRushData:updateRankInfo(info) self.selfRank = info.today_self self.needUpdateRank = Time:getServerTime() + self:setDirty() end function ActBossRushData:updateTopRankInfo(info) @@ -363,6 +364,12 @@ function ActBossRushData:getCurRankSelfInfo() end function ActBossRushData:canGetRankReward() + if not self.todayRankRerwardGot then + if (not self.lastSelfRank or not self.lastSelfRank.rank) and not self:getIsFirstDay() then + return true + end + end + if not self.lastSelfRank or not self.lastSelfRank.rank or self.lastSelfRank.rank <= 0 then return false end From 4aff8fd8c229436fd24c3cb1eb248bbfb0dfa57a Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Tue, 5 Sep 2023 09:23:35 +0800 Subject: [PATCH 35/55] =?UTF-8?q?=E5=AD=97=E6=AE=B5=E5=90=8D=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../userdata/activity/act_boss_rush/act_boss_rush_data.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 2c678e6e..6f71ac2b 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 @@ -67,8 +67,8 @@ function ActBossRushData:init(data) if data.heroes then DataManager.FormationData:initFormationByType(GConst.BattleConst.FORMATION_TYPE.BOSS_RUSH, data.heroes) end - self.todayFightCount = data.total_fight_count or 0 - self.fightCount = data.fight_count or 0 + self.todayFightCount = data.fight_count or 0 + self.fightCount = data.total_fight_count or 0 self.todayMaxWave = data.max_wave or 0 self.todayMaxWaveRound = data.min_round or 0 From 94064c92ed8ddb571a6392ee280ececee06e9967 Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Tue, 5 Sep 2023 09:58:29 +0800 Subject: [PATCH 36/55] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/module/daily_challenge/daily_challenge_manager.lua | 4 +++- lua/app/userdata/activity/fourteen_day/fourteen_day_data.lua | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/lua/app/module/daily_challenge/daily_challenge_manager.lua b/lua/app/module/daily_challenge/daily_challenge_manager.lua index 95faab0e..05efa73c 100644 --- a/lua/app/module/daily_challenge/daily_challenge_manager.lua +++ b/lua/app/module/daily_challenge/daily_challenge_manager.lua @@ -127,7 +127,9 @@ function DailyChallengeManager:endChallengeFinish(result) end BIReport:postDailyChallengeTaskState(completedCount, taskInfo) - ModuleManager.TaskManager:addTaskProgress(GConst.TaskConst.TASK_TYPE.X_DAILY_CHALLENGE_SUCCESS) + if result.reqData.win then + ModuleManager.TaskManager:addTaskProgress(GConst.TaskConst.TASK_TYPE.X_DAILY_CHALLENGE_SUCCESS) + end end end diff --git a/lua/app/userdata/activity/fourteen_day/fourteen_day_data.lua b/lua/app/userdata/activity/fourteen_day/fourteen_day_data.lua index 9731d01f..31e76006 100644 --- a/lua/app/userdata/activity/fourteen_day/fourteen_day_data.lua +++ b/lua/app/userdata/activity/fourteen_day/fourteen_day_data.lua @@ -26,7 +26,7 @@ function FourteenDayData:init(data) Logger.printTable(data) end - self.openTs = data.open_at and data.open_at // 1000 or 0 + self.openTs = GFunc.formatTimeStep(data.open_at or 0) self.activeDays = data.active_days or 0-- 活动开启后的登陆天数、阶段数 self.bountyStatus = data.funds self.tasksStatus = data.tasks @@ -84,7 +84,7 @@ end function FourteenDayData:getOpenTime() local result if self.openTs and self.openTs > 0 then - result = math.floor(Time:getBeginningOfOneDay(self.openTs)) + result = self.openTs else local registerBeginTs = Time:getBeginningOfOneDay(DataManager:getRegisterTs()) result = math.floor(registerBeginTs + (OPEN_DAYS - 1) * 24 * 60 * 60) From 9ce3168f391d7d9f1cd6939f6204a945eae2fa40 Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Tue, 5 Sep 2023 10:06:52 +0800 Subject: [PATCH 37/55] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/ui/common/common_exchange_ui.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lua/app/ui/common/common_exchange_ui.lua b/lua/app/ui/common/common_exchange_ui.lua index 395715fe..c43628c6 100644 --- a/lua/app/ui/common/common_exchange_ui.lua +++ b/lua/app/ui/common/common_exchange_ui.lua @@ -77,6 +77,10 @@ function CommonExchangeUI:_addListeners() self:closeUI() end) + uiMap["exchange_ui.bg.close_btn"]:addClickListener(function() + self:closeUI() + end) + uiMap["exchange_ui.bg.btn_reduce"]:addClickListener(function() self.defaultNum = self.defaultNum - 1 self:refreshCountInfo() From b63a1e3ee05e4a9ae189994d470bc1e3349aa9fd Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Tue, 5 Sep 2023 10:47:55 +0800 Subject: [PATCH 38/55] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fourteen_day/fourteen_day_manager.lua | 16 ++++++ lua/app/proto/proto_msg_type.lua | 6 ++ .../fourteen_day/fourteen_day_data.lua | 57 +++++++++++++++---- 3 files changed, 67 insertions(+), 12 deletions(-) diff --git a/lua/app/module/activity/fourteen_day/fourteen_day_manager.lua b/lua/app/module/activity/fourteen_day/fourteen_day_manager.lua index 452321ab..d09529fa 100644 --- a/lua/app/module/activity/fourteen_day/fourteen_day_manager.lua +++ b/lua/app/module/activity/fourteen_day/fourteen_day_manager.lua @@ -1,6 +1,10 @@ local FourteenDayManager = class("FourteenDayManager", BaseModule) function FourteenDayManager:showFourteenDayUI() + if DataManager.FourteenDayData:getNeedSyncData() then + self:reqSyncData() + end + local time = DataManager.FourteenDayData:getEndRemainTime() if time > 0 then UIManager:showUI("app/ui/activity/fourteen_day/fourteen_day_entrance_ui") @@ -56,4 +60,16 @@ function FourteenDayManager:rspExchangeReward(result) end end +function FourteenDayManager:reqSyncData() + self:sendMessage(ProtoMsgType.FromMsgEnum.FourteenDayInfoReq, {}, {}, self.rspSyncData) +end + +function FourteenDayManager:rspSyncData(result) + if result.err_code == GConst.ERROR_STR.SUCCESS then + DataManager.FourteenDayData:setSyncData() + DataManager.FourteenDayData:initData(result.info) + DataManager.FourteenDayData:setDirty() + end +end + return FourteenDayManager \ 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 45a6b8f4..d785e5ca 100644 --- a/lua/app/proto/proto_msg_type.lua +++ b/lua/app/proto/proto_msg_type.lua @@ -111,6 +111,8 @@ local ProtoMsgType = { [2285873970] = "ChapterBoxRewardRsp", [2314118791] = "ChapterWeaponLatestPlayerInfoReq", [2314120624] = "ChapterWeaponLatestPlayerInfoRsp", + [2420360424] = "FourteenDayInfoReq", + [2420362257] = "FourteenDayInfoRsp", [2429586383] = "MailCycleReq", [2429588216] = "MailCycleRsp", [2467213182] = "ChapterWeaponChallengeFarmReq", @@ -356,6 +358,8 @@ local ProtoMsgType = { ChapterBoxRewardRsp = 2285873970, ChapterWeaponLatestPlayerInfoReq = 2314118791, ChapterWeaponLatestPlayerInfoRsp = 2314120624, + FourteenDayInfoReq = 2420360424, + FourteenDayInfoRsp = 2420362257, MailCycleReq = 2429586383, MailCycleRsp = 2429588216, ChapterWeaponChallengeFarmReq = 2467213182, @@ -601,6 +605,8 @@ local ProtoMsgType = { ChapterBoxRewardRsp = "ChapterBoxRewardRsp", ChapterWeaponLatestPlayerInfoReq = "ChapterWeaponLatestPlayerInfoReq", ChapterWeaponLatestPlayerInfoRsp = "ChapterWeaponLatestPlayerInfoRsp", + FourteenDayInfoReq = "FourteenDayInfoReq", + FourteenDayInfoRsp = "FourteenDayInfoRsp", MailCycleReq = "MailCycleReq", MailCycleRsp = "MailCycleRsp", ChapterWeaponChallengeFarmReq = "ChapterWeaponChallengeFarmReq", diff --git a/lua/app/userdata/activity/fourteen_day/fourteen_day_data.lua b/lua/app/userdata/activity/fourteen_day/fourteen_day_data.lua index 31e76006..c6aacd62 100644 --- a/lua/app/userdata/activity/fourteen_day/fourteen_day_data.lua +++ b/lua/app/userdata/activity/fourteen_day/fourteen_day_data.lua @@ -25,12 +25,7 @@ function FourteenDayData:init(data) Logger.logHighlight("新手14天乐数据初始化") Logger.printTable(data) end - - self.openTs = GFunc.formatTimeStep(data.open_at or 0) - self.activeDays = data.active_days or 0-- 活动开启后的登陆天数、阶段数 - self.bountyStatus = data.funds - self.tasksStatus = data.tasks - self.exchangeStatus = data.exchange_info + self:initData(data) -- 活动开启 DataManager:registerTryOpenFunc("FourteenDayData", function() @@ -47,19 +42,51 @@ function FourteenDayData:init(data) if not self:isActiveTime() then return end + if not self.openStatus then + self.needSyncTaskInfo = true + EventManager:dispatchEvent(EventManager.CUSTOM_EVENT.MAIN_UI_CHECK_SIDE_BAR) + end + self.openStatus = true + -- Logger.logHighlight("14天乐跨天") self.activeDays = self.activeDays + 1 self:setDirty() end) - -- 注册任务进度监听 - for id, data in ipairs(self:getTaskCfg()) do - if data.quest then - ModuleManager.TaskManager:registerTask("FourteenDayData", data.quest, function(count) - self:addTaskProgress(data.quest, count) - end) + + local endTime = self:getEndTime() + local nowTime = Time:getServerTime() + if endTime > nowTime then + -- 注册任务进度监听 + for id, data in ipairs(self:getTaskCfg()) do + if data.quest then + ModuleManager.TaskManager:registerTask("FourteenDayData", data.quest, function(count) + self:addTaskProgress(data.quest, count) + end) + end end end + + self.openStatus = false + if self:isOpen() and self:isActiveTime() then + self.openStatus = true + end +end + +function FourteenDayData:initData(data) + self.openTs = GFunc.formatTimeStep(data.open_at or 0) + self.activeDays = data.active_days or 0-- 活动开启后的登陆天数、阶段数 + self.bountyStatus = data.funds + self.tasksStatus = data.tasks + self.exchangeStatus = data.exchange_info +end + +function FourteenDayData:getNeedSyncData() + return self.needSyncTaskInfo +end + +function FourteenDayData:setSyncData() + self.needSyncTaskInfo = true end function FourteenDayData:isOpen() @@ -395,6 +422,12 @@ end -- 添加任务进度 function FourteenDayData:addTaskProgress(taskType, count) -- Logger.logHighlight("任务进度改变:"..tostring(taskType)..","..tostring(count)) + if not self:isOpen() then + return + end + if not self:isActiveTime() then + return + end for id, data in ipairs(self:getTaskCfg()) do if data.quest == taskType then From 950ecacee56806876c6a204d6bd0e853abfb1752 Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Tue, 5 Sep 2023 11:47:28 +0800 Subject: [PATCH 39/55] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D=E5=92=8C=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/common/local_data.lua | 9 +++++ .../act_boss_rush/act_boss_rush_rank_ui.lua | 22 +++++++++--- .../act_boss_rush/act_boss_rush_shop_ui.lua | 2 ++ .../act_boss_rush/act_boss_rush_ui.lua | 7 ++++ .../act_boss_rush/cell/rank_reward_cell.lua | 5 ++- .../activity/act_boss_rush/cell/shop_cell.lua | 4 +-- .../fourteen_day/fourteen_day_exchange_ui.lua | 2 +- .../act_boss_rush/act_boss_rush_data.lua | 21 ++++++++++++ .../fourteen_day/fourteen_day_data.lua | 34 +++++++++++++------ 9 files changed, 87 insertions(+), 19 deletions(-) diff --git a/lua/app/common/local_data.lua b/lua/app/common/local_data.lua index 54ce50a0..43a57208 100644 --- a/lua/app/common/local_data.lua +++ b/lua/app/common/local_data.lua @@ -42,6 +42,7 @@ local LOCAL_DATA_KEY = { ACTIVITY_SUMMER_TODAY_HERO = "ACTIVITY_SUMMER_TODAY_HERO", NOT_POP_TODAY = "NOT_POP_TODAY", FOURTEEN_DAY_TODAY_EXCHANGE = "FOURTEEN_DAY_TODAY_EXCHANGE", + ACT_BOSS_RUSH_EXCHANGE = "ACT_BOSS_RUSH_EXCHANGE", } LocalData.KEYS = LOCAL_DATA_KEY @@ -483,4 +484,12 @@ function LocalData:recordTodayFourteenDayExchangeWatched() self:setInt(LOCAL_DATA_KEY.FOURTEEN_DAY_TODAY_EXCHANGE .. Time:getBeginningOfServerToday(), 1) end +function LocalData:getTodayBossRushExchangeWatched() + return self:getInt(LOCAL_DATA_KEY.ACT_BOSS_RUSH_EXCHANGE, 0) +end + +function LocalData:recordTodayBossRushExchangeWatched() + self:setInt(LOCAL_DATA_KEY.ACT_BOSS_RUSH_EXCHANGE, Time:getBeginningOfServerToday()) +end + return LocalData \ No newline at end of file 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 f7263a35..8f5b4aa2 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 @@ -28,9 +28,11 @@ end function ActBossRushRankUI:ctor() self.rankRewardList = {} + self.rankRewardListCount = 0 local cfg = DataManager.ActBossRushData:getRankConfig() for id, info in ipairs(cfg) do table.insert(self.rankRewardList, {id = id, ranking1 = info.ranking[1], ranking2 = info.ranking[2], rewards = info.reward}) + self.rankRewardListCount = self.rankRewardListCount + 1 end end @@ -140,7 +142,7 @@ function ActBossRushRankUI:refreshRewardNode() end) self.rewardScrollRectComp:addRefreshCallback(function(index, cell) local info = self.rankRewardList[index] - cell:refresh(info.ranking1, info.ranking2, info.rewards) + cell:refresh(info.ranking1, info.ranking2, info.rewards, self.rankRewardListCount) end) self.rewardScrollRectComp:clearCells() self.rewardScrollRectComp:setTotalCount(0) @@ -222,7 +224,9 @@ end function ActBossRushRankUI:refreshMyRankInfo() local info = DataManager.ActBossRushData:getLastSelfInfo() - if self.curPage == PAGE_TYPE.TODAY then + local canGot = DataManager.ActBossRushData:canGetRankReward() + + if self.curPage == PAGE_TYPE.TODAY or not canGot then info = DataManager.ActBossRushData:getCurRankSelfInfo() end local rank = info and info.rank or 0 @@ -239,6 +243,7 @@ function ActBossRushRankUI:refreshMyRankInfo() self.playerHeadCell:refresh() uiMap["act_boss_rush_rank_ui.bg.rank_bg.name"]:setText(DataManager.PlayerData:getNickname()) + local descObj = uiMap["act_boss_rush_rank_ui.bg.rank_bg.tx_last_day"] local rankObj = uiMap["act_boss_rush_rank_ui.bg.rank_bg.tx_rank"] if not rank or rank <= 0 then rankObj:setText("--") @@ -276,9 +281,18 @@ function ActBossRushRankUI:refreshMyRankInfo() waveObj:setVisible(false) roundObj:setVisible(false) - local canGot = DataManager.ActBossRushData:canGetRankReward() - local rewards = DataManager.ActBossRushData:getRankRewards(rank) local got = DataManager.ActBossRushData:isGotRankReward() + local rewards + if canGot then + rewards = DataManager.ActBossRushData:getRankRewards(rank) + descObj:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_20)) + else + info = DataManager.ActBossRushData:getCurRankSelfInfo() + rewards = DataManager.ActBossRushData:getRankRewards(info.rank or 0) + got = false + descObj:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_21)) + end + for index, cell in ipairs(self.selfRewardCells) do if rewards and rewards[index] then cell:refreshByConfig(rewards[index], got, got) 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 aa12e523..3c78fe2a 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 @@ -47,6 +47,8 @@ function ActBossRushShopUI:onLoadRootComplete() self.actCountdownSid = self:scheduleGlobal(function() self:refreshTime() end, 1) + + DataManager.ActBossRushData:setTodayExchangeCheck() end function ActBossRushShopUI:_display() 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 84e32fa6..8704cc5a 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 @@ -87,6 +87,13 @@ function ActBossRushUI:_display() bountyBtn:removeRedPoint() end + local shopBtn = uiMap["act_boss_rush_ui.bg.btn_shop"] + if not DataManager.ActBossRushData:getTodayExchangeCheck() then + shopBtn:addRedPoint(20, 40, 0.8) + else + shopBtn:removeRedPoint() + end + self:refreshRankList() self:refreshFormation() end diff --git a/lua/app/ui/activity/act_boss_rush/cell/rank_reward_cell.lua b/lua/app/ui/activity/act_boss_rush/cell/rank_reward_cell.lua index 9199a959..c0512b3b 100644 --- a/lua/app/ui/activity/act_boss_rush/cell/rank_reward_cell.lua +++ b/lua/app/ui/activity/act_boss_rush/cell/rank_reward_cell.lua @@ -1,6 +1,6 @@ local RankRewardcell = class("RankRewardcell", BaseCell) -function RankRewardcell:refresh(ranking1, ranking2, rewards) +function RankRewardcell:refresh(ranking1, ranking2, rewards, totalIndex) local uiMap = self:getUIMap() local rankStr = ranking1 .. "-" @@ -9,6 +9,9 @@ function RankRewardcell:refresh(ranking1, ranking2, rewards) else rankStr = rankStr .. "-" end + if self:getIndex() == totalIndex then + rankStr = (ranking1 - 1) .. "+" + end uiMap["rank_reward_cell.bg.tx_rank"]:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_23, rankStr)) if not self.rewardCells then self.rewardCells = {} 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 b0f6a5a8..7c99aec6 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 @@ -22,7 +22,7 @@ function ShopCell:refresh(id) local color = "#FFFFFF" local itemEnough = GFunc.checkCost(costId, costNum, false) if not itemEnough then - color = "#FF4F38" + -- color = "#FF4F38" end local str = string.format("%s", color, costNum) self.txScore:setText(str) @@ -36,7 +36,7 @@ function ShopCell:refresh(id) local canExchange = remainCount > 0 local color = "#FFFFFF" if not canExchange then - color = "#FF4F38" + -- color = "#FF4F38" end local str = string.format("%s", color, I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_19, remainCount)) self.txLimit:setText(str) diff --git a/lua/app/ui/activity/fourteen_day/fourteen_day_exchange_ui.lua b/lua/app/ui/activity/fourteen_day/fourteen_day_exchange_ui.lua index 55e90cc6..88b4f2bf 100644 --- a/lua/app/ui/activity/fourteen_day/fourteen_day_exchange_ui.lua +++ b/lua/app/ui/activity/fourteen_day/fourteen_day_exchange_ui.lua @@ -57,7 +57,7 @@ function FourteenDayExchangeUI:onLoadRootComplete() end function FourteenDayExchangeUI:onRefresh() - DataManager.FourteenDayData:onShowExchangeView() + DataManager.FourteenDayData:setTodayExchangeCheck() self.exchangeList = DataManager.FourteenDayData:getExchangeShowIdsSort() self.txNum:setText(DataManager.FourteenDayData:getExchangeItemNum()) 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 6f71ac2b..fe69d00e 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 @@ -186,6 +186,10 @@ function ActBossRushData:getRp() return true end + if not self:getTodayExchangeCheck() then + return true + end + return false end @@ -721,4 +725,21 @@ function ActBossRushData:getMarkPoped() return self.popTag end +function ActBossRushData:getTodayExchangeCheck() + if self.todayExchangeChecked == nil then + self.todayExchangeChecked = LocalData:getTodayBossRushExchangeWatched() == Time:getServerTime() + end + return self.todayExchangeChecked +end + +function ActBossRushData:setTodayExchangeCheck() + if self.todayExchangeChecked then + return + else + LocalData:recordTodayBossRushExchangeWatched() + end + self.todayExchangeChecked = true + self:setDirty() +end + return ActBossRushData \ No newline at end of file diff --git a/lua/app/userdata/activity/fourteen_day/fourteen_day_data.lua b/lua/app/userdata/activity/fourteen_day/fourteen_day_data.lua index c6aacd62..9d093119 100644 --- a/lua/app/userdata/activity/fourteen_day/fourteen_day_data.lua +++ b/lua/app/userdata/activity/fourteen_day/fourteen_day_data.lua @@ -464,12 +464,33 @@ function FourteenDayData:hasExchangeRedPoint() end end if not isFullUnlock then - return not LocalData:getTodayFourteenDayExchangeWatched() + return not self:getTodayExchangeCheck() else - return self:getExchangeItemNum() >= self:getExchangeMinNum() + for index, data in ipairs(self:getExchangeShowIdsSort()) do + if self:canExchange(data.id) then + return true + end + end end end +function FourteenDayData:getTodayExchangeCheck() + if self.todayExchangeChecked == nil then + self.todayExchangeChecked = LocalData:getTodayFourteenDayExchangeWatched() + end + return self.todayExchangeChecked +end + +function FourteenDayData:setTodayExchangeCheck() + if self.todayExchangeChecked then + return + else + LocalData:recordTodayFourteenDayExchangeWatched() + end + self.todayExchangeChecked = true + self:setDirty() +end + -- 获取拥有的兑换道具个数 function FourteenDayData:getExchangeItemNum() return DataManager.BagData.ItemData:getItemNumById(GConst.ItemConst.ITEM_ID_FOURTEEN_DAY_EXCHANGE) @@ -551,15 +572,6 @@ function FourteenDayData:getExchangeReward(id) return self:getExchangeCfg()[id].reward end --- 查看兑换界面 -function FourteenDayData:onShowExchangeView() - if LocalData:getTodayFourteenDayExchangeWatched() then - return - end - LocalData:recordTodayFourteenDayExchangeWatched() - self:setDirty() -end - -- 兑换奖励领取成功 function FourteenDayData:onReceivedExchangeReward(id, count) count = count or 1 From 8f06e996d79d97e4363724f8a1853c264c1bdfac Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Tue, 5 Sep 2023 11:54:32 +0800 Subject: [PATCH 40/55] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../act_boss_rush/act_boss_rush_manager.lua | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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 4db9a716..1349e3c6 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 @@ -88,13 +88,15 @@ end function ActBossRushManager:rspEndBattle(result) if result.err_code == GConst.ERROR_STR.SUCCESS then - if result.reqData then - local wave = result.reqData.task_stat.pass_wave or 0 - local round = result.reqData.task_stat.total_turn or 0 - DataManager.ActBossRushData:addWaveCount(wave) - DataManager.ActBossRushData:updateWaveAndRound(wave, round) - end + local wave = result.max_wave or 0 + local round = result.min_round or 0 + DataManager.ActBossRushData:addWaveCount(wave) + DataManager.ActBossRushData:updateWaveAndRound(wave, round) ModuleManager.BattleManager:showBossRushBattleResultUI(GConst.BattleConst.BATTLE_TYPE.ACT_BOSS_RUSH, result.reqData and result.reqData.combatReport, result.reqData and result.reqData.task_stat) + + if result.reqData then + ModuleManager.TaskManager:addFightTaskProgress(result.reqData.task_stat) + end end end From d67a0a8b692e29a373525bb6b88ca79672cb4fea Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Tue, 5 Sep 2023 12:01:42 +0800 Subject: [PATCH 41/55] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/ui/activity/act_boss_rush/cell/rank_reward_cell.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/app/ui/activity/act_boss_rush/cell/rank_reward_cell.lua b/lua/app/ui/activity/act_boss_rush/cell/rank_reward_cell.lua index c0512b3b..27d5a6a8 100644 --- a/lua/app/ui/activity/act_boss_rush/cell/rank_reward_cell.lua +++ b/lua/app/ui/activity/act_boss_rush/cell/rank_reward_cell.lua @@ -10,7 +10,7 @@ function RankRewardcell:refresh(ranking1, ranking2, rewards, totalIndex) rankStr = rankStr .. "-" end if self:getIndex() == totalIndex then - rankStr = (ranking1 - 1) .. "+" + rankStr = ranking1 .. "+" end uiMap["rank_reward_cell.bg.tx_rank"]:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_23, rankStr)) if not self.rewardCells then From 9e75ea15c3f59d7896ac4c5b25debaa00c24b847 Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Tue, 5 Sep 2023 15:24:24 +0800 Subject: [PATCH 42/55] =?UTF-8?q?=E5=AE=89=E5=8D=93=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E9=94=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../act_boss_rush/act_boss_rush_fund_ui.lua | 4 ++++ .../act_boss_rush/act_boss_rush_pop_ui.lua | 4 ++++ .../act_boss_rush/act_boss_rush_rank_ui.lua | 14 +++++++++++++- .../act_boss_rush/act_boss_rush_shop_ui.lua | 4 ++++ .../ui/activity/act_boss_rush/act_boss_rush_ui.lua | 4 ++++ lua/app/ui/activity/hero_fund/hero_fund_ui.lua | 4 ++++ lua/app/ui/common/common_exchange_ui.lua | 4 ++++ 7 files changed, 37 insertions(+), 1 deletion(-) 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 16cbf83b..36c818a9 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 @@ -3,6 +3,10 @@ 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_bossrush_board_1"} +function ActBossRushFundUI:onPressBackspace() + self:closeUI() +end + function ActBossRushFundUI:isFullScreen() return false end 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 c6280e3e..f82c5ec9 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 @@ -1,5 +1,9 @@ local ActBossRushPopUI = class("ActBossRushPopUI", BaseUI) +function ActBossRushPopUI:onPressBackspace() + self:closeUI() +end + function ActBossRushPopUI:isFullScreen() return false end 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 8f5b4aa2..9ad40d6b 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 @@ -18,6 +18,10 @@ local PAGE_TX = { [PAGE_TYPE.REWARD] = I18N.GlobalConst.ACT_BOSS_RUSH_DESC_22, } +function ActBossRushRankUI:onPressBackspace() + self:closeUI() +end + function ActBossRushRankUI:isFullScreen() return false end @@ -226,7 +230,10 @@ function ActBossRushRankUI:refreshMyRankInfo() local info = DataManager.ActBossRushData:getLastSelfInfo() local canGot = DataManager.ActBossRushData:canGetRankReward() - if self.curPage == PAGE_TYPE.TODAY or not canGot then + if self.curPage == PAGE_TYPE.TODAY then + info = DataManager.ActBossRushData:getCurRankSelfInfo() + end + if self.curPage == PAGE_TYPE.REWARD and not canGot then info = DataManager.ActBossRushData:getCurRankSelfInfo() end local rank = info and info.rank or 0 @@ -275,6 +282,11 @@ function ActBossRushRankUI:refreshMyRankInfo() for index, cell in ipairs(self.selfRewardCells) do cell:getBaseObject():setActive(false) end + if self.curPage == PAGE_TYPE.LAST_DAY then + descObj:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_20)) + else + descObj:setText(I18N:getGlobalText(I18N.GlobalConst.ACT_BOSS_RUSH_DESC_21)) + end else imgWave:setVisible(false) imgRound:setVisible(false) 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 3c78fe2a..90ebff49 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 @@ -2,6 +2,10 @@ local ActBossRushShopUI = class("ActBossRushShopUI", BaseUI) local SHOP_CELL = "app/ui/activity/act_boss_rush/cell/shop_cell" +function ActBossRushShopUI:onPressBackspace() + self:closeUI() +end + function ActBossRushShopUI:getPrefabPath() return "assets/prefabs/ui/activity/act_boss_rush/act_boss_rush_shop_ui.prefab" 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 8704cc5a..9b9890e1 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 @@ -6,6 +6,10 @@ function ActBossRushUI:getPrefabPath() return "assets/prefabs/ui/activity/act_boss_rush/act_boss_rush_ui.prefab" end +function ActBossRushUI:onPressBackspace() + self:closeUI() +end + function ActBossRushUI:getCurrencyParams() if self.currencyParams == nil then self.currencyParams = { diff --git a/lua/app/ui/activity/hero_fund/hero_fund_ui.lua b/lua/app/ui/activity/hero_fund/hero_fund_ui.lua index 741b2b75..5ed398f2 100644 --- a/lua/app/ui/activity/hero_fund/hero_fund_ui.lua +++ b/lua/app/ui/activity/hero_fund/hero_fund_ui.lua @@ -3,6 +3,10 @@ local HeroFundUI = class("HeroFundUI", BaseUI) local FUND_CELL = "app/ui/activity/hero_fund/cell/fund_cell" local BTN_ICON = {"common_btn_green_3", "act_herofund_board_2"} +function HeroFundUI:onPressBackspace() + self:closeUI() +end + function HeroFundUI:isFullScreen() return false end diff --git a/lua/app/ui/common/common_exchange_ui.lua b/lua/app/ui/common/common_exchange_ui.lua index c43628c6..2db735ce 100644 --- a/lua/app/ui/common/common_exchange_ui.lua +++ b/lua/app/ui/common/common_exchange_ui.lua @@ -1,5 +1,9 @@ local CommonExchangeUI = class("CommonExchangeUI", BaseUI) +function CommonExchangeUI:onPressBackspace() + self:closeUI() +end + function CommonExchangeUI:isFullScreen() return false end From 35d84fead7733c54375c84fe4cdd1259d804fb26 Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Tue, 5 Sep 2023 15:28:24 +0800 Subject: [PATCH 43/55] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/ui/activity/hero_fund/hero_fund_ui.lua | 2 +- lua/app/userdata/activity/fourteen_day/fourteen_day_data.lua | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lua/app/ui/activity/hero_fund/hero_fund_ui.lua b/lua/app/ui/activity/hero_fund/hero_fund_ui.lua index 5ed398f2..d3e8801f 100644 --- a/lua/app/ui/activity/hero_fund/hero_fund_ui.lua +++ b/lua/app/ui/activity/hero_fund/hero_fund_ui.lua @@ -172,7 +172,7 @@ function HeroFundUI:refreshTime() str = I18N:getGlobalText(I18N.GlobalConst.ACTIVITY_OVER_EDSC) else str = Time:formatNumTimeStr(remainTime) - if DataManager.FourteenDayData:isOpen() then -- 14天活动开了就显示 + if DataManager.FourteenDayData:getOpenStatus() then -- 14天活动开了就显示 self.toActivityTx:setVisible(true) self.toActivityBtn:setActive(true) self.downDesc:setVisible(false) diff --git a/lua/app/userdata/activity/fourteen_day/fourteen_day_data.lua b/lua/app/userdata/activity/fourteen_day/fourteen_day_data.lua index 9d093119..b90e118c 100644 --- a/lua/app/userdata/activity/fourteen_day/fourteen_day_data.lua +++ b/lua/app/userdata/activity/fourteen_day/fourteen_day_data.lua @@ -81,6 +81,10 @@ function FourteenDayData:initData(data) self.exchangeStatus = data.exchange_info end +function FourteenDayData:getOpenStatus() + return self.openStatus +end + function FourteenDayData:getNeedSyncData() return self.needSyncTaskInfo end From 1e918f92f2c56dea9036fc9052996e1cf9a41faa Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Tue, 5 Sep 2023 15:29:35 +0800 Subject: [PATCH 44/55] =?UTF-8?q?=E7=AD=89=E7=BA=A7=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../module/battle/controller/battle_controller_boss_rush.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 71c73350..6769630a 100644 --- a/lua/app/module/battle/controller/battle_controller_boss_rush.lua +++ b/lua/app/module/battle/controller/battle_controller_boss_rush.lua @@ -1,7 +1,7 @@ local BattleController = require "app/module/battle/controller/battle_controller" local BattleControllerBossRush = class("BattleControllerBossRush", BattleController) local SIDE_ATK = GConst.BattleConst.SIDE_ATK -local MAX_LV = 61 +local MAX_LV = 41 function BattleControllerBossRush:getBoardConfig() return ConfigManager:getConfig("chapter_board_bossrush") From 180c12435faa17df0fcf5e5d68b3912277f388cd Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Tue, 5 Sep 2023 15:59:37 +0800 Subject: [PATCH 45/55] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/config/act_fourteen_quest.lua | 24 +- lua/app/config/activity_boss_rush_rank.lua | 54 +- lua/app/config/activity_bounty_level.lua | 43 +- lua/app/config/activity_exchange.lua | 292 +- lua/app/config/buff.lua | 21 +- lua/app/config/chapter_board_bossrush.lua | 3682 ++++++++++---------- lua/app/config/skill.lua | 4 +- lua/app/config/strings/cn/global.lua | 2 +- lua/app/config/strings/en/global.lua | 3 +- lua/app/config/strings/en/skill_rogue.lua | 2 +- lua/app/config/strings/es/global.lua | 3 +- lua/app/config/strings/id/global.lua | 3 +- lua/app/config/strings/ja/global.lua | 3 +- lua/app/config/strings/ko/global.lua | 3 +- lua/app/config/strings/pt/global.lua | 3 +- lua/app/config/strings/th/global.lua | 3 +- lua/app/config/strings/vi/global.lua | 3 +- lua/app/config/strings/zh/global.lua | 3 +- 18 files changed, 1980 insertions(+), 2171 deletions(-) diff --git a/lua/app/config/act_fourteen_quest.lua b/lua/app/config/act_fourteen_quest.lua index e7cce0a7..99148f21 100644 --- a/lua/app/config/act_fourteen_quest.lua +++ b/lua/app/config/act_fourteen_quest.lua @@ -31,7 +31,7 @@ local act_fourteen_quest = { ["num_for_nothing"]="Vw0=" } }, - ["icon"]=7 + ["icon"]=6 }, [3]={ ["stage"]=1, @@ -48,7 +48,7 @@ local act_fourteen_quest = { ["num_for_nothing"]="Vw0=" } }, - ["icon"]=14 + ["icon"]=13 }, [4]={ ["stage"]=1, @@ -113,7 +113,7 @@ local act_fourteen_quest = { ["num_for_nothing"]="Vw0=" } }, - ["icon"]=7 + ["icon"]=22 }, [7]={ ["stage"]=2, @@ -135,8 +135,8 @@ local act_fourteen_quest = { [8]={ ["stage"]=2, ["quest"]=37, - ["none"]="开启主线宝箱3个", - ["num"]=3, + ["none"]="开启主线宝箱36个", + ["num"]=36, ["reward"]={ { ["type"]=1, @@ -229,7 +229,7 @@ local act_fourteen_quest = { ["num_for_nothing"]="Vw0=" } }, - ["icon"]=22 + ["icon"]=6 }, [13]={ ["stage"]=3, @@ -311,7 +311,7 @@ local act_fourteen_quest = { ["num_for_nothing"]="Vw0=" } }, - ["icon"]=6 + ["icon"]=20 }, [17]={ ["stage"]=4, @@ -531,8 +531,8 @@ local act_fourteen_quest = { [28]={ ["stage"]=6, ["quest"]=37, - ["none"]="开启主线宝箱15个", - ["num"]=15, + ["none"]="开启主线宝箱48个", + ["num"]=48, ["reward"]={ { ["type"]=1, @@ -625,7 +625,7 @@ local act_fourteen_quest = { ["num_for_nothing"]="Vw0=" } }, - ["icon"]=6 + ["icon"]=20 }, [33]={ ["stage"]=7, @@ -806,7 +806,7 @@ local act_fourteen_quest = { ["num_for_nothing"]="Vw0=" } }, - ["icon"]=15 + ["icon"]=14 }, [42]={ ["stage"]=9, @@ -840,7 +840,7 @@ local act_fourteen_quest = { ["num_for_nothing"]="Vw0=" } }, - ["icon"]=7 + ["icon"]=6 }, [44]={ ["stage"]=9, diff --git a/lua/app/config/activity_boss_rush_rank.lua b/lua/app/config/activity_boss_rush_rank.lua index 96dc29a3..20db661e 100644 --- a/lua/app/config/activity_boss_rush_rank.lua +++ b/lua/app/config/activity_boss_rush_rank.lua @@ -13,14 +13,6 @@ local activity_boss_rush_rank = { ["num"]=100, ["num_for_nothing"]="Vwhc" }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=80, - ["num_for_nothing"]="Xgg=" - }, { ["type"]=1, ["type_for_nothing"]="Vw==", @@ -45,14 +37,6 @@ local activity_boss_rush_rank = { ["num"]=80, ["num_for_nothing"]="Xgg=" }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=70, - ["num_for_nothing"]="UQg=" - }, { ["type"]=1, ["type_for_nothing"]="Vw==", @@ -77,14 +61,6 @@ local activity_boss_rush_rank = { ["num"]=70, ["num_for_nothing"]="UQg=" }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=60, - ["num_for_nothing"]="UAg=" - }, { ["type"]=1, ["type_for_nothing"]="Vw==", @@ -109,14 +85,6 @@ local activity_boss_rush_rank = { ["num"]=60, ["num_for_nothing"]="UAg=" }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=50, - ["num_for_nothing"]="Uwg=" - }, { ["type"]=1, ["type_for_nothing"]="Vw==", @@ -141,14 +109,6 @@ local activity_boss_rush_rank = { ["num"]=40, ["num_for_nothing"]="Ugg=" }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=30, - ["num_for_nothing"]="VQg=" - }, { ["type"]=1, ["type_for_nothing"]="Vw==", @@ -173,14 +133,6 @@ local activity_boss_rush_rank = { ["num"]=30, ["num_for_nothing"]="VQg=" }, - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=20, - ["num_for_nothing"]="VAg=" - }, { ["type"]=1, ["type_for_nothing"]="Vw==", @@ -191,7 +143,7 @@ local activity_boss_rush_rank = { } } }, - [8]={ + [7]={ ["ranking"]={ 501, 99999999 @@ -210,8 +162,8 @@ local activity_boss_rush_rank = { ["type_for_nothing"]="Vw==", ["id"]=2, ["id_for_nothing"]="VA==", - ["num"]=15, - ["num_for_nothing"]="Vw0=" + ["num"]=20, + ["num_for_nothing"]="VAg=" } } } diff --git a/lua/app/config/activity_bounty_level.lua b/lua/app/config/activity_bounty_level.lua index bc1c553f..3173f19b 100644 --- a/lua/app/config/activity_bounty_level.lua +++ b/lua/app/config/activity_bounty_level.lua @@ -868,7 +868,7 @@ local activity_bounty_level = { }, [202]={ ["act_id"]=206, - ["exp"]=30, + ["exp"]=15, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", @@ -896,7 +896,7 @@ local activity_bounty_level = { }, [203]={ ["act_id"]=206, - ["exp"]=60, + ["exp"]=30, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", @@ -924,7 +924,7 @@ local activity_bounty_level = { }, [204]={ ["act_id"]=206, - ["exp"]=90, + ["exp"]=45, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", @@ -952,7 +952,7 @@ local activity_bounty_level = { }, [205]={ ["act_id"]=206, - ["exp"]=120, + ["exp"]=60, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", @@ -980,7 +980,7 @@ local activity_bounty_level = { }, [206]={ ["act_id"]=206, - ["exp"]=150, + ["exp"]=75, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", @@ -1008,7 +1008,7 @@ local activity_bounty_level = { }, [207]={ ["act_id"]=206, - ["exp"]=180, + ["exp"]=90, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", @@ -1036,7 +1036,7 @@ local activity_bounty_level = { }, [208]={ ["act_id"]=206, - ["exp"]=210, + ["exp"]=105, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", @@ -1064,7 +1064,7 @@ local activity_bounty_level = { }, [209]={ ["act_id"]=206, - ["exp"]=240, + ["exp"]=120, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", @@ -1092,7 +1092,7 @@ local activity_bounty_level = { }, [210]={ ["act_id"]=206, - ["exp"]=270, + ["exp"]=135, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", @@ -1120,7 +1120,7 @@ local activity_bounty_level = { }, [211]={ ["act_id"]=206, - ["exp"]=300, + ["exp"]=150, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", @@ -1148,7 +1148,7 @@ local activity_bounty_level = { }, [212]={ ["act_id"]=206, - ["exp"]=330, + ["exp"]=165, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", @@ -1176,7 +1176,7 @@ local activity_bounty_level = { }, [213]={ ["act_id"]=206, - ["exp"]=360, + ["exp"]=180, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", @@ -1204,7 +1204,7 @@ local activity_bounty_level = { }, [214]={ ["act_id"]=206, - ["exp"]=390, + ["exp"]=195, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", @@ -1232,7 +1232,7 @@ local activity_bounty_level = { }, [215]={ ["act_id"]=206, - ["exp"]=420, + ["exp"]=210, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", @@ -1260,7 +1260,7 @@ local activity_bounty_level = { }, [216]={ ["act_id"]=206, - ["exp"]=450, + ["exp"]=225, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", @@ -1288,7 +1288,7 @@ local activity_bounty_level = { }, [217]={ ["act_id"]=206, - ["exp"]=480, + ["exp"]=240, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", @@ -1316,7 +1316,7 @@ local activity_bounty_level = { }, [218]={ ["act_id"]=206, - ["exp"]=510, + ["exp"]=255, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", @@ -1344,7 +1344,7 @@ local activity_bounty_level = { }, [219]={ ["act_id"]=206, - ["exp"]=540, + ["exp"]=270, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", @@ -1372,7 +1372,7 @@ local activity_bounty_level = { }, [220]={ ["act_id"]=206, - ["exp"]=570, + ["exp"]=285, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", @@ -1400,7 +1400,7 @@ local activity_bounty_level = { }, [221]={ ["act_id"]=206, - ["exp"]=600, + ["exp"]=300, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", @@ -1428,7 +1428,7 @@ local activity_bounty_level = { }, [222]={ ["act_id"]=206, - ["exp"]=630, + ["exp"]=315, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", @@ -1456,6 +1456,7 @@ local activity_bounty_level = { }, [223]={ ["act_id"]=206, + ["exp"]=330, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", diff --git a/lua/app/config/activity_exchange.lua b/lua/app/config/activity_exchange.lua index 1e35100f..eb889061 100644 --- a/lua/app/config/activity_exchange.lua +++ b/lua/app/config/activity_exchange.lua @@ -4,18 +4,18 @@ local activity_exchange = { ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=14001, - ["id_for_nothing"]="VwxcA2Q=", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["id"]=14002, + ["id_for_nothing"]="VwxcA2c=", + ["num"]=3, + ["num_for_nothing"]="VQ==" }, ["cost"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=52, ["id_for_nothing"]="Uwo=", - ["num"]=100, - ["num_for_nothing"]="Vwhc" + ["num"]=300, + ["num_for_nothing"]="VQhc" }, ["limit"]=10 }, @@ -24,18 +24,18 @@ local activity_exchange = { ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=24001, - ["id_for_nothing"]="VAxcA2Q=", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["id"]=34003, + ["id_for_nothing"]="VQxcA2Y=", + ["num"]=3, + ["num_for_nothing"]="VQ==" }, ["cost"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=52, ["id_for_nothing"]="Uwo=", - ["num"]=100, - ["num_for_nothing"]="Vwhc" + ["num"]=200, + ["num_for_nothing"]="VAhc" }, ["limit"]=10 }, @@ -44,18 +44,18 @@ local activity_exchange = { ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=34001, - ["id_for_nothing"]="VQxcA2Q=", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["id"]=44001, + ["id_for_nothing"]="UgxcA2Q=", + ["num"]=3, + ["num_for_nothing"]="VQ==" }, ["cost"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=52, ["id_for_nothing"]="Uwo=", - ["num"]=100, - ["num_for_nothing"]="Vwhc" + ["num"]=200, + ["num_for_nothing"]="VAhc" }, ["limit"]=10 }, @@ -64,18 +64,18 @@ local activity_exchange = { ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=44001, - ["id_for_nothing"]="UgxcA2Q=", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["id"]=54002, + ["id_for_nothing"]="UwxcA2c=", + ["num"]=3, + ["num_for_nothing"]="VQ==" }, ["cost"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=52, ["id_for_nothing"]="Uwo=", - ["num"]=100, - ["num_for_nothing"]="Vwhc" + ["num"]=200, + ["num_for_nothing"]="VAhc" }, ["limit"]=10 }, @@ -84,8 +84,28 @@ local activity_exchange = { ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=54003, - ["id_for_nothing"]="UwxcA2Y=", + ["id"]=15, + ["id_for_nothing"]="Vw0=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["cost"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=52, + ["id_for_nothing"]="Uwo=", + ["num"]=240, + ["num_for_nothing"]="VAxc" + }, + ["limit"]=3 + }, + [106]={ + ["activity"]=206, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=14, + ["id_for_nothing"]="Vww=", ["num"]=1, ["num_for_nothing"]="Vw==" }, @@ -97,75 +117,55 @@ local activity_exchange = { ["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 + ["limit"]=3 }, [107]={ ["activity"]=206, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=110, - ["id_for_nothing"]="Vwlc", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["id"]=3, + ["id_for_nothing"]="VQ==", + ["num"]=15, + ["num_for_nothing"]="Vw0=" }, ["cost"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=52, ["id_for_nothing"]="Uwo=", - ["num"]=500, - ["num_for_nothing"]="Uwhc" + ["num"]=5, + ["num_for_nothing"]="Uw==" }, - ["limit"]=5 + ["limit"]=10 }, [108]={ ["activity"]=206, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=109, - ["id_for_nothing"]="VwhV", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=800, + ["num_for_nothing"]="Xghc" }, ["cost"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=52, ["id_for_nothing"]="Uwo=", - ["num"]=50, - ["num_for_nothing"]="Uwg=" + ["num"]=5, + ["num_for_nothing"]="Uw==" }, - ["limit"]=10 + ["limit"]=999 }, [109]={ ["activity"]=206, ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=1001, - ["id_for_nothing"]="VwhcAg==", + ["id"]=13, + ["id_for_nothing"]="Vws=", ["num"]=1, ["num_for_nothing"]="Vw==" }, @@ -174,173 +174,13 @@ local activity_exchange = { ["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==" + ["num"]=5, + ["num_for_nothing"]="Uw==" }, ["limit"]=999 } } local config = { -data=activity_exchange,count=17 +data=activity_exchange,count=9 } return config \ No newline at end of file diff --git a/lua/app/config/buff.lua b/lua/app/config/buff.lua index 70944ece..4f3113eb 100644 --- a/lua/app/config/buff.lua +++ b/lua/app/config/buff.lua @@ -199,7 +199,8 @@ local buff = { ["name"]="atkp_color_add", ["buff_type"]=1, ["stack"]=2, - ["decr"]=1 + ["decr"]=1, + ["limit_parameter"]=15000 }, [26]={ ["id"]=26, @@ -207,7 +208,8 @@ local buff = { ["buff_type"]=1, ["stack"]=2, ["position"]=1, - ["decr"]=1 + ["decr"]=1, + ["limit_parameter"]=15000 }, [27]={ ["id"]=27, @@ -215,7 +217,8 @@ local buff = { ["buff_type"]=1, ["stack"]=2, ["position"]=2, - ["decr"]=1 + ["decr"]=1, + ["limit_parameter"]=15000 }, [28]={ ["id"]=28, @@ -223,7 +226,8 @@ local buff = { ["buff_type"]=1, ["stack"]=2, ["position"]=3, - ["decr"]=1 + ["decr"]=1, + ["limit_parameter"]=15000 }, [29]={ ["id"]=29, @@ -231,7 +235,8 @@ local buff = { ["buff_type"]=1, ["stack"]=2, ["position"]=4, - ["decr"]=1 + ["decr"]=1, + ["limit_parameter"]=15000 }, [30]={ ["id"]=30, @@ -239,7 +244,8 @@ local buff = { ["buff_type"]=1, ["stack"]=2, ["position"]=5, - ["decr"]=1 + ["decr"]=1, + ["limit_parameter"]=15000 }, [31]={ ["id"]=31, @@ -532,7 +538,8 @@ local buff = { ["name"]="skill_hurt_add", ["buff_type"]=1, ["stack"]=2, - ["decr"]=1 + ["decr"]=1, + ["limit_parameter"]=10000 }, [61]={ ["id"]=61, diff --git a/lua/app/config/chapter_board_bossrush.lua b/lua/app/config/chapter_board_bossrush.lua index 224a9120..89222ce4 100644 --- a/lua/app/config/chapter_board_bossrush.lua +++ b/lua/app/config/chapter_board_bossrush.lua @@ -6,7 +6,7 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { @@ -22,7 +22,7 @@ local chapter_board_bossrush = { 1 }, { - 3, + 2, 0 }, { @@ -34,7 +34,7 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { @@ -50,7 +50,7 @@ local chapter_board_bossrush = { 5 }, { - 3, + 2, 0 }, { @@ -62,7 +62,7 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { @@ -78,7 +78,7 @@ local chapter_board_bossrush = { 2 }, { - 3, + 2, 0 }, { @@ -90,7 +90,7 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { @@ -106,7 +106,7 @@ local chapter_board_bossrush = { 2 }, { - 3, + 2, 0 }, { @@ -118,7 +118,23 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, 0 }, { @@ -130,39 +146,23 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { - 3, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 3, + 2, 0 }, { @@ -234,7 +234,7 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { @@ -250,7 +250,7 @@ local chapter_board_bossrush = { 3 }, { - 3, + 2, 0 }, { @@ -258,7 +258,7 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { @@ -282,7 +282,7 @@ local chapter_board_bossrush = { 3 }, { - 3, + 2, 0 }, { @@ -290,7 +290,7 @@ local chapter_board_bossrush = { 3 }, { - 3, + 2, 0 }, { @@ -306,21 +306,13 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { 0, 3 }, - { - 3, - 0 - }, - { - 3, - 0 - }, { 2, 0 @@ -337,10 +329,18 @@ local chapter_board_bossrush = { 3, 0 }, + { + 2, + 0 + }, { 3, 0 }, + { + 2, + 0 + }, { 3, 0 @@ -518,7 +518,7 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { @@ -534,7 +534,7 @@ local chapter_board_bossrush = { 3 }, { - 3, + 2, 0 }, { @@ -550,15 +550,15 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { @@ -666,7 +666,7 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { @@ -674,7 +674,7 @@ local chapter_board_bossrush = { 4 }, { - 3, + 2, 0 }, { @@ -722,7 +722,7 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { @@ -730,7 +730,7 @@ local chapter_board_bossrush = { 4 }, { - 3, + 2, 0 }, { @@ -782,7 +782,7 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { @@ -806,7 +806,7 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { @@ -822,7 +822,7 @@ local chapter_board_bossrush = { 2 }, { - 3, + 2, 0 }, { @@ -858,7 +858,7 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { @@ -866,15 +866,15 @@ local chapter_board_bossrush = { 1 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { @@ -882,7 +882,11 @@ local chapter_board_bossrush = { 1 }, { - 3, + 2, + 0 + }, + { + 2, 0 }, { @@ -902,11 +906,7 @@ local chapter_board_bossrush = { 0 }, { - 3, - 0 - }, - { - 3, + 2, 0 }, { @@ -1006,7 +1006,7 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { @@ -1022,7 +1022,7 @@ local chapter_board_bossrush = { 4 }, { - 3, + 2, 0 }, { @@ -1034,7 +1034,7 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { @@ -1050,7 +1050,7 @@ local chapter_board_bossrush = { 3 }, { - 3, + 2, 0 }, { @@ -1122,7 +1122,7 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { @@ -1130,7 +1130,7 @@ local chapter_board_bossrush = { 5 }, { - 3, + 2, 0 }, { @@ -1178,7 +1178,7 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { @@ -1186,7 +1186,7 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { @@ -1206,7 +1206,7 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { @@ -1222,7 +1222,7 @@ local chapter_board_bossrush = { 2 }, { - 3, + 2, 0 }, { @@ -1234,7 +1234,7 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { @@ -1250,7 +1250,7 @@ local chapter_board_bossrush = { 1 }, { - 3, + 2, 0 }, { @@ -1298,7 +1298,7 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { @@ -1346,7 +1346,7 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { @@ -1362,7 +1362,7 @@ local chapter_board_bossrush = { 5 }, { - 3, + 2, 0 }, { @@ -1374,7 +1374,7 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { @@ -1390,7 +1390,7 @@ local chapter_board_bossrush = { 3 }, { - 3, + 2, 0 }, { @@ -1402,7 +1402,7 @@ local chapter_board_bossrush = { [8]={ ["board"]={ { - 3, + 2, 0 }, { @@ -1426,11 +1426,11 @@ local chapter_board_bossrush = { 5 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { @@ -1454,11 +1454,11 @@ local chapter_board_bossrush = { 5 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { @@ -1482,7 +1482,7 @@ local chapter_board_bossrush = { 1 }, { - 3, + 2, 0 }, { @@ -1490,23 +1490,23 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { @@ -1522,15 +1522,15 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { @@ -1606,12 +1606,12 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { 0, - 2 + 1 }, { 0, @@ -1622,7 +1622,7 @@ local chapter_board_bossrush = { 5 }, { - 3, + 2, 0 }, { @@ -1630,7 +1630,7 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { @@ -1639,7 +1639,7 @@ local chapter_board_bossrush = { }, { 0, - 2 + 1 }, { 0, @@ -1651,14 +1651,14 @@ local chapter_board_bossrush = { }, { 0, - 1 + 5 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { @@ -1667,7 +1667,7 @@ local chapter_board_bossrush = { }, { 0, - 2 + 1 }, { 0, @@ -1679,14 +1679,14 @@ local chapter_board_bossrush = { }, { 0, - 1 + 5 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { @@ -1695,7 +1695,7 @@ local chapter_board_bossrush = { }, { 0, - 2 + 1 }, { 0, @@ -1707,11 +1707,7 @@ local chapter_board_bossrush = { }, { 0, - 1 - }, - { - 3, - 0 + 5 }, { 2, @@ -1738,7 +1734,11 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, + 0 + }, + { + 2, 0 }, { @@ -1802,31 +1802,31 @@ local chapter_board_bossrush = { [10]={ ["board"]={ { - 3, + 2, 0 }, - { - 0, - 2 - }, - { - 0, - 2 - }, { 0, 5 }, { 0, - 3 + 5 }, { 0, - 3 + 5 }, { - 3, + 0, + 5 + }, + { + 0, + 5 + }, + { + 2, 0 }, { @@ -1898,7 +1898,7 @@ local chapter_board_bossrush = { 0 }, { - 7, + 2, 0 }, { @@ -2002,7 +2002,7 @@ local chapter_board_bossrush = { [11]={ ["board"]={ { - 3, + 2, 0 }, { @@ -2026,39 +2026,11 @@ local chapter_board_bossrush = { 1 }, { - 3, + 2, 0 }, { - 3, - 0 - }, - { - 4, - 3 - }, - { - 4, - 3 - }, - { - 4, - 2 - }, - { - 4, - 1 - }, - { - 4, - 1 - }, - { - 3, - 0 - }, - { - 3, + 2, 0 }, { @@ -2082,11 +2054,39 @@ local chapter_board_bossrush = { 5 }, { - 3, + 2, 0 }, { - 3, + 2, + 0 + }, + { + 4, + 5 + }, + { + 4, + 5 + }, + { + 4, + 2 + }, + { + 4, + 5 + }, + { + 4, + 5 + }, + { + 2, + 0 + }, + { + 2, 0 }, { @@ -2110,35 +2110,35 @@ local chapter_board_bossrush = { 5 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { @@ -2202,7 +2202,7 @@ local chapter_board_bossrush = { [12]={ ["board"]={ { - 3, + 2, 0 }, { @@ -2226,11 +2226,11 @@ local chapter_board_bossrush = { 5 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { @@ -2254,11 +2254,11 @@ local chapter_board_bossrush = { 5 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { @@ -2282,11 +2282,11 @@ local chapter_board_bossrush = { 3 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { @@ -2294,15 +2294,15 @@ local chapter_board_bossrush = { 1 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { @@ -2310,7 +2310,7 @@ local chapter_board_bossrush = { 5 }, { - 3, + 2, 0 }, { @@ -2458,7 +2458,7 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { @@ -2482,11 +2482,11 @@ local chapter_board_bossrush = { 4 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { @@ -2510,7 +2510,7 @@ local chapter_board_bossrush = { 4 }, { - 3, + 2, 0 }, { @@ -2630,7 +2630,7 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { @@ -2654,11 +2654,11 @@ local chapter_board_bossrush = { 3 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { @@ -2682,7 +2682,7 @@ local chapter_board_bossrush = { 1 }, { - 3, + 2, 0 }, { @@ -2698,7 +2698,7 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { @@ -2802,7 +2802,7 @@ local chapter_board_bossrush = { [15]={ ["board"]={ { - 3, + 2, 0 }, { @@ -2826,11 +2826,11 @@ local chapter_board_bossrush = { 2 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { @@ -2854,7 +2854,7 @@ local chapter_board_bossrush = { 5 }, { - 3, + 2, 0 }, { @@ -3002,7 +3002,7 @@ local chapter_board_bossrush = { [16]={ ["board"]={ { - 3, + 2, 0 }, { @@ -3026,11 +3026,11 @@ local chapter_board_bossrush = { 2 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { @@ -3054,11 +3054,11 @@ local chapter_board_bossrush = { 2 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { @@ -3082,7 +3082,7 @@ local chapter_board_bossrush = { 2 }, { - 3, + 2, 0 }, { @@ -3219,27 +3219,27 @@ local chapter_board_bossrush = { }, { 0, - 3 + 5 }, { 0, - 3 + 5 }, { 0, - 3 + 5 }, { 0, - 1 + 2 }, { 0, - 1 + 2 }, { 0, - 1 + 2 }, { 0, @@ -3278,7 +3278,7 @@ local chapter_board_bossrush = { 2 }, { - 3, + 2, 0 }, { @@ -3290,7 +3290,7 @@ local chapter_board_bossrush = { 4 }, { - 3, + 2, 0 }, { @@ -3358,7 +3358,7 @@ local chapter_board_bossrush = { 5 }, { - 3, + 2, 0 }, { @@ -3554,7 +3554,7 @@ local chapter_board_bossrush = { 1 }, { - 3, + 2, 0 }, { @@ -3602,7 +3602,7 @@ local chapter_board_bossrush = { [19]={ ["board"]={ { - 3, + 2, 0 }, { @@ -3626,11 +3626,11 @@ local chapter_board_bossrush = { 5 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { @@ -3654,7 +3654,7 @@ local chapter_board_bossrush = { 5 }, { - 3, + 2, 0 }, { @@ -3662,11 +3662,11 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { @@ -3674,7 +3674,11 @@ local chapter_board_bossrush = { 3 }, { - 3, + 2, + 0 + }, + { + 2, 0 }, { @@ -3682,11 +3686,7 @@ local chapter_board_bossrush = { 0 }, { - 3, - 0 - }, - { - 3, + 2, 0 }, { @@ -3710,7 +3710,7 @@ local chapter_board_bossrush = { 3 }, { - 3, + 2, 0 }, { @@ -3718,11 +3718,11 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { @@ -3730,11 +3730,11 @@ local chapter_board_bossrush = { 3 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { @@ -3806,7 +3806,7 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { @@ -3822,7 +3822,7 @@ local chapter_board_bossrush = { 4 }, { - 3, + 2, 0 }, { @@ -3834,7 +3834,7 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { @@ -3850,7 +3850,7 @@ local chapter_board_bossrush = { 5 }, { - 3, + 2, 0 }, { @@ -3898,7 +3898,7 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { @@ -4002,7 +4002,7 @@ local chapter_board_bossrush = { [21]={ ["board"]={ { - 3, + 2, 0 }, { @@ -4014,7 +4014,7 @@ local chapter_board_bossrush = { 4 }, { - 3, + 2, 0 }, { @@ -4026,11 +4026,11 @@ local chapter_board_bossrush = { 5 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { @@ -4054,11 +4054,11 @@ local chapter_board_bossrush = { 5 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { @@ -4082,7 +4082,7 @@ local chapter_board_bossrush = { 5 }, { - 3, + 2, 0 }, { @@ -4254,7 +4254,7 @@ local chapter_board_bossrush = { 2 }, { - 3, + 2, 0 }, { @@ -4282,7 +4282,7 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { @@ -4406,7 +4406,7 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { @@ -4418,7 +4418,11 @@ local chapter_board_bossrush = { 4 }, { - 3, + 2, + 0 + }, + { + 2, 0 }, { @@ -4426,11 +4430,7 @@ local chapter_board_bossrush = { 0 }, { - 3, - 0 - }, - { - 3, + 2, 0 }, { @@ -4450,7 +4450,7 @@ local chapter_board_bossrush = { 5 }, { - 3, + 2, 0 }, { @@ -4458,7 +4458,7 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { @@ -4482,11 +4482,11 @@ local chapter_board_bossrush = { 5 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { @@ -4510,7 +4510,7 @@ local chapter_board_bossrush = { 5 }, { - 3, + 2, 0 }, { @@ -4602,7 +4602,7 @@ local chapter_board_bossrush = { [24]={ ["board"]={ { - 3, + 2, 0 }, { @@ -4626,11 +4626,11 @@ local chapter_board_bossrush = { 5 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { @@ -4654,7 +4654,11 @@ local chapter_board_bossrush = { 1 }, { - 3, + 2, + 0 + }, + { + 2, 0 }, { @@ -4666,15 +4670,11 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { - 3, - 0 - }, - { - 3, + 2, 0 }, { @@ -5002,7 +5002,7 @@ local chapter_board_bossrush = { [26]={ ["board"]={ { - 3, + 2, 0 }, { @@ -5026,11 +5026,11 @@ local chapter_board_bossrush = { 4 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { @@ -5054,7 +5054,7 @@ local chapter_board_bossrush = { 4 }, { - 3, + 2, 0 }, { @@ -5402,7 +5402,7 @@ local chapter_board_bossrush = { [28]={ ["board"]={ { - 3, + 2, 0 }, { @@ -5426,7 +5426,7 @@ local chapter_board_bossrush = { 1 }, { - 3, + 2, 0 }, { @@ -5434,7 +5434,7 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { @@ -5450,7 +5450,7 @@ local chapter_board_bossrush = { 2 }, { - 3, + 2, 0 }, { @@ -5458,7 +5458,7 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { @@ -5466,7 +5466,7 @@ local chapter_board_bossrush = { 2 }, { - 3, + 2, 0 }, { @@ -5474,7 +5474,7 @@ local chapter_board_bossrush = { 3 }, { - 3, + 2, 0 }, { @@ -5482,7 +5482,7 @@ local chapter_board_bossrush = { 2 }, { - 3, + 2, 0 }, { @@ -5490,7 +5490,7 @@ local chapter_board_bossrush = { 2 }, { - 3, + 2, 0 }, { @@ -5498,7 +5498,7 @@ local chapter_board_bossrush = { 3 }, { - 3, + 2, 0 }, { @@ -5506,7 +5506,7 @@ local chapter_board_bossrush = { 3 }, { - 3, + 2, 0 }, { @@ -5514,7 +5514,7 @@ local chapter_board_bossrush = { 2 }, { - 3, + 2, 0 }, { @@ -5538,7 +5538,7 @@ local chapter_board_bossrush = { 3 }, { - 3, + 2, 0 }, { @@ -5602,7 +5602,7 @@ local chapter_board_bossrush = { [29]={ ["board"]={ { - 3, + 2, 0 }, { @@ -5625,66 +5625,6 @@ local chapter_board_bossrush = { 0, 5 }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 0, - 1 - }, - { - 4, - 2 - }, - { - 0, - 5 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 0, - 1 - }, - { - 4, - 1 - }, - { - 0, - 2 - }, - { - 4, - 5 - }, - { - 0, - 5 - }, - { - 3, - 0 - }, { 2, 0 @@ -5693,20 +5633,80 @@ local chapter_board_bossrush = { 3, 0 }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 4, + 2 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, { 3, 0 }, + { + 2, + 0 + }, + { + 0, + 1 + }, + { + 4, + 1 + }, + { + 0, + 2 + }, + { + 4, + 5 + }, + { + 0, + 5 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, { 4, 2 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { @@ -5802,7 +5802,7 @@ local chapter_board_bossrush = { [30]={ ["board"]={ { - 3, + 2, 0 }, { @@ -5826,11 +5826,11 @@ local chapter_board_bossrush = { 4 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { @@ -5854,11 +5854,11 @@ local chapter_board_bossrush = { 4 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { @@ -5882,7 +5882,7 @@ local chapter_board_bossrush = { 4 }, { - 3, + 2, 0 }, { @@ -6006,7 +6006,7 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { @@ -6022,7 +6022,7 @@ local chapter_board_bossrush = { 5 }, { - 3, + 2, 0 }, { @@ -6030,7 +6030,7 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { @@ -6054,7 +6054,7 @@ local chapter_board_bossrush = { 2 }, { - 3, + 2, 0 }, { @@ -6062,7 +6062,7 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { @@ -6078,7 +6078,7 @@ local chapter_board_bossrush = { 1 }, { - 3, + 2, 0 }, { @@ -6202,11 +6202,11 @@ local chapter_board_bossrush = { [32]={ ["board"]={ { - 3, + 2, 0 }, { - 3, + 2, 0 }, { @@ -6222,15 +6222,15 @@ local chapter_board_bossrush = { 1 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { @@ -6254,7 +6254,7 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { @@ -6262,7 +6262,7 @@ local chapter_board_bossrush = { 0 }, { - 7, + 3, 0 }, { @@ -6277,10 +6277,6 @@ local chapter_board_bossrush = { 4, 1 }, - { - 7, - 0 - }, { 3, 0 @@ -6290,7 +6286,11 @@ local chapter_board_bossrush = { 0 }, { - 7, + 3, + 0 + }, + { + 3, 0 }, { @@ -6305,10 +6305,6 @@ local chapter_board_bossrush = { 4, 1 }, - { - 7, - 0 - }, { 3, 0 @@ -6318,7 +6314,11 @@ local chapter_board_bossrush = { 0 }, { - 7, + 3, + 0 + }, + { + 3, 0 }, { @@ -6334,7 +6334,11 @@ local chapter_board_bossrush = { 0 }, { - 7, + 3, + 0 + }, + { + 3, 0 }, { @@ -6345,10 +6349,6 @@ local chapter_board_bossrush = { 3, 0 }, - { - 7, - 0 - }, { 0, 5 @@ -6362,7 +6362,7 @@ local chapter_board_bossrush = { 5 }, { - 7, + 3, 0 }, { @@ -6402,7 +6402,7 @@ local chapter_board_bossrush = { [33]={ ["board"]={ { - 3, + 2, 0 }, { @@ -6602,7 +6602,7 @@ local chapter_board_bossrush = { [34]={ ["board"]={ { - 3, + 2, 0 }, { @@ -6614,7 +6614,7 @@ local chapter_board_bossrush = { 3 }, { - 3, + 2, 0 }, { @@ -6626,7 +6626,7 @@ local chapter_board_bossrush = { 3 }, { - 3, + 2, 0 }, { @@ -6802,7 +6802,7 @@ local chapter_board_bossrush = { [35]={ ["board"]={ { - 3, + 2, 0 }, { @@ -6818,7 +6818,15 @@ local chapter_board_bossrush = { 5 }, { - 3, + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, 0 }, { @@ -6826,15 +6834,7 @@ local chapter_board_bossrush = { 0 }, { - 3, - 0 - }, - { - 3, - 0 - }, - { - 3, + 2, 0 }, { @@ -6850,7 +6850,7 @@ local chapter_board_bossrush = { 5 }, { - 3, + 2, 0 }, { @@ -6866,7 +6866,7 @@ local chapter_board_bossrush = { 2 }, { - 3, + 2, 0 }, { @@ -6882,7 +6882,7 @@ local chapter_board_bossrush = { 5 }, { - 3, + 2, 0 }, { @@ -6898,7 +6898,7 @@ local chapter_board_bossrush = { 1 }, { - 3, + 2, 0 }, { @@ -6930,7 +6930,7 @@ local chapter_board_bossrush = { 3 }, { - 3, + 2, 0 }, { @@ -7002,11 +7002,11 @@ local chapter_board_bossrush = { [36]={ ["board"]={ { - 3, + 2, 0 }, { - 3, + 2, 0 }, { @@ -7022,15 +7022,15 @@ local chapter_board_bossrush = { 5 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { @@ -7054,7 +7054,7 @@ local chapter_board_bossrush = { 3 }, { - 3, + 2, 0 }, { @@ -7202,7 +7202,7 @@ local chapter_board_bossrush = { [37]={ ["board"]={ { - 3, + 2, 0 }, { @@ -7226,11 +7226,11 @@ local chapter_board_bossrush = { 5 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { @@ -7253,18 +7253,6 @@ local chapter_board_bossrush = { 0, 4 }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 3, - 0 - }, { 2, 0 @@ -7278,7 +7266,19 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, 0 }, { @@ -7822,7 +7822,7 @@ local chapter_board_bossrush = { 2 }, { - 3, + 2, 0 }, { @@ -7850,7 +7850,7 @@ local chapter_board_bossrush = { 2 }, { - 3, + 2, 0 }, { @@ -7878,7 +7878,7 @@ local chapter_board_bossrush = { 2 }, { - 3, + 2, 0 }, { @@ -7906,7 +7906,7 @@ local chapter_board_bossrush = { 2 }, { - 3, + 2, 0 }, { @@ -8002,7 +8002,7 @@ local chapter_board_bossrush = { [41]={ ["board"]={ { - 3, + 2, 0 }, { @@ -8026,7 +8026,7 @@ local chapter_board_bossrush = { 3 }, { - 3, + 2, 0 }, { @@ -8202,7 +8202,7 @@ local chapter_board_bossrush = { [42]={ ["board"]={ { - 3, + 2, 0 }, { @@ -8226,11 +8226,11 @@ local chapter_board_bossrush = { 2 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { @@ -8254,7 +8254,7 @@ local chapter_board_bossrush = { 5 }, { - 3, + 2, 0 }, { @@ -8466,15 +8466,15 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { @@ -9002,7 +9002,7 @@ local chapter_board_bossrush = { [46]={ ["board"]={ { - 3, + 2, 0 }, { @@ -9026,11 +9026,11 @@ local chapter_board_bossrush = { 4 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { @@ -9054,11 +9054,11 @@ local chapter_board_bossrush = { 1 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { @@ -9082,7 +9082,7 @@ local chapter_board_bossrush = { 3 }, { - 3, + 2, 0 }, { @@ -9215,7 +9215,7 @@ local chapter_board_bossrush = { }, { 0, - 3 + 5 }, { 0, @@ -9243,7 +9243,7 @@ local chapter_board_bossrush = { }, { 0, - 3 + 1 }, { 0, @@ -9271,7 +9271,7 @@ local chapter_board_bossrush = { }, { 0, - 3 + 2 }, { 0, @@ -9286,31 +9286,31 @@ local chapter_board_bossrush = { 2 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { @@ -9602,7 +9602,7 @@ local chapter_board_bossrush = { [49]={ ["board"]={ { - 3, + 2, 0 }, { @@ -9626,7 +9626,7 @@ local chapter_board_bossrush = { 5 }, { - 3, + 2, 0 }, { @@ -9815,19 +9815,19 @@ local chapter_board_bossrush = { }, { 0, - 1 + 5 }, { 0, - 3 + 5 }, { 0, - 3 + 5 }, { 0, - 3 + 5 }, { 9, @@ -10015,19 +10015,19 @@ local chapter_board_bossrush = { }, { 0, - 3 + 1 }, { 0, - 4 + 1 }, { 0, - 4 + 1 }, { 0, - 4 + 1 }, { 3, @@ -10211,11 +10211,7 @@ local chapter_board_bossrush = { }, { 0, - 2 - }, - { - 0, - 2 + 1 }, { 0, @@ -10230,7 +10226,11 @@ local chapter_board_bossrush = { 1 }, { - 3, + 0, + 1 + }, + { + 2, 0 }, { @@ -10243,7 +10243,7 @@ local chapter_board_bossrush = { }, { 0, - 2 + 1 }, { 0, @@ -10262,23 +10262,23 @@ local chapter_board_bossrush = { 2 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { - 3, + 2, 5 }, { @@ -10410,23 +10410,23 @@ local chapter_board_bossrush = { 5 }, { - 21, - 2 - }, - { - 21, - 4 - }, - { - 3, + 2, 0 }, { - 3, + 2, 0 }, { - 3, + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, 0 }, { @@ -10438,15 +10438,15 @@ local chapter_board_bossrush = { 5 }, { - 21, - 2 + 2, + 0 }, { - 21, - 4 + 2, + 0 }, { - 3, + 2, 0 }, { @@ -10454,64 +10454,64 @@ local chapter_board_bossrush = { 0 }, { - 21, - 2 + 2, + 0 }, { 0, 3 }, - { - 0, - 2 - }, - { - 21, - 1 - }, - { - 21, - 4 - }, - { - 9, - 0 - }, - { - 21, - 1 - }, - { - 21, - 2 - }, { 0, 5 }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 9, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, { 0, 3 }, { - 21, - 1 + 0, + 3 + }, + { + 2, + 0 }, { 8, 0 }, { - 21, - 3 + 2, + 0 }, { - 21, - 1 + 2, + 0 }, { - 21, - 2 + 2, + 0 }, { 0, @@ -10526,75 +10526,75 @@ local chapter_board_bossrush = { 0 }, { - 3, + 2, 0 }, { - 21, - 3 - }, - { - 21, - 1 - }, - { - 21, - 2 - }, - { - 3, + 2, 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { - 21, - 3 + 2, + 0 }, { - 21, - 1 + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 10 }, { 8, 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { - 21, - 3 - }, - { - 3, + 2, 0 }, { - 3, + 2, + 0 + }, + { + 2, 0 } } @@ -10602,12 +10602,12 @@ local chapter_board_bossrush = { [54]={ ["board"]={ { - 3, + 2, 0 }, { 0, - 3 + 1 }, { 0, @@ -10630,7 +10630,7 @@ local chapter_board_bossrush = { 5 }, { - 3, + 2, 0 }, { @@ -10639,7 +10639,7 @@ local chapter_board_bossrush = { }, { 0, - 3 + 1 }, { 0, @@ -10658,43 +10658,27 @@ local chapter_board_bossrush = { 1 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { - 3, + 2, 0 }, { - 3, - 0 - }, - { - 3, - 0 - }, - { - 21, - 2 - }, - { - 0, - 0 - }, - { - 0, + 2, 0 }, { @@ -10706,21 +10690,9 @@ local chapter_board_bossrush = { 0 }, { - 0, + 2, 0 }, - { - 3, - 0 - }, - { - 3, - 0 - }, - { - 21, - 2 - }, { 0, 0 @@ -10737,10 +10709,38 @@ local chapter_board_bossrush = { 0, 0 }, + { + 3, + 0 + }, { 0, 0 }, + { + 2, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 + }, + { + 3, + 0 + }, { 3, 0 @@ -10750,20 +10750,8 @@ local chapter_board_bossrush = { 0 }, { - 21, - 3 - }, - { - 21, - 2 - }, - { - 21, - 2 - }, - { - 21, - 1 + 3, + 0 }, { 3, @@ -10778,24 +10766,36 @@ local chapter_board_bossrush = { 0 }, { - 21, - 3 - }, - { - 21, - 3 - }, - { - 21, - 1 - }, - { - 21, - 1 + 8, + 0 }, { 3, 0 + }, + { + 3, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 + }, + { + 2, + 0 } } }, @@ -10855,10 +10855,10 @@ local chapter_board_bossrush = { }, { 0, - 5 + 2 }, { - 18, + 9, 0 }, { @@ -10886,10 +10886,10 @@ local chapter_board_bossrush = { 0 }, { - 18, - 0 - }, - { + 19, + 0 + }, + { 18, 0 }, @@ -10914,7 +10914,7 @@ local chapter_board_bossrush = { 0 }, { - 0, + 19, 0 }, { @@ -10942,20 +10942,20 @@ local chapter_board_bossrush = { 0 }, { - 0, + 19, 0 }, - { - 22, - 1 - }, { 0, 0 }, { - 22, - 2 + 0, + 0 + }, + { + 0, + 0 }, { 0, @@ -10970,25 +10970,9 @@ local chapter_board_bossrush = { 0 }, { - 22, - 1 - }, - { - 19, + 11, 0 }, - { - 22, - 2 - }, - { - 19, - 0 - }, - { - 22, - 2 - }, { 19, 0 @@ -10996,6 +10980,22 @@ local chapter_board_bossrush = { { 19, 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 8, + 0 } } }, @@ -11070,7 +11070,7 @@ local chapter_board_bossrush = { 1 }, { - 22, + 0, 3 }, { @@ -11119,23 +11119,23 @@ local chapter_board_bossrush = { }, { 0, - 3 + 0 }, { 0, - 3 + 0 }, { 0, - 2 + 0 }, { 0, - 5 + 0 }, { 0, - 5 + 0 }, { 3, @@ -11146,24 +11146,32 @@ local chapter_board_bossrush = { 0 }, { - 22, - 2 + 0, + 0 }, { - 22, - 2 + 0, + 0 }, { - 22, - 1 + 0, + 0 }, { - 22, - 1 + 0, + 0 }, { - 22, - 3 + 0, + 0 + }, + { + 3, + 0 + }, + { + 3, + 0 }, { 3, @@ -11178,16 +11186,8 @@ local chapter_board_bossrush = { 0 }, { - 22, - 4 - }, - { - 22, - 5 - }, - { - 22, - 5 + 3, + 0 }, { 3, @@ -11211,7 +11211,7 @@ local chapter_board_bossrush = { }, { 0, - 5 + 3 }, { 0, @@ -11235,7 +11235,7 @@ local chapter_board_bossrush = { }, { 0, - 2 + 1 }, { 0, @@ -11243,7 +11243,7 @@ local chapter_board_bossrush = { }, { 0, - 4 + 3 }, { 0, @@ -11251,7 +11251,7 @@ local chapter_board_bossrush = { }, { 0, - 2 + 1 }, { 19, @@ -11259,15 +11259,15 @@ local chapter_board_bossrush = { }, { 4, - 5 + 3 }, { 4, - 5 + 3 }, { 4, - 5 + 3 }, { 4, @@ -11318,24 +11318,24 @@ local chapter_board_bossrush = { 0 }, { - 22, - 2 + 0, + 0 }, { - 22, - 2 + 0, + 0 }, { - 22, - 2 + 0, + 0 }, { - 22, - 1 + 0, + 0 }, { - 22, - 4 + 0, + 0 }, { 19, @@ -11346,24 +11346,32 @@ local chapter_board_bossrush = { 0 }, { - 22, - 1 + 18, + 0 }, { - 22, - 3 + 18, + 0 }, { - 22, - 4 + 18, + 0 }, { - 22, - 1 + 18, + 0 }, { - 22, - 3 + 18, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 }, { 19, @@ -11378,16 +11386,8 @@ local chapter_board_bossrush = { 0 }, { - 22, - 3 - }, - { - 22, - 4 - }, - { - 22, - 1 + 19, + 0 }, { 19, @@ -11482,12 +11482,12 @@ local chapter_board_bossrush = { 0 }, { - 19, + 10, 0 }, { - 22, - 3 + 9, + 0 }, { 0, @@ -11518,8 +11518,8 @@ local chapter_board_bossrush = { 0 }, { - 22, - 3 + 0, + 0 }, { 0, @@ -11542,24 +11542,44 @@ local chapter_board_bossrush = { 0 }, { - 22, - 3 + 19, + 0 }, { - 22, - 3 + 18, + 0 }, { - 22, - 1 + 18, + 0 }, { - 22, - 1 + 18, + 0 }, { - 22, - 1 + 18, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 11, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 }, { 19, @@ -11574,27 +11594,7 @@ local chapter_board_bossrush = { 0 }, { - 22, - 3 - }, - { - 22, - 3 - }, - { - 22, - 3 - }, - { - 22, - 3 - }, - { - 19, - 0 - }, - { - 19, + 8, 0 } } @@ -11602,7 +11602,7 @@ local chapter_board_bossrush = { [59]={ ["board"]={ { - 19, + 9, 0 }, { @@ -11626,7 +11626,7 @@ local chapter_board_bossrush = { 1 }, { - 19, + 9, 0 }, { @@ -11682,7 +11682,7 @@ local chapter_board_bossrush = { 2 }, { - 19, + 10, 0 }, { @@ -11714,7 +11714,7 @@ local chapter_board_bossrush = { 0 }, { - 19, + 11, 0 }, { @@ -11745,26 +11745,10 @@ local chapter_board_bossrush = { 19, 0 }, - { - 0, - 3 - }, - { - 0, - 2 - }, { 19, 0 }, - { - 0, - 5 - }, - { - 0, - 4 - }, { 19, 0 @@ -11778,16 +11762,32 @@ local chapter_board_bossrush = { 0 }, { - 22, - 3 + 19, + 0 }, { - 22, - 2 + 10, + 0 }, { - 22, - 4 + 11, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 + }, + { + 19, + 0 }, { 19, @@ -11802,7 +11802,7 @@ local chapter_board_bossrush = { [60]={ ["board"]={ { - 19, + 9, 0 }, { @@ -11826,7 +11826,7 @@ local chapter_board_bossrush = { 4 }, { - 19, + 18, 0 }, { @@ -11882,27 +11882,7 @@ local chapter_board_bossrush = { 0 }, { - 19, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, + 18, 0 }, { @@ -11910,35 +11890,7 @@ local chapter_board_bossrush = { 0 }, { - 19, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 22, - 1 - }, - { - 22, - 5 - }, - { - 19, + 18, 0 }, { @@ -11946,11 +11898,7 @@ local chapter_board_bossrush = { 0 }, { - 19, - 0 - }, - { - 0, + 18, 0 }, { @@ -11958,19 +11906,7 @@ local chapter_board_bossrush = { 0 }, { - 22, - 1 - }, - { - 22, - 5 - }, - { - 22, - 5 - }, - { - 19, + 18, 0 }, { @@ -11978,7 +11914,7 @@ local chapter_board_bossrush = { 0 }, { - 0, + 18, 0 }, { @@ -11986,23 +11922,87 @@ local chapter_board_bossrush = { 0 }, { - 22, - 1 + 18, + 0 }, { - 22, - 5 + 19, + 0 }, { - 22, - 5 + 18, + 0 + }, + { + 19, + 0 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 11, + 0 + }, + { + 19, + 0 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 18, + 0 + }, + { + 19, + 0 + }, + { + 8, + 0 } } }, [61]={ ["board"]={ { - 18, + 9, 0 }, { @@ -12057,6 +12057,34 @@ local chapter_board_bossrush = { 0, 5 }, + { + 11, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, { 18, 0 @@ -12086,12 +12114,24 @@ local chapter_board_bossrush = { 0 }, { - 22, - 3 + 11, + 0 }, { - 22, - 2 + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 }, { 18, @@ -12114,99 +12154,59 @@ local chapter_board_bossrush = { 0 }, { - 22, - 1 - }, - { - 22, - 5 + 18, + 0 }, { 18, 0 }, { - 0, + 18, 0 }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 0, - 0 - }, - { - 19, - 0 - }, - { - 22, - 4 - }, { 18, 0 }, { - 0, + 11, 0 }, { - 0, + 18, 0 }, { - 0, + 18, 0 }, { - 0, + 18, 0 }, { - 19, + 18, 0 }, { - 19, + 18, 0 }, { - 19, + 18, 0 - }, - { - 22, - 3 - }, - { - 22, - 1 - }, - { - 22, - 2 - }, - { - 22, - 5 } } }, [62]={ ["board"]={ { - 22, - 4 + 11, + 0 }, { - 19, + 18, 0 }, { @@ -12214,7 +12214,7 @@ local chapter_board_bossrush = { 0 }, { - 19, + 18, 0 }, { @@ -12227,10 +12227,10 @@ local chapter_board_bossrush = { }, { 0, - 2 + 5 }, { - 19, + 18, 0 }, { @@ -12238,7 +12238,7 @@ local chapter_board_bossrush = { 0 }, { - 19, + 18, 0 }, { @@ -12255,14 +12255,14 @@ local chapter_board_bossrush = { }, { 0, - 2 + 5 }, { - 19, + 11, 0 }, { - 19, + 18, 0 }, { @@ -12283,10 +12283,10 @@ local chapter_board_bossrush = { }, { 0, - 3 + 5 }, { - 19, + 18, 0 }, { @@ -12294,7 +12294,7 @@ local chapter_board_bossrush = { 0 }, { - 19, + 18, 0 }, { @@ -12311,14 +12311,14 @@ local chapter_board_bossrush = { }, { 0, - 1 + 5 }, { - 19, + 11, 0 }, { - 19, + 18, 0 }, { @@ -12339,10 +12339,10 @@ local chapter_board_bossrush = { }, { 0, - 1 + 5 }, { - 19, + 18, 0 }, { @@ -12350,7 +12350,7 @@ local chapter_board_bossrush = { 0 }, { - 19, + 18, 0 }, { @@ -12367,34 +12367,34 @@ local chapter_board_bossrush = { }, { 0, - 3 + 5 }, { - 22, - 3 + 8, + 0 + }, + { + 18, + 0 + }, + { + 18, + 0 }, { 19, 0 }, { - 22, - 1 + 18, + 0 }, { 19, 0 }, { - 22, - 4 - }, - { - 19, - 0 - }, - { - 19, + 10, 0 } } @@ -12442,8 +12442,8 @@ local chapter_board_bossrush = { 4 }, { - 0, - 1 + 9, + 0 }, { 0, @@ -12494,15 +12494,15 @@ local chapter_board_bossrush = { 0 }, { - 19, + 18, 0 }, { - 19, + 18, 0 }, { - 19, + 18, 0 }, { @@ -12522,7 +12522,15 @@ local chapter_board_bossrush = { 0 }, { - 19, + 18, + 0 + }, + { + 10, + 0 + }, + { + 18, 0 }, { @@ -12542,23 +12550,15 @@ local chapter_board_bossrush = { 0 }, { - 19, + 18, 0 }, { - 19, + 11, 0 }, { - 20, - 0 - }, - { - 19, - 0 - }, - { - 20, + 18, 0 }, { @@ -12578,15 +12578,15 @@ local chapter_board_bossrush = { 0 }, { - 19, + 18, 0 }, { - 19, + 10, 0 }, { - 19, + 18, 0 }, { @@ -12642,7 +12642,7 @@ local chapter_board_bossrush = { 4 }, { - 18, + 9, 0 }, { @@ -12686,19 +12686,19 @@ local chapter_board_bossrush = { 0 }, { - 4, - 2 + 8, + 0 }, { - 4, - 2 + 19, + 0 }, { - 4, - 2 + 19, + 0 }, { - 18, + 10, 0 }, { @@ -12753,6 +12753,10 @@ local chapter_board_bossrush = { 19, 0 }, + { + 11, + 0 + }, { 12, 3 @@ -12762,11 +12766,7 @@ local chapter_board_bossrush = { 3 }, { - 12, - 3 - }, - { - 19, + 8, 0 }, { @@ -15730,16 +15730,16 @@ local chapter_board_bossrush = { 2 }, { - 23, - 1 + 24, + 0 }, { - 23, - 3 + 24, + 0 }, { - 23, - 4 + 24, + 0 }, { 25, @@ -15750,24 +15750,24 @@ local chapter_board_bossrush = { 0 }, { - 23, + 0, 5 }, { - 23, + 0, 2 }, { - 23, - 1 + 24, + 0 }, { - 23, - 3 + 24, + 0 }, { - 23, - 4 + 24, + 0 }, { 25, @@ -15778,31 +15778,31 @@ local chapter_board_bossrush = { 0 }, { - 23, + 0, 5 }, { - 23, + 0, 2 }, { - 23, - 1 + 25, + 0 }, { - 23, - 3 + 25, + 0 }, { - 23, - 4 + 25, + 0 } } }, [80]={ ["board"]={ { - 25, + 24, 0 }, { @@ -15826,11 +15826,11 @@ local chapter_board_bossrush = { 3 }, { - 25, + 24, 0 }, { - 25, + 9, 0 }, { @@ -15854,11 +15854,11 @@ local chapter_board_bossrush = { 1 }, { - 25, + 9, 0 }, { - 23, + 0, 3 }, { @@ -15882,11 +15882,11 @@ local chapter_board_bossrush = { 0 }, { - 23, + 0, 3 }, { - 23, + 0, 3 }, { @@ -15910,11 +15910,11 @@ local chapter_board_bossrush = { 0 }, { - 23, + 0, 3 }, { - 23, + 0, 3 }, { @@ -15938,11 +15938,11 @@ local chapter_board_bossrush = { 0 }, { - 23, + 0, 3 }, { - 23, + 0, 3 }, { @@ -15966,7 +15966,7 @@ local chapter_board_bossrush = { 0 }, { - 23, + 0, 3 }, { @@ -15982,8 +15982,8 @@ local chapter_board_bossrush = { 0 }, { - 23, - 3 + 25, + 0 }, { 25, @@ -16002,7 +16002,7 @@ local chapter_board_bossrush = { [81]={ ["board"]={ { - 25, + 9, 0 }, { @@ -16026,7 +16026,7 @@ local chapter_board_bossrush = { 1 }, { - 25, + 24, 0 }, { @@ -16170,7 +16170,7 @@ local chapter_board_bossrush = { 0 }, { - 25, + 11, 0 }, { @@ -16194,7 +16194,7 @@ local chapter_board_bossrush = { 0 }, { - 25, + 8, 0 } } @@ -16258,8 +16258,8 @@ local chapter_board_bossrush = { 4 }, { - 0, - 5 + 9, + 0 }, { 27, @@ -16282,8 +16282,32 @@ local chapter_board_bossrush = { 4 }, { - 0, - 5 + 9, + 0 + }, + { + 24, + 0 + }, + { + 25, + 0 + }, + { + 24, + 0 + }, + { + 9, + 0 + }, + { + 24, + 0 + }, + { + 25, + 0 }, { 24, @@ -16299,14 +16323,6 @@ local chapter_board_bossrush = { }, { 0, - 2 - }, - { - 24, - 0 - }, - { - 25, 0 }, { @@ -16314,29 +16330,13 @@ local chapter_board_bossrush = { 0 }, { - 25, + 0, 0 }, { 24, 0 }, - { - 23, - 2 - }, - { - 23, - 2 - }, - { - 23, - 2 - }, - { - 24, - 0 - }, { 25, 0 @@ -16350,16 +16350,20 @@ local chapter_board_bossrush = { 0 }, { - 23, - 2 + 0, + 0 }, { - 23, - 1 + 24, + 0 }, { - 23, - 2 + 0, + 0 + }, + { + 25, + 0 }, { 25, @@ -16370,32 +16374,28 @@ local chapter_board_bossrush = { 0 }, { - 23, - 2 + 25, + 0 + }, + { + 0, + 0 + }, + { + 24, + 0 + }, + { + 0, + 0 }, { 25, 0 }, - { - 23, - 1 - }, - { - 23, - 1 - }, - { - 23, - 1 - }, { 25, 0 - }, - { - 23, - 2 } } }, @@ -16426,7 +16426,7 @@ local chapter_board_bossrush = { 2 }, { - 25, + 24, 0 }, { @@ -16510,8 +16510,8 @@ local chapter_board_bossrush = { 0 }, { - 23, - 1 + 24, + 0 }, { 25, @@ -16534,12 +16534,12 @@ local chapter_board_bossrush = { 0 }, { - 23, - 1 + 24, + 0 }, { - 23, - 1 + 24, + 0 }, { 25, @@ -16558,19 +16558,15 @@ local chapter_board_bossrush = { 0 }, { - 23, - 3 + 24, + 0 }, { - 23, - 3 + 24, + 0 }, { - 23, - 3 - }, - { - 25, + 24, 0 }, { @@ -16582,19 +16578,23 @@ local chapter_board_bossrush = { 0 }, { - 23, - 3 - }, - { - 23, - 2 - }, - { - 25, + 11, 0 }, { - 25, + 24, + 0 + }, + { + 8, + 0 + }, + { + 24, + 0 + }, + { + 8, 0 } } @@ -16610,7 +16610,7 @@ local chapter_board_bossrush = { 1 }, { - 25, + 24, 0 }, { @@ -16618,7 +16618,7 @@ local chapter_board_bossrush = { 1 }, { - 25, + 24, 0 }, { @@ -16642,7 +16642,7 @@ local chapter_board_bossrush = { 1 }, { - 25, + 24, 0 }, { @@ -16746,24 +16746,24 @@ local chapter_board_bossrush = { 0 }, { - 23, - 3 + 0, + 0 }, { - 23, - 3 + 0, + 0 }, { 26, 0 }, { - 23, - 1 + 0, + 0 }, { - 23, - 1 + 0, + 0 }, { 25, @@ -16858,8 +16858,8 @@ local chapter_board_bossrush = { 0 }, { - 23, - 4 + 9, + 0 }, { 24, @@ -16882,16 +16882,16 @@ local chapter_board_bossrush = { 0 }, { - 23, - 4 + 9, + 0 }, { - 23, - 4 + 24, + 0 }, { - 23, - 4 + 0, + 0 }, { 27, @@ -16906,16 +16906,16 @@ local chapter_board_bossrush = { 2 }, { - 23, - 4 + 0, + 0 }, { - 23, - 4 + 24, + 0 }, { - 23, - 4 + 24, + 0 }, { 24, @@ -16938,8 +16938,8 @@ local chapter_board_bossrush = { 0 }, { - 23, - 4 + 24, + 0 }, { 25, @@ -16969,6 +16969,10 @@ local chapter_board_bossrush = { 25, 0 }, + { + 11, + 0 + }, { 25, 0 @@ -16978,16 +16982,8 @@ local chapter_board_bossrush = { 0 }, { - 23, - 4 - }, - { - 23, - 4 - }, - { - 23, - 4 + 8, + 0 }, { 25, @@ -16996,13 +16992,17 @@ local chapter_board_bossrush = { { 25, 0 + }, + { + 10, + 0 } } }, [86]={ ["board"]={ { - 25, + 9, 0 }, { @@ -17026,7 +17026,7 @@ local chapter_board_bossrush = { 1 }, { - 25, + 9, 0 }, { @@ -17117,26 +17117,10 @@ local chapter_board_bossrush = { 25, 0 }, - { - 0, - 3 - }, - { - 0, - 1 - }, { 25, 0 }, - { - 0, - 2 - }, - { - 0, - 5 - }, { 25, 0 @@ -17150,16 +17134,32 @@ local chapter_board_bossrush = { 0 }, { - 23, - 1 + 25, + 0 }, { - 23, - 4 + 10, + 0 }, { - 23, - 2 + 11, + 0 + }, + { + 25, + 0 + }, + { + 25, + 0 + }, + { + 25, + 0 + }, + { + 25, + 0 }, { 25, @@ -17322,7 +17322,7 @@ local chapter_board_bossrush = { 0 }, { - 29, + 28, 0 }, { @@ -17330,7 +17330,7 @@ local chapter_board_bossrush = { 0 }, { - 29, + 28, 0 }, { @@ -17350,16 +17350,16 @@ local chapter_board_bossrush = { 4 }, { - 21, - 2 + 28, + 0 }, { - 21, - 5 + 28, + 0 }, { - 21, - 3 + 28, + 0 }, { 5, @@ -17378,16 +17378,16 @@ local chapter_board_bossrush = { 2 }, { - 21, - 4 + 28, + 0 }, { - 21, - 5 + 28, + 0 }, { - 21, - 1 + 28, + 0 }, { 5, @@ -17434,8 +17434,8 @@ local chapter_board_bossrush = { 0 }, { - 21, - 3 + 28, + 0 }, { 0, @@ -17449,21 +17449,21 @@ local chapter_board_bossrush = { 0, 2 }, - { - 21, - 3 - }, { 28, 0 }, { - 21, - 3 + 28, + 0 }, { - 21, - 3 + 28, + 0 + }, + { + 28, + 0 }, { 0, @@ -17478,12 +17478,12 @@ local chapter_board_bossrush = { 2 }, { - 21, - 3 + 28, + 0 }, { - 21, - 3 + 28, + 0 }, { 0, @@ -17686,11 +17686,11 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 5 }, { - 21, + 5, 5 }, { @@ -17706,19 +17706,19 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 5 }, { - 21, + 5, 5 }, { - 21, + 5, 5 }, { - 21, + 5, 5 }, { @@ -17734,11 +17734,11 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 5 }, { - 21, + 5, 5 }, { @@ -17894,15 +17894,15 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 2 }, { - 21, + 5, 2 }, { - 21, + 5, 2 }, { @@ -18090,11 +18090,11 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 3 }, { - 21, + 5, 1 }, { @@ -18102,11 +18102,11 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 2 }, { - 21, + 5, 5 }, { @@ -18266,7 +18266,7 @@ local chapter_board_bossrush = { 1 }, { - 21, + 5, 1 }, { @@ -18274,7 +18274,7 @@ local chapter_board_bossrush = { 2 }, { - 21, + 5, 5 }, { @@ -18294,7 +18294,7 @@ local chapter_board_bossrush = { 3 }, { - 21, + 5, 1 }, { @@ -18302,7 +18302,7 @@ local chapter_board_bossrush = { 2 }, { - 21, + 5, 5 }, { @@ -18462,7 +18462,23 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, + 2 + }, + { + 29, + 0 + }, + { + 28, + 0 + }, + { + 29, + 0 + }, + { + 5, 2 }, { @@ -18474,11 +18490,7 @@ local chapter_board_bossrush = { 0 }, { - 29, - 0 - }, - { - 21, + 5, 2 }, { @@ -18486,15 +18498,7 @@ local chapter_board_bossrush = { 0 }, { - 29, - 0 - }, - { - 21, - 2 - }, - { - 29, + 28, 0 }, { @@ -18502,11 +18506,7 @@ local chapter_board_bossrush = { 0 }, { - 29, - 0 - }, - { - 21, + 5, 2 }, { @@ -18526,7 +18526,7 @@ local chapter_board_bossrush = { 5 }, { - 29, + 28, 0 }, { @@ -18554,7 +18554,7 @@ local chapter_board_bossrush = { 0 }, { - 30, + 28, 0 }, { @@ -18602,11 +18602,15 @@ local chapter_board_bossrush = { [94]={ ["board"]={ { - 28, + 9, 0 }, { - 28, + 9, + 0 + }, + { + 10, 0 }, { @@ -18614,19 +18618,15 @@ local chapter_board_bossrush = { 5 }, { - 0, - 5 - }, - { - 0, - 5 - }, - { - 28, + 11, 0 }, { - 28, + 9, + 0 + }, + { + 9, 0 }, { @@ -18714,15 +18714,15 @@ local chapter_board_bossrush = { 1 }, { - 21, + 5, 2 }, { - 21, + 5, 2 }, { - 21, + 5, 4 }, { @@ -18730,19 +18730,19 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 4 }, { - 21, + 5, 5 }, { - 21, + 5, 5 }, { - 21, + 5, 3 }, { @@ -18750,7 +18750,7 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 4 }, { @@ -18758,7 +18758,7 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 4 }, { @@ -18766,11 +18766,11 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 1 }, { - 21, + 5, 3 }, { @@ -18778,7 +18778,7 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 4 }, { @@ -18786,7 +18786,7 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 4 }, { @@ -18794,7 +18794,7 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 1 } } @@ -18830,7 +18830,7 @@ local chapter_board_bossrush = { 0 }, { - 31, + 9, 0 }, { @@ -18854,7 +18854,7 @@ local chapter_board_bossrush = { 5 }, { - 31, + 9, 0 }, { @@ -19602,7 +19602,7 @@ local chapter_board_bossrush = { [99]={ ["board"]={ { - 31, + 9, 0 }, { @@ -19626,7 +19626,7 @@ local chapter_board_bossrush = { 4 }, { - 31, + 9, 0 }, { @@ -19826,8 +19826,8 @@ local chapter_board_bossrush = { 1 }, { - 35, - 1 + 9, + 0 }, { 3, @@ -19942,8 +19942,8 @@ local chapter_board_bossrush = { 0 }, { - 35, - 4 + 8, + 0 }, { 0, @@ -20098,7 +20098,7 @@ local chapter_board_bossrush = { 0 }, { - 32, + 9, 0 }, { @@ -20298,8 +20298,8 @@ local chapter_board_bossrush = { 5 }, { - 33, - 0 + 0, + 5 }, { 0, @@ -20414,7 +20414,7 @@ local chapter_board_bossrush = { 3 }, { - 32, + 31, 0 }, { @@ -20442,7 +20442,7 @@ local chapter_board_bossrush = { 2 }, { - 32, + 31, 0 }, { @@ -20470,7 +20470,7 @@ local chapter_board_bossrush = { 3 }, { - 32, + 31, 0 }, { @@ -20486,33 +20486,37 @@ local chapter_board_bossrush = { 3 }, { - 34, - 1 + 31, + 0 }, { - 34, - 3 + 31, + 0 }, { - 34, - 1 + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 }, { 32, 0 }, - { - 34, - 1 - }, - { - 34, - 3 - }, - { - 34, - 1 - }, { 32, 0 @@ -20521,17 +20525,13 @@ local chapter_board_bossrush = { 32, 0 }, - { - 34, - 1 - }, { 32, 0 }, { - 34, - 1 + 32, + 0 }, { 32, @@ -20750,16 +20750,16 @@ local chapter_board_bossrush = { 0 }, { - 34, - 3 + 0, + 0 }, { 33, 0 }, { - 34, - 3 + 0, + 0 }, { 32, @@ -20770,8 +20770,8 @@ local chapter_board_bossrush = { 0 }, { - 34, - 3 + 0, + 0 }, { 32, @@ -20794,8 +20794,8 @@ local chapter_board_bossrush = { 0 }, { - 34, - 1 + 0, + 0 } } }, @@ -20894,16 +20894,16 @@ local chapter_board_bossrush = { 0 }, { - 34, - 3 + 0, + 0 }, { - 34, - 3 + 0, + 0 }, { - 34, - 3 + 0, + 0 }, { 32, @@ -20922,16 +20922,16 @@ local chapter_board_bossrush = { 0 }, { - 34, - 3 + 0, + 0 }, { - 34, - 1 + 0, + 0 }, { - 34, - 3 + 0, + 0 }, { 32, @@ -20950,16 +20950,16 @@ local chapter_board_bossrush = { 0 }, { - 34, - 1 + 0, + 0 }, { - 34, - 1 + 0, + 0 }, { - 34, - 1 + 0, + 0 }, { 32, @@ -20982,8 +20982,8 @@ local chapter_board_bossrush = { 0 }, { - 34, - 3 + 31, + 0 }, { 32, @@ -21146,8 +21146,16 @@ local chapter_board_bossrush = { 0 }, { - 34, - 4 + 0, + 0 + }, + { + 0, + 0 + }, + { + 0, + 0 }, { 0, @@ -21162,17 +21170,21 @@ local chapter_board_bossrush = { 0 }, { - 34, - 5 + 0, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 }, { 0, 0 }, - { - 34, - 2 - }, { 32, 0 @@ -21182,20 +21194,8 @@ local chapter_board_bossrush = { 0 }, { - 34, - 1 - }, - { - 32, + 0, 0 - }, - { - 32, - 0 - }, - { - 34, - 3 } } }, @@ -21290,8 +21290,8 @@ local chapter_board_bossrush = { 0 }, { - 34, - 1 + 9, + 0 }, { 31, @@ -21306,8 +21306,8 @@ local chapter_board_bossrush = { 0 }, { - 34, - 4 + 9, + 0 }, { 31, @@ -21370,12 +21370,12 @@ local chapter_board_bossrush = { 0 }, { - 0, - 1 + 8, + 0 }, { - 0, - 1 + 10, + 0 }, { 0, @@ -21390,12 +21390,12 @@ local chapter_board_bossrush = { 4 }, { - 0, - 4 + 11, + 0 }, { - 0, - 4 + 8, + 0 } } }, @@ -21630,7 +21630,7 @@ local chapter_board_bossrush = { 5 }, { - 31, + 9, 0 }, { @@ -21654,12 +21654,12 @@ local chapter_board_bossrush = { 1 }, { - 31, + 9, 0 }, { - 34, - 3 + 31, + 0 }, { 31, @@ -21682,16 +21682,16 @@ local chapter_board_bossrush = { 0 }, { - 34, - 3 + 31, + 0 }, { - 34, - 3 + 31, + 0 }, { - 34, - 3 + 0, + 0 }, { 31, @@ -21706,36 +21706,36 @@ local chapter_board_bossrush = { 0 }, { - 34, - 3 - }, - { - 34, - 3 + 0, + 0 }, { 31, 0 }, { - 34, - 3 + 31, + 0 }, { - 34, - 3 + 0, + 0 + }, + { + 0, + 0 }, { 31, 0 }, { - 34, - 3 + 0, + 0 }, { - 34, - 3 + 0, + 0 }, { 31, @@ -21858,32 +21858,12 @@ local chapter_board_bossrush = { 1 }, { - 34, - 1 + 9, + 0 }, { - 34, - 1 - }, - { - 34, - 2 - }, - { - 34, - 5 - }, - { - 34, - 2 - }, - { - 34, - 1 - }, - { - 34, - 1 + 31, + 0 }, { 31, @@ -21894,16 +21874,20 @@ local chapter_board_bossrush = { 0 }, { - 34, - 2 + 31, + 0 }, { - 34, - 5 + 31, + 0 }, { - 34, - 2 + 9, + 0 + }, + { + 31, + 0 }, { 31, @@ -21914,32 +21898,48 @@ local chapter_board_bossrush = { 0 }, { - 34, - 1 - }, - { - 34, - 1 + 31, + 0 }, { 31, 0 }, { - 34, - 5 + 31, + 0 }, { 31, 0 }, { - 34, - 1 + 31, + 0 }, { - 34, - 1 + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 }, { 32, @@ -22002,7 +22002,7 @@ local chapter_board_bossrush = { [111]={ ["board"]={ { - 32, + 31, 0 }, { @@ -22026,7 +22026,31 @@ local chapter_board_bossrush = { 3 }, { - 32, + 31, + 0 + }, + { + 0, + 3 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, 0 }, { @@ -22038,32 +22062,8 @@ local chapter_board_bossrush = { 3 }, { - 34, - 1 - }, - { - 34, - 4 - }, - { - 34, - 4 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 34, - 3 + 31, + 0 }, { 32, @@ -22078,8 +22078,8 @@ local chapter_board_bossrush = { 0 }, { - 34, - 1 + 31, + 0 }, { 0, @@ -22090,7 +22090,35 @@ local chapter_board_bossrush = { 5 }, { - 34, + 31, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 31, + 0 + }, + { + 0, + 4 + }, + { + 0, + 5 + }, + { + 0, 5 }, { @@ -22105,38 +22133,10 @@ local chapter_board_bossrush = { 32, 0 }, - { - 34, - 3 - }, { 0, 4 }, - { - 0, - 5 - }, - { - 34, - 3 - }, - { - 32, - 0 - }, - { - 32, - 0 - }, - { - 32, - 0 - }, - { - 34, - 4 - }, { 0, 4 @@ -22150,15 +22150,15 @@ local chapter_board_bossrush = { 5 }, { - 34, - 1 - }, - { - 34, + 0, 5 }, { - 34, + 31, + 0 + }, + { + 0, 4 }, { @@ -22217,120 +22217,64 @@ local chapter_board_bossrush = { 0, 1 }, - { - 31, - 0 - }, - { - 32, - 0 - }, - { - 32, - 0 - }, { 0, - 2 - }, - { - 0, - 2 - }, - { - 0, - 2 - }, - { - 0, - 2 - }, - { - 31, - 0 - }, - { - 32, - 0 - }, - { - 32, - 0 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 0, - 3 - }, - { - 31, - 0 - }, - { - 32, - 0 - }, - { - 32, - 0 - }, - { - 31, - 0 - }, - { - 31, - 0 - }, - { - 31, - 0 - }, - { - 31, - 0 - }, - { - 31, - 0 - }, - { - 32, - 0 - }, - { - 32, - 0 - }, - { - 34, 1 }, { - 34, - 3 + 32, + 0 }, { - 34, + 32, + 0 + }, + { + 0, 2 }, { - 34, + 0, 2 }, { - 34, + 0, + 2 + }, + { + 0, + 2 + }, + { + 0, + 2 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, + 3 + }, + { + 0, 3 }, { @@ -22341,6 +22285,26 @@ local chapter_board_bossrush = { 32, 0 }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, { 32, 0 @@ -22350,8 +22314,44 @@ local chapter_board_bossrush = { 0 }, { - 34, - 3 + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 }, { 32, @@ -22378,8 +22378,8 @@ local chapter_board_bossrush = { 0 }, { - 34, - 3 + 32, + 0 }, { 32, @@ -22406,24 +22406,24 @@ local chapter_board_bossrush = { 3 }, { - 34, - 1 + 9, + 0 }, { - 34, - 1 + 31, + 0 }, { - 34, - 1 + 31, + 0 }, { - 34, - 1 + 31, + 0 }, { - 34, - 1 + 10, + 0 }, { 0, @@ -22434,15 +22434,15 @@ local chapter_board_bossrush = { 3 }, { - 34, - 1 + 31, + 0 }, { 31, 0 }, { - 32, + 31, 0 }, { @@ -22462,24 +22462,24 @@ local chapter_board_bossrush = { 3 }, { - 34, - 5 + 11, + 0 }, { - 34, - 1 + 31, + 0 }, { - 34, - 1 + 31, + 0 }, { - 34, - 5 + 31, + 0 }, { - 34, - 5 + 9, + 0 }, { 0, @@ -22506,96 +22506,96 @@ local chapter_board_bossrush = { 0 }, { - 34, - 1 + 32, + 0 }, { 0, 2 }, { - 0, - 3 + 9, + 0 }, { - 34, - 1 + 32, + 0 }, { - 34, - 1 + 32, + 0 }, { - 34, - 1 + 32, + 0 }, { - 34, - 1 + 32, + 0 }, { - 34, - 5 + 10, + 0 }, { 0, 2 }, - { - 0, - 3 - }, - { - 34, - 1 - }, { 31, 0 }, { - 0, - 4 + 31, + 0 }, { 31, 0 }, { - 0, - 4 + 31, + 0 }, { - 0, - 2 + 31, + 0 }, { - 0, - 3 + 31, + 0 }, { - 34, - 3 + 31, + 0 }, { - 34, - 1 + 11, + 0 }, { - 34, - 1 + 32, + 32 }, { - 34, - 1 + 32, + 32 }, { - 34, - 2 + 32, + 0 }, { - 0, - 2 + 32, + 0 + }, + { + 32, + 0 + }, + { + 32, + 0 } } }, @@ -22666,75 +22666,55 @@ local chapter_board_bossrush = { 0 }, { - 34, + 0, 3 }, { 31, 0 }, - { - 34, - 5 - }, - { - 31, - 0 - }, - { - 31, - 0 - }, - { - 31, - 0 - }, - { - 31, - 0 - }, - { - 31, - 0 - }, - { - 31, - 0 - }, - { - 31, - 0 - }, - { - 31, - 0 - }, - { - 31, - 0 - }, { 0, - 0 - }, - { - 0, - 0 - }, - { - 34, 3 }, { - 34, - 1 + 31, + 0 }, { - 34, - 2 + 31, + 0 }, { - 0, + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, + 0 + }, + { + 31, 0 }, { @@ -22742,60 +22722,80 @@ local chapter_board_bossrush = { 0 }, { - 0, + 31, 0 }, - { - 34, - 1 - }, - { - 0, - 5 - }, - { - 32, - 0 - }, - { - 0, - 1 - }, - { - 34, - 5 - }, { 0, 0 }, { - 34, - 2 - }, - { - 0, - 5 - }, - { - 32, - 0 - }, - { - 32, - 0 - }, - { - 32, + 31, 0 }, { 0, - 1 + 0 }, { - 34, - 4 + 31, + 0 + }, + { + 0, + 0 + }, + { + 31, + 0 + }, + { + 0, + 0 + }, + { + 31, + 0 + }, + { + 0, + 0 + }, + { + 31, + 0 + }, + { + 0, + 0 + }, + { + 31, + 0 + }, + { + 0, + 0 + }, + { + 31, + 0 + }, + { + 0, + 0 + }, + { + 31, + 0 + }, + { + 0, + 0 + }, + { + 31, + 0 } } }, @@ -25298,7 +25298,7 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 4 }, { @@ -25322,7 +25322,7 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 4 }, { @@ -25330,7 +25330,7 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 4 }, { @@ -25354,7 +25354,7 @@ local chapter_board_bossrush = { 1 }, { - 21, + 5, 4 }, { @@ -25686,27 +25686,27 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 1 }, { - 21, + 5, 1 }, { - 21, + 5, 1 }, { - 21, + 5, 2 }, { - 21, + 5, 2 }, { - 21, + 5, 2 }, { @@ -25742,27 +25742,27 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 5 }, { - 21, + 5, 5 }, { - 21, + 5, 5 }, { - 21, + 5, 3 }, { - 21, + 5, 3 }, { - 21, + 5, 3 }, { @@ -25914,11 +25914,11 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 3 }, { - 21, + 5, 3 }, { @@ -25934,7 +25934,7 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 3 }, { @@ -25954,7 +25954,7 @@ local chapter_board_bossrush = { 1 }, { - 21, + 5, 4 }, { @@ -25982,7 +25982,7 @@ local chapter_board_bossrush = { 1 }, { - 21, + 5, 4 }, { @@ -27918,7 +27918,7 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 1 }, { @@ -27926,7 +27926,7 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 1 }, { @@ -27934,7 +27934,7 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 1 }, { @@ -27942,7 +27942,7 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 2 }, { @@ -27950,7 +27950,7 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 2 }, { @@ -27958,7 +27958,7 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 2 }, { @@ -27966,7 +27966,7 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 2 }, { @@ -27974,7 +27974,7 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 1 }, { @@ -27982,7 +27982,7 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 1 }, { @@ -27990,7 +27990,7 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 1 }, { @@ -28546,7 +28546,7 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 4 }, { @@ -28562,7 +28562,7 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 5 }, { @@ -28570,31 +28570,31 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 4 }, { - 21, + 5, 4 }, { - 21, + 5, 4 }, { - 21, + 5, 3 }, { - 21, + 5, 5 }, { - 21, + 5, 5 }, { - 21, + 5, 5 } }, @@ -28669,7 +28669,7 @@ local chapter_board_bossrush = { [144]={ ["board"]={ { - 3, + 2, 0 }, { @@ -28693,7 +28693,7 @@ local chapter_board_bossrush = { 2 }, { - 3, + 2, 0 }, { @@ -28809,15 +28809,15 @@ local chapter_board_bossrush = { 5 }, { - 21, + 5, 4 }, { - 21, + 5, 1 }, { - 21, + 5, 1 }, { @@ -28825,23 +28825,23 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 4 }, { - 21, + 5, 1 }, { - 21, + 5, 2 }, { - 21, + 5, 5 }, { - 21, + 5, 1 }, { @@ -28849,7 +28849,7 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 4 }, { @@ -28857,11 +28857,11 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 1 }, { - 21, + 5, 5 } }, @@ -29092,7 +29092,7 @@ local chapter_board_bossrush = { 3 }, { - 21, + 5, 1 }, { @@ -29116,7 +29116,7 @@ local chapter_board_bossrush = { 1 }, { - 21, + 5, 2 }, { @@ -29124,7 +29124,7 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 1 }, { @@ -29148,7 +29148,7 @@ local chapter_board_bossrush = { 1 }, { - 21, + 5, 3 }, { @@ -29176,7 +29176,7 @@ local chapter_board_bossrush = { 1 }, { - 21, + 5, 1 }, { @@ -29486,15 +29486,15 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 1 }, { - 21, + 5, 2 }, { - 21, + 5, 5 }, { @@ -29502,15 +29502,15 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 5 }, { - 21, + 5, 2 }, { - 21, + 5, 1 } }, @@ -29700,7 +29700,7 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 2 }, { @@ -29708,7 +29708,7 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 2 }, { @@ -29728,7 +29728,7 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 2 }, { @@ -29736,7 +29736,7 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 2 }, { @@ -29756,15 +29756,15 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 2 }, { - 21, + 5, 2 }, { - 21, + 5, 2 }, { @@ -29957,7 +29957,7 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 4 }, { @@ -29981,15 +29981,15 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 4 }, { - 21, + 5, 4 }, { - 21, + 5, 4 }, { @@ -30005,11 +30005,11 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 4 }, { - 21, + 5, 4 } }, @@ -30242,7 +30242,7 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 1 }, { @@ -30266,7 +30266,7 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 1 } }, @@ -30494,15 +30494,15 @@ local chapter_board_bossrush = { 5 }, { - 21, + 5, 3 }, { - 21, + 5, 3 }, { - 21, + 5, 3 }, { @@ -30522,15 +30522,15 @@ local chapter_board_bossrush = { 5 }, { - 21, + 5, 3 }, { - 21, + 5, 3 }, { - 21, + 5, 3 }, { @@ -30786,11 +30786,11 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 5 }, { - 21, + 5, 5 }, { @@ -30806,11 +30806,11 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 5 }, { - 21, + 5, 5 } }, @@ -31102,7 +31102,7 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 1 }, { @@ -31110,7 +31110,7 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 1 }, { @@ -31118,7 +31118,7 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 1 }, { @@ -31276,8 +31276,8 @@ local chapter_board_bossrush = { 0 }, { - 21, - 3 + 3, + 0 }, { 3, @@ -31586,11 +31586,11 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 2 }, { - 21, + 5, 2 }, { @@ -31598,11 +31598,11 @@ local chapter_board_bossrush = { 0 }, { - 21, + 5, 2 }, { - 21, + 5, 2 }, { diff --git a/lua/app/config/skill.lua b/lua/app/config/skill.lua index 78be9c57..43b24383 100644 --- a/lua/app/config/skill.lua +++ b/lua/app/config/skill.lua @@ -12599,7 +12599,7 @@ local skill = { ["name_act"]="skill01", ["fx_self"]=200171, ["bullet_time"]={ - 583, + 1100, 3000, 400 } @@ -12634,7 +12634,7 @@ local skill = { ["sound_delay"]=0.0, ["name_act"]="skill02", ["bullet_time"]={ - 1300, + 583, 3000, 400 } diff --git a/lua/app/config/strings/cn/global.lua b/lua/app/config/strings/cn/global.lua index 52fd49ca..3d166559 100644 --- a/lua/app/config/strings/cn/global.lua +++ b/lua/app/config/strings/cn/global.lua @@ -508,7 +508,7 @@ local localization_global = ["ACT_BOSS_RUSH_DESC_28"] = "新纪录", ["ACT_BOSS_RUSH_DESC_29"] = "巡回积分", ["ACT_BOSS_RUSH_DESC_30"] = "挑战完成", - ["ACT_BOSS_RUSH_DESC_31"] = "1.首领出场顺序和地图每日都将进行变化。\n2.战斗开始后,您的英雄技能默认已激活,但强化技能还需要升级获得,战斗内最多提升60级。\n3.每日公开赛的排名都将结算一次,结算可获得大量【首领金币】,可用于活动商店兑换奖励。\n4.首领巡礼将根据您参与公开赛战斗的累计波次给与奖励。\n5.每日可免费挑战1次,后续挑战需要消耗钻石,请节准备好再开始挑战。", + ["ACT_BOSS_RUSH_DESC_31"] = "1.首领出场顺序和地图每日都将进行变化。\n2.战斗开始后,您的英雄技能默认已激活,但强化技能还需要升级获得,战斗内最多提升40级。\n3.叠加属性的强化技能,最多可生效10次。\n4.每日公开赛的排名都将结算一次,结算可获得大量【首领金币】,可用于活动商店兑换奖励。\n5.首领巡礼将根据您参与公开赛战斗的累计波次给与奖励。\n5.每日可免费挑战1次,后续挑战需要消耗钻石,请节准备好再开始挑战。", ["ACT_BOSS_RUSH_DESC_32"] = "限时礼包,倾情回馈!", ["ACT_BOSS_RUSH_DESC_33"] = "阶段{0}解锁", ["NOT_POP_TODAY"] = "今日不再提醒", diff --git a/lua/app/config/strings/en/global.lua b/lua/app/config/strings/en/global.lua index 0b8a69d7..559994b4 100644 --- a/lua/app/config/strings/en/global.lua +++ b/lua/app/config/strings/en/global.lua @@ -507,10 +507,11 @@ local localization_global = ["ACT_BOSS_RUSH_DESC_28"] = "New Record", ["ACT_BOSS_RUSH_DESC_29"] = "Parade Points", ["ACT_BOSS_RUSH_DESC_30"] = "Challenge Completed", - ["ACT_BOSS_RUSH_DESC_31"] = "1. The order of bosses' appearance and the map will change daily. \n2. When the battle starts, your hero's skills are initially activated, but enhanced skills need to be upgraded, up to Lv. 60 in the battle. \n3. Championship ranking will be calculated once daily, and then you'll receive tons of [Boss Coins] that can exchange rewards in the event shop. \n4. Boss Parade will grant rewards based on the cumulative waves of battles you participate in during the championship. \n5. You can challenge once for free every day, and later challenges will consume Diamonds. Please brace yourself before engaging.", + ["ACT_BOSS_RUSH_DESC_31"] = "1. The order of bosses' appearance and the map will change daily. \n2. When the battle starts, your hero's skills are initially activated, but enhanced skills need to be upgraded, up to Lv. 40 in the battle. \n3. Championship ranking will be calculated once daily, and then you'll receive tons of [Boss Coins] that can exchange rewards in the event shop. \n4. Boss Parade will grant rewards based on the cumulative waves of battles you participate in during the championship. \n5. You can challenge once for free every day, and later challenges will consume Diamonds. Please brace yourself before engaging.", ["ACT_BOSS_RUSH_DESC_32"] = "Highly rewarding limited time packages!", ["ACT_BOSS_RUSH_DESC_33"] = "Stage {0} Unlocked", ["NOT_POP_TODAY"] = "Don't remind me today", + ["ACT_BOSS_RUSH_DESC_34"] = "When you quit, the battle will be settled according to the current wave, do you quit?", } return localization_global \ No newline at end of file diff --git a/lua/app/config/strings/en/skill_rogue.lua b/lua/app/config/strings/en/skill_rogue.lua index 81b20872..832f6c09 100644 --- a/lua/app/config/strings/en/skill_rogue.lua +++ b/lua/app/config/strings/en/skill_rogue.lua @@ -474,7 +474,7 @@ local skill_rogue = { ["desc"]="Alluring Nightmare can clear additional 4 grids in the X direction." }, [3400202]={ - ["desc"]="Combo: Alluring Nightmare deals 50% more damage to Vulnerable enemies." + ["desc"]="Combo: Alluring Nightmare deals 50% more damage to Weak enemies." }, [3400203]={ ["desc"]="Alluring Nightmare can clear additional 4 grids in the X direction." diff --git a/lua/app/config/strings/es/global.lua b/lua/app/config/strings/es/global.lua index f0155712..8be71c9c 100644 --- a/lua/app/config/strings/es/global.lua +++ b/lua/app/config/strings/es/global.lua @@ -507,10 +507,11 @@ local localization_global = ["ACT_BOSS_RUSH_DESC_28"] = "Nuevo Récord", ["ACT_BOSS_RUSH_DESC_29"] = "Puntos de Desfile", ["ACT_BOSS_RUSH_DESC_30"] = "Desafío completado", - ["ACT_BOSS_RUSH_DESC_31"] = "1. El orden de aparición de los jefes y del mapa cambian diariamente. \n2. Cuando comienza la batalla, las habilidades de tu héroe se activan por defecto, pero las habilidades reforzadas requieren mejoras, hasta 60 niveles dentro de la batalla. \n3. La clasificación del Abierto se calcula diariamente, y se otorgará una gran cantidad de [Monedas de Jefe], que se puede utilizar en la tienda del evento para canjear por recompensas. \n4. Las recompensas del Desfile de Jefes se basa en el número acumulado de ondas participadas en las batallas del Abierto. \n5. Puedes desafiar gratuitamente una vez al día, y los desafíos posteriores requieren diamantes. Prepárate antes de empezar un desafío adicional.", + ["ACT_BOSS_RUSH_DESC_31"] = "1. El orden de aparición de los jefes y del mapa cambian diariamente. \n2. Cuando comienza la batalla, las habilidades de tu héroe se activan por defecto, pero las habilidades reforzadas requieren mejoras, hasta 40 niveles dentro de la batalla. \n3. La clasificación del Abierto se calcula diariamente, y se otorgará una gran cantidad de [Monedas de Jefe], que se puede utilizar en la tienda del evento para canjear por recompensas. \n4. Las recompensas del Desfile de Jefes se basa en el número acumulado de ondas participadas en las batallas del Abierto. \n5. Puedes desafiar gratuitamente una vez al día, y los desafíos posteriores requieren diamantes. Prepárate antes de empezar un desafío adicional.", ["ACT_BOSS_RUSH_DESC_32"] = "¡Paquete especial de tiempo limitado!", ["ACT_BOSS_RUSH_DESC_33"] = "Desbloqueo de la etapa {0}", ["NOT_POP_TODAY"] = "No más notas por hoy", + ["ACT_BOSS_RUSH_DESC_34"] = "¿Después de la salida, la batalla se liquidará de acuerdo con la ola actual, ¿ se retirará?", } return localization_global \ No newline at end of file diff --git a/lua/app/config/strings/id/global.lua b/lua/app/config/strings/id/global.lua index 0a67cc1c..3c68e4bc 100644 --- a/lua/app/config/strings/id/global.lua +++ b/lua/app/config/strings/id/global.lua @@ -507,10 +507,11 @@ local localization_global = ["ACT_BOSS_RUSH_DESC_28"] = "Log Baru", ["ACT_BOSS_RUSH_DESC_29"] = "Poin Parade", ["ACT_BOSS_RUSH_DESC_30"] = "Tatangan selesai", - ["ACT_BOSS_RUSH_DESC_31"] = "1. Urutan kemunculan Boss dan peta akan berubah setiap hari. \n2. Saat battle dimulai, skill Hero diaktifkan, tapi skill yang ditingkatkan perlu diupgrade hingga Lv. 60 dalam battle. \n3. Peringkat kejuaraan akan dihitung 1x per hari, dan kamu akan mendapat [Koin Boss] yang dapat ditukarkan dengan hadiah di toko event. \n4. Parade Boss akan memberikan hadiah berdasarkan gelombang kumulatif battle yang diikuti selama kejuaraan. \n5. Dapat menantang sekali secara gratis setiap hari, dan tantangan selanjutnya akan mengonsumsi Berlian.", + ["ACT_BOSS_RUSH_DESC_31"] = "1. Urutan kemunculan Boss dan peta akan berubah setiap hari. \n2. Saat battle dimulai, skill Hero diaktifkan, tapi skill yang ditingkatkan perlu diupgrade hingga Lv. 40 dalam battle. \n3. Peringkat kejuaraan akan dihitung 1x per hari, dan kamu akan mendapat [Koin Boss] yang dapat ditukarkan dengan hadiah di toko event. \n4. Parade Boss akan memberikan hadiah berdasarkan gelombang kumulatif battle yang diikuti selama kejuaraan. \n5. Dapat menantang sekali secara gratis setiap hari, dan tantangan selanjutnya akan mengonsumsi Berlian.", ["ACT_BOSS_RUSH_DESC_32"] = "Paket waktu terbatas yang sangat bermanfaat!", ["ACT_BOSS_RUSH_DESC_33"] = "Fase {0} membuka kunci", ["NOT_POP_TODAY"] = "Jangan ingatkan lagi hari ini", + ["ACT_BOSS_RUSH_DESC_34"] = "Setelah keluar, pertempuran akan diselesaikan menurut gelombang saat ini. Apakah Anda ingin keluar?", } return localization_global \ No newline at end of file diff --git a/lua/app/config/strings/ja/global.lua b/lua/app/config/strings/ja/global.lua index ddaeca7e..eb873c20 100644 --- a/lua/app/config/strings/ja/global.lua +++ b/lua/app/config/strings/ja/global.lua @@ -507,10 +507,11 @@ local localization_global = ["ACT_BOSS_RUSH_DESC_28"] = "新記録", ["ACT_BOSS_RUSH_DESC_29"] = "パレードポイント", ["ACT_BOSS_RUSH_DESC_30"] = "挑戦完了", - ["ACT_BOSS_RUSH_DESC_31"] = "1.ボスの登場順とマップは毎日変わります。\n2.バトル開始後、ヒーローのスキルはデフォルトで解放されますが、強化スキルを獲得するにはレベルアップが必要です。バトル中最大60級までレベルアップできます。\n3.選手権大会のランキングは1日1回決算され、決算完了後に大量の【ボスコイン】を獲得でき、イベントショップで報酬と交換できます。\n4.ボスパレードでは、選手権大会で参加したバトルの回数に応じて報酬を獲得できます。\n5.1日1回無料で挑戦でき、それ以降の挑戦にはダイヤを消費する必要があります。きちんと準備して挑戦を開始しましょう。", + ["ACT_BOSS_RUSH_DESC_31"] = "1.ボスの登場順とマップは毎日変わります。\n2.バトル開始後、ヒーローのスキルはデフォルトで解放されますが、強化スキルを獲得するにはレベルアップが必要です。バトル中最大40級までレベルアップできます。\n3.選手権大会のランキングは1日1回決算され、決算完了後に大量の【ボスコイン】を獲得でき、イベントショップで報酬と交換できます。\n4.ボスパレードでは、選手権大会で参加したバトルの回数に応じて報酬を獲得できます。\n5.1日1回無料で挑戦でき、それ以降の挑戦にはダイヤを消費する必要があります。きちんと準備して挑戦を開始しましょう。", ["ACT_BOSS_RUSH_DESC_32"] = "報酬の高い期間限定パック!", ["ACT_BOSS_RUSH_DESC_33"] = "フェーズ{0}ロック解除", ["NOT_POP_TODAY"] = "今日は見ない", + ["ACT_BOSS_RUSH_DESC_34"] = "撤退後は、現在の波次決済に従って戦いますが、撤退しますか?", } return localization_global \ No newline at end of file diff --git a/lua/app/config/strings/ko/global.lua b/lua/app/config/strings/ko/global.lua index dcc9ff17..3a3ca1be 100644 --- a/lua/app/config/strings/ko/global.lua +++ b/lua/app/config/strings/ko/global.lua @@ -507,10 +507,11 @@ local localization_global = ["ACT_BOSS_RUSH_DESC_28"] = "신기록", ["ACT_BOSS_RUSH_DESC_29"] = "퍼레이드 포인트", ["ACT_BOSS_RUSH_DESC_30"] = "도전 완료", - ["ACT_BOSS_RUSH_DESC_31"] = "1. 보스 등장 순서와 맵은 매일 달라집니다. \n2. 전투가 시작되면 영웅 스킬은 기본적으로 활성화되지만 강화 스킬은 업그레이드를 통해 획득해야 합니다. 전투에서 최대 60레벨까지 업그레이드할 수 있습니다. \n3. 오픈 토너먼트 랭킹은 매일 한번 정산됩니다. 정산 시 대량의 [보스 코인]이 지급되며 이벤트 상점에서 보상으로 교환할 수 있습니다. \n4. 보스 퍼레이드에서는 오픈 토너먼트 전투에 참여한 누적 웨이브 수에 따라 보상이 지급됩니다.\n5. 하루에 한 번 무료로 도전할 수 있으며, 이후 도전에는 다이아가 소모됩니다. 준비가 되면 도전을 시작하세요.", + ["ACT_BOSS_RUSH_DESC_31"] = "1. 보스 등장 순서와 맵은 매일 달라집니다. \n2. 전투가 시작되면 영웅 스킬은 기본적으로 활성화되지만 강화 스킬은 업그레이드를 통해 획득해야 합니다. 전투에서 최대 40레벨까지 업그레이드할 수 있습니다. \n3. 오픈 토너먼트 랭킹은 매일 한번 정산됩니다. 정산 시 대량의 [보스 코인]이 지급되며 이벤트 상점에서 보상으로 교환할 수 있습니다. \n4. 보스 퍼레이드에서는 오픈 토너먼트 전투에 참여한 누적 웨이브 수에 따라 보상이 지급됩니다.\n5. 하루에 한 번 무료로 도전할 수 있으며, 이후 도전에는 다이아가 소모됩니다. 준비가 되면 도전을 시작하세요.", ["ACT_BOSS_RUSH_DESC_32"] = "고수익 기간 한정 선물 팩!", ["ACT_BOSS_RUSH_DESC_33"] = "{0}단계 잠금 해제", ["NOT_POP_TODAY"] = "오늘 더 이상 알림 받지 않음", + ["ACT_BOSS_RUSH_DESC_34"] = "퇴장 후, 현재 라운드 결산에 따라 전투, 퇴장하시겠습니까?", } return localization_global \ No newline at end of file diff --git a/lua/app/config/strings/pt/global.lua b/lua/app/config/strings/pt/global.lua index 2ba63ff3..17f8c757 100644 --- a/lua/app/config/strings/pt/global.lua +++ b/lua/app/config/strings/pt/global.lua @@ -507,10 +507,11 @@ local localization_global = ["ACT_BOSS_RUSH_DESC_28"] = "Novo Recorde", ["ACT_BOSS_RUSH_DESC_29"] = "Pontuação do Desfile", ["ACT_BOSS_RUSH_DESC_30"] = "Desafio Concluído", - ["ACT_BOSS_RUSH_DESC_31"] = "1. A ordem de aparição dos chefões e o mapa mudarão todos os dias.\n2. Após o início da batalha, as habilidades do seu herói serão ativadas por padrão, mas aquelas de reforço precisam ser ativadas por aprimoramento. Seu herói pode chegar até Nv.60 na batalha.\n3. O ranking do Torneio Aberto será calculado uma vez por dia, e você pode obter um grande número de moedas [Ouro de Chefão], que podem ser trocadas por recompensas na loja do evento.\n4. O Desfile de Chefões concederá recompensas com base no número total de ondas de batalha em que você participou no Torneio Aberto.\n5. Você pode desafiar gratuitamente 1 vez por dia, e os subsequentes exigirão diamantes. Lembre-se de preparar diamantes antes de iniciar desafios adicionais.", + ["ACT_BOSS_RUSH_DESC_31"] = "1. A ordem de aparição dos chefões e o mapa mudarão todos os dias.\n2. Após o início da batalha, as habilidades do seu herói serão ativadas por padrão, mas aquelas de reforço precisam ser ativadas por aprimoramento. Seu herói pode chegar até Nv.40 na batalha.\n3. O ranking do Torneio Aberto será calculado uma vez por dia, e você pode obter um grande número de moedas [Ouro de Chefão], que podem ser trocadas por recompensas na loja do evento.\n4. O Desfile de Chefões concederá recompensas com base no número total de ondas de batalha em que você participou no Torneio Aberto.\n5. Você pode desafiar gratuitamente 1 vez por dia, e os subsequentes exigirão diamantes. Lembre-se de preparar diamantes antes de iniciar desafios adicionais.", ["ACT_BOSS_RUSH_DESC_32"] = "Pacote especial de tempo limitado!", ["ACT_BOSS_RUSH_DESC_33"] = "Fase {0} desbloqueando", ["NOT_POP_TODAY"] = "Não me notifique por hoje.", + ["ACT_BOSS_RUSH_DESC_34"] = "Depois de sair, a batalha será resolvida de acordo com a onda actual. Você quer sair?", } return localization_global \ No newline at end of file diff --git a/lua/app/config/strings/th/global.lua b/lua/app/config/strings/th/global.lua index 6cbc3efe..9e62b1f6 100644 --- a/lua/app/config/strings/th/global.lua +++ b/lua/app/config/strings/th/global.lua @@ -507,10 +507,11 @@ local localization_global = ["ACT_BOSS_RUSH_DESC_28"] = "สถิติใหม่", ["ACT_BOSS_RUSH_DESC_29"] = "แต้มตระเวน", ["ACT_BOSS_RUSH_DESC_30"] = "ท้าทายสำเร็จ", - ["ACT_BOSS_RUSH_DESC_31"] = "1. ลำดับการปรากฏตัวของบอสและแผนที่จะเปลี่ยนไปทุกวัน\n2. หลังจากการต่อสู้เริ่มต้นขึ้น สกิลฮีโร่ของคุณจะถูกเปิดใช้งานตามค่าเริ่มต้น แต่สกิลที่ตีบวกแล้วจำเป็นต้องได้รับจากการอัปเกรด และสามารถอัปได้ถึง Lv.60 ในการต่อสู้\n3. อันดับของการแข่งขันชิงแชมป์รายวันจะคำนวณเพียงครั้งเดียว และสามารถได้รับ [เหรียญทองบอส] จำนวนมากได้หลังจากการคำนวณ ซึ่งสามารถใช้เพื่อแลกเปลี่ยนรางวัลในร้านกิจกรรมได้\n4. รางวัลบอสจะมอบรางวัลให้คุณตามจำนวนรอบที่คุณเข้าร่วมในการต่อสู้ที่คุณได้เข้าร่วมในการแข่งขันชิงแชมป์\n5. สามารถท้าทายได้ฟรีวันละครั้ง การท้าทายครั้งต่อไปจะใช้เพชร โปรดเริ่มการท้าทายเมื่อคุณพร้อม", + ["ACT_BOSS_RUSH_DESC_31"] = "1. ลำดับการปรากฏตัวของบอสและแผนที่จะเปลี่ยนไปทุกวัน\n2. หลังจากการต่อสู้เริ่มต้นขึ้น สกิลฮีโร่ของคุณจะถูกเปิดใช้งานตามค่าเริ่มต้น แต่สกิลที่ตีบวกแล้วจำเป็นต้องได้รับจากการอัปเกรด และสามารถอัปได้ถึง Lv.40 ในการต่อสู้\n3. อันดับของการแข่งขันชิงแชมป์รายวันจะคำนวณเพียงครั้งเดียว และสามารถได้รับ [เหรียญทองบอส] จำนวนมากได้หลังจากการคำนวณ ซึ่งสามารถใช้เพื่อแลกเปลี่ยนรางวัลในร้านกิจกรรมได้\n4. รางวัลบอสจะมอบรางวัลให้คุณตามจำนวนรอบที่คุณเข้าร่วมในการต่อสู้ที่คุณได้เข้าร่วมในการแข่งขันชิงแชมป์\n5. สามารถท้าทายได้ฟรีวันละครั้ง การท้าทายครั้งต่อไปจะใช้เพชร โปรดเริ่มการท้าทายเมื่อคุณพร้อม", ["ACT_BOSS_RUSH_DESC_32"] = "แพ็คเกจพิเศษแบบจำกัดเวลา!", ["ACT_BOSS_RUSH_DESC_33"] = "ขั้นตอนที่ {0} ปลดล็อค", ["NOT_POP_TODAY"] = "วันนี้ไม่เตือนอีก", + ["ACT_BOSS_RUSH_DESC_34"] = "เมื่อออกแล้วจะชำระค่าต่อสู้ตามคลื่นปัจจุบัน จะออกหรือไม่", } return localization_global \ No newline at end of file diff --git a/lua/app/config/strings/vi/global.lua b/lua/app/config/strings/vi/global.lua index 252c8112..2e8e8dbf 100644 --- a/lua/app/config/strings/vi/global.lua +++ b/lua/app/config/strings/vi/global.lua @@ -507,10 +507,11 @@ local localization_global = ["ACT_BOSS_RUSH_DESC_28"] = "Nhật ký mới", ["ACT_BOSS_RUSH_DESC_29"] = "Điểm Tham Quan", ["ACT_BOSS_RUSH_DESC_30"] = "Hoàn thành khiêu chiến", - ["ACT_BOSS_RUSH_DESC_31"] = "1.Thứ tự và bản đồ BOSS xuất hiện sẽ thay đổi mỗi ngày.\n2.Sau khi bắt đầu chiến đấu, kỹ năng anh hùng mặc định đã kích hoạt, nhưng kỹ năng cường hóa thì cần phải tăng cấp mới nhận được, tối đa tăng 60 cấp trong chiến đấu.\n3.Xếp hạng Giải Mở Rộng mỗi ngày đều tổng kết 1 lần, tổng kết được nhận vô số [Vàng BOSS], được dùng để đổi thưởng ở SHOP Sự Kiện.\n4.Tham Quan BOSS sẽ phát thưởng theo số lượt tích lũy tham gia chiến đấu Giải Mở Rộng.\n5.Mỗi ngày được 1 lần khiêu chiến miễn phí, khiêu chiến tiếp theo cần tốn Kim Cương, hãy chuẩn bị sẵn sàng rồi bắt đầu khiêu chiến.", + ["ACT_BOSS_RUSH_DESC_31"] = "1.Thứ tự và bản đồ BOSS xuất hiện sẽ thay đổi mỗi ngày.\n2.Sau khi bắt đầu chiến đấu, kỹ năng anh hùng mặc định đã kích hoạt, nhưng kỹ năng cường hóa thì cần phải tăng cấp mới nhận được, tối đa tăng 40 cấp trong chiến đấu.\n3.Xếp hạng Giải Mở Rộng mỗi ngày đều tổng kết 1 lần, tổng kết được nhận vô số [Vàng BOSS], được dùng để đổi thưởng ở SHOP Sự Kiện.\n4.Tham Quan BOSS sẽ phát thưởng theo số lượt tích lũy tham gia chiến đấu Giải Mở Rộng.\n5.Mỗi ngày được 1 lần khiêu chiến miễn phí, khiêu chiến tiếp theo cần tốn Kim Cương, hãy chuẩn bị sẵn sàng rồi bắt đầu khiêu chiến.", ["ACT_BOSS_RUSH_DESC_32"] = "Quà tặng giới hạn hồi báo cao!", ["ACT_BOSS_RUSH_DESC_33"] = "Giai đoạn {0} Mở khóa", ["NOT_POP_TODAY"] = "Hôm nay không nhắc lại", + ["ACT_BOSS_RUSH_DESC_34"] = "Sau khi rút lui, sẽ dựa theo sóng hiện tại thanh toán chiến đấu, có rút lui hay không?", } return localization_global \ No newline at end of file diff --git a/lua/app/config/strings/zh/global.lua b/lua/app/config/strings/zh/global.lua index 73d9df84..e689f34c 100644 --- a/lua/app/config/strings/zh/global.lua +++ b/lua/app/config/strings/zh/global.lua @@ -507,10 +507,11 @@ local localization_global = ["ACT_BOSS_RUSH_DESC_28"] = "新紀錄", ["ACT_BOSS_RUSH_DESC_29"] = "巡迴積分", ["ACT_BOSS_RUSH_DESC_30"] = "挑戰完成", - ["ACT_BOSS_RUSH_DESC_31"] = "1.首領出場順序和地圖每日都將進行變化。 \n2.戰鬥開始後,您的英雄技能默認已激活,但強化技能還需要升級獲得,戰鬥內最多提升60級。 \n3.每日公開賽的排名都將結算一次,結算可獲得大量【首領金幣】,可用於活動商店兌換獎勵。 \n4.首領巡禮將根據您參與公開賽戰鬥的累計波次給與獎勵。 \n5.每日可免費挑戰1次,後續挑戰需要消耗鑽石,請準備好再開始挑戰。", + ["ACT_BOSS_RUSH_DESC_31"] = "1.首領出場順序和地圖每日都將進行變化。 \n2.戰鬥開始後,您的英雄技能默認已激活,但強化技能還需要升級獲得,戰鬥內最多提升40級。 \n3.每日公開賽的排名都將結算一次,結算可獲得大量【首領金幣】,可用於活動商店兌換獎勵。 \n4.首領巡禮將根據您參與公開賽戰鬥的累計波次給與獎勵。 \n5.每日可免費挑戰1次,後續挑戰需要消耗鑽石,請準備好再開始挑戰。", ["ACT_BOSS_RUSH_DESC_32"] = "限時禮包,傾情回饋!", ["ACT_BOSS_RUSH_DESC_33"] = "階段{0}解鎖", ["NOT_POP_TODAY"] = "今日不再提醒", + ["ACT_BOSS_RUSH_DESC_34"] = "退出後,將按照當前波次結算戰鬥,是否退出?", } return localization_global \ No newline at end of file From f839dc3b57abb0085d013b7aa3d6cd3e07f39301 Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Tue, 5 Sep 2023 17:14:49 +0800 Subject: [PATCH 46/55] =?UTF-8?q?buff=E6=95=B0=E5=80=BC=E4=B8=8A=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../battle/component/battle_unit_comp.lua | 10 ++++ lua/app/module/battle/team/battle_team.lua | 56 +++++++++++++++++++ .../battle/skill/battle_buff_entity.lua | 4 ++ 3 files changed, 70 insertions(+) diff --git a/lua/app/module/battle/component/battle_unit_comp.lua b/lua/app/module/battle/component/battle_unit_comp.lua index caa0de46..b0e3ff3f 100644 --- a/lua/app/module/battle/component/battle_unit_comp.lua +++ b/lua/app/module/battle/component/battle_unit_comp.lua @@ -1352,6 +1352,10 @@ function BattleUnitComp:addBuff(buffEffect, conditionResult) return self.team:addBuff(buffEffect) end +function BattleUnitComp:judgeBuffEffectEffectNumOverflow(buffEntity) + return self.team:judgeBuffEffectEffectNumOverflow(buffEntity) +end + function BattleUnitComp:getBuffCountByName(buffName) return self.team:getBuffCountByName(buffName) end @@ -1553,6 +1557,9 @@ function BattleUnitComp:takeEffect(buff, target, conditionResult) buffEffect.target = target buffEffect.sender = self buffEffect = target:addBuff(buffEffect, conditionResult) + if not buffEffect then -- 添加buff失败 + return + end end if buffEffect and buffEffect.result then return @@ -1584,6 +1591,9 @@ function BattleUnitComp:reTakeEffectByBuffEffect(buffEffect) if round > 0 then buffEffect.result = nil buffEffect = target:addBuff(buffEffect) + if not buffEffect then -- 添加buff失败 + return + end end if buffEffect and buffEffect.result then return diff --git a/lua/app/module/battle/team/battle_team.lua b/lua/app/module/battle/team/battle_team.lua index 70fbf3cc..9c53a9fa 100644 --- a/lua/app/module/battle/team/battle_team.lua +++ b/lua/app/module/battle/team/battle_team.lua @@ -11,6 +11,7 @@ function BattleTeam:init(side, battleController) self.unitMap = {} self.buffList = {} self.sameBuffCount = {} + self.sameBuffEffectNum = {} -- 相同的buff参数,用于判定buff数值上限 self.shieldBuffList = {} self.loopFxMap = {} self.comboCount = 0 @@ -265,9 +266,14 @@ function BattleTeam:handleShield(reduceShield, unit) if needReedRefreshBuff then self.battleController:refreshBuff(self.side, self.buffList) end + self:calSameBuffEffectNum() end function BattleTeam:addBuff(buffEffect) + if not self:judgeBuffEffectEffectNumOverflow(buffEffect.buff) then + return + end + local stack = buffEffect.buff:getStack() local needRecycle if not stack or stack == BattleConst.BUFF_STACK_TYPE.CANT_ADD then @@ -337,6 +343,7 @@ function BattleTeam:addBuff(buffEffect) self.battleController:refreshBuff(self.side, self.buffList) end + self:calSameBuffEffectNum() return needRecycle end @@ -364,6 +371,7 @@ function BattleTeam:removeAllBuff() end self.battleController:clearBuff(self.side) + self:calSameBuffEffectNum() end function BattleTeam:putCacheBuff(buffEffect) @@ -402,6 +410,8 @@ function BattleTeam:putCacheBuffByDecr(buffDecr) if needRefresh then self.battleController:refreshBuff(self.side, self.buffList) end + + self:calSameBuffEffectNum() end function BattleTeam:popCacheBuffByDecr(buffDecr) @@ -426,6 +436,48 @@ function BattleTeam:popCacheBuffByDecr(buffDecr) if needRefresh then self.battleController:refreshBuff(self.side, self.buffList) end + + self:calSameBuffEffectNum() +end + +function BattleTeam:calSameBuffEffectNum() + if not self.buffList then + return + end + self.sameBuffEffectNum = table.clearOrCreate(self.sameBuffEffectNum) + for _, buffEffect in ipairs(self.buffList) do + local buffEntity = buffEffect.buff + if buffEntity then + local buffName = buffEntity:getName() + local buffNum = buffEntity:getEffectNum() + if buffName and buffNum then + self.sameBuffEffectNum[buffName] = (self.sameBuffEffectNum[buffName] or 0) + buffNum + end + end + end +end + +function BattleTeam:judgeBuffEffectEffectNumOverflow(buffEntity) + if not buffEntity then + return true + end + local limitNum = buffEntity:getLimitParameter() + if not limitNum then + return true + end + + local buffName = buffEntity:getName() + local buffNum = buffEntity:getEffectNum() + local curNum = self.sameBuffEffectNum[buffName] or 0 + local remainNum = limitNum - curNum + if remainNum <= 0 then -- 已经超出上限了,直接返回失败 + return false + end + + if buffNum > remainNum then + buffEntity:setEffectNum(remainNum) + end + return true end function BattleTeam:doBuffWork() @@ -473,6 +525,8 @@ function BattleTeam:doBuffWork() end end self.battleController:refreshBuff(self.side, self.buffList) + + self:calSameBuffEffectNum() end -- 比如复活类,需要最后触发buff @@ -514,6 +568,7 @@ function BattleTeam:doFinalBuffWork() if refreshUI then self.battleController:refreshBuff(self.side, self.buffList) end + self:calSameBuffEffectNum() end function BattleTeam:removeBuffByName(buffName) @@ -531,6 +586,7 @@ function BattleTeam:removeBuffByName(buffName) end end self.battleController:refreshBuff(self.side, self.buffList) + self:calSameBuffEffectNum() end function BattleTeam:updateBuffState(buff, num) diff --git a/lua/app/userdata/battle/skill/battle_buff_entity.lua b/lua/app/userdata/battle/skill/battle_buff_entity.lua index d10ccc53..d7dc0e62 100644 --- a/lua/app/userdata/battle/skill/battle_buff_entity.lua +++ b/lua/app/userdata/battle/skill/battle_buff_entity.lua @@ -141,6 +141,10 @@ function BattleBuffEntity:needShowName() return self.buffInfo.show_name end +function BattleBuffEntity:getLimitParameter() + return self.buffInfo.limit_parameter +end + function BattleBuffEntity:isCantRemove() return self.cantRemove end From 24a88cf05ad0383606e03fd1da950f994d6dd067 Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Tue, 5 Sep 2023 17:34:17 +0800 Subject: [PATCH 47/55] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/ui/common/cell/bounty_reward_cell.lua | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/lua/app/ui/common/cell/bounty_reward_cell.lua b/lua/app/ui/common/cell/bounty_reward_cell.lua index 6eedad15..92d06255 100644 --- a/lua/app/ui/common/cell/bounty_reward_cell.lua +++ b/lua/app/ui/common/cell/bounty_reward_cell.lua @@ -11,6 +11,8 @@ function BountyRewardCell:init() self.lock = uiMap["bounty_reward_cell.lock"] self.matchImg = uiMap["bounty_reward_cell.match_img"] self.sImg = uiMap["bounty_reward_cell.s"] + self.skin = uiMap["bounty_reward_cell.skin"] + self.skinQlt = uiMap["bounty_reward_cell.skin.img_qlt"] self:hideLight() self.baseObject:addClickListener(function() @@ -50,6 +52,7 @@ function BountyRewardCell:_refreshItem(item) end self.numTx:setText(item.count or item.num) if info.type == GConst.ItemConst.ITEM_TYPE.HERO_FRAGMENT then + self.skin:setVisible(false) local heroInfo = ConfigManager:getConfig("hero")[info.parameter] if heroInfo then self.icon:setSprite(GConst.ATLAS_PATH.ICON_HERO, heroInfo.icon) @@ -62,11 +65,28 @@ function BountyRewardCell:_refreshItem(item) self.sImg:setVisible(false) end self.fragment:setVisible(true) + elseif info.type == GConst.ItemConst.ITEM_TYPE.SKIN then + -- 皮肤道具 + self.skin:setVisible(true) + self.matchImg:setVisible(false) + self.fragment:setVisible(false) + local skinInfo = ConfigManager:getConfig("skin")[info.parameter] + if skinInfo then + self.skin:setVisible(true) + self.sImg:setVisible(skinInfo.qlt >= 4) + self.icon:setSprite(GConst.ATLAS_PATH.ICON_HERO, skinInfo.icon) + self.skin:setSprite(GConst.ATLAS_PATH.ICON_HERO, "frame_dec_" .. skinInfo.qlt) + self.skinQlt:setSprite(GConst.ATLAS_PATH.HERO, "hero_skin_" .. skinInfo.qlt) + else + self.icon:setSprite(GConst.ATLAS_PATH.COMMON, "common_alpha") + self.sImg:setVisible(false) + end else self.icon:setSprite(GConst.ATLAS_PATH.ICON_ITEM, info.icon) self.fragment:setVisible(false) self.matchImg:setVisible(false) self.sImg:setVisible(false) + self.skin:setVisible(false) end end From d7f60f500216a9e815e4e004214d6aada16c9ff9 Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Tue, 5 Sep 2023 17:36:43 +0800 Subject: [PATCH 48/55] =?UTF-8?q?bossrush=E9=98=B5=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../activity/act_boss_rush/act_boss_rush_data.lua | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 fe69d00e..df38e24c 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 @@ -65,7 +65,16 @@ function ActBossRushData:init(data) self.activity_id = data.activity_id -- 战斗 if data.heroes then - DataManager.FormationData:initFormationByType(GConst.BattleConst.FORMATION_TYPE.BOSS_RUSH, data.heroes) + local update = false + for _, heroId in ipairs(data.heroes) do + if heroId > 0 then + update = true + break + end + end + if update then + DataManager.FormationData:initFormationByType(GConst.BattleConst.FORMATION_TYPE.BOSS_RUSH, data.heroes) + end end self.todayFightCount = data.fight_count or 0 self.fightCount = data.total_fight_count or 0 From a0daa1e6923b0bfc149888e7de42a2c9b3e1f90b Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Tue, 5 Sep 2023 18:00:32 +0800 Subject: [PATCH 49/55] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/config/buff.lua | 12 +++---- lua/app/config/const.lua | 18 ++++++++-- lua/app/config/strings/cn/global.lua | 2 +- lua/app/config/strings/en/global.lua | 2 +- lua/app/config/strings/es/global.lua | 2 +- lua/app/config/strings/id/global.lua | 2 +- lua/app/config/strings/ja/global.lua | 2 +- lua/app/config/strings/ko/global.lua | 2 +- lua/app/config/strings/pt/global.lua | 2 +- lua/app/config/strings/th/global.lua | 2 +- lua/app/config/strings/vi/global.lua | 2 +- lua/app/config/strings/zh/global.lua | 2 +- .../battle_controller_boss_rush.lua | 36 +++++++++++++++---- 13 files changed, 61 insertions(+), 25 deletions(-) diff --git a/lua/app/config/buff.lua b/lua/app/config/buff.lua index 4f3113eb..7501b15c 100644 --- a/lua/app/config/buff.lua +++ b/lua/app/config/buff.lua @@ -200,7 +200,7 @@ local buff = { ["buff_type"]=1, ["stack"]=2, ["decr"]=1, - ["limit_parameter"]=15000 + ["limit_parameter"]=10000 }, [26]={ ["id"]=26, @@ -209,7 +209,7 @@ local buff = { ["stack"]=2, ["position"]=1, ["decr"]=1, - ["limit_parameter"]=15000 + ["limit_parameter"]=10000 }, [27]={ ["id"]=27, @@ -218,7 +218,7 @@ local buff = { ["stack"]=2, ["position"]=2, ["decr"]=1, - ["limit_parameter"]=15000 + ["limit_parameter"]=10000 }, [28]={ ["id"]=28, @@ -227,7 +227,7 @@ local buff = { ["stack"]=2, ["position"]=3, ["decr"]=1, - ["limit_parameter"]=15000 + ["limit_parameter"]=10000 }, [29]={ ["id"]=29, @@ -236,7 +236,7 @@ local buff = { ["stack"]=2, ["position"]=4, ["decr"]=1, - ["limit_parameter"]=15000 + ["limit_parameter"]=10000 }, [30]={ ["id"]=30, @@ -245,7 +245,7 @@ local buff = { ["stack"]=2, ["position"]=5, ["decr"]=1, - ["limit_parameter"]=15000 + ["limit_parameter"]=10000 }, [31]={ ["id"]=31, diff --git a/lua/app/config/const.lua b/lua/app/config/const.lua index 8916d7ac..aced4d8f 100644 --- a/lua/app/config/const.lua +++ b/lua/app/config/const.lua @@ -400,10 +400,22 @@ local const = { ["num_for_nothing"]="VAg=" } }, - ["activity_boss_rush_hp_add"]={ + ["activity_boss_rush_hp_add_1"]={ ["value"]=1750 }, - ["activity_boss_rush_atk_add"]={ + ["activity_boss_rush_atk_add_1"]={ + ["value"]=1370 + }, + ["activity_boss_rush_hp_add_2"]={ + ["value"]=1750 + }, + ["activity_boss_rush_atk_add_2"]={ + ["value"]=1370 + }, + ["activity_boss_rush_hp_add_3"]={ + ["value"]=1750 + }, + ["activity_boss_rush_atk_add_3"]={ ["value"]=1370 }, ["activity_recurring_day"]={ @@ -411,6 +423,6 @@ local const = { } } local config = { -data=const,count=83 +data=const,count=87 } return config \ No newline at end of file diff --git a/lua/app/config/strings/cn/global.lua b/lua/app/config/strings/cn/global.lua index 3d166559..860b4eb6 100644 --- a/lua/app/config/strings/cn/global.lua +++ b/lua/app/config/strings/cn/global.lua @@ -508,7 +508,7 @@ local localization_global = ["ACT_BOSS_RUSH_DESC_28"] = "新纪录", ["ACT_BOSS_RUSH_DESC_29"] = "巡回积分", ["ACT_BOSS_RUSH_DESC_30"] = "挑战完成", - ["ACT_BOSS_RUSH_DESC_31"] = "1.首领出场顺序和地图每日都将进行变化。\n2.战斗开始后,您的英雄技能默认已激活,但强化技能还需要升级获得,战斗内最多提升40级。\n3.叠加属性的强化技能,最多可生效10次。\n4.每日公开赛的排名都将结算一次,结算可获得大量【首领金币】,可用于活动商店兑换奖励。\n5.首领巡礼将根据您参与公开赛战斗的累计波次给与奖励。\n5.每日可免费挑战1次,后续挑战需要消耗钻石,请节准备好再开始挑战。", + ["ACT_BOSS_RUSH_DESC_31"] = "1.首领出场顺序和地图每日都将进行变化。\n2.战斗开始后,您的英雄技能默认已激活,但强化技能还需要升级获得,战斗内最多提升40级。\n3.叠加属性的强化技能,最多可生效10次。\n4.每日公开赛的排名都将结算一次,结算可获得大量【首领金币】,可用于活动商店兑换奖励。\n5.首领巡礼将根据您参与公开赛战斗的累计波次给与奖励。\n5.每日可免费挑战1次,后续挑战需要消耗钻石,请准备好再开始挑战。", ["ACT_BOSS_RUSH_DESC_32"] = "限时礼包,倾情回馈!", ["ACT_BOSS_RUSH_DESC_33"] = "阶段{0}解锁", ["NOT_POP_TODAY"] = "今日不再提醒", diff --git a/lua/app/config/strings/en/global.lua b/lua/app/config/strings/en/global.lua index 559994b4..03bfe394 100644 --- a/lua/app/config/strings/en/global.lua +++ b/lua/app/config/strings/en/global.lua @@ -507,7 +507,7 @@ local localization_global = ["ACT_BOSS_RUSH_DESC_28"] = "New Record", ["ACT_BOSS_RUSH_DESC_29"] = "Parade Points", ["ACT_BOSS_RUSH_DESC_30"] = "Challenge Completed", - ["ACT_BOSS_RUSH_DESC_31"] = "1. The order of bosses' appearance and the map will change daily. \n2. When the battle starts, your hero's skills are initially activated, but enhanced skills need to be upgraded, up to Lv. 40 in the battle. \n3. Championship ranking will be calculated once daily, and then you'll receive tons of [Boss Coins] that can exchange rewards in the event shop. \n4. Boss Parade will grant rewards based on the cumulative waves of battles you participate in during the championship. \n5. You can challenge once for free every day, and later challenges will consume Diamonds. Please brace yourself before engaging.", + ["ACT_BOSS_RUSH_DESC_31"] = "1. The order of bosses' appearance and the map will change daily. \n2. When the battle starts, your hero's skills are initially activated, but enhanced skills need to be upgraded, up to Lv. 40 in the battle. \n3. Enhancement skills that stack attributes can be effective up to 10 times.\n4. Championship ranking will be calculated once daily, and then you'll receive tons of [Boss Coins] that can exchange rewards in the event shop. \n5. Boss Parade will grant rewards based on the cumulative waves of battles you participate in during the championship. \n6. You can challenge once for free every day, and later challenges will consume Diamonds. Please brace yourself before engaging.", ["ACT_BOSS_RUSH_DESC_32"] = "Highly rewarding limited time packages!", ["ACT_BOSS_RUSH_DESC_33"] = "Stage {0} Unlocked", ["NOT_POP_TODAY"] = "Don't remind me today", diff --git a/lua/app/config/strings/es/global.lua b/lua/app/config/strings/es/global.lua index 8be71c9c..557ed094 100644 --- a/lua/app/config/strings/es/global.lua +++ b/lua/app/config/strings/es/global.lua @@ -507,7 +507,7 @@ local localization_global = ["ACT_BOSS_RUSH_DESC_28"] = "Nuevo Récord", ["ACT_BOSS_RUSH_DESC_29"] = "Puntos de Desfile", ["ACT_BOSS_RUSH_DESC_30"] = "Desafío completado", - ["ACT_BOSS_RUSH_DESC_31"] = "1. El orden de aparición de los jefes y del mapa cambian diariamente. \n2. Cuando comienza la batalla, las habilidades de tu héroe se activan por defecto, pero las habilidades reforzadas requieren mejoras, hasta 40 niveles dentro de la batalla. \n3. La clasificación del Abierto se calcula diariamente, y se otorgará una gran cantidad de [Monedas de Jefe], que se puede utilizar en la tienda del evento para canjear por recompensas. \n4. Las recompensas del Desfile de Jefes se basa en el número acumulado de ondas participadas en las batallas del Abierto. \n5. Puedes desafiar gratuitamente una vez al día, y los desafíos posteriores requieren diamantes. Prepárate antes de empezar un desafío adicional.", + ["ACT_BOSS_RUSH_DESC_31"] = "1. El orden de aparición de los jefes y del mapa cambian diariamente. \n2. Cuando comienza la batalla, las habilidades de tu héroe se activan por defecto, pero las habilidades reforzadas requieren mejoras, hasta 40 niveles dentro de la batalla. \n3. Las habilidades de refuerzo de atributos superpuestos pueden entrar en vigor hasta 10 veces. \n4. La clasificación del Abierto se calcula diariamente, y se otorgará una gran cantidad de [Monedas de Jefe], que se puede utilizar en la tienda del evento para canjear por recompensas. \n5. Las recompensas del Desfile de Jefes se basa en el número acumulado de ondas participadas en las batallas del Abierto. \n6. Puedes desafiar gratuitamente una vez al día, y los desafíos posteriores requieren diamantes. Prepárate antes de empezar un desafío adicional.", ["ACT_BOSS_RUSH_DESC_32"] = "¡Paquete especial de tiempo limitado!", ["ACT_BOSS_RUSH_DESC_33"] = "Desbloqueo de la etapa {0}", ["NOT_POP_TODAY"] = "No más notas por hoy", diff --git a/lua/app/config/strings/id/global.lua b/lua/app/config/strings/id/global.lua index 3c68e4bc..e9827831 100644 --- a/lua/app/config/strings/id/global.lua +++ b/lua/app/config/strings/id/global.lua @@ -507,7 +507,7 @@ local localization_global = ["ACT_BOSS_RUSH_DESC_28"] = "Log Baru", ["ACT_BOSS_RUSH_DESC_29"] = "Poin Parade", ["ACT_BOSS_RUSH_DESC_30"] = "Tatangan selesai", - ["ACT_BOSS_RUSH_DESC_31"] = "1. Urutan kemunculan Boss dan peta akan berubah setiap hari. \n2. Saat battle dimulai, skill Hero diaktifkan, tapi skill yang ditingkatkan perlu diupgrade hingga Lv. 40 dalam battle. \n3. Peringkat kejuaraan akan dihitung 1x per hari, dan kamu akan mendapat [Koin Boss] yang dapat ditukarkan dengan hadiah di toko event. \n4. Parade Boss akan memberikan hadiah berdasarkan gelombang kumulatif battle yang diikuti selama kejuaraan. \n5. Dapat menantang sekali secara gratis setiap hari, dan tantangan selanjutnya akan mengonsumsi Berlian.", + ["ACT_BOSS_RUSH_DESC_31"] = "1. Urutan kemunculan Boss dan peta akan berubah setiap hari. \n2. Saat battle dimulai, skill Hero diaktifkan, tapi skill yang ditingkatkan perlu diupgrade hingga Lv. 40 dalam battle. \n3. Kemampuan yang meningkat dengan atribut yang terkumpul dapat mengambil efek sampai 10 kali. \n4. Peringkat kejuaraan akan dihitung 1x per hari, dan kamu akan mendapat [Koin Boss] yang dapat ditukarkan dengan hadiah di toko event. \n5. Parade Boss akan memberikan hadiah berdasarkan gelombang kumulatif battle yang diikuti selama kejuaraan. \n6. Dapat menantang sekali secara gratis setiap hari, dan tantangan selanjutnya akan mengonsumsi Berlian.", ["ACT_BOSS_RUSH_DESC_32"] = "Paket waktu terbatas yang sangat bermanfaat!", ["ACT_BOSS_RUSH_DESC_33"] = "Fase {0} membuka kunci", ["NOT_POP_TODAY"] = "Jangan ingatkan lagi hari ini", diff --git a/lua/app/config/strings/ja/global.lua b/lua/app/config/strings/ja/global.lua index eb873c20..4c47313c 100644 --- a/lua/app/config/strings/ja/global.lua +++ b/lua/app/config/strings/ja/global.lua @@ -507,7 +507,7 @@ local localization_global = ["ACT_BOSS_RUSH_DESC_28"] = "新記録", ["ACT_BOSS_RUSH_DESC_29"] = "パレードポイント", ["ACT_BOSS_RUSH_DESC_30"] = "挑戦完了", - ["ACT_BOSS_RUSH_DESC_31"] = "1.ボスの登場順とマップは毎日変わります。\n2.バトル開始後、ヒーローのスキルはデフォルトで解放されますが、強化スキルを獲得するにはレベルアップが必要です。バトル中最大40級までレベルアップできます。\n3.選手権大会のランキングは1日1回決算され、決算完了後に大量の【ボスコイン】を獲得でき、イベントショップで報酬と交換できます。\n4.ボスパレードでは、選手権大会で参加したバトルの回数に応じて報酬を獲得できます。\n5.1日1回無料で挑戦でき、それ以降の挑戦にはダイヤを消費する必要があります。きちんと準備して挑戦を開始しましょう。", + ["ACT_BOSS_RUSH_DESC_31"] = "1.ボスの登場順とマップは毎日変わります。\n2.バトル開始後、ヒーローのスキルはデフォルトで解放されますが、強化スキルを獲得するにはレベルアップが必要です。バトル中最大40級までレベルアップできます。\n3.属性を重ねた強化スキルは、最大10回有効になります。\n4.選手権大会のランキングは1日1回決算され、決算完了後に大量の【ボスコイン】を獲得でき、イベントショップで報酬と交換できます。\n5.ボスパレードでは、選手権大会で参加したバトルの回数に応じて報酬を獲得できます。\n6.1日1回無料で挑戦でき、それ以降の挑戦にはダイヤを消費する必要があります。きちんと準備して挑戦を開始しましょう。", ["ACT_BOSS_RUSH_DESC_32"] = "報酬の高い期間限定パック!", ["ACT_BOSS_RUSH_DESC_33"] = "フェーズ{0}ロック解除", ["NOT_POP_TODAY"] = "今日は見ない", diff --git a/lua/app/config/strings/ko/global.lua b/lua/app/config/strings/ko/global.lua index 3a3ca1be..659d1489 100644 --- a/lua/app/config/strings/ko/global.lua +++ b/lua/app/config/strings/ko/global.lua @@ -507,7 +507,7 @@ local localization_global = ["ACT_BOSS_RUSH_DESC_28"] = "신기록", ["ACT_BOSS_RUSH_DESC_29"] = "퍼레이드 포인트", ["ACT_BOSS_RUSH_DESC_30"] = "도전 완료", - ["ACT_BOSS_RUSH_DESC_31"] = "1. 보스 등장 순서와 맵은 매일 달라집니다. \n2. 전투가 시작되면 영웅 스킬은 기본적으로 활성화되지만 강화 스킬은 업그레이드를 통해 획득해야 합니다. 전투에서 최대 40레벨까지 업그레이드할 수 있습니다. \n3. 오픈 토너먼트 랭킹은 매일 한번 정산됩니다. 정산 시 대량의 [보스 코인]이 지급되며 이벤트 상점에서 보상으로 교환할 수 있습니다. \n4. 보스 퍼레이드에서는 오픈 토너먼트 전투에 참여한 누적 웨이브 수에 따라 보상이 지급됩니다.\n5. 하루에 한 번 무료로 도전할 수 있으며, 이후 도전에는 다이아가 소모됩니다. 준비가 되면 도전을 시작하세요.", + ["ACT_BOSS_RUSH_DESC_31"] = "1. 보스 등장 순서와 맵은 매일 달라집니다. \n2. 전투가 시작되면 영웅 스킬은 기본적으로 활성화되지만 강화 스킬은 업그레이드를 통해 획득해야 합니다. 전투에서 최대 40레벨까지 업그레이드할 수 있습니다. \n3. 속성을 중첩하는 강화 스킬, 최대 10회 유효. \n4. 오픈 토너먼트 랭킹은 매일 한번 정산됩니다. 정산 시 대량의 [보스 코인]이 지급되며 이벤트 상점에서 보상으로 교환할 수 있습니다. \n5. 보스 퍼레이드에서는 오픈 토너먼트 전투에 참여한 누적 웨이브 수에 따라 보상이 지급됩니다.\n6. 하루에 한 번 무료로 도전할 수 있으며, 이후 도전에는 다이아가 소모됩니다. 준비가 되면 도전을 시작하세요.", ["ACT_BOSS_RUSH_DESC_32"] = "고수익 기간 한정 선물 팩!", ["ACT_BOSS_RUSH_DESC_33"] = "{0}단계 잠금 해제", ["NOT_POP_TODAY"] = "오늘 더 이상 알림 받지 않음", diff --git a/lua/app/config/strings/pt/global.lua b/lua/app/config/strings/pt/global.lua index 17f8c757..9d4853ce 100644 --- a/lua/app/config/strings/pt/global.lua +++ b/lua/app/config/strings/pt/global.lua @@ -507,7 +507,7 @@ local localization_global = ["ACT_BOSS_RUSH_DESC_28"] = "Novo Recorde", ["ACT_BOSS_RUSH_DESC_29"] = "Pontuação do Desfile", ["ACT_BOSS_RUSH_DESC_30"] = "Desafio Concluído", - ["ACT_BOSS_RUSH_DESC_31"] = "1. A ordem de aparição dos chefões e o mapa mudarão todos os dias.\n2. Após o início da batalha, as habilidades do seu herói serão ativadas por padrão, mas aquelas de reforço precisam ser ativadas por aprimoramento. Seu herói pode chegar até Nv.40 na batalha.\n3. O ranking do Torneio Aberto será calculado uma vez por dia, e você pode obter um grande número de moedas [Ouro de Chefão], que podem ser trocadas por recompensas na loja do evento.\n4. O Desfile de Chefões concederá recompensas com base no número total de ondas de batalha em que você participou no Torneio Aberto.\n5. Você pode desafiar gratuitamente 1 vez por dia, e os subsequentes exigirão diamantes. Lembre-se de preparar diamantes antes de iniciar desafios adicionais.", + ["ACT_BOSS_RUSH_DESC_31"] = "1. A ordem de aparição dos chefões e o mapa mudarão todos os dias.\n2. Após o início da batalha, as habilidades do seu herói serão ativadas por padrão, mas aquelas de reforço precisam ser ativadas por aprimoramento. Seu herói pode chegar até Nv.40 na batalha.\n3. Capacidades reforçadas com atributos pilhados podem ter efeito até 10 vezes.\n4. O ranking do Torneio Aberto será calculado uma vez por dia, e você pode obter um grande número de moedas [Ouro de Chefão], que podem ser trocadas por recompensas na loja do evento.\n5. O Desfile de Chefões concederá recompensas com base no número total de ondas de batalha em que você participou no Torneio Aberto.\n6. Você pode desafiar gratuitamente 1 vez por dia, e os subsequentes exigirão diamantes. Lembre-se de preparar diamantes antes de iniciar desafios adicionais.", ["ACT_BOSS_RUSH_DESC_32"] = "Pacote especial de tempo limitado!", ["ACT_BOSS_RUSH_DESC_33"] = "Fase {0} desbloqueando", ["NOT_POP_TODAY"] = "Não me notifique por hoje.", diff --git a/lua/app/config/strings/th/global.lua b/lua/app/config/strings/th/global.lua index 9e62b1f6..34eed110 100644 --- a/lua/app/config/strings/th/global.lua +++ b/lua/app/config/strings/th/global.lua @@ -507,7 +507,7 @@ local localization_global = ["ACT_BOSS_RUSH_DESC_28"] = "สถิติใหม่", ["ACT_BOSS_RUSH_DESC_29"] = "แต้มตระเวน", ["ACT_BOSS_RUSH_DESC_30"] = "ท้าทายสำเร็จ", - ["ACT_BOSS_RUSH_DESC_31"] = "1. ลำดับการปรากฏตัวของบอสและแผนที่จะเปลี่ยนไปทุกวัน\n2. หลังจากการต่อสู้เริ่มต้นขึ้น สกิลฮีโร่ของคุณจะถูกเปิดใช้งานตามค่าเริ่มต้น แต่สกิลที่ตีบวกแล้วจำเป็นต้องได้รับจากการอัปเกรด และสามารถอัปได้ถึง Lv.40 ในการต่อสู้\n3. อันดับของการแข่งขันชิงแชมป์รายวันจะคำนวณเพียงครั้งเดียว และสามารถได้รับ [เหรียญทองบอส] จำนวนมากได้หลังจากการคำนวณ ซึ่งสามารถใช้เพื่อแลกเปลี่ยนรางวัลในร้านกิจกรรมได้\n4. รางวัลบอสจะมอบรางวัลให้คุณตามจำนวนรอบที่คุณเข้าร่วมในการต่อสู้ที่คุณได้เข้าร่วมในการแข่งขันชิงแชมป์\n5. สามารถท้าทายได้ฟรีวันละครั้ง การท้าทายครั้งต่อไปจะใช้เพชร โปรดเริ่มการท้าทายเมื่อคุณพร้อม", + ["ACT_BOSS_RUSH_DESC_31"] = "1. ลำดับการปรากฏตัวของบอสและแผนที่จะเปลี่ยนไปทุกวัน\n2. หลังจากการต่อสู้เริ่มต้นขึ้น สกิลฮีโร่ของคุณจะถูกเปิดใช้งานตามค่าเริ่มต้น แต่สกิลที่ตีบวกแล้วจำเป็นต้องได้รับจากการอัปเกรด และสามารถอัปได้ถึง Lv.40 ในการต่อสู้\n3. สกิลเสริมพลังของคุณสมบัติที่ซ้อนทับ มีผลสูงสุด 10 ครั้ง\n4. อันดับของการแข่งขันชิงแชมป์รายวันจะคำนวณเพียงครั้งเดียว และสามารถได้รับ [เหรียญทองบอส] จำนวนมากได้หลังจากการคำนวณ ซึ่งสามารถใช้เพื่อแลกเปลี่ยนรางวัลในร้านกิจกรรมได้\n5. รางวัลบอสจะมอบรางวัลให้คุณตามจำนวนรอบที่คุณเข้าร่วมในการต่อสู้ที่คุณได้เข้าร่วมในการแข่งขันชิงแชมป์\n6. สามารถท้าทายได้ฟรีวันละครั้ง การท้าทายครั้งต่อไปจะใช้เพชร โปรดเริ่มการท้าทายเมื่อคุณพร้อม", ["ACT_BOSS_RUSH_DESC_32"] = "แพ็คเกจพิเศษแบบจำกัดเวลา!", ["ACT_BOSS_RUSH_DESC_33"] = "ขั้นตอนที่ {0} ปลดล็อค", ["NOT_POP_TODAY"] = "วันนี้ไม่เตือนอีก", diff --git a/lua/app/config/strings/vi/global.lua b/lua/app/config/strings/vi/global.lua index 2e8e8dbf..cae1a18c 100644 --- a/lua/app/config/strings/vi/global.lua +++ b/lua/app/config/strings/vi/global.lua @@ -507,7 +507,7 @@ local localization_global = ["ACT_BOSS_RUSH_DESC_28"] = "Nhật ký mới", ["ACT_BOSS_RUSH_DESC_29"] = "Điểm Tham Quan", ["ACT_BOSS_RUSH_DESC_30"] = "Hoàn thành khiêu chiến", - ["ACT_BOSS_RUSH_DESC_31"] = "1.Thứ tự và bản đồ BOSS xuất hiện sẽ thay đổi mỗi ngày.\n2.Sau khi bắt đầu chiến đấu, kỹ năng anh hùng mặc định đã kích hoạt, nhưng kỹ năng cường hóa thì cần phải tăng cấp mới nhận được, tối đa tăng 40 cấp trong chiến đấu.\n3.Xếp hạng Giải Mở Rộng mỗi ngày đều tổng kết 1 lần, tổng kết được nhận vô số [Vàng BOSS], được dùng để đổi thưởng ở SHOP Sự Kiện.\n4.Tham Quan BOSS sẽ phát thưởng theo số lượt tích lũy tham gia chiến đấu Giải Mở Rộng.\n5.Mỗi ngày được 1 lần khiêu chiến miễn phí, khiêu chiến tiếp theo cần tốn Kim Cương, hãy chuẩn bị sẵn sàng rồi bắt đầu khiêu chiến.", + ["ACT_BOSS_RUSH_DESC_31"] = "1.Thứ tự và bản đồ BOSS xuất hiện sẽ thay đổi mỗi ngày.\n2.Sau khi bắt đầu chiến đấu, kỹ năng anh hùng mặc định đã kích hoạt, nhưng kỹ năng cường hóa thì cần phải tăng cấp mới nhận được, tối đa tăng 40 cấp trong chiến đấu.\n3.Kỹ năng cường hóa thuộc tính chồng lên nhau, nhiều nhất có thể có hiệu lực 10 lần.\n4.Xếp hạng Giải Mở Rộng mỗi ngày đều tổng kết 1 lần, tổng kết được nhận vô số [Vàng BOSS], được dùng để đổi thưởng ở SHOP Sự Kiện.\n5.Tham Quan BOSS sẽ phát thưởng theo số lượt tích lũy tham gia chiến đấu Giải Mở Rộng.\n6.Mỗi ngày được 1 lần khiêu chiến miễn phí, khiêu chiến tiếp theo cần tốn Kim Cương, hãy chuẩn bị sẵn sàng rồi bắt đầu khiêu chiến.", ["ACT_BOSS_RUSH_DESC_32"] = "Quà tặng giới hạn hồi báo cao!", ["ACT_BOSS_RUSH_DESC_33"] = "Giai đoạn {0} Mở khóa", ["NOT_POP_TODAY"] = "Hôm nay không nhắc lại", diff --git a/lua/app/config/strings/zh/global.lua b/lua/app/config/strings/zh/global.lua index e689f34c..ef476b88 100644 --- a/lua/app/config/strings/zh/global.lua +++ b/lua/app/config/strings/zh/global.lua @@ -507,7 +507,7 @@ local localization_global = ["ACT_BOSS_RUSH_DESC_28"] = "新紀錄", ["ACT_BOSS_RUSH_DESC_29"] = "巡迴積分", ["ACT_BOSS_RUSH_DESC_30"] = "挑戰完成", - ["ACT_BOSS_RUSH_DESC_31"] = "1.首領出場順序和地圖每日都將進行變化。 \n2.戰鬥開始後,您的英雄技能默認已激活,但強化技能還需要升級獲得,戰鬥內最多提升40級。 \n3.每日公開賽的排名都將結算一次,結算可獲得大量【首領金幣】,可用於活動商店兌換獎勵。 \n4.首領巡禮將根據您參與公開賽戰鬥的累計波次給與獎勵。 \n5.每日可免費挑戰1次,後續挑戰需要消耗鑽石,請準備好再開始挑戰。", + ["ACT_BOSS_RUSH_DESC_31"] = "1.首領出場順序和地圖每日都將進行變化。 \n2.戰鬥開始後,您的英雄技能默認已激活,但強化技能還需要升級獲得,戰鬥內最多提升40級。 \n3.疊加屬性的強化技能,最多可生效10次。 \n4.每日公開賽的排名都將結算一次,結算可獲得大量【首領金幣】,可用於活動商店兌換獎勵。 \n5.首領巡禮將根據您參與公開賽戰鬥的累計波次給與獎勵。 \n6.每日可免費挑戰1次,後續挑戰需要消耗鑽石,請準備好再開始挑戰。", ["ACT_BOSS_RUSH_DESC_32"] = "限時禮包,傾情回饋!", ["ACT_BOSS_RUSH_DESC_33"] = "階段{0}解鎖", ["NOT_POP_TODAY"] = "今日不再提醒", 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 6769630a..aaa82b90 100644 --- a/lua/app/module/battle/controller/battle_controller_boss_rush.lua +++ b/lua/app/module/battle/controller/battle_controller_boss_rush.lua @@ -83,31 +83,55 @@ function BattleControllerBossRush:onLoadComplete(...) end function BattleControllerBossRush:initOther() - self.monsterAtkAddition = GFunc.getConstIntValue("activity_boss_rush_hp_add") - self.monsterHpAddition = GFunc.getConstIntValue("activity_boss_rush_atk_add") + self.monsterAtkAddition1 = GFunc.getConstIntValue("activity_boss_rush_hp_add_1") + self.monsterHpAddition1 = GFunc.getConstIntValue("activity_boss_rush_atk_add_1") + self.monsterAtkAddition2 = GFunc.getConstIntValue("activity_boss_rush_hp_add_2") + self.monsterHpAddition2 = GFunc.getConstIntValue("activity_boss_rush_atk_add_2") + self.monsterAtkAddition3 = GFunc.getConstIntValue("activity_boss_rush_hp_add_3") + self.monsterHpAddition3 = GFunc.getConstIntValue("activity_boss_rush_atk_add_3") self.battleData:setMaxBattleLv(MAX_LV) end -- 怪物攻击力加成 function BattleControllerBossRush:getMonsterAtkAddition() local waveIndex = self:getWaveIndex() + local index = waveIndex + local addtion = 0 if not self.lastAtkWaveIndex ~= waveIndex then self.lastAtkWaveIndex = waveIndex - return self.monsterAtkAddition * (waveIndex + 1) + index = waveIndex + 1 else - return self.monsterAtkAddition * self.lastAtkWaveIndex + index = self.lastAtkWaveIndex end + if index <= 20 then + addtion = self.monsterAtkAddition1 + elseif index <= 50 then + addtion = self.monsterAtkAddition2 + else + addtion = self.monsterAtkAddition3 + end + return addtion * index end -- 怪物血量加成 function BattleControllerBossRush:getMonsterHpAddition() local waveIndex = self:getWaveIndex() + local index = waveIndex + local addtion = 0 if not self.lastHpWaveIndex ~= waveIndex then self.lastHpWaveIndex = waveIndex - return self.monsterHpAddition * (waveIndex + 1) + index = waveIndex + 1 else - return self.monsterHpAddition * self.lastHpWaveIndex + index = self.lastHpWaveIndex end + if index <= 20 then + addtion = self.monsterHpAddition1 + elseif index <= 50 then + addtion = self.monsterHpAddition2 + else + addtion = self.monsterHpAddition3 + end + return addtion * index end function BattleControllerBossRush:getNextMonsterId(waveIndex) From 43c03fd38565147264aa73469b0d10e02e7ac1d4 Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Tue, 5 Sep 2023 19:57:26 +0800 Subject: [PATCH 50/55] =?UTF-8?q?=E7=9A=AE=E8=82=A4=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/userdata/hero/hero_entity.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lua/app/userdata/hero/hero_entity.lua b/lua/app/userdata/hero/hero_entity.lua index 630a2746..6db52cbe 100644 --- a/lua/app/userdata/hero/hero_entity.lua +++ b/lua/app/userdata/hero/hero_entity.lua @@ -238,7 +238,9 @@ function HeroEntity:setLv(lv) return end self.data.lv = lv - self:onBaseAttrChange() + self:updateAllAttr() + self:setDirty() + ModuleManager.TaskManager:addTaskProgress(GConst.TaskConst.TASK_TYPE.X_HERO_LV_UP, lv) EventManager:dispatchEvent(EventManager.CUSTOM_EVENT.HERO_UPGRADE_SUCCESS, self:getCfgId()) end From 2c7ac4fac8f5d741a94253d74d334f8f6d436b80 Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Tue, 5 Sep 2023 20:19:51 +0800 Subject: [PATCH 51/55] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../controller/battle_controller_boss_rush.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 aaa82b90..22fb47ad 100644 --- a/lua/app/module/battle/controller/battle_controller_boss_rush.lua +++ b/lua/app/module/battle/controller/battle_controller_boss_rush.lua @@ -83,12 +83,12 @@ function BattleControllerBossRush:onLoadComplete(...) end function BattleControllerBossRush:initOther() - self.monsterAtkAddition1 = GFunc.getConstIntValue("activity_boss_rush_hp_add_1") - self.monsterHpAddition1 = GFunc.getConstIntValue("activity_boss_rush_atk_add_1") - self.monsterAtkAddition2 = GFunc.getConstIntValue("activity_boss_rush_hp_add_2") - self.monsterHpAddition2 = GFunc.getConstIntValue("activity_boss_rush_atk_add_2") - self.monsterAtkAddition3 = GFunc.getConstIntValue("activity_boss_rush_hp_add_3") - self.monsterHpAddition3 = GFunc.getConstIntValue("activity_boss_rush_atk_add_3") + self.monsterAtkAddition1 = GFunc.getConstIntValue("activity_boss_rush_atk_add_1") + self.monsterHpAddition1 = GFunc.getConstIntValue("activity_boss_rush_hp_add_1") + self.monsterAtkAddition2 = GFunc.getConstIntValue("activity_boss_rush_atk_add_2") + self.monsterHpAddition2 = GFunc.getConstIntValue("activity_boss_rush_hp_add_2") + self.monsterAtkAddition3 = GFunc.getConstIntValue("activity_boss_rush_atk_add_3") + self.monsterHpAddition3 = GFunc.getConstIntValue("activity_boss_rush_hp_add_3") self.battleData:setMaxBattleLv(MAX_LV) end From c685261caa3eb25532c25f0065fc9dd26c74c9f5 Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Tue, 5 Sep 2023 20:22:27 +0800 Subject: [PATCH 52/55] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/config/const.lua | 8 ++++---- lua/app/config/strings/en/task_type.lua | 2 +- lua/app/config/strings/es/task_type.lua | 2 +- lua/app/config/strings/id/task_type.lua | 2 +- lua/app/config/strings/ja/task_type.lua | 2 +- lua/app/config/strings/ko/task_type.lua | 2 +- lua/app/config/strings/pt/task_type.lua | 2 +- lua/app/config/strings/th/task_type.lua | 2 +- lua/app/config/strings/vi/task_type.lua | 2 +- lua/app/config/strings/zh/task_type.lua | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/lua/app/config/const.lua b/lua/app/config/const.lua index aced4d8f..322b272b 100644 --- a/lua/app/config/const.lua +++ b/lua/app/config/const.lua @@ -407,16 +407,16 @@ local const = { ["value"]=1370 }, ["activity_boss_rush_hp_add_2"]={ - ["value"]=1750 + ["value"]=2050 }, ["activity_boss_rush_atk_add_2"]={ - ["value"]=1370 + ["value"]=1650 }, ["activity_boss_rush_hp_add_3"]={ - ["value"]=1750 + ["value"]=3100 }, ["activity_boss_rush_atk_add_3"]={ - ["value"]=1370 + ["value"]=2700 }, ["activity_recurring_day"]={ ["value"]=1 diff --git a/lua/app/config/strings/en/task_type.lua b/lua/app/config/strings/en/task_type.lua index 8af7789a..8a8c1dab 100644 --- a/lua/app/config/strings/en/task_type.lua +++ b/lua/app/config/strings/en/task_type.lua @@ -90,7 +90,7 @@ local task_type = { ["desc"]="Arena Challenge Attempts" }, [31]={ - + ["desc"]="Reach {0} in the Arena" }, [32]={ ["desc"]="Clear Abyss Challenge {0}" diff --git a/lua/app/config/strings/es/task_type.lua b/lua/app/config/strings/es/task_type.lua index 2cb219ce..457a8b13 100644 --- a/lua/app/config/strings/es/task_type.lua +++ b/lua/app/config/strings/es/task_type.lua @@ -90,7 +90,7 @@ local task_type = { ["desc"]="Desafíos de Arena" }, [31]={ - + ["desc"]="Alcanza {0} en la Arena" }, [32]={ ["desc"]="Completa el Desafío Abisal {0}" diff --git a/lua/app/config/strings/id/task_type.lua b/lua/app/config/strings/id/task_type.lua index a1c64e52..e6bbdfb7 100644 --- a/lua/app/config/strings/id/task_type.lua +++ b/lua/app/config/strings/id/task_type.lua @@ -90,7 +90,7 @@ local task_type = { ["desc"]="Jumlah tantangan arena" }, [31]={ - + ["desc"]="Raih {0} di Arena" }, [32]={ ["desc"]="Lolos Tantangan Abyssal {0}" diff --git a/lua/app/config/strings/ja/task_type.lua b/lua/app/config/strings/ja/task_type.lua index 9c02ab02..0c353a3f 100644 --- a/lua/app/config/strings/ja/task_type.lua +++ b/lua/app/config/strings/ja/task_type.lua @@ -90,7 +90,7 @@ local task_type = { ["desc"]="闘技場挑戦回数" }, [31]={ - + ["desc"]="闘技場で{0}に達する" }, [32]={ ["desc"]="アビス挑戦で{0}をクリアする" diff --git a/lua/app/config/strings/ko/task_type.lua b/lua/app/config/strings/ko/task_type.lua index 49a9a833..ad71bb8a 100644 --- a/lua/app/config/strings/ko/task_type.lua +++ b/lua/app/config/strings/ko/task_type.lua @@ -90,7 +90,7 @@ local task_type = { ["desc"]="아레나 도전 횟수" }, [31]={ - + ["desc"]="아레나에서 {0} 달성" }, [32]={ ["desc"]="어비스 챌린지 {0} 클리어" diff --git a/lua/app/config/strings/pt/task_type.lua b/lua/app/config/strings/pt/task_type.lua index dffa7223..d8c530b9 100644 --- a/lua/app/config/strings/pt/task_type.lua +++ b/lua/app/config/strings/pt/task_type.lua @@ -90,7 +90,7 @@ local task_type = { ["desc"]="Desafios da Arena" }, [31]={ - + ["desc"]="Atinja {0} na Arena." }, [32]={ ["desc"]="Conclua o Desafio do Abismo {0}." diff --git a/lua/app/config/strings/th/task_type.lua b/lua/app/config/strings/th/task_type.lua index fbc34246..ba8bcb7e 100644 --- a/lua/app/config/strings/th/task_type.lua +++ b/lua/app/config/strings/th/task_type.lua @@ -90,7 +90,7 @@ local task_type = { ["desc"]="จำนวนท้าทายอารีน่า" }, [31]={ - + ["desc"]="อารีน่าถึง{0}" }, [32]={ ["desc"]="ผ่านด่าน{0}ของท้าทายเหว" diff --git a/lua/app/config/strings/vi/task_type.lua b/lua/app/config/strings/vi/task_type.lua index 91a6ff55..7cd75811 100644 --- a/lua/app/config/strings/vi/task_type.lua +++ b/lua/app/config/strings/vi/task_type.lua @@ -90,7 +90,7 @@ local task_type = { ["desc"]="Lượt k.chiến Đấu Trường" }, [31]={ - + ["desc"]="Đấu Trường đạt {0}" }, [32]={ ["desc"]="Khiêu Chiến Vực Sâu vượt ải {0}" diff --git a/lua/app/config/strings/zh/task_type.lua b/lua/app/config/strings/zh/task_type.lua index 7ab31ec7..76b45c31 100644 --- a/lua/app/config/strings/zh/task_type.lua +++ b/lua/app/config/strings/zh/task_type.lua @@ -90,7 +90,7 @@ local task_type = { ["desc"]="競技場挑戰次數" }, [31]={ - + ["desc"]="競技場段位達到{0}" }, [32]={ ["desc"]="深淵挑戰通關{0}" From 3a7f4576d8843053dbc845cef83ea7f9c244d2a2 Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Tue, 5 Sep 2023 20:24:35 +0800 Subject: [PATCH 53/55] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../config/strings/cn/act_fourteen_quest.lua | 141 ------------------ .../strings/cn/act_fourteen_quest.lua.meta | 10 -- .../config/strings/de/act_fourteen_quest.lua | 141 ------------------ .../strings/de/act_fourteen_quest.lua.meta | 10 -- .../config/strings/en/act_fourteen_quest.lua | 141 ------------------ .../strings/en/act_fourteen_quest.lua.meta | 10 -- .../config/strings/es/act_fourteen_quest.lua | 141 ------------------ .../strings/es/act_fourteen_quest.lua.meta | 10 -- .../config/strings/fr/act_fourteen_quest.lua | 141 ------------------ .../strings/fr/act_fourteen_quest.lua.meta | 10 -- .../config/strings/id/act_fourteen_quest.lua | 141 ------------------ .../strings/id/act_fourteen_quest.lua.meta | 10 -- .../config/strings/ja/act_fourteen_quest.lua | 141 ------------------ .../strings/ja/act_fourteen_quest.lua.meta | 10 -- .../config/strings/ko/act_fourteen_quest.lua | 141 ------------------ .../strings/ko/act_fourteen_quest.lua.meta | 10 -- .../config/strings/pt/act_fourteen_quest.lua | 141 ------------------ .../strings/pt/act_fourteen_quest.lua.meta | 10 -- .../config/strings/ru/act_fourteen_quest.lua | 141 ------------------ .../strings/ru/act_fourteen_quest.lua.meta | 10 -- .../config/strings/th/act_fourteen_quest.lua | 141 ------------------ .../strings/th/act_fourteen_quest.lua.meta | 10 -- .../config/strings/vi/act_fourteen_quest.lua | 141 ------------------ .../strings/vi/act_fourteen_quest.lua.meta | 10 -- .../config/strings/zh/act_fourteen_quest.lua | 141 ------------------ .../strings/zh/act_fourteen_quest.lua.meta | 10 -- 26 files changed, 1963 deletions(-) delete mode 100644 lua/app/config/strings/cn/act_fourteen_quest.lua delete mode 100644 lua/app/config/strings/cn/act_fourteen_quest.lua.meta delete mode 100644 lua/app/config/strings/de/act_fourteen_quest.lua delete mode 100644 lua/app/config/strings/de/act_fourteen_quest.lua.meta delete mode 100644 lua/app/config/strings/en/act_fourteen_quest.lua delete mode 100644 lua/app/config/strings/en/act_fourteen_quest.lua.meta delete mode 100644 lua/app/config/strings/es/act_fourteen_quest.lua delete mode 100644 lua/app/config/strings/es/act_fourteen_quest.lua.meta delete mode 100644 lua/app/config/strings/fr/act_fourteen_quest.lua delete mode 100644 lua/app/config/strings/fr/act_fourteen_quest.lua.meta delete mode 100644 lua/app/config/strings/id/act_fourteen_quest.lua delete mode 100644 lua/app/config/strings/id/act_fourteen_quest.lua.meta delete mode 100644 lua/app/config/strings/ja/act_fourteen_quest.lua delete mode 100644 lua/app/config/strings/ja/act_fourteen_quest.lua.meta delete mode 100644 lua/app/config/strings/ko/act_fourteen_quest.lua delete mode 100644 lua/app/config/strings/ko/act_fourteen_quest.lua.meta delete mode 100644 lua/app/config/strings/pt/act_fourteen_quest.lua delete mode 100644 lua/app/config/strings/pt/act_fourteen_quest.lua.meta delete mode 100644 lua/app/config/strings/ru/act_fourteen_quest.lua delete mode 100644 lua/app/config/strings/ru/act_fourteen_quest.lua.meta delete mode 100644 lua/app/config/strings/th/act_fourteen_quest.lua delete mode 100644 lua/app/config/strings/th/act_fourteen_quest.lua.meta delete mode 100644 lua/app/config/strings/vi/act_fourteen_quest.lua delete mode 100644 lua/app/config/strings/vi/act_fourteen_quest.lua.meta delete mode 100644 lua/app/config/strings/zh/act_fourteen_quest.lua delete mode 100644 lua/app/config/strings/zh/act_fourteen_quest.lua.meta diff --git a/lua/app/config/strings/cn/act_fourteen_quest.lua b/lua/app/config/strings/cn/act_fourteen_quest.lua deleted file mode 100644 index 46f0f546..00000000 --- a/lua/app/config/strings/cn/act_fourteen_quest.lua +++ /dev/null @@ -1,141 +0,0 @@ -local act_fourteen_quest = { - [1]={ - ["quest"]="深渊挑战通关{0}" - }, - [2]={ - ["quest"]="角色升到{0}级" - }, - [3]={ - ["quest"]="竞技场达到青铜II" - }, - [4]={ - ["quest"]="广告次数累计达{0}" - }, - [5]={ - ["quest"]="完成所有任务" - }, - [6]={ - ["quest"]="武器升级{0}次" - }, - [7]={ - ["quest"]="通关时空裂隙{0}-{1}" - }, - [8]={ - ["quest"]="开启主线宝箱{0}个" - }, - [9]={ - ["quest"]="通关矿车拦截{0}" - }, - [10]={ - ["quest"]="完成所有任务" - }, - [11]={ - ["quest"]="通关灯神之塔{0}" - }, - [12]={ - ["quest"]="角色升级{0}次" - }, - [13]={ - ["quest"]="深渊挑战通关{0}" - }, - [14]={ - ["quest"]="广告次数累计达{0}" - }, - [15]={ - ["quest"]="完成所有任务" - }, - [16]={ - ["quest"]="每日挑战胜利{0}次" - }, - [17]={ - ["quest"]="通关矿车拦截{0}" - }, - [18]={ - ["quest"]="通关时空裂隙{0}-{1}" - }, - [19]={ - ["quest"]="开启{0}次珍贵宝箱" - }, - [20]={ - ["quest"]="完成所有任务" - }, - [21]={ - ["quest"]="广告次数累计达{0}" - }, - [22]={ - ["quest"]="通过战斗波次" - }, - [23]={ - ["quest"]="通关灯神之塔{0}" - }, - [24]={ - ["quest"]="竞技场达到白银I" - }, - [25]={ - ["quest"]="完成所有任务" - }, - [26]={ - ["quest"]="击杀BOSS {0}次" - }, - [27]={ - ["quest"]="深渊挑战通关{0}" - }, - [28]={ - ["quest"]="开启主线宝箱{0}个" - }, - [29]={ - ["quest"]="通关矿车拦截{0}" - }, - [30]={ - ["quest"]="完成所有任务" - }, - [31]={ - ["quest"]="通关时空裂隙{0}-{1}" - }, - [32]={ - ["quest"]="每日挑战胜利{0}次" - }, - [33]={ - ["quest"]="开启{0}次珍贵宝箱" - }, - [34]={ - ["quest"]="广告次数累计达{0}" - }, - [35]={ - ["quest"]="完成所有任务" - }, - [36]={ - ["quest"]="防具升级{0}次" - }, - [37]={ - ["quest"]="通关灯神之塔{0}" - }, - [38]={ - ["quest"]="通过战斗波次" - }, - [39]={ - ["quest"]="通关矿车拦截{0}" - }, - [40]={ - ["quest"]="完成所有任务" - }, - [41]={ - ["quest"]="竞技场达到黄金Ⅰ" - }, - [42]={ - ["quest"]="广告次数累计达{0}" - }, - [43]={ - ["quest"]="角色升到{0}级" - }, - [44]={ - ["quest"]="深渊挑战通关{0}" - }, - [45]={ - ["quest"]="完成所有任务" - } -} -local config = { -data=act_fourteen_quest,count=45 -} -return config \ No newline at end of file diff --git a/lua/app/config/strings/cn/act_fourteen_quest.lua.meta b/lua/app/config/strings/cn/act_fourteen_quest.lua.meta deleted file mode 100644 index cf4b697e..00000000 --- a/lua/app/config/strings/cn/act_fourteen_quest.lua.meta +++ /dev/null @@ -1,10 +0,0 @@ -fileFormatVersion: 2 -guid: 3edd3553356248c489f45171b35afebd -ScriptedImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 2 - userData: - assetBundleName: - assetBundleVariant: - script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/de/act_fourteen_quest.lua b/lua/app/config/strings/de/act_fourteen_quest.lua deleted file mode 100644 index a75c59ed..00000000 --- a/lua/app/config/strings/de/act_fourteen_quest.lua +++ /dev/null @@ -1,141 +0,0 @@ -local act_fourteen_quest = { - [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]={ - - }, - [40]={ - - }, - [41]={ - - }, - [42]={ - - }, - [43]={ - - }, - [44]={ - - }, - [45]={ - - } -} -local config = { -data=act_fourteen_quest,count=45 -} -return config \ No newline at end of file diff --git a/lua/app/config/strings/de/act_fourteen_quest.lua.meta b/lua/app/config/strings/de/act_fourteen_quest.lua.meta deleted file mode 100644 index 19e9b463..00000000 --- a/lua/app/config/strings/de/act_fourteen_quest.lua.meta +++ /dev/null @@ -1,10 +0,0 @@ -fileFormatVersion: 2 -guid: bf8f1ebafd0ca1e419ee11ab8dd89fdf -ScriptedImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 2 - userData: - assetBundleName: - assetBundleVariant: - script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/en/act_fourteen_quest.lua b/lua/app/config/strings/en/act_fourteen_quest.lua deleted file mode 100644 index f6184afb..00000000 --- a/lua/app/config/strings/en/act_fourteen_quest.lua +++ /dev/null @@ -1,141 +0,0 @@ -local act_fourteen_quest = { - [1]={ - ["quest"]="Clear Abyss Challenge {0}" - }, - [2]={ - ["quest"]="Player reaches level {0}" - }, - [3]={ - ["quest"]="Reach Bronze II in the Arena" - }, - [4]={ - ["quest"]="Watch {0} ads" - }, - [5]={ - ["quest"]="Complete all quests" - }, - [6]={ - ["quest"]="Upgrade weapon {0} times" - }, - [7]={ - ["quest"]="Clear Time Rift {0}-{1}" - }, - [8]={ - ["quest"]="Open {0} Main Story Chests" - }, - [9]={ - ["quest"]="Clear Minecart Interception {0}" - }, - [10]={ - ["quest"]="Complete all quests" - }, - [11]={ - ["quest"]="Clear Tower of Lumens {0}" - }, - [12]={ - ["quest"]="Player reaches level {0}" - }, - [13]={ - ["quest"]="Clear Abyss Challenge {0}" - }, - [14]={ - ["quest"]="Watch {0} ads" - }, - [15]={ - ["quest"]="Complete all quests" - }, - [16]={ - ["quest"]="Win in Daily Challenges {0} times" - }, - [17]={ - ["quest"]="Clear Minecart Interception {0}" - }, - [18]={ - ["quest"]="Clear Time Rift {0}-{1}" - }, - [19]={ - ["quest"]="Open {0} Precious Chest" - }, - [20]={ - ["quest"]="Complete all quests" - }, - [21]={ - ["quest"]="Watch {0} ads" - }, - [22]={ - ["quest"]="Clear battle waves" - }, - [23]={ - ["quest"]="Clear Tower of Lumens {0}" - }, - [24]={ - ["quest"]="Reach Silver III IIIn the Arena" - }, - [25]={ - ["quest"]="Complete all quests" - }, - [26]={ - ["quest"]="Defeat Boss {0} times" - }, - [27]={ - ["quest"]="Clear Abyss Challenge {0}" - }, - [28]={ - ["quest"]="Open {0} Main Story Chests" - }, - [29]={ - ["quest"]="Clear Minecart Interception {0}" - }, - [30]={ - ["quest"]="Complete all quests" - }, - [31]={ - ["quest"]="Clear Time Rift {0}-{1}" - }, - [32]={ - ["quest"]="Win in Daily Challenges {0} times" - }, - [33]={ - ["quest"]="Open {0} Precious Chest" - }, - [34]={ - ["quest"]="Watch {0} ads" - }, - [35]={ - ["quest"]="Complete all quests" - }, - [36]={ - ["quest"]="Upgrade armor {0} times" - }, - [37]={ - ["quest"]="Clear Tower of Lumens {0}" - }, - [38]={ - ["quest"]="Clear battle waves" - }, - [39]={ - ["quest"]="Clear Minecart Interception {0}" - }, - [40]={ - ["quest"]="Complete all quests" - }, - [41]={ - ["quest"]="Reach Gold I in the Arena" - }, - [42]={ - ["quest"]="Watch {0} ads" - }, - [43]={ - ["quest"]="Player reaches level {0}" - }, - [44]={ - ["quest"]="Clear Abyss Challenge {0}" - }, - [45]={ - ["quest"]="Complete all quests" - } -} -local config = { -data=act_fourteen_quest,count=45 -} -return config \ No newline at end of file diff --git a/lua/app/config/strings/en/act_fourteen_quest.lua.meta b/lua/app/config/strings/en/act_fourteen_quest.lua.meta deleted file mode 100644 index 94d243bb..00000000 --- a/lua/app/config/strings/en/act_fourteen_quest.lua.meta +++ /dev/null @@ -1,10 +0,0 @@ -fileFormatVersion: 2 -guid: b7355f4eae0ec13479f401f83bf74453 -ScriptedImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 2 - userData: - assetBundleName: - assetBundleVariant: - script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/es/act_fourteen_quest.lua b/lua/app/config/strings/es/act_fourteen_quest.lua deleted file mode 100644 index e206b827..00000000 --- a/lua/app/config/strings/es/act_fourteen_quest.lua +++ /dev/null @@ -1,141 +0,0 @@ -local act_fourteen_quest = { - [1]={ - ["quest"]="Completa el Desafío Abisal {0}" - }, - [2]={ - ["quest"]="Alcanza el nv. {0}" - }, - [3]={ - ["quest"]="Alcanza Bronce II en la Arena" - }, - [4]={ - ["quest"]="Ver {0} anuncios" - }, - [5]={ - ["quest"]="Completa todas las misiones" - }, - [6]={ - ["quest"]="Mejora armas {0} veces" - }, - [7]={ - ["quest"]="Completa fases 3 a 6 de Grieta de Tiempo" - }, - [8]={ - ["quest"]="Abre {0} cofres de línea principal" - }, - [9]={ - ["quest"]="Completa Interceptación de Vagoneta" - }, - [10]={ - ["quest"]="Completa todas las misiones" - }, - [11]={ - ["quest"]="Completa Torre de Genio de Lámpara" - }, - [12]={ - ["quest"]="Alcanza el nv. {0}" - }, - [13]={ - ["quest"]="Completa el Desafío Abisal {0}" - }, - [14]={ - ["quest"]="Ver {0} anuncios" - }, - [15]={ - ["quest"]="Completa todas las misiones" - }, - [16]={ - ["quest"]="{0} victorias en desafíos diarios" - }, - [17]={ - ["quest"]="Completa Interceptación de Vagoneta" - }, - [18]={ - ["quest"]="Completa fases 3 a 6 de Grieta de Tiempo" - }, - [19]={ - ["quest"]="Abrir {0} baú valioso" - }, - [20]={ - ["quest"]="Completa todas las misiones" - }, - [21]={ - ["quest"]="Ver {0} anuncios" - }, - [22]={ - ["quest"]="Ondas de combates completadas" - }, - [23]={ - ["quest"]="Completa Torre de Genio de Lámpara" - }, - [24]={ - ["quest"]="Alcanza Plata III en la Arena" - }, - [25]={ - ["quest"]="Completa todas las misiones" - }, - [26]={ - ["quest"]="Mata a Boss {0} veces" - }, - [27]={ - ["quest"]="Completa el Desafío Abisal {0}" - }, - [28]={ - ["quest"]="Abre {0} cofres de línea principal" - }, - [29]={ - ["quest"]="Completa Interceptación de Vagoneta" - }, - [30]={ - ["quest"]="Completa todas las misiones" - }, - [31]={ - ["quest"]="Completa fases 3 a 6 de Grieta de Tiempo" - }, - [32]={ - ["quest"]="{0} victorias en desafíos diarios" - }, - [33]={ - ["quest"]="Abrir {0} baú valioso" - }, - [34]={ - ["quest"]="Ver {0} anuncios" - }, - [35]={ - ["quest"]="Completa todas las misiones" - }, - [36]={ - ["quest"]="Mejora armadura {0} veces" - }, - [37]={ - ["quest"]="Completa Torre de Genio de Lámpara" - }, - [38]={ - ["quest"]="Ondas de combates completadas" - }, - [39]={ - ["quest"]="Completa Interceptación de Vagoneta" - }, - [40]={ - ["quest"]="Completa todas las misiones" - }, - [41]={ - ["quest"]="Alcanza Oro I en la Arena" - }, - [42]={ - ["quest"]="Ver {0} anuncios" - }, - [43]={ - ["quest"]="Alcanza el nv. {0}" - }, - [44]={ - ["quest"]="Completa el Desafío Abisal {0}" - }, - [45]={ - ["quest"]="Completa todas las misiones" - } -} -local config = { -data=act_fourteen_quest,count=45 -} -return config \ No newline at end of file diff --git a/lua/app/config/strings/es/act_fourteen_quest.lua.meta b/lua/app/config/strings/es/act_fourteen_quest.lua.meta deleted file mode 100644 index 6aaa0480..00000000 --- a/lua/app/config/strings/es/act_fourteen_quest.lua.meta +++ /dev/null @@ -1,10 +0,0 @@ -fileFormatVersion: 2 -guid: 1843e74428d0a6342bcf3b35175a2f48 -ScriptedImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 2 - userData: - assetBundleName: - assetBundleVariant: - script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/fr/act_fourteen_quest.lua b/lua/app/config/strings/fr/act_fourteen_quest.lua deleted file mode 100644 index a75c59ed..00000000 --- a/lua/app/config/strings/fr/act_fourteen_quest.lua +++ /dev/null @@ -1,141 +0,0 @@ -local act_fourteen_quest = { - [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]={ - - }, - [40]={ - - }, - [41]={ - - }, - [42]={ - - }, - [43]={ - - }, - [44]={ - - }, - [45]={ - - } -} -local config = { -data=act_fourteen_quest,count=45 -} -return config \ No newline at end of file diff --git a/lua/app/config/strings/fr/act_fourteen_quest.lua.meta b/lua/app/config/strings/fr/act_fourteen_quest.lua.meta deleted file mode 100644 index 435a666d..00000000 --- a/lua/app/config/strings/fr/act_fourteen_quest.lua.meta +++ /dev/null @@ -1,10 +0,0 @@ -fileFormatVersion: 2 -guid: aba53e722e6162c448bfa183dbe21320 -ScriptedImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 2 - userData: - assetBundleName: - assetBundleVariant: - script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/id/act_fourteen_quest.lua b/lua/app/config/strings/id/act_fourteen_quest.lua deleted file mode 100644 index d50201a6..00000000 --- a/lua/app/config/strings/id/act_fourteen_quest.lua +++ /dev/null @@ -1,141 +0,0 @@ -local act_fourteen_quest = { - [1]={ - ["quest"]="Lolos Tantangan Abyssal {0}" - }, - [2]={ - ["quest"]="Pemain mencapai Lv.{0}" - }, - [3]={ - ["quest"]="Raih Bronze II di Arena" - }, - [4]={ - ["quest"]="Tonton {0} iklan" - }, - [5]={ - ["quest"]="Selesaikan semua quest" - }, - [6]={ - ["quest"]="Upgrade senjata {0} kali" - }, - [7]={ - ["quest"]="Lolos Celah Waktu {0}-{1}" - }, - [8]={ - ["quest"]="Buka {0} Peti Quest Utama" - }, - [9]={ - ["quest"]="Lolos Mencegat Kereta Tambang {0}" - }, - [10]={ - ["quest"]="Selesaikan semua quest" - }, - [11]={ - ["quest"]="Lolos Menara Lumen {0}" - }, - [12]={ - ["quest"]="Pemain mencapai Lv.{0}" - }, - [13]={ - ["quest"]="Lolos Tantangan Abyssal {0}" - }, - [14]={ - ["quest"]="Tonton {0} iklan" - }, - [15]={ - ["quest"]="Selesaikan semua quest" - }, - [16]={ - ["quest"]="Menang Tantangan Harian {0} kali" - }, - [17]={ - ["quest"]="Lolos Mencegat Kereta Tambang {0}" - }, - [18]={ - ["quest"]="Lolos Celah Waktu {0}-{1}" - }, - [19]={ - ["quest"]="Membuka Peti Premium {0} kali" - }, - [20]={ - ["quest"]="Selesaikan semua quest" - }, - [21]={ - ["quest"]="Tonton {0} iklan" - }, - [22]={ - ["quest"]="Hapus gelombang battle" - }, - [23]={ - ["quest"]="Lolos Menara Lumen {0}" - }, - [24]={ - ["quest"]="Raih Silver III di Arena" - }, - [25]={ - ["quest"]="Selesaikan semua quest" - }, - [26]={ - ["quest"]="Kalahkan Boss {0} kali" - }, - [27]={ - ["quest"]="Lolos Tantangan Abyssal {0}" - }, - [28]={ - ["quest"]="Buka {0} Peti Quest Utama" - }, - [29]={ - ["quest"]="Lolos Mencegat Kereta Tambang {0}" - }, - [30]={ - ["quest"]="Selesaikan semua quest" - }, - [31]={ - ["quest"]="Lolos Celah Waktu {0}-{1}" - }, - [32]={ - ["quest"]="Menang Tantangan Harian {0} kali" - }, - [33]={ - ["quest"]="Membuka Peti Premium {0} kali" - }, - [34]={ - ["quest"]="Tonton {0} iklan" - }, - [35]={ - ["quest"]="Selesaikan semua quest" - }, - [36]={ - ["quest"]="Upgrade Armor {0} kali" - }, - [37]={ - ["quest"]="Lolos Menara Lumen {0}" - }, - [38]={ - ["quest"]="Hapus gelombang battle" - }, - [39]={ - ["quest"]="Lolos Mencegat Kereta Tambang {0}" - }, - [40]={ - ["quest"]="Selesaikan semua quest" - }, - [41]={ - ["quest"]="Raih Gold I di Arena" - }, - [42]={ - ["quest"]="Tonton {0} iklan" - }, - [43]={ - ["quest"]="Pemain mencapai Lv.{0}" - }, - [44]={ - ["quest"]="Lolos Tantangan Abyssal {0}" - }, - [45]={ - ["quest"]="Selesaikan semua quest" - } -} -local config = { -data=act_fourteen_quest,count=45 -} -return config \ No newline at end of file diff --git a/lua/app/config/strings/id/act_fourteen_quest.lua.meta b/lua/app/config/strings/id/act_fourteen_quest.lua.meta deleted file mode 100644 index f5729855..00000000 --- a/lua/app/config/strings/id/act_fourteen_quest.lua.meta +++ /dev/null @@ -1,10 +0,0 @@ -fileFormatVersion: 2 -guid: 3b7da24318d9bae47bcba7ac90d7f292 -ScriptedImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 2 - userData: - assetBundleName: - assetBundleVariant: - script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/ja/act_fourteen_quest.lua b/lua/app/config/strings/ja/act_fourteen_quest.lua deleted file mode 100644 index 7408589e..00000000 --- a/lua/app/config/strings/ja/act_fourteen_quest.lua +++ /dev/null @@ -1,141 +0,0 @@ -local act_fourteen_quest = { - [1]={ - ["quest"]="アビス挑戦で{0}をクリアする" - }, - [2]={ - ["quest"]="プレーヤーがLv{0}に達する" - }, - [3]={ - ["quest"]="闘技場でブロンズIIに達する" - }, - [4]={ - ["quest"]="CM視聴回数が合計で{0}に達する" - }, - [5]={ - ["quest"]="すべてのミッションを達成する" - }, - [6]={ - ["quest"]="武器を{0}回レベルアップする" - }, - [7]={ - ["quest"]="時空の裂け目{0}-{1}をクリアする" - }, - [8]={ - ["quest"]="メインストーリー宝箱を{0}個開ける" - }, - [9]={ - ["quest"]="トロッコを阻む{0}をクリアする" - }, - [10]={ - ["quest"]="すべてのミッションを達成する" - }, - [11]={ - ["quest"]="ランプの魔神の塔{0}をクリアする" - }, - [12]={ - ["quest"]="プレーヤーがLv{0}に達する" - }, - [13]={ - ["quest"]="アビス挑戦で{0}をクリアする" - }, - [14]={ - ["quest"]="CM視聴回数が合計で{0}に達する" - }, - [15]={ - ["quest"]="すべてのミッションを達成する" - }, - [16]={ - ["quest"]="デイリー挑戦で{0}回勝利する" - }, - [17]={ - ["quest"]="トロッコを阻む{0}をクリアする" - }, - [18]={ - ["quest"]="時空の裂け目{0}-{1}をクリアする" - }, - [19]={ - ["quest"]="貴重の宝箱を{0}箱開ける" - }, - [20]={ - ["quest"]="すべてのミッションを達成する" - }, - [21]={ - ["quest"]="CM視聴回数が合計で{0}に達する" - }, - [22]={ - ["quest"]="波をクリアする回数" - }, - [23]={ - ["quest"]="ランプの魔神の塔{0}をクリアする" - }, - [24]={ - ["quest"]="闘技場でシルバーIに達する" - }, - [25]={ - ["quest"]="すべてのミッションを達成する" - }, - [26]={ - ["quest"]="ボスを{0}回撃破する" - }, - [27]={ - ["quest"]="アビス挑戦で{0}をクリアする" - }, - [28]={ - ["quest"]="メインストーリー宝箱を{0}個開ける" - }, - [29]={ - ["quest"]="トロッコを阻む{0}をクリアする" - }, - [30]={ - ["quest"]="すべてのミッションを達成する" - }, - [31]={ - ["quest"]="時空の裂け目{0}-{1}をクリアする" - }, - [32]={ - ["quest"]="デイリー挑戦で{0}回勝利する" - }, - [33]={ - ["quest"]="貴重の宝箱を{0}箱開ける" - }, - [34]={ - ["quest"]="CM視聴回数が合計で{0}に達する" - }, - [35]={ - ["quest"]="すべてのミッションを達成する" - }, - [36]={ - ["quest"]="防具を{0}回レベルアップする" - }, - [37]={ - ["quest"]="ランプの魔神の塔{0}をクリアする" - }, - [38]={ - ["quest"]="波をクリアする回数" - }, - [39]={ - ["quest"]="トロッコを阻む{0}をクリアする" - }, - [40]={ - ["quest"]="すべてのミッションを達成する" - }, - [41]={ - ["quest"]="闘技場でゴールドIに達する" - }, - [42]={ - ["quest"]="CM視聴回数が合計で{0}に達する" - }, - [43]={ - ["quest"]="プレーヤーがLv{0}に達する" - }, - [44]={ - ["quest"]="アビス挑戦で{0}をクリアする" - }, - [45]={ - ["quest"]="すべてのミッションを達成する" - } -} -local config = { -data=act_fourteen_quest,count=45 -} -return config \ No newline at end of file diff --git a/lua/app/config/strings/ja/act_fourteen_quest.lua.meta b/lua/app/config/strings/ja/act_fourteen_quest.lua.meta deleted file mode 100644 index d4f0e769..00000000 --- a/lua/app/config/strings/ja/act_fourteen_quest.lua.meta +++ /dev/null @@ -1,10 +0,0 @@ -fileFormatVersion: 2 -guid: 5ccc0e82aeff0d74181b926d20278aa6 -ScriptedImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 2 - userData: - assetBundleName: - assetBundleVariant: - script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/ko/act_fourteen_quest.lua b/lua/app/config/strings/ko/act_fourteen_quest.lua deleted file mode 100644 index 6df89abd..00000000 --- a/lua/app/config/strings/ko/act_fourteen_quest.lua +++ /dev/null @@ -1,141 +0,0 @@ -local act_fourteen_quest = { - [1]={ - ["quest"]="어비스 챌린지 {0} 클리어" - }, - [2]={ - ["quest"]="플레이어 레벨 {0} 달성" - }, - [3]={ - ["quest"]="아레나에서 브론즈 II 달성" - }, - [4]={ - ["quest"]="광고 시청 횟수 누적 {0}회" - }, - [5]={ - ["quest"]="모든 미션 완료" - }, - [6]={ - ["quest"]="무기 업그레이드 {0}회" - }, - [7]={ - ["quest"]="시공간의 균열 {0}-{1} 클리어" - }, - [8]={ - ["quest"]="메인라인 보물 상자 {0}개 오픈" - }, - [9]={ - ["quest"]="트램카 막기 {0} 클리어" - }, - [10]={ - ["quest"]="모든 미션 완료" - }, - [11]={ - ["quest"]="램프신의 탑 {0} 클리어" - }, - [12]={ - ["quest"]="플레이어 레벨 {0} 달성" - }, - [13]={ - ["quest"]="어비스 챌린지 {0} 클리어" - }, - [14]={ - ["quest"]="광고 시청 횟수 누적 {0}회" - }, - [15]={ - ["quest"]="모든 미션 완료" - }, - [16]={ - ["quest"]="데일리 챌린지에서 {0}회 승리" - }, - [17]={ - ["quest"]="트램카 막기 {0} 클리어" - }, - [18]={ - ["quest"]="시공간의 균열 {0}-{1} 클리어" - }, - [19]={ - ["quest"]="귀중한 보물 상자 {0}번 오픈하기" - }, - [20]={ - ["quest"]="모든 미션 완료" - }, - [21]={ - ["quest"]="광고 시청 횟수 누적 {0}회" - }, - [22]={ - ["quest"]="클리어한 전투 웨이브 수" - }, - [23]={ - ["quest"]="램프신의 탑 {0} 클리어" - }, - [24]={ - ["quest"]="아레나에서 실버 III 달성" - }, - [25]={ - ["quest"]="모든 미션 완료" - }, - [26]={ - ["quest"]="보스 {0}회 처치" - }, - [27]={ - ["quest"]="어비스 챌린지 {0} 클리어" - }, - [28]={ - ["quest"]="메인라인 보물 상자 {0}개 오픈" - }, - [29]={ - ["quest"]="트램카 막기 {0} 클리어" - }, - [30]={ - ["quest"]="모든 미션 완료" - }, - [31]={ - ["quest"]="시공간의 균열 {0}-{1} 클리어" - }, - [32]={ - ["quest"]="데일리 챌린지에서 {0}회 승리" - }, - [33]={ - ["quest"]="귀중한 보물 상자 {0}번 오픈하기" - }, - [34]={ - ["quest"]="광고 시청 횟수 누적 {0}회" - }, - [35]={ - ["quest"]="모든 미션 완료" - }, - [36]={ - ["quest"]="방어구 업그레이드 {0}회" - }, - [37]={ - ["quest"]="램프신의 탑 {0} 클리어" - }, - [38]={ - ["quest"]="클리어한 전투 웨이브 수" - }, - [39]={ - ["quest"]="트램카 막기 {0} 클리어" - }, - [40]={ - ["quest"]="모든 미션 완료" - }, - [41]={ - ["quest"]="아레나에서 골드Ⅰ 달성" - }, - [42]={ - ["quest"]="광고 시청 횟수 누적 {0}회" - }, - [43]={ - ["quest"]="플레이어 레벨 {0} 달성" - }, - [44]={ - ["quest"]="어비스 챌린지 {0} 클리어" - }, - [45]={ - ["quest"]="모든 미션 완료" - } -} -local config = { -data=act_fourteen_quest,count=45 -} -return config \ No newline at end of file diff --git a/lua/app/config/strings/ko/act_fourteen_quest.lua.meta b/lua/app/config/strings/ko/act_fourteen_quest.lua.meta deleted file mode 100644 index 3d0357d0..00000000 --- a/lua/app/config/strings/ko/act_fourteen_quest.lua.meta +++ /dev/null @@ -1,10 +0,0 @@ -fileFormatVersion: 2 -guid: fa770962fe2830c41bccfc79c37dc30b -ScriptedImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 2 - userData: - assetBundleName: - assetBundleVariant: - script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/pt/act_fourteen_quest.lua b/lua/app/config/strings/pt/act_fourteen_quest.lua deleted file mode 100644 index 9927ce2f..00000000 --- a/lua/app/config/strings/pt/act_fourteen_quest.lua +++ /dev/null @@ -1,141 +0,0 @@ -local act_fourteen_quest = { - [1]={ - ["quest"]="Conclua o Desafio do Abismo {0}." - }, - [2]={ - ["quest"]="Atinja Nv.{0}." - }, - [3]={ - ["quest"]="Atinja Bronze II na Arena." - }, - [4]={ - ["quest"]="Assista a {0} anúncios." - }, - [5]={ - ["quest"]="Conclua todas as missões." - }, - [6]={ - ["quest"]="Aprimore armas {0} vezes." - }, - [7]={ - ["quest"]="Conclua fases 3 a 6 da Fenda Espaço-temporal." - }, - [8]={ - ["quest"]="Abra Baú x {0} da História." - }, - [9]={ - ["quest"]="Conclua a Interceptação do Vagonete {0}." - }, - [10]={ - ["quest"]="Conclua todas as missões." - }, - [11]={ - ["quest"]="Conclua a Torre do Gênio da Lâmpada {0}." - }, - [12]={ - ["quest"]="Atinja Nv.{0}." - }, - [13]={ - ["quest"]="Conclua o Desafio do Abismo {0}." - }, - [14]={ - ["quest"]="Assista a {0} anúncios." - }, - [15]={ - ["quest"]="Conclua todas as missões." - }, - [16]={ - ["quest"]="Vença {0} Desafios Diários." - }, - [17]={ - ["quest"]="Conclua a Interceptação do Vagonete {0}." - }, - [18]={ - ["quest"]="Conclua fases 3 a 6 da Fenda Espaço-temporal." - }, - [19]={ - ["quest"]="Abrir {0} Cofre Precioso." - }, - [20]={ - ["quest"]="Conclua todas as missões." - }, - [21]={ - ["quest"]="Assista a {0} anúncios." - }, - [22]={ - ["quest"]="Ondas de combates concluídas" - }, - [23]={ - ["quest"]="Conclua a Torre do Gênio da Lâmpada {0}." - }, - [24]={ - ["quest"]="Atinja Prata III na Arena." - }, - [25]={ - ["quest"]="Conclua todas as missões." - }, - [26]={ - ["quest"]="Derrote o Chefão {0} vezes." - }, - [27]={ - ["quest"]="Conclua o Desafio do Abismo {0}." - }, - [28]={ - ["quest"]="Abra Baú x {0} da História." - }, - [29]={ - ["quest"]="Conclua a Interceptação do Vagonete {0}." - }, - [30]={ - ["quest"]="Conclua todas as missões." - }, - [31]={ - ["quest"]="Conclua fases 3 a 6 da Fenda Espaço-temporal." - }, - [32]={ - ["quest"]="Vença {0} Desafios Diários." - }, - [33]={ - ["quest"]="Abrir {0} Cofre Precioso." - }, - [34]={ - ["quest"]="Assista a {0} anúncios." - }, - [35]={ - ["quest"]="Conclua todas as missões." - }, - [36]={ - ["quest"]="Aprimore Armaduras {0} vezes." - }, - [37]={ - ["quest"]="Conclua a Torre do Gênio da Lâmpada {0}." - }, - [38]={ - ["quest"]="Ondas de combates concluídas" - }, - [39]={ - ["quest"]="Conclua a Interceptação do Vagonete {0}." - }, - [40]={ - ["quest"]="Conclua todas as missões." - }, - [41]={ - ["quest"]="Atinja Ouro I na Arena." - }, - [42]={ - ["quest"]="Assista a {0} anúncios." - }, - [43]={ - ["quest"]="Atinja Nv.{0}." - }, - [44]={ - ["quest"]="Conclua o Desafio do Abismo {0}." - }, - [45]={ - ["quest"]="Conclua todas as missões." - } -} -local config = { -data=act_fourteen_quest,count=45 -} -return config \ No newline at end of file diff --git a/lua/app/config/strings/pt/act_fourteen_quest.lua.meta b/lua/app/config/strings/pt/act_fourteen_quest.lua.meta deleted file mode 100644 index 741875bc..00000000 --- a/lua/app/config/strings/pt/act_fourteen_quest.lua.meta +++ /dev/null @@ -1,10 +0,0 @@ -fileFormatVersion: 2 -guid: 4ea92f25a1e4d6a4599d234454118c1e -ScriptedImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 2 - userData: - assetBundleName: - assetBundleVariant: - script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/ru/act_fourteen_quest.lua b/lua/app/config/strings/ru/act_fourteen_quest.lua deleted file mode 100644 index a75c59ed..00000000 --- a/lua/app/config/strings/ru/act_fourteen_quest.lua +++ /dev/null @@ -1,141 +0,0 @@ -local act_fourteen_quest = { - [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]={ - - }, - [40]={ - - }, - [41]={ - - }, - [42]={ - - }, - [43]={ - - }, - [44]={ - - }, - [45]={ - - } -} -local config = { -data=act_fourteen_quest,count=45 -} -return config \ No newline at end of file diff --git a/lua/app/config/strings/ru/act_fourteen_quest.lua.meta b/lua/app/config/strings/ru/act_fourteen_quest.lua.meta deleted file mode 100644 index 62a8a4f2..00000000 --- a/lua/app/config/strings/ru/act_fourteen_quest.lua.meta +++ /dev/null @@ -1,10 +0,0 @@ -fileFormatVersion: 2 -guid: 50e9d04cfe5c87b4ebb88e5007833159 -ScriptedImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 2 - userData: - assetBundleName: - assetBundleVariant: - script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/th/act_fourteen_quest.lua b/lua/app/config/strings/th/act_fourteen_quest.lua deleted file mode 100644 index 7da499f3..00000000 --- a/lua/app/config/strings/th/act_fourteen_quest.lua +++ /dev/null @@ -1,141 +0,0 @@ -local act_fourteen_quest = { - [1]={ - ["quest"]="ผ่านด่าน{0}ของท้าทายเหว" - }, - [2]={ - ["quest"]="ผู้เล่นถึง Lv.{0}" - }, - [3]={ - ["quest"]="อารีน่าถึงบรอนซ์ II" - }, - [4]={ - ["quest"]="สะสมจำนวนโฆษณาถึง {0}" - }, - [5]={ - ["quest"]="บรรลุภารกิจทั้งหมด" - }, - [6]={ - ["quest"]="อัปเกรดอาวุธ {0} ครั้ง" - }, - [7]={ - ["quest"]="ผ่านด่านรอยแยกกาลอวกาศ {0}-{1}" - }, - [8]={ - ["quest"]="เปิดหีบสมบัติสายหลัก {0} อัน" - }, - [9]={ - ["quest"]="ผ่านด่านสกัดกั้นรถเข็นเหมือง{0}" - }, - [10]={ - ["quest"]="บรรลุภารกิจทั้งหมด" - }, - [11]={ - ["quest"]="ผ่านด่านหอคอยเทพตะเกียง{0}" - }, - [12]={ - ["quest"]="ผู้เล่นถึง Lv.{0}" - }, - [13]={ - ["quest"]="ผ่านด่าน{0}ของท้าทายเหว" - }, - [14]={ - ["quest"]="สะสมจำนวนโฆษณาถึง {0}" - }, - [15]={ - ["quest"]="บรรลุภารกิจทั้งหมด" - }, - [16]={ - ["quest"]="ชนะการท้าทายรายวัน {0} ครั้ง" - }, - [17]={ - ["quest"]="ผ่านด่านสกัดกั้นรถเข็นเหมือง{0}" - }, - [18]={ - ["quest"]="ผ่านด่านรอยแยกกาลอวกาศ {0}-{1}" - }, - [19]={ - ["quest"]="เปิดหีบสมบัติล้ำค่า {0} ครั้ง" - }, - [20]={ - ["quest"]="บรรลุภารกิจทั้งหมด" - }, - [21]={ - ["quest"]="สะสมจำนวนโฆษณาถึง {0}" - }, - [22]={ - ["quest"]="จำนวนผ่านรอบการต่อสู้" - }, - [23]={ - ["quest"]="ผ่านด่านหอคอยเทพตะเกียง{0}" - }, - [24]={ - ["quest"]="อารีน่าถึงเงิน III" - }, - [25]={ - ["quest"]="บรรลุภารกิจทั้งหมด" - }, - [26]={ - ["quest"]="สังหาร BOSS {0} ครั้ง" - }, - [27]={ - ["quest"]="ผ่านด่าน{0}ของท้าทายเหว" - }, - [28]={ - ["quest"]="เปิดหีบสมบัติสายหลัก {0} อัน" - }, - [29]={ - ["quest"]="ผ่านด่านสกัดกั้นรถเข็นเหมือง{0}" - }, - [30]={ - ["quest"]="บรรลุภารกิจทั้งหมด" - }, - [31]={ - ["quest"]="ผ่านด่านรอยแยกกาลอวกาศ {0}-{1}" - }, - [32]={ - ["quest"]="ชนะการท้าทายรายวัน {0} ครั้ง" - }, - [33]={ - ["quest"]="เปิดหีบสมบัติล้ำค่า {0} ครั้ง" - }, - [34]={ - ["quest"]="สะสมจำนวนโฆษณาถึง {0}" - }, - [35]={ - ["quest"]="บรรลุภารกิจทั้งหมด" - }, - [36]={ - ["quest"]="อัปเกรดเกราะ {0} ครั้ง" - }, - [37]={ - ["quest"]="ผ่านด่านหอคอยเทพตะเกียง{0}" - }, - [38]={ - ["quest"]="จำนวนผ่านรอบการต่อสู้" - }, - [39]={ - ["quest"]="ผ่านด่านสกัดกั้นรถเข็นเหมือง{0}" - }, - [40]={ - ["quest"]="บรรลุภารกิจทั้งหมด" - }, - [41]={ - ["quest"]="อารีน่าถึงทอง I" - }, - [42]={ - ["quest"]="สะสมจำนวนโฆษณาถึง {0}" - }, - [43]={ - ["quest"]="ผู้เล่นถึง Lv.{0}" - }, - [44]={ - ["quest"]="ผ่านด่าน{0}ของท้าทายเหว" - }, - [45]={ - ["quest"]="บรรลุภารกิจทั้งหมด" - } -} -local config = { -data=act_fourteen_quest,count=45 -} -return config \ No newline at end of file diff --git a/lua/app/config/strings/th/act_fourteen_quest.lua.meta b/lua/app/config/strings/th/act_fourteen_quest.lua.meta deleted file mode 100644 index e205ec6b..00000000 --- a/lua/app/config/strings/th/act_fourteen_quest.lua.meta +++ /dev/null @@ -1,10 +0,0 @@ -fileFormatVersion: 2 -guid: 17939cec0871fcc4fa86ff28a4795900 -ScriptedImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 2 - userData: - assetBundleName: - assetBundleVariant: - script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/vi/act_fourteen_quest.lua b/lua/app/config/strings/vi/act_fourteen_quest.lua deleted file mode 100644 index 56132fbc..00000000 --- a/lua/app/config/strings/vi/act_fourteen_quest.lua +++ /dev/null @@ -1,141 +0,0 @@ -local act_fourteen_quest = { - [1]={ - ["quest"]="Khiêu Chiến Vực Sâu vượt ải {0}" - }, - [2]={ - ["quest"]="Người chơi tăng đến Lv{0}" - }, - [3]={ - ["quest"]="Đấu Trường đạt Đồng II" - }, - [4]={ - ["quest"]="Lượt quảng cáo tích đạt {0}" - }, - [5]={ - ["quest"]="Hoàn thành tất cả Nhiệm Vụ" - }, - [6]={ - ["quest"]="Tăng cấp Vũ Khí {0} lần" - }, - [7]={ - ["quest"]="Vượt ải Khe Nứt Không Gian {0}-{1}" - }, - [8]={ - ["quest"]="Mở {0} Rương Chính Tuyến" - }, - [9]={ - ["quest"]="Vượt ải Chặn Xe Mỏ {0}" - }, - [10]={ - ["quest"]="Hoàn thành tất cả Nhiệm Vụ" - }, - [11]={ - ["quest"]="Vượt ải Tháp Thần Đèn {0}" - }, - [12]={ - ["quest"]="Người chơi tăng đến Lv{0}" - }, - [13]={ - ["quest"]="Khiêu Chiến Vực Sâu vượt ải {0}" - }, - [14]={ - ["quest"]="Lượt quảng cáo tích đạt {0}" - }, - [15]={ - ["quest"]="Hoàn thành tất cả Nhiệm Vụ" - }, - [16]={ - ["quest"]="Khiêu chiến mỗi ngày thắng {0} lần" - }, - [17]={ - ["quest"]="Vượt ải Chặn Xe Mỏ {0}" - }, - [18]={ - ["quest"]="Vượt ải Khe Nứt Không Gian {0}-{1}" - }, - [19]={ - ["quest"]="Mở {0} lần Rương Quý" - }, - [20]={ - ["quest"]="Hoàn thành tất cả Nhiệm Vụ" - }, - [21]={ - ["quest"]="Lượt quảng cáo tích đạt {0}" - }, - [22]={ - ["quest"]="Thông qua đợt chiến đấu" - }, - [23]={ - ["quest"]="Vượt ải Tháp Thần Đèn {0}" - }, - [24]={ - ["quest"]="Đấu Trường đạt Bạc III" - }, - [25]={ - ["quest"]="Hoàn thành tất cả Nhiệm Vụ" - }, - [26]={ - ["quest"]="Diệt BOSS {0} lần" - }, - [27]={ - ["quest"]="Khiêu Chiến Vực Sâu vượt ải {0}" - }, - [28]={ - ["quest"]="Mở {0} Rương Chính Tuyến" - }, - [29]={ - ["quest"]="Vượt ải Chặn Xe Mỏ {0}" - }, - [30]={ - ["quest"]="Hoàn thành tất cả Nhiệm Vụ" - }, - [31]={ - ["quest"]="Vượt ải Khe Nứt Không Gian {0}-{1}" - }, - [32]={ - ["quest"]="Khiêu chiến mỗi ngày thắng {0} lần" - }, - [33]={ - ["quest"]="Mở {0} lần Rương Quý" - }, - [34]={ - ["quest"]="Lượt quảng cáo tích đạt {0}" - }, - [35]={ - ["quest"]="Hoàn thành tất cả Nhiệm Vụ" - }, - [36]={ - ["quest"]="Tăng cấp Phòng Cụ {0} lần" - }, - [37]={ - ["quest"]="Vượt ải Tháp Thần Đèn {0}" - }, - [38]={ - ["quest"]="Thông qua đợt chiến đấu" - }, - [39]={ - ["quest"]="Vượt ải Chặn Xe Mỏ {0}" - }, - [40]={ - ["quest"]="Hoàn thành tất cả Nhiệm Vụ" - }, - [41]={ - ["quest"]="Đấu Trường đạt Vàng I" - }, - [42]={ - ["quest"]="Lượt quảng cáo tích đạt {0}" - }, - [43]={ - ["quest"]="Người chơi tăng đến Lv{0}" - }, - [44]={ - ["quest"]="Khiêu Chiến Vực Sâu vượt ải {0}" - }, - [45]={ - ["quest"]="Hoàn thành tất cả Nhiệm Vụ" - } -} -local config = { -data=act_fourteen_quest,count=45 -} -return config \ No newline at end of file diff --git a/lua/app/config/strings/vi/act_fourteen_quest.lua.meta b/lua/app/config/strings/vi/act_fourteen_quest.lua.meta deleted file mode 100644 index d6f9230b..00000000 --- a/lua/app/config/strings/vi/act_fourteen_quest.lua.meta +++ /dev/null @@ -1,10 +0,0 @@ -fileFormatVersion: 2 -guid: 0d68310284b2ca24b84d029a56ab202e -ScriptedImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 2 - userData: - assetBundleName: - assetBundleVariant: - script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/strings/zh/act_fourteen_quest.lua b/lua/app/config/strings/zh/act_fourteen_quest.lua deleted file mode 100644 index 7a6f577b..00000000 --- a/lua/app/config/strings/zh/act_fourteen_quest.lua +++ /dev/null @@ -1,141 +0,0 @@ -local act_fourteen_quest = { - [1]={ - ["quest"]="深淵挑戰通關{0}" - }, - [2]={ - ["quest"]="玩家升到{0}級" - }, - [3]={ - ["quest"]="競技場達到青銅II" - }, - [4]={ - ["quest"]="廣告次數累積達{0}" - }, - [5]={ - ["quest"]="完成所有任務" - }, - [6]={ - ["quest"]="武器升級{0}次" - }, - [7]={ - ["quest"]="通關時空裂隙{0}-{1}" - }, - [8]={ - ["quest"]="開啟主線寶箱{0}個" - }, - [9]={ - ["quest"]="通關礦車攔截{0}" - }, - [10]={ - ["quest"]="完成所有任務" - }, - [11]={ - ["quest"]="通關燈神之塔{0}" - }, - [12]={ - ["quest"]="玩家升到{0}級" - }, - [13]={ - ["quest"]="深淵挑戰通關{0}" - }, - [14]={ - ["quest"]="廣告次數累積達{0}" - }, - [15]={ - ["quest"]="完成所有任務" - }, - [16]={ - ["quest"]="每日挑戰勝利{0}次" - }, - [17]={ - ["quest"]="通關礦車攔截{0}" - }, - [18]={ - ["quest"]="通關時空裂隙{0}-{1}" - }, - [19]={ - ["quest"]="開啟{0}次珍貴寶箱" - }, - [20]={ - ["quest"]="完成所有任務" - }, - [21]={ - ["quest"]="廣告次數累積達{0}" - }, - [22]={ - ["quest"]="完成戰鬥波次" - }, - [23]={ - ["quest"]="通關燈神之塔{0}" - }, - [24]={ - ["quest"]="競技場達到白銀I" - }, - [25]={ - ["quest"]="完成所有任務" - }, - [26]={ - ["quest"]="擊殺BOSS {0}次" - }, - [27]={ - ["quest"]="深淵挑戰通關{0}" - }, - [28]={ - ["quest"]="開啟主線寶箱{0}個" - }, - [29]={ - ["quest"]="通關礦車攔截{0}" - }, - [30]={ - ["quest"]="完成所有任務" - }, - [31]={ - ["quest"]="通關時空裂隙{0}-{1}" - }, - [32]={ - ["quest"]="每日挑戰勝利{0}次" - }, - [33]={ - ["quest"]="開啟{0}次珍貴寶箱" - }, - [34]={ - ["quest"]="廣告次數累積達{0}" - }, - [35]={ - ["quest"]="完成所有任務" - }, - [36]={ - ["quest"]="防具升級{0}次" - }, - [37]={ - ["quest"]="通關燈神之塔{0}" - }, - [38]={ - ["quest"]="完成戰鬥波次" - }, - [39]={ - ["quest"]="通關礦車攔截{0}" - }, - [40]={ - ["quest"]="完成所有任務" - }, - [41]={ - ["quest"]="競技場達到黃金Ⅰ" - }, - [42]={ - ["quest"]="廣告次數累積達{0}" - }, - [43]={ - ["quest"]="玩家升到{0}級" - }, - [44]={ - ["quest"]="深淵挑戰通關{0}" - }, - [45]={ - ["quest"]="完成所有任務" - } -} -local config = { -data=act_fourteen_quest,count=45 -} -return config \ No newline at end of file diff --git a/lua/app/config/strings/zh/act_fourteen_quest.lua.meta b/lua/app/config/strings/zh/act_fourteen_quest.lua.meta deleted file mode 100644 index ea5f9ea8..00000000 --- a/lua/app/config/strings/zh/act_fourteen_quest.lua.meta +++ /dev/null @@ -1,10 +0,0 @@ -fileFormatVersion: 2 -guid: 45312eb9564c09e41bcfbe15e5603b86 -ScriptedImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 2 - userData: - assetBundleName: - assetBundleVariant: - script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} From 05c32acc780037829bb83bf016981e57797e4108 Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Tue, 5 Sep 2023 20:53:34 +0800 Subject: [PATCH 54/55] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/config/activity.lua | 4 ++-- lua/app/config/const.lua | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lua/app/config/activity.lua b/lua/app/config/activity.lua index efb82b56..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-4 00:00:00", - ["end_time"]="2023-09-13 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/const.lua b/lua/app/config/const.lua index 322b272b..7c9c81d8 100644 --- a/lua/app/config/const.lua +++ b/lua/app/config/const.lua @@ -416,10 +416,10 @@ local const = { ["value"]=3100 }, ["activity_boss_rush_atk_add_3"]={ - ["value"]=2700 + ["value"]=2900 }, ["activity_recurring_day"]={ - ["value"]=1 + ["value"]=15 } } local config = { From 3355f0ae5133eaf74eaa38370458ac5d5f953bbf Mon Sep 17 00:00:00 2001 From: chenxi Date: Tue, 5 Sep 2023 22:28:39 +0800 Subject: [PATCH 55/55] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/config/const.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lua/app/config/const.lua b/lua/app/config/const.lua index 7c9c81d8..229ea2ca 100644 --- a/lua/app/config/const.lua +++ b/lua/app/config/const.lua @@ -407,16 +407,16 @@ local const = { ["value"]=1370 }, ["activity_boss_rush_hp_add_2"]={ - ["value"]=2050 + ["value"]=2700 }, ["activity_boss_rush_atk_add_2"]={ - ["value"]=1650 + ["value"]=2200 }, ["activity_boss_rush_hp_add_3"]={ - ["value"]=3100 + ["value"]=4100 }, ["activity_boss_rush_atk_add_3"]={ - ["value"]=2900 + ["value"]=3500 }, ["activity_recurring_day"]={ ["value"]=15