diff --git a/lua/app/common/data_manager.lua b/lua/app/common/data_manager.lua index a8e8c426..d3710be6 100644 --- a/lua/app/common/data_manager.lua +++ b/lua/app/common/data_manager.lua @@ -142,6 +142,7 @@ function DataManager:initWithServerData(data) self.DungeonData:initDungeonGold(data.chapter_gold_challenge) self.DungeonData:initDungeonShards(data.chapter_shards_challenge) self.EquipData:init(data.heroes_equips) + self.EquipData:initGifts(data.act_weapon_armor_gift) self.SkinData:init(data.bag.skins) -- HeroData要在EquipData和SkinData之后初始化,依赖它们的属性数据 self.HeroData:init(data.bag.heroes) diff --git a/lua/app/common/pay_manager.lua b/lua/app/common/pay_manager.lua index 2ce1013c..799522e9 100644 --- a/lua/app/common/pay_manager.lua +++ b/lua/app/common/pay_manager.lua @@ -24,6 +24,8 @@ PayManager.PURCHARSE_ACT_TYPE = { ARMOR_GIFT = 12, ACT_SUMMER = 13, ACT_HERO_FUND = 14, + WEAPON_UPGRADE_GIFT = 15, + ARMOR_UPGRADE_GIFT = 16, } PayManager.PURCHARSE_TYPE_CONFIG = { @@ -50,6 +52,8 @@ PayManager.BI_ITEM_GET_TYPE = { [PayManager.PURCHARSE_ACT_TYPE.ARMOR_GIFT] = BIReport.ITEM_GET_TYPE.ARMOR_GIFT, [PayManager.PURCHARSE_ACT_TYPE.ACT_SUMMER] = BIReport.ITEM_GET_TYPE.ACT_SUMMER, [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_TYPE.ACT_GOLD_PIG] = BIReport.ITEM_GET_TYPE.GOLD_PIG, [PayManager.PURCHARSE_TYPE.MALL_TREASURE] = BIReport.ITEM_GET_TYPE.MALL_TREASURE, @@ -73,6 +77,8 @@ PayManager.BI_GIFT_TYPE = { [PayManager.PURCHARSE_ACT_TYPE.ARMOR_GIFT] = BIReport.GIFT_TYPE.ARMOR_GIFT, [PayManager.PURCHARSE_ACT_TYPE.ACT_SUMMER] = BIReport.GIFT_TYPE.ACT_SUMMER, [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_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/arena_gift.lua b/lua/app/config/arena_gift.lua index f1b0a5d8..9ce15782 100644 --- a/lua/app/config/arena_gift.lua +++ b/lua/app/config/arena_gift.lua @@ -1,32 +1,6 @@ local arena_gift = { [1]={ - ["score"]=950, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=1, - ["id_for_nothing"]="Vw==", - ["num"]=500, - ["num_for_nothing"]="Uwhc" - } - } - }, - [2]={ - ["score"]=1000, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=22, - ["id_for_nothing"]="VAo=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - } - }, - [3]={ - ["score"]=1050, + ["score"]=900, ["reward"]={ { ["type"]=1, @@ -38,43 +12,82 @@ 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"]=1100, + ["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 } }, - [5]={ + [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==" } } }, - [6]={ + [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 } }, - [7]={ - ["score"]=1250, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=22, - ["id_for_nothing"]="VAo=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - } - }, [8]={ - ["score"]=1300, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=30, - ["num_for_nothing"]="VQg=" - } - } - }, - [9]={ - ["score"]=1350, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=8, - ["id_for_nothing"]="Xg==", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - } - }, - [10]={ - ["score"]=1400, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=50, - ["num_for_nothing"]="Uwg=" - } - }, - ["unlock_hero"]={ - 24003 - } - }, - [11]={ - ["score"]=1450, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=8, - ["id_for_nothing"]="Xg==", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - } - }, - [12]={ - ["score"]=1500, + ["score"]=1250, ["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=" } } }, - [13]={ - ["score"]=1550, + [9]={ + ["score"]=1300, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=8, - ["id_for_nothing"]="Xg==", + ["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"]=13, - ["id_for_nothing"]="Vws=", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["id"]=34003, + ["id_for_nothing"]="VQxcA2Y=", + ["num"]=3, + ["num_for_nothing"]="VQ==" } } }, - [15]={ + [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=" } } }, - [16]={ + [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==" } } }, - [17]={ + [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" } } }, - [18]={ + [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==" } } }, - [19]={ + [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=" } } }, - [20]={ + [21]={ ["score"]=1900, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=11, - ["id_for_nothing"]="Vwk=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - } - }, - [21]={ - ["score"]=1950, - ["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==" } } }, [22]={ + ["score"]=1950, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=120, + ["num_for_nothing"]="Vwpc" + } + } + }, + [23]={ ["score"]=2000, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=47, + ["id_for_nothing"]="Ug8=", + ["num"]=5, + ["num_for_nothing"]="Uw==" + } + } + }, + [24]={ + ["score"]=2050, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=500, - ["num_for_nothing"]="Uwhc" + ["num"]=24000, + ["num_for_nothing"]="VAxcA2U=" } } }, - [23]={ - ["score"]=2050, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=8, - ["id_for_nothing"]="Xg==", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - } - }, - [24]={ + [25]={ ["score"]=2100, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=13, - ["id_for_nothing"]="Vws=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - } - }, - [25]={ - ["score"]=2150, - ["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==" } } }, [26]={ + ["score"]=2150, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=150, + ["num_for_nothing"]="Vw1c" + } + } + }, + [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==" } } }, - [27]={ + [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=" } } }, - [28]={ + [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==" } } }, - [29]={ - ["score"]=2350, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=1, - ["id_for_nothing"]="Vw==", - ["num"]=500, - ["num_for_nothing"]="Uwhc" - } - } - }, [30]={ - ["score"]=2400, + ["score"]=2350, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=2, ["id_for_nothing"]="VA==", - ["num"]=50, - ["num_for_nothing"]="Uwg=" + ["num"]=180, + ["num_for_nothing"]="VwBc" } } }, [31]={ - ["score"]=2450, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=8, - ["id_for_nothing"]="Xg==", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - } - }, - [32]={ - ["score"]=2500, + ["score"]=2400, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=1, ["id_for_nothing"]="Vw==", - ["num"]=500, - ["num_for_nothing"]="Uwhc" + ["num"]=30000, + ["num_for_nothing"]="VQhcA2U=" + } + } + }, + [32]={ + ["score"]=2450, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=14, + ["id_for_nothing"]="Vww=", + ["num"]=1, + ["num_for_nothing"]="Vw==" } } }, [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"]=8, - ["id_for_nothing"]="Xg==", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=40000, + ["num_for_nothing"]="UghcA2U=" } } }, - [34]={ + [35]={ ["score"]=2600, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=10, - ["id_for_nothing"]="Vwg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - } - }, - [35]={ - ["score"]=2650, - ["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==" } } }, [36]={ - ["score"]=2700, - ["reward"]={ - { - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=22, - ["id_for_nothing"]="VAo=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - } - }, - [37]={ - ["score"]=2750, + ["score"]=2650, ["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" } } }, - [38]={ - ["score"]=2800, + [37]={ + ["score"]=2700, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=8, - ["id_for_nothing"]="Xg==", + ["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"]=47, + ["id_for_nothing"]="Ug8=", + ["num"]=12, + ["num_for_nothing"]="Vwo=" + } + } + }, + [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=" } } }, - [40]={ + [41]={ ["score"]=2900, ["reward"]={ { ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=11, - ["id_for_nothing"]="Vwk=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - } - }, - [41]={ - ["score"]=2950, - ["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==" } } }, [42]={ + ["score"]=2950, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=300, + ["num_for_nothing"]="VQhc" + } + } + }, + [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=" } } }, - [43]={ + [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==" } } }, - [44]={ + [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/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/localization/localization_global_const.lua b/lua/app/config/localization/localization_global_const.lua index 8f441b84..43c2d83d 100644 --- a/lua/app/config/localization/localization_global_const.lua +++ b/lua/app/config/localization/localization_global_const.lua @@ -461,6 +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", } 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/strings/cn/global.lua b/lua/app/config/strings/cn/global.lua index 3fa8d043..d9e77e81 100644 --- a/lua/app/config/strings/cn/global.lua +++ b/lua/app/config/strings/cn/global.lua @@ -461,6 +461,8 @@ local localization_global = ["ARENA_DESC_40"] = "升段奖励", ["ARENA_DESC_41"] = "结算奖励", ["ARENA_DESC_42"] = "未领取奖励", + ["EQUIP_DESC_26"] = "武器直升{0}级礼包", + ["EQUIP_DESC_27"] = "防具直升{0}级礼包", } return localization_global \ No newline at end of file diff --git a/lua/app/config/strings/en/global.lua b/lua/app/config/strings/en/global.lua index 8a9e68ad..7ace9ebc 100644 --- a/lua/app/config/strings/en/global.lua +++ b/lua/app/config/strings/en/global.lua @@ -447,6 +447,21 @@ 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", } 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 ba060ff9..81b20872 100644 --- a/lua/app/config/strings/en/skill_rogue.lua +++ b/lua/app/config/strings/en/skill_rogue.lua @@ -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 26477d48..660002da 100644 --- a/lua/app/config/strings/en/skin.lua +++ b/lua/app/config/strings/en/skin.lua @@ -12,7 +12,7 @@ local skin = { ["value"]="Initial" }, [1400101]={ - + ["value"]="Relic Armor" }, [14002]={ ["value"]="Initial" diff --git a/lua/app/config/strings/es/global.lua b/lua/app/config/strings/es/global.lua index ae259db2..c7178a8f 100644 --- a/lua/app/config/strings/es/global.lua +++ b/lua/app/config/strings/es/global.lua @@ -447,6 +447,21 @@ 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}", } return localization_global \ No newline at end of file diff --git a/lua/app/config/strings/es/skill_rogue.lua b/lua/app/config/strings/es/skill_rogue.lua index ee4092ef..b9142b13 100644 --- a/lua/app/config/strings/es/skill_rogue.lua +++ b/lua/app/config/strings/es/skill_rogue.lua @@ -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 c84e777d..61e04009 100644 --- a/lua/app/config/strings/es/skin.lua +++ b/lua/app/config/strings/es/skin.lua @@ -12,7 +12,7 @@ local skin = { ["value"]="Inicial" }, [1400101]={ - + ["value"]="Armadura de Ruinas" }, [14002]={ ["value"]="Inicial" diff --git a/lua/app/config/strings/id/global.lua b/lua/app/config/strings/id/global.lua index eac7ef46..cdc07705 100644 --- a/lua/app/config/strings/id/global.lua +++ b/lua/app/config/strings/id/global.lua @@ -447,6 +447,21 @@ 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}", } return localization_global \ No newline at end of file diff --git a/lua/app/config/strings/id/skill_rogue.lua b/lua/app/config/strings/id/skill_rogue.lua index ebc45b9f..2f2fe45a 100644 --- a/lua/app/config/strings/id/skill_rogue.lua +++ b/lua/app/config/strings/id/skill_rogue.lua @@ -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 fa929a97..ed879b1a 100644 --- a/lua/app/config/strings/id/skin.lua +++ b/lua/app/config/strings/id/skin.lua @@ -12,7 +12,7 @@ local skin = { ["value"]="Awal" }, [1400101]={ - + ["value"]="Armor Relik" }, [14002]={ ["value"]="Awal" diff --git a/lua/app/config/strings/ja/global.lua b/lua/app/config/strings/ja/global.lua index 99affb82..9114d4d0 100644 --- a/lua/app/config/strings/ja/global.lua +++ b/lua/app/config/strings/ja/global.lua @@ -447,6 +447,21 @@ 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}レベルアップパック", } return localization_global \ No newline at end of file diff --git a/lua/app/config/strings/ja/skill_rogue.lua b/lua/app/config/strings/ja/skill_rogue.lua index b41a523a..1f62a4ef 100644 --- a/lua/app/config/strings/ja/skill_rogue.lua +++ b/lua/app/config/strings/ja/skill_rogue.lua @@ -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 26f3acca..a9d2ccc1 100644 --- a/lua/app/config/strings/ja/skin.lua +++ b/lua/app/config/strings/ja/skin.lua @@ -12,7 +12,7 @@ local skin = { ["value"]="デフォルト" }, [1400101]={ - + ["value"]="レリックアーマー" }, [14002]={ ["value"]="デフォルト" diff --git a/lua/app/config/strings/ko/global.lua b/lua/app/config/strings/ko/global.lua index be1a1177..979c7389 100644 --- a/lua/app/config/strings/ko/global.lua +++ b/lua/app/config/strings/ko/global.lua @@ -447,6 +447,21 @@ 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}레벨 업그레이드 패키지", } return localization_global \ No newline at end of file diff --git a/lua/app/config/strings/ko/skill_rogue.lua b/lua/app/config/strings/ko/skill_rogue.lua index c1373c46..c8ae6f7a 100644 --- a/lua/app/config/strings/ko/skill_rogue.lua +++ b/lua/app/config/strings/ko/skill_rogue.lua @@ -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 69470a5f..0981caa7 100644 --- a/lua/app/config/strings/ko/skin.lua +++ b/lua/app/config/strings/ko/skin.lua @@ -12,7 +12,7 @@ local skin = { ["value"]="초기" }, [1400101]={ - + ["value"]="유적 갑옷" }, [14002]={ ["value"]="초기" diff --git a/lua/app/config/strings/pt/global.lua b/lua/app/config/strings/pt/global.lua index 3b9123ab..c875feba 100644 --- a/lua/app/config/strings/pt/global.lua +++ b/lua/app/config/strings/pt/global.lua @@ -447,6 +447,21 @@ 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}", } return localization_global \ No newline at end of file diff --git a/lua/app/config/strings/pt/skill_rogue.lua b/lua/app/config/strings/pt/skill_rogue.lua index cb57ab9b..6370f96f 100644 --- a/lua/app/config/strings/pt/skill_rogue.lua +++ b/lua/app/config/strings/pt/skill_rogue.lua @@ -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 93ff99c4..80003712 100644 --- a/lua/app/config/strings/pt/skin.lua +++ b/lua/app/config/strings/pt/skin.lua @@ -12,7 +12,7 @@ local skin = { ["value"]="Inicial" }, [1400101]={ - + ["value"]="Armadura das Ruínas" }, [14002]={ ["value"]="Inicial" diff --git a/lua/app/config/strings/th/global.lua b/lua/app/config/strings/th/global.lua index 1e5a4e78..92a43d78 100644 --- a/lua/app/config/strings/th/global.lua +++ b/lua/app/config/strings/th/global.lua @@ -447,6 +447,21 @@ 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} เลเวล", } return localization_global \ No newline at end of file diff --git a/lua/app/config/strings/th/skill_rogue.lua b/lua/app/config/strings/th/skill_rogue.lua index 79af2a70..974569fd 100644 --- a/lua/app/config/strings/th/skill_rogue.lua +++ b/lua/app/config/strings/th/skill_rogue.lua @@ -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 82cdf4c5..bbc7dc0c 100644 --- a/lua/app/config/strings/th/skin.lua +++ b/lua/app/config/strings/th/skin.lua @@ -12,7 +12,7 @@ local skin = { ["value"]="เริ่มต้น" }, [1400101]={ - + ["value"]="เกราะรบซาก" }, [14002]={ ["value"]="เริ่มต้น" diff --git a/lua/app/config/strings/vi/global.lua b/lua/app/config/strings/vi/global.lua index 859c03c2..54b69062 100644 --- a/lua/app/config/strings/vi/global.lua +++ b/lua/app/config/strings/vi/global.lua @@ -447,6 +447,21 @@ 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}", } return localization_global \ No newline at end of file diff --git a/lua/app/config/strings/vi/skill_rogue.lua b/lua/app/config/strings/vi/skill_rogue.lua index 077ac6b4..2c3b60d6 100644 --- a/lua/app/config/strings/vi/skill_rogue.lua +++ b/lua/app/config/strings/vi/skill_rogue.lua @@ -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 da28dbaf..c80877cb 100644 --- a/lua/app/config/strings/vi/skin.lua +++ b/lua/app/config/strings/vi/skin.lua @@ -12,7 +12,7 @@ local skin = { ["value"]="Ban Đầu" }, [1400101]={ - + ["value"]="Giáp Di Tích" }, [14002]={ ["value"]="Ban Đầu" diff --git a/lua/app/config/strings/zh/global.lua b/lua/app/config/strings/zh/global.lua index 3d3aa676..06ea2f80 100644 --- a/lua/app/config/strings/zh/global.lua +++ b/lua/app/config/strings/zh/global.lua @@ -447,6 +447,21 @@ 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}級禮包", } return localization_global \ No newline at end of file diff --git a/lua/app/config/strings/zh/skill_rogue.lua b/lua/app/config/strings/zh/skill_rogue.lua index e701d317..dc6e6bb7 100644 --- a/lua/app/config/strings/zh/skill_rogue.lua +++ b/lua/app/config/strings/zh/skill_rogue.lua @@ -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/zh/skin.lua b/lua/app/config/strings/zh/skin.lua index 2f343c52..3cd9a39f 100644 --- a/lua/app/config/strings/zh/skin.lua +++ b/lua/app/config/strings/zh/skin.lua @@ -12,7 +12,7 @@ local skin = { ["value"]="初始" }, [1400101]={ - + ["value"]="遺跡戰甲" }, [14002]={ ["value"]="初始" diff --git a/lua/app/module/equip/equip_manager.lua b/lua/app/module/equip/equip_manager.lua index 80664db3..1cc91de6 100644 --- a/lua/app/module/equip/equip_manager.lua +++ b/lua/app/module/equip/equip_manager.lua @@ -1,5 +1,38 @@ local EquipManager = class("EquipManager", BaseModule) +-- 展示材料获取弹窗(英雄id,部位,材料id,材料数量) +function EquipManager:showItemGetPop(heroId, part, id, num) + self:reqEquipUpgradeGift(heroId, part) + + UIManager:showUI("app/ui/dungeon/item_get_ui", {heroId = heroId, part = part, id = id, value = num}) +end + +-- 检查装备礼包状态定时器 +function EquipManager:updateEquipGiftTimer() + self:unscheduleGlobal(self.giftSid) + + local time = DataManager.EquipData:getGiftNearestRemainTime() + if time and time > 0 then + Logger.logHighlight("设置装备礼包倒计时:"..time) + self.giftSid = self:performWithDelayGlobal(function() + DataManager.EquipData:onGiftStateChange() + end, time) + end +end + +-- 请求触发装备升级礼包 +function EquipManager:reqEquipUpgradeGift(heroId, part) + if DataManager.EquipData:getGiftId(heroId, part) ~= nil then + return + end + + self:sendMessage(ProtoMsgType.FromMsgEnum.TriggerWeaponArmorGiftReq, {hero_id = heroId, equip_position = part}, {}, self.rspEquipUpgradeGift, nil) +end + +function EquipManager:rspEquipUpgradeGift(result) + DataManager.EquipData:initGifts(result.info) +end + -- 升级装备 function EquipManager:reqUpgrade(id, part) local entity = DataManager.EquipData:getEquip(id, part) @@ -15,7 +48,7 @@ function EquipManager:reqUpgrade(id, part) for index, cost in ipairs(entity:getUpgradeMaterials()) do if cost.num > DataManager.BagData.ItemData:getItemNumById(cost.id) then GFunc.showToast(I18N:getGlobalText(I18N.GlobalConst.EQUIP_DESC_8)) - UIManager:showUI("app/ui/dungeon/item_get_ui", {id = cost.id, value = cost.num}) + self:showItemGetPop(id, part, cost.id, cost.num) return end end diff --git a/lua/app/ui/dungeon/cell/dungeon_target_cell.lua b/lua/app/ui/dungeon/cell/dungeon_target_cell.lua index c05c95e6..14d129fe 100644 --- a/lua/app/ui/dungeon/cell/dungeon_target_cell.lua +++ b/lua/app/ui/dungeon/cell/dungeon_target_cell.lua @@ -14,10 +14,12 @@ function DungeonTargetCell:init() self.txPowerNum = uiMap["dungeon_target_cell.right.power.tx_num"] end -function DungeonTargetCell:refresh(target, getWay, id) +function DungeonTargetCell:refresh(targetId, targetNum, getWay, id) self.getWay = getWay or self.getWay self.dungeonId = id or self.dungeonId - self.target = target or self.target + if targetId and targetNum then + self.target = {id = targetId, value = targetNum} + end if self.getWay == GConst.DungeonConst.TYPE.WEAPON then self:showWeapon() diff --git a/lua/app/ui/dungeon/item_get_ui.lua b/lua/app/ui/dungeon/item_get_ui.lua index 81de430b..2e651b11 100644 --- a/lua/app/ui/dungeon/item_get_ui.lua +++ b/lua/app/ui/dungeon/item_get_ui.lua @@ -1,5 +1,10 @@ local ItemGetUI = class("ItemGetUI", BaseUI) +local COMMON_MAIN_POSY = 0 +local COMMON_CLOSE_POSY = 280 +local GIFT_MAIN_POSY = 220 +local GIFT_CLOSE_POSY = 140 + function ItemGetUI:isFullScreen() return false end @@ -13,29 +18,52 @@ function ItemGetUI:onPressBackspace() end function ItemGetUI:onClose() + if self.giftCountdownSid then + self.txCountdown:unscheduleGlobal(self.giftCountdownSid) + end end function ItemGetUI:ctor(parmas) - self.target = parmas + self.equipEntity = DataManager.EquipData:getEquip(parmas.heroId, parmas.part) + self.targetId = parmas.id + self.targetNum = parmas.value end function ItemGetUI:onLoadRootComplete() local uiMap = self.root:genAllChildren() - self.txTitle = uiMap["item_get_ui.content.title.tx_title"] self.btnClose = uiMap["item_get_ui.content.btn_close"] + -- 主界面 + self.panelMain = uiMap["item_get_ui.panel_main"] + self.txTitle = uiMap["item_get_ui.content.title.tx_title"] self.rewardCell = uiMap["item_get_ui.content.reward_cell"]:addLuaComponent(GConst.TYPEOF_LUA_CLASS.REWARD_CELL) self.txDesc = uiMap["item_get_ui.content.tx_desc"] self.txGet = uiMap["item_get_ui.content.tx_get"] self.scrollRectComp = uiMap["item_get_ui.content.scroll_view"]:addLuaComponent(GConst.TYPEOF_LUA_CLASS.SCROLL_RECT_BASE) + -- 礼包界面 + self.panelGift = uiMap["item_get_ui.panel_gift"] + self.txGiftTitle = uiMap["item_get_ui.panel_gift.tx_title"] + self.txCountdown = uiMap["item_get_ui.panel_gift.time_node.tx_countdown"] + self.btnBuy = uiMap["item_get_ui.panel_gift.buy_btn"] + self.txBuy = uiMap["item_get_ui.panel_gift.buy_btn.tx_buy"] + self.rewardNodeLayout = uiMap["item_get_ui.panel_gift.item_node"]:getComponent(GConst.TYPEOF_UNITY_CLASS.BF_HORIZONTAL_OR_VERTICAL_LAYOUT) + self.rewardCellList = {} + for i = 1, 4 do + table.insert(self.rewardCellList, CellManager:addCellComp(uiMap["item_get_ui.panel_gift.item_node.pop_reward_cell_" .. i], GConst.TYPEOF_LUA_CLASS.POP_REWARD_CELL)) + end self.scrollRectComp:addInitCallback(function() return "app/ui/dungeon/cell/dungeon_target_cell" end) self.scrollRectComp:addRefreshCallback(function(index, cell) - cell:refresh(self.target, self.wayType, self.wayList[index]) + cell:refresh(self.targetId, self.targetNum, self.wayType, self.wayList[index]) end) + self.btnBuy:addClickListener(function() + if self.giftId then + PayManager:purchasePackage(self.giftId, PayManager.PURCHARSE_TYPE.ACT_GIFT) + end + end) self.btnClose:addClickListener(function() self:closeUI() end) @@ -48,15 +76,18 @@ function ItemGetUI:onLoadRootComplete() self:bind(DataManager.DungeonData:getDungeonDataByType(ModuleManager.MODULE_KEY.DUNGEON_ARMOR), "isDirty", function() self:onRefresh() end) + self:bind(DataManager.EquipData, "isDirty", function() + self:onRefresh() + end) end function ItemGetUI:onRefresh() - self.txTitle:setText(I18N:getText("item", self.target.id, "name")) - self.txDesc:setText(I18N:getText("item", self.target.id, "desc")) + self.txTitle:setText(I18N:getText("item", self.targetId, "name")) + self.txDesc:setText(I18N:getText("item", self.targetId, "desc")) self.txGet:setText(I18N:getGlobalText(I18N.GlobalConst.EQUIP_DESC_23)) - self.rewardCell:refreshItemById(self.target.id) + self.rewardCell:refreshItemById(self.targetId) - local itemCfg = ConfigManager:getConfig("item")[self.target.id] + local itemCfg = ConfigManager:getConfig("item")[self.targetId] if itemCfg == nil or itemCfg.get_way_type == nil or itemCfg.get_way == nil or #itemCfg.get_way == 0 then self:closeUI() return @@ -87,6 +118,46 @@ function ItemGetUI:onRefresh() self.scrollRectComp:clearCells() self.scrollRectComp:refillCells(#self.wayList) + + self:checkShowPanelGift() +end + +-- 展示礼包界面 +function ItemGetUI:checkShowPanelGift() + self.panelGift:setActive(false) + self.panelMain:setAnchoredPositionY(COMMON_MAIN_POSY) + self.btnClose:setAnchoredPositionY(COMMON_CLOSE_POSY) + + self.giftId = DataManager.EquipData:getGiftId(self.equipEntity:getHeroId(), self.equipEntity:getPart()) + if self.giftId == nil then + return + end + + self.panelGift:setActive(true) + self.panelMain:setAnchoredPositionY(GIFT_MAIN_POSY) + self.btnClose:setAnchoredPositionY(GIFT_CLOSE_POSY) + + local gift = DataManager.ShopData:getActGiftConfig()[self.giftId] + self.txBuy:setText(GFunc.getFormatPrice(gift.recharge_id)) + self.txGiftTitle:setText(DataManager.EquipData:getGiftTitle(self.giftId)) + for i, cell in ipairs(self.rewardCellList) do + if gift.reward[i] then + cell:setVisible(true, 0.8) + cell:refresh(gift.reward[i].id, gift.reward[i].num, true) + else + cell:setVisible(false, 0.8) + end + end + self.rewardNodeLayout:RefreshLayout() + + -- 倒计时 + if self.giftCountdownSid then + self.txCountdown:unscheduleGlobal(self.giftCountdownSid) + end + self.txCountdown:setText(GFunc.getTimeStrWithHMS2(DataManager.EquipData:getGiftRemainTime(self.giftId))) + self.giftCountdownSid = self.txCountdown:scheduleGlobal(function() + self.txCountdown:setText(GFunc.getTimeStrWithHMS2(DataManager.EquipData:getGiftRemainTime(self.giftId))) + end, 1) end return ItemGetUI \ No newline at end of file diff --git a/lua/app/ui/hero/armor_info_comp.lua b/lua/app/ui/hero/armor_info_comp.lua index 7451e382..b59f67f0 100644 --- a/lua/app/ui/hero/armor_info_comp.lua +++ b/lua/app/ui/hero/armor_info_comp.lua @@ -189,7 +189,7 @@ function ArmorInfoComp:refreshSelectArmor() end) add:setActive(costNum - haveNum > 0) icon:addClickListener(function() - UIManager:showUI("app/ui/dungeon/item_get_ui", {id = costId, value = costNum - haveNum < 0 and 0 or costNum - haveNum}) + ModuleManager.EquipManager:showItemGetPop(armorEntity:getHeroId(), armorEntity:getPart(), costId, costNum - haveNum < 0 and 0 or costNum - haveNum) end) else costNode:setActive(false) diff --git a/lua/app/ui/hero/weapon_info_comp.lua b/lua/app/ui/hero/weapon_info_comp.lua index 8c66470d..587d3fba 100644 --- a/lua/app/ui/hero/weapon_info_comp.lua +++ b/lua/app/ui/hero/weapon_info_comp.lua @@ -153,7 +153,7 @@ function WeaponInfoComp:refresh() end) add:setActive(costNum - haveNum > 0) icon:addClickListener(function() - UIManager:showUI("app/ui/dungeon/item_get_ui", {id = costId, value = costNum - haveNum < 0 and 0 or costNum - haveNum}) + ModuleManager.EquipManager:showItemGetPop(self.weaponEntity:getHeroId(), self.weaponEntity:getPart(), costId, costNum - haveNum < 0 and 0 or costNum - haveNum) end) else costNode:setActive(false) diff --git a/lua/app/ui/main_city/cell/side_bar_armor_gift_cell.lua b/lua/app/ui/main_city/cell/side_bar_armor_gift_cell.lua index 8e19d62e..a07a9613 100644 --- a/lua/app/ui/main_city/cell/side_bar_armor_gift_cell.lua +++ b/lua/app/ui/main_city/cell/side_bar_armor_gift_cell.lua @@ -1,19 +1,29 @@ local SideBarBaseCellComp = require "app/ui/main_city/cell/side_bar_base_cell" local SideBarArmorGiftCell = class("SideBarArmorGiftCell", SideBarBaseCellComp) -local GIFT_TYPE = PayManager.PURCHARSE_ACT_TYPE.ARMOR_GIFT +local GIFT_TYPE = PayManager.PURCHARSE_ACT_TYPE.ARMOR_UPGRADE_GIFT function SideBarArmorGiftCell:getIsOpen() - return DataManager.ShopData:hasGift(GIFT_TYPE) + -- return DataManager.ShopData:hasGift(GIFT_TYPE) + return #DataManager.EquipData:getGiftIdsByType(GIFT_TYPE) > 0 end function SideBarArmorGiftCell:getSpineName() - return "ui_main_btn_equipgift" + return "ui_main_equipgift" +end + +function SideBarArmorGiftCell:getSpineAnimationName() + return "animation" end function SideBarArmorGiftCell:onClick() - local gift = DataManager.ShopData:getGift(GIFT_TYPE) - if gift then - ModuleManager.ShopManager:showGiftPopUI(PayManager.PURCHARSE_TYPE.ACT_GIFT, gift.id, true, BIReport.PAY_UI_SHOW_TYPE.CLICK_SHOW) + -- local gift = DataManager.ShopData:getGift(GIFT_TYPE) + -- if gift then + -- ModuleManager.ShopManager:showGiftPopUI(PayManager.PURCHARSE_TYPE.ACT_GIFT, gift.id, true, BIReport.PAY_UI_SHOW_TYPE.CLICK_SHOW) + -- end + + local ids = DataManager.EquipData:getGiftIdsByType(GIFT_TYPE) + if #ids > 0 then + ModuleManager.ShopManager:showGiftPopUI(PayManager.PURCHARSE_TYPE.ACT_GIFT, ids, true, BIReport.PAY_UI_SHOW_TYPE.CLICK_SHOW) end end @@ -35,19 +45,26 @@ function SideBarArmorGiftCell:updateTime() end function SideBarArmorGiftCell:_refreshTime() - local gift = DataManager.ShopData:getGift(GIFT_TYPE) - if gift then - local cfgInfo = DataManager.ShopData:getActGiftConfig()[gift.id] - if cfgInfo then - local remainTime = DataManager.ShopData:getGiftRemainTime(GIFT_TYPE) - if remainTime >= 0 then - self.timeTx:setText(GFunc.getTimeStr(remainTime)) - else - self.timeTx:setText("00:00:00") - end - else - self.timeTx:setText("00:00:00") - end + -- local gift = DataManager.ShopData:getGift(GIFT_TYPE) + -- if gift then + -- local cfgInfo = DataManager.ShopData:getActGiftConfig()[gift.id] + -- if cfgInfo then + -- local remainTime = DataManager.ShopData:getGiftRemainTime(GIFT_TYPE) + -- if remainTime >= 0 then + -- self.timeTx:setText(GFunc.getTimeStr(remainTime)) + -- else + -- self.timeTx:setText("00:00:00") + -- end + -- else + -- self.timeTx:setText("00:00:00") + -- end + -- else + -- self.timeTx:setText("00:00:00") + -- end + + local remainTime = DataManager.EquipData:getGiftNearestRemainTime(GIFT_TYPE) + if remainTime >= 0 then + self.timeTx:setText(GFunc.getTimeStr(remainTime)) else self.timeTx:setText("00:00:00") end diff --git a/lua/app/ui/main_city/cell/side_bar_weapon_gift_cell.lua b/lua/app/ui/main_city/cell/side_bar_weapon_gift_cell.lua index 4759a55f..a98ce591 100644 --- a/lua/app/ui/main_city/cell/side_bar_weapon_gift_cell.lua +++ b/lua/app/ui/main_city/cell/side_bar_weapon_gift_cell.lua @@ -1,19 +1,25 @@ local SideBarBaseCellComp = require "app/ui/main_city/cell/side_bar_base_cell" local SideBarWeaponGiftCell = class("SideBarWeaponGiftCell", SideBarBaseCellComp) -local GIFT_TYPE = PayManager.PURCHARSE_ACT_TYPE.WEAPON_GIFT +local GIFT_TYPE = PayManager.PURCHARSE_ACT_TYPE.WEAPON_UPGRADE_GIFT function SideBarWeaponGiftCell:getIsOpen() - return DataManager.ShopData:hasGift(GIFT_TYPE) + -- return DataManager.ShopData:hasGift(GIFT_TYPE) + return #DataManager.EquipData:getGiftIdsByType(GIFT_TYPE) > 0 end function SideBarWeaponGiftCell:getSpineName() - return "ui_main_btn_weapongift" + return "ui_main_weapon" end function SideBarWeaponGiftCell:onClick() - local gift = DataManager.ShopData:getGift(GIFT_TYPE) - if gift then - ModuleManager.ShopManager:showGiftPopUI(PayManager.PURCHARSE_TYPE.ACT_GIFT, gift.id, true, BIReport.PAY_UI_SHOW_TYPE.CLICK_SHOW) + -- local gift = DataManager.ShopData:getGift(GIFT_TYPE) + -- if gift then + -- ModuleManager.ShopManager:showGiftPopUI(PayManager.PURCHARSE_TYPE.ACT_GIFT, gift.id, true, BIReport.PAY_UI_SHOW_TYPE.CLICK_SHOW) + -- end + + local ids = DataManager.EquipData:getGiftIdsByType(GIFT_TYPE) + if #ids > 0 then + ModuleManager.ShopManager:showGiftPopUI(PayManager.PURCHARSE_TYPE.ACT_GIFT, ids, true, BIReport.PAY_UI_SHOW_TYPE.CLICK_SHOW) end end @@ -35,19 +41,26 @@ function SideBarWeaponGiftCell:updateTime() end function SideBarWeaponGiftCell:_refreshTime() - local gift = DataManager.ShopData:getGift(GIFT_TYPE) - if gift then - local cfgInfo = DataManager.ShopData:getActGiftConfig()[gift.id] - if cfgInfo then - local remainTime = DataManager.ShopData:getGiftRemainTime(GIFT_TYPE) - if remainTime >= 0 then - self.timeTx:setText(GFunc.getTimeStr(remainTime)) - else - self.timeTx:setText("00:00:00") - end - else - self.timeTx:setText("00:00:00") - end + -- local gift = DataManager.ShopData:getGift(GIFT_TYPE) + -- if gift then + -- local cfgInfo = DataManager.ShopData:getActGiftConfig()[gift.id] + -- if cfgInfo then + -- local remainTime = DataManager.ShopData:getGiftRemainTime(GIFT_TYPE) + -- if remainTime >= 0 then + -- self.timeTx:setText(GFunc.getTimeStr(remainTime)) + -- else + -- self.timeTx:setText("00:00:00") + -- end + -- else + -- self.timeTx:setText("00:00:00") + -- end + -- else + -- self.timeTx:setText("00:00:00") + -- end + + local remainTime = DataManager.EquipData:getGiftNearestRemainTime(GIFT_TYPE) + if remainTime >= 0 then + self.timeTx:setText(GFunc.getTimeStr(remainTime)) else self.timeTx:setText("00:00:00") end diff --git a/lua/app/ui/shop/gift_pop_ui.lua b/lua/app/ui/shop/gift_pop_ui.lua index cb579f21..4061109c 100644 --- a/lua/app/ui/shop/gift_pop_ui.lua +++ b/lua/app/ui/shop/gift_pop_ui.lua @@ -8,6 +8,8 @@ local GIFT_BG_NAME = { [PayManager.PURCHARSE_ACT_TYPE.COIN_GIFT] = "assets/arts/textures/background/shop/shop_gift_bg_1.png", [PayManager.PURCHARSE_ACT_TYPE.WEAPON_GIFT] = "assets/arts/textures/background/shop/shop_gift_bg_2.png", [PayManager.PURCHARSE_ACT_TYPE.ARMOR_GIFT] = "assets/arts/textures/background/shop/shop_gift_bg_2.png", + [PayManager.PURCHARSE_ACT_TYPE.WEAPON_UPGRADE_GIFT] = "assets/arts/textures/background/shop/shop_gift_bg_2.png", + [PayManager.PURCHARSE_ACT_TYPE.ARMOR_UPGRADE_GIFT] = "assets/arts/textures/background/shop/shop_gift_bg_2.png", }, [PayManager.PURCHARSE_TYPE.CHAPTER_GIFT] = "assets/arts/textures/background/shop/shop_gift_bg_1.png", [PayManager.PURCHARSE_TYPE.GROW_UP_GIFT_NEW] = "assets/arts/textures/background/shop/shop_gift_bg_1.png", @@ -21,6 +23,8 @@ local GIFT_BG_BANNER_NAME = { [PayManager.PURCHARSE_ACT_TYPE.COIN_GIFT] = "assets/arts/textures/background/shop/shop_gift_banner_6_1.png", [PayManager.PURCHARSE_ACT_TYPE.WEAPON_GIFT] = "assets/arts/textures/background/shop/shop_gift_banner_8_2.png", [PayManager.PURCHARSE_ACT_TYPE.ARMOR_GIFT] = "assets/arts/textures/background/shop/shop_gift_banner_7_2.png", + [PayManager.PURCHARSE_ACT_TYPE.WEAPON_UPGRADE_GIFT] = "assets/arts/textures/background/shop/shop_gift_banner_8_2.png", + [PayManager.PURCHARSE_ACT_TYPE.ARMOR_UPGRADE_GIFT] = "assets/arts/textures/background/shop/shop_gift_banner_7_2.png", }, [PayManager.PURCHARSE_TYPE.CHAPTER_GIFT] = "assets/arts/textures/background/shop/shop_gift_banner_2_1.png", [PayManager.PURCHARSE_TYPE.GROW_UP_GIFT_NEW] = "assets/arts/textures/background/shop/shop_gift_banner_5_1.png", @@ -45,10 +49,14 @@ function GiftPopUI:ctor(params) params = params or {} self.actType = params.type - self.actId = params.id + if type(params.id) == "table" then + self.actIds = params.id + self.actId = self.actIds[1] + else + self.actId = params.id + end self.onlySelf = params.onlySelf -- 有此标记时 关闭直接关闭界面 self.showType = params.showType - self.buyCount = DataManager.ShopData:getGiftBoughtNum(self.actType, self.actId) -- 触发时该礼包的购买数量 end function GiftPopUI:isFullScreen() @@ -93,6 +101,30 @@ function GiftPopUI:onLoadRootComplete() self.buyBtnTx = self.uiMap["gift_pop_ui.bg.buy_btn.text"] self.buyBtnIcon = self.uiMap["gift_pop_ui.bg.buy_btn.icon"] + -- 界面切换 + self.nodeSwitch = self.uiMap["gift_pop_ui.switch_node"] + self.btnRight = self.uiMap["gift_pop_ui.switch_node.btn_right"] + self.btnLeft = self.uiMap["gift_pop_ui.switch_node.btn_left"] + self.pointsRoot = self.uiMap["gift_pop_ui.switch_node.points"]:getComponent(GConst.TYPEOF_UNITY_CLASS.BF_HORIZONTAL_OR_VERTICAL_LAYOUT) + self.points = {} + for i = 1, 10 do + table.insert(self.points, self.uiMap["gift_pop_ui.switch_node.points.point_" .. i]) + end + + self.btnRight:addClickListener(function() + local idx = table.indexof(self.actIds, self.actId) + if idx and idx + 1 <= #self.actIds then + self.actId = self.actIds[idx + 1] + end + self:refresh() + end) + self.btnLeft:addClickListener(function() + local idx = table.indexof(self.actIds, self.actId) + if idx and idx - 1 > 0 then + self.actId = self.actIds[idx - 1] + end + self:refresh() + end) self.buyBtn:addClickListener(function() self:onClickGift() end) @@ -118,15 +150,22 @@ function GiftPopUI:refresh(needCheck) self:checkNextPopGiftOrClose() return end + else + self.buyCount = DataManager.ShopData:getGiftBoughtNum(self.actType, self.actId) -- 触发时该礼包的购买数量 end + if self.actType == PayManager.PURCHARSE_TYPE.ACT_GIFT then - local type = PayManager:getGiftConfigInfo(self.actType, self.actId).type - self.titleTx:setText(I18N:getGlobalText(GIFT_TITLE_TEXT[self.actType][type])) + local giftType = PayManager:getGiftConfigInfo(self.actType, self.actId).type + if giftType == PayManager.PURCHARSE_ACT_TYPE.WEAPON_UPGRADE_GIFT or giftType == PayManager.PURCHARSE_ACT_TYPE.ARMOR_UPGRADE_GIFT then + self.titleTx:setText(DataManager.EquipData:getGiftTitle(self.actId)) + else + self.titleTx:setText(I18N:getGlobalText(GIFT_TITLE_TEXT[self.actType][giftType])) + end self.banner:setVisible(false) - self.banner:setTexture(GIFT_BG_BANNER_NAME[self.actType][type], function() + self.banner:setTexture(GIFT_BG_BANNER_NAME[self.actType][giftType], function() self.banner:setVisible(true) end) - self.bg:setTexture(GIFT_BG_NAME[self.actType][type]) + self.bg:setTexture(GIFT_BG_NAME[self.actType][giftType]) else self.titleTx:setText(I18N:getGlobalText(GIFT_TITLE_TEXT[self.actType])) self.banner:setVisible(false) @@ -188,6 +227,7 @@ function GiftPopUI:refresh(needCheck) BIReport:postPayUIShow(giftType, self.actId, self.showType) self:updateTime() + self:showSwitch() end function GiftPopUI:updateTime() @@ -214,6 +254,14 @@ function GiftPopUI:updateTime() self:checkNextPopGiftOrClose() end self.timeText:setText(Time:formatNumTime(remainTime)) + elseif cfgInfo and (cfgInfo.type == PayManager.PURCHARSE_ACT_TYPE.WEAPON_UPGRADE_GIFT or cfgInfo.type == PayManager.PURCHARSE_ACT_TYPE.ARMOR_UPGRADE_GIFT) then-- 新装备礼包 + hasTime = true + local remainTime = DataManager.EquipData:getGiftRemainTime(self.actId) + if remainTime <= 0 then + remainTime = 0 + self:checkNextPopGiftOrClose() + end + self.timeText:setText(Time:formatNumTime(remainTime)) end end elseif self.actType == PayManager.PURCHARSE_TYPE.GROW_UP_GIFT_NEW then -- 成长礼包 @@ -259,4 +307,27 @@ function GiftPopUI:checkNextPopGiftOrClose() end end +-- 显示切换相关内容 +function GiftPopUI:showSwitch() + if self.actIds == nil or #self.actIds <= 1 then + self.nodeSwitch:setActive(false) + return + end + + self.nodeSwitch:setActive(true) + local curIdx = table.indexof(self.actIds, self.actId) + self.btnRight:setActive(curIdx < #self.actIds) + self.btnLeft:setActive(curIdx > 1) + + for index, item in ipairs(self.points) do + if self.actIds[index] then + item:setActive(true) + item:getComponent(GConst.TYPEOF_UNITY_CLASS.CANVAS_GROUP).alpha = self.actIds[index] == self.actId and 1 or 0.5 + else + item:setActive(false) + end + end + self.pointsRoot:RefreshLayout() +end + return GiftPopUI \ No newline at end of file diff --git a/lua/app/userdata/equip/equip_data.lua b/lua/app/userdata/equip/equip_data.lua index b1cc2566..58383658 100644 --- a/lua/app/userdata/equip/equip_data.lua +++ b/lua/app/userdata/equip/equip_data.lua @@ -140,4 +140,122 @@ function EquipData:onUpgradeEquip(heroId, part) DataManager.HeroData:getHeroById(heroId):onEquipAttrChange() end +-- 装备礼包相关 ----------------------------------------------------------------------------- + +-- 初始化礼包信息 +function EquipData:initGifts(data) + self.gifts = data.active_gifts or GConst.EMPTY_TABLE + + Logger.logHighlight("初始化装备礼包") + Logger.printTable(self.gifts) + + ModuleManager.EquipManager:updateEquipGiftTimer() + self:setDirty() +end + +-- 获取礼包最近的结束时间 +function EquipData:getGiftNearestRemainTime(actType) + local checkList = actType ~= nil and self:getGiftIdsByType(actType) or table.keys(self.gifts) + local nearest = nil + + for idx, id in pairs(checkList) do + local time = self:getGiftRemainTime(id) + if nearest == nil or nearest > time then + nearest = time + end + end + + return nearest +end + +-- 获取所有存在的该类型礼包 +function EquipData:getGiftIdsByType(actType) + local ids = {} + for id, trigger in pairs(self.gifts) do + local cfg = DataManager.ShopData:getActGiftConfig()[id] + if cfg and actType == cfg.type and self:getGiftRemainTime(id) > 0 then + table.insert(ids, id) + end + end + table.sort(ids, function(a, b) return a > b end) + + return ids +end + +-- 获取当前存在的对应礼包 +function EquipData:getGiftId(heroId, part) + local giftType + if part == GConst.EquipConst.PART_TYPE.WEAPON then + giftType = PayManager.PURCHARSE_ACT_TYPE.WEAPON_UPGRADE_GIFT + else + giftType = PayManager.PURCHARSE_ACT_TYPE.ARMOR_UPGRADE_GIFT + end + + if giftType == nil then + return nil + end + + local level = DataManager.EquipData:getEquip(heroId, part):getLevel() + for idx, id in pairs(self:getGiftIdsByType(giftType)) do + if self:meetGiftLevelRange(id, level) and self:getGiftRemainTime(id) > 0 then + return id + end + end + + return nil +end + +-- 是否满足礼包的等级条件 +function EquipData:meetGiftLevelRange(giftId, level) + local cfg = DataManager.ShopData:getActGiftConfig()[giftId] + if cfg == nil or cfg.parameter_pro == nil then + return + end + + return level >= cfg.parameter_pro[1] and level <= cfg.parameter_pro[2] +end + +-- 获取礼包剩余时间 +function EquipData:getGiftRemainTime(giftId) + if self.gifts[giftId] == nil then + return 0 + end + + local cfg = DataManager.ShopData:getActGiftConfig()[giftId] + if cfg == nil then + return 0 + end + + local duration = cfg.limit_time * 60 * 60 + + return (self.gifts[giftId] // 1000) + duration - Time:getServerTime() +end + +-- 获取礼包显示的标题 +function EquipData:getGiftTitle(giftId) + local gift = DataManager.ShopData:getActGiftConfig()[giftId] + if gift == nil then + return nil + 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) + 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 +end + +-- 礼包状态改变 +function EquipData:onGiftStateChange() + Logger.logHighlight("装备礼包状态改变") + self:setDirty() +end + +-- 购买礼包成功 +function EquipData:onBuyGiftSuccess(giftId) + Logger.logHighlight("购买装备礼包成功:"..giftId) + self.gifts[giftId] = nil + self:setDirty() +end + return EquipData \ No newline at end of file diff --git a/lua/app/userdata/shop/shop_data.lua b/lua/app/userdata/shop/shop_data.lua index da8f5b80..a9d06896 100644 --- a/lua/app/userdata/shop/shop_data.lua +++ b/lua/app/userdata/shop/shop_data.lua @@ -56,6 +56,18 @@ function ShopData:getActGiftConfig() return ConfigManager:getConfig("act_gift") end +-- 获取配置的所有该类型的礼包 +function ShopData:getGiftsByType(giftType) + local gifts = {} + for id, data in pairs(DataManager.ShopData:getActGiftConfig()) do + if data.type == giftType then + gifts[id] = data + end + end + + return gifts +end + -- 已购买的礼包 function ShopData:getActGiftMap() return self.giftMap @@ -114,6 +126,8 @@ function ShopData:updateGiftInfo(gift) DataManager.ArenaData:onBoughtGift(giftId) elseif cfg[giftId].type == PayManager.PURCHARSE_ACT_TYPE.WEAPON_GIFT or cfg[giftId].type == PayManager.PURCHARSE_ACT_TYPE.ARMOR_GIFT then self:onGiftBuySuccess(cfg[giftId].type) + elseif cfg[giftId].type == PayManager.PURCHARSE_ACT_TYPE.WEAPON_UPGRADE_GIFT or cfg[giftId].type == PayManager.PURCHARSE_ACT_TYPE.ARMOR_UPGRADE_GIFT then + DataManager.EquipData:onBuyGiftSuccess(giftId) elseif cfg[giftId].type == PayManager.PURCHARSE_ACT_TYPE.ACT_SUMMER then DataManager.ActivityData:onBuyBountyGrade(giftId) end