diff --git a/lua/app/config/act_growup_gift_new.lua b/lua/app/config/act_growup_gift_new.lua new file mode 100644 index 00000000..e24687c1 --- /dev/null +++ b/lua/app/config/act_growup_gift_new.lua @@ -0,0 +1,216 @@ +local act_growup_gift_new = { + [10105]={ + ["before_id"]=10105, + ["next_id"]=10205, + ["recharge_id"]=7, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=100, + ["num_for_nothing"]="Vwhc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=5000, + ["num_for_nothing"]="UwhcAw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=6, + ["id_for_nothing"]="UA==", + ["num"]=8, + ["num_for_nothing"]="Xg==" + } + }, + ["limit_time"]=3, + ["cd"]=12, + ["limit"]=1, + ["value"]=800 + }, + [10205]={ + ["before_id"]=10105, + ["next_id"]=10305, + ["recharge_id"]=10, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=150, + ["num_for_nothing"]="Vw1c" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=10000, + ["num_for_nothing"]="VwhcA2U=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=6, + ["id_for_nothing"]="UA==", + ["num"]=12, + ["num_for_nothing"]="Vwo=" + } + }, + ["limit_time"]=3, + ["cd"]=12, + ["limit"]=1, + ["value"]=800 + }, + [10305]={ + ["before_id"]=10205, + ["next_id"]=10405, + ["recharge_id"]=13, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=300, + ["num_for_nothing"]="VQhc" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=18000, + ["num_for_nothing"]="VwBcA2U=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=6, + ["id_for_nothing"]="UA==", + ["num"]=24, + ["num_for_nothing"]="VAw=" + } + }, + ["limit_time"]=3, + ["cd"]=12, + ["limit"]=1, + ["value"]=800 + }, + [10405]={ + ["before_id"]=10305, + ["next_id"]=10505, + ["recharge_id"]=15, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=450, + ["num_for_nothing"]="Ug1c" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=24000, + ["num_for_nothing"]="VAxcA2U=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=6, + ["id_for_nothing"]="UA==", + ["num"]=36, + ["num_for_nothing"]="VQ4=" + } + }, + ["limit_time"]=3, + ["cd"]=12, + ["limit"]=1, + ["value"]=800 + }, + [10505]={ + ["before_id"]=10405, + ["next_id"]=10605, + ["recharge_id"]=17, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=1000, + ["num_for_nothing"]="VwhcAw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=34000, + ["num_for_nothing"]="VQxcA2U=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=6, + ["id_for_nothing"]="UA==", + ["num"]=96, + ["num_for_nothing"]="Xw4=" + } + }, + ["limit_time"]=3, + ["cd"]=12, + ["limit"]=1, + ["value"]=800 + }, + [10605]={ + ["before_id"]=10505, + ["next_id"]=10605, + ["recharge_id"]=18, + ["reward"]={ + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=1500, + ["num_for_nothing"]="Vw1cAw==" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=42000, + ["num_for_nothing"]="UgpcA2U=" + }, + { + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=6, + ["id_for_nothing"]="UA==", + ["num"]=138, + ["num_for_nothing"]="VwtU" + } + }, + ["limit_time"]=3, + ["cd"]=12, + ["limit"]=1, + ["value"]=800 + } +} +local config = { +data=act_growup_gift_new,count=6 +} +return config \ No newline at end of file diff --git a/lua/app/config/act_growup_gift_new.lua.meta b/lua/app/config/act_growup_gift_new.lua.meta new file mode 100644 index 00000000..da31418e --- /dev/null +++ b/lua/app/config/act_growup_gift_new.lua.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: c44451c35b355aa438b34e5700d4e237 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3} diff --git a/lua/app/config/arena_bounty_level.lua b/lua/app/config/arena_bounty_level.lua index ea57710c..d25c2d9b 100644 --- a/lua/app/config/arena_bounty_level.lua +++ b/lua/app/config/arena_bounty_level.lua @@ -113,8 +113,8 @@ local arena_bounty_level = { ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=10, - ["id_for_nothing"]="Vwg=", + ["id"]=18, + ["id_for_nothing"]="VwA=", ["num"]=1, ["num_for_nothing"]="Vw==" } @@ -261,6 +261,26 @@ local arena_bounty_level = { } }, [114]={ + ["season"]=1, + ["exp"]=150, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=13, + ["id_for_nothing"]="Vws=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=13, + ["id_for_nothing"]="Vws=", + ["num"]=2, + ["num_for_nothing"]="VA==" + } + }, + [115]={ ["season"]=1, ["exp"]=150, ["reward"]={ @@ -280,26 +300,6 @@ local arena_bounty_level = { ["num_for_nothing"]="Vw==" } }, - [115]={ - ["season"]=1, - ["exp"]=150, - ["reward"]={ - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=13, - ["id_for_nothing"]="Vws=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - ["reward_pro"]={ - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=10, - ["id_for_nothing"]="Vwg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - }, [116]={ ["season"]=1, ["exp"]=150, @@ -366,18 +366,18 @@ local arena_bounty_level = { ["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"]=500, + ["num_for_nothing"]="Uwhc" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=10, - ["id_for_nothing"]="Vwg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=1500, + ["num_for_nothing"]="Vw1cAw==" } }, [120]={ @@ -467,18 +467,18 @@ local arena_bounty_level = { ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=10, - ["id_for_nothing"]="Vwg=", + ["id"]=13, + ["id_for_nothing"]="Vws=", ["num"]=1, ["num_for_nothing"]="Vw==" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=18, - ["id_for_nothing"]="VwA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["id"]=13, + ["id_for_nothing"]="Vws=", + ["num"]=2, + ["num_for_nothing"]="VA==" } }, [125]={ @@ -487,8 +487,8 @@ local arena_bounty_level = { ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=13, - ["id_for_nothing"]="Vws=", + ["id"]=10, + ["id_for_nothing"]="Vwg=", ["num"]=1, ["num_for_nothing"]="Vw==" }, @@ -567,18 +567,18 @@ local arena_bounty_level = { ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=50, - ["num_for_nothing"]="Uwg=" + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=500, + ["num_for_nothing"]="Uwhc" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=2, ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" + ["num"]=100, + ["num_for_nothing"]="Vwhc" } }, [130]={ @@ -587,10 +587,10 @@ local arena_bounty_level = { ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=11, - ["id_for_nothing"]="Vwk=", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=50, + ["num_for_nothing"]="Uwg=" }, ["reward_pro"]={ ["type"]=1, @@ -676,8 +676,8 @@ local arena_bounty_level = { ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=18, - ["id_for_nothing"]="VwA=", + ["id"]=10, + ["id_for_nothing"]="Vwg=", ["num"]=1, ["num_for_nothing"]="Vw==" } @@ -696,8 +696,8 @@ local arena_bounty_level = { ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=10, - ["id_for_nothing"]="Vwg=", + ["id"]=18, + ["id_for_nothing"]="VwA=", ["num"]=1, ["num_for_nothing"]="Vw==" } @@ -869,16 +869,16 @@ local arena_bounty_level = { ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=11, - ["id_for_nothing"]="Vwk=", + ["id"]=8, + ["id_for_nothing"]="Xg==", ["num"]=1, ["num_for_nothing"]="Vw==" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=18, - ["id_for_nothing"]="VwA=", + ["id"]=9, + ["id_for_nothing"]="Xw==", ["num"]=1, ["num_for_nothing"]="Vw==" } @@ -897,8 +897,8 @@ local arena_bounty_level = { ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=10, - ["id_for_nothing"]="Vwg=", + ["id"]=18, + ["id_for_nothing"]="VwA=", ["num"]=1, ["num_for_nothing"]="Vw==" } @@ -1070,16 +1070,16 @@ local arena_bounty_level = { ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=11, - ["id_for_nothing"]="Vwk=", + ["id"]=8, + ["id_for_nothing"]="Xg==", ["num"]=1, ["num_for_nothing"]="Vw==" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=18, - ["id_for_nothing"]="VwA=", + ["id"]=9, + ["id_for_nothing"]="Xw==", ["num"]=1, ["num_for_nothing"]="Vw==" } @@ -1098,8 +1098,8 @@ local arena_bounty_level = { ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=10, - ["id_for_nothing"]="Vwg=", + ["id"]=18, + ["id_for_nothing"]="VwA=", ["num"]=1, ["num_for_nothing"]="Vw==" } @@ -1271,16 +1271,16 @@ local arena_bounty_level = { ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=11, - ["id_for_nothing"]="Vwk=", + ["id"]=8, + ["id_for_nothing"]="Xg==", ["num"]=1, ["num_for_nothing"]="Vw==" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=18, - ["id_for_nothing"]="VwA=", + ["id"]=9, + ["id_for_nothing"]="Xw==", ["num"]=1, ["num_for_nothing"]="Vw==" } @@ -1299,8 +1299,8 @@ local arena_bounty_level = { ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=10, - ["id_for_nothing"]="Vwg=", + ["id"]=18, + ["id_for_nothing"]="VwA=", ["num"]=1, ["num_for_nothing"]="Vw==" } @@ -1472,16 +1472,16 @@ local arena_bounty_level = { ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=11, - ["id_for_nothing"]="Vwk=", + ["id"]=8, + ["id_for_nothing"]="Xg==", ["num"]=1, ["num_for_nothing"]="Vw==" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=18, - ["id_for_nothing"]="VwA=", + ["id"]=9, + ["id_for_nothing"]="Xw==", ["num"]=1, ["num_for_nothing"]="Vw==" } @@ -1500,8 +1500,8 @@ local arena_bounty_level = { ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=10, - ["id_for_nothing"]="Vwg=", + ["id"]=18, + ["id_for_nothing"]="VwA=", ["num"]=1, ["num_for_nothing"]="Vw==" } @@ -1633,8 +1633,8 @@ local arena_bounty_level = { ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=18, - ["id_for_nothing"]="VwA=", + ["id"]=23, + ["id_for_nothing"]="VAs=", ["num"]=1, ["num_for_nothing"]="Vw==" } @@ -1733,8 +1733,8 @@ local arena_bounty_level = { ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=10, - ["id_for_nothing"]="Vwg=", + ["id"]=18, + ["id_for_nothing"]="VwA=", ["num"]=1, ["num_for_nothing"]="Vw==" } @@ -1881,6 +1881,26 @@ local arena_bounty_level = { } }, [214]={ + ["season"]=2, + ["exp"]=150, + ["reward"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=13, + ["id_for_nothing"]="Vws=", + ["num"]=1, + ["num_for_nothing"]="Vw==" + }, + ["reward_pro"]={ + ["type"]=1, + ["type_for_nothing"]="Vw==", + ["id"]=13, + ["id_for_nothing"]="Vws=", + ["num"]=2, + ["num_for_nothing"]="VA==" + } + }, + [215]={ ["season"]=2, ["exp"]=150, ["reward"]={ @@ -1900,26 +1920,6 @@ local arena_bounty_level = { ["num_for_nothing"]="Vw==" } }, - [215]={ - ["season"]=2, - ["exp"]=150, - ["reward"]={ - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=13, - ["id_for_nothing"]="Vws=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - }, - ["reward_pro"]={ - ["type"]=1, - ["type_for_nothing"]="Vw==", - ["id"]=10, - ["id_for_nothing"]="Vwg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" - } - }, [216]={ ["season"]=2, ["exp"]=150, @@ -1986,18 +1986,18 @@ local arena_bounty_level = { ["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"]=500, + ["num_for_nothing"]="Uwhc" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=10, - ["id_for_nothing"]="Vwg=", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=1500, + ["num_for_nothing"]="Vw1cAw==" } }, [220]={ @@ -2087,18 +2087,18 @@ local arena_bounty_level = { ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=10, - ["id_for_nothing"]="Vwg=", + ["id"]=13, + ["id_for_nothing"]="Vws=", ["num"]=1, ["num_for_nothing"]="Vw==" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=18, - ["id_for_nothing"]="VwA=", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["id"]=13, + ["id_for_nothing"]="Vws=", + ["num"]=2, + ["num_for_nothing"]="VA==" } }, [225]={ @@ -2107,8 +2107,8 @@ local arena_bounty_level = { ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=13, - ["id_for_nothing"]="Vws=", + ["id"]=10, + ["id_for_nothing"]="Vwg=", ["num"]=1, ["num_for_nothing"]="Vw==" }, @@ -2187,18 +2187,18 @@ local arena_bounty_level = { ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=2, - ["id_for_nothing"]="VA==", - ["num"]=50, - ["num_for_nothing"]="Uwg=" + ["id"]=1, + ["id_for_nothing"]="Vw==", + ["num"]=500, + ["num_for_nothing"]="Uwhc" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", ["id"]=2, ["id_for_nothing"]="VA==", - ["num"]=200, - ["num_for_nothing"]="VAhc" + ["num"]=100, + ["num_for_nothing"]="Vwhc" } }, [230]={ @@ -2207,10 +2207,10 @@ local arena_bounty_level = { ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=11, - ["id_for_nothing"]="Vwk=", - ["num"]=1, - ["num_for_nothing"]="Vw==" + ["id"]=2, + ["id_for_nothing"]="VA==", + ["num"]=50, + ["num_for_nothing"]="Uwg=" }, ["reward_pro"]={ ["type"]=1, @@ -2296,8 +2296,8 @@ local arena_bounty_level = { ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=18, - ["id_for_nothing"]="VwA=", + ["id"]=10, + ["id_for_nothing"]="Vwg=", ["num"]=1, ["num_for_nothing"]="Vw==" } @@ -2316,8 +2316,8 @@ local arena_bounty_level = { ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=10, - ["id_for_nothing"]="Vwg=", + ["id"]=18, + ["id_for_nothing"]="VwA=", ["num"]=1, ["num_for_nothing"]="Vw==" } @@ -2489,16 +2489,16 @@ local arena_bounty_level = { ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=11, - ["id_for_nothing"]="Vwk=", + ["id"]=8, + ["id_for_nothing"]="Xg==", ["num"]=1, ["num_for_nothing"]="Vw==" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=18, - ["id_for_nothing"]="VwA=", + ["id"]=9, + ["id_for_nothing"]="Xw==", ["num"]=1, ["num_for_nothing"]="Vw==" } @@ -2517,8 +2517,8 @@ local arena_bounty_level = { ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=10, - ["id_for_nothing"]="Vwg=", + ["id"]=18, + ["id_for_nothing"]="VwA=", ["num"]=1, ["num_for_nothing"]="Vw==" } @@ -2690,16 +2690,16 @@ local arena_bounty_level = { ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=11, - ["id_for_nothing"]="Vwk=", + ["id"]=8, + ["id_for_nothing"]="Xg==", ["num"]=1, ["num_for_nothing"]="Vw==" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=18, - ["id_for_nothing"]="VwA=", + ["id"]=9, + ["id_for_nothing"]="Xw==", ["num"]=1, ["num_for_nothing"]="Vw==" } @@ -2718,8 +2718,8 @@ local arena_bounty_level = { ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=10, - ["id_for_nothing"]="Vwg=", + ["id"]=18, + ["id_for_nothing"]="VwA=", ["num"]=1, ["num_for_nothing"]="Vw==" } @@ -2891,16 +2891,16 @@ local arena_bounty_level = { ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=11, - ["id_for_nothing"]="Vwk=", + ["id"]=8, + ["id_for_nothing"]="Xg==", ["num"]=1, ["num_for_nothing"]="Vw==" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=18, - ["id_for_nothing"]="VwA=", + ["id"]=9, + ["id_for_nothing"]="Xw==", ["num"]=1, ["num_for_nothing"]="Vw==" } @@ -2919,8 +2919,8 @@ local arena_bounty_level = { ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=10, - ["id_for_nothing"]="Vwg=", + ["id"]=18, + ["id_for_nothing"]="VwA=", ["num"]=1, ["num_for_nothing"]="Vw==" } @@ -3092,16 +3092,16 @@ local arena_bounty_level = { ["reward"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=11, - ["id_for_nothing"]="Vwk=", + ["id"]=8, + ["id_for_nothing"]="Xg==", ["num"]=1, ["num_for_nothing"]="Vw==" }, ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=18, - ["id_for_nothing"]="VwA=", + ["id"]=9, + ["id_for_nothing"]="Xw==", ["num"]=1, ["num_for_nothing"]="Vw==" } @@ -3120,8 +3120,8 @@ local arena_bounty_level = { ["reward_pro"]={ ["type"]=1, ["type_for_nothing"]="Vw==", - ["id"]=10, - ["id_for_nothing"]="Vwg=", + ["id"]=18, + ["id_for_nothing"]="VwA=", ["num"]=1, ["num_for_nothing"]="Vw==" } diff --git a/lua/app/config/arena_rank.lua b/lua/app/config/arena_rank.lua index 88f54eee..13eeb758 100644 --- a/lua/app/config/arena_rank.lua +++ b/lua/app/config/arena_rank.lua @@ -39,8 +39,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=60, - ["num_for_nothing"]="UAg=" + ["num"]=80, + ["num_for_nothing"]="Xgg=" } }, ["lose_reward"]={ @@ -57,8 +57,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=40, - ["num_for_nothing"]="Ugg=" + ["num"]=53, + ["num_for_nothing"]="Uws=" } }, ["win_adbox"]={ @@ -205,8 +205,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=60, - ["num_for_nothing"]="UAg=" + ["num"]=80, + ["num_for_nothing"]="Xgg=" } }, ["lose_reward"]={ @@ -223,8 +223,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=40, - ["num_for_nothing"]="Ugg=" + ["num"]=53, + ["num_for_nothing"]="Uws=" } }, ["win_adbox"]={ @@ -371,8 +371,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=60, - ["num_for_nothing"]="UAg=" + ["num"]=80, + ["num_for_nothing"]="Xgg=" } }, ["lose_reward"]={ @@ -389,8 +389,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=40, - ["num_for_nothing"]="Ugg=" + ["num"]=53, + ["num_for_nothing"]="Uws=" } }, ["win_adbox"]={ @@ -545,8 +545,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=64, - ["num_for_nothing"]="UAw=" + ["num"]=84, + ["num_for_nothing"]="Xgw=" } }, ["lose_reward"]={ @@ -563,8 +563,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=42, - ["num_for_nothing"]="Ugo=" + ["num"]=55, + ["num_for_nothing"]="Uw0=" } }, ["win_adbox"]={ @@ -719,8 +719,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=64, - ["num_for_nothing"]="UAw=" + ["num"]=84, + ["num_for_nothing"]="Xgw=" } }, ["lose_reward"]={ @@ -737,8 +737,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=42, - ["num_for_nothing"]="Ugo=" + ["num"]=55, + ["num_for_nothing"]="Uw0=" } }, ["win_adbox"]={ @@ -893,8 +893,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=64, - ["num_for_nothing"]="UAw=" + ["num"]=84, + ["num_for_nothing"]="Xgw=" } }, ["lose_reward"]={ @@ -911,8 +911,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=42, - ["num_for_nothing"]="Ugo=" + ["num"]=55, + ["num_for_nothing"]="Uw0=" } }, ["win_adbox"]={ @@ -1067,8 +1067,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=64, - ["num_for_nothing"]="UAw=" + ["num"]=84, + ["num_for_nothing"]="Xgw=" } }, ["lose_reward"]={ @@ -1085,8 +1085,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=42, - ["num_for_nothing"]="Ugo=" + ["num"]=55, + ["num_for_nothing"]="Uw0=" } }, ["win_adbox"]={ @@ -1241,8 +1241,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=68, - ["num_for_nothing"]="UAA=" + ["num"]=88, + ["num_for_nothing"]="XgA=" } }, ["lose_reward"]={ @@ -1259,8 +1259,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=45, - ["num_for_nothing"]="Ug0=" + ["num"]=58, + ["num_for_nothing"]="UwA=" } }, ["win_adbox"]={ @@ -1415,8 +1415,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=68, - ["num_for_nothing"]="UAA=" + ["num"]=88, + ["num_for_nothing"]="XgA=" } }, ["lose_reward"]={ @@ -1433,8 +1433,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=45, - ["num_for_nothing"]="Ug0=" + ["num"]=58, + ["num_for_nothing"]="UwA=" } }, ["win_adbox"]={ @@ -1589,8 +1589,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=68, - ["num_for_nothing"]="UAA=" + ["num"]=88, + ["num_for_nothing"]="XgA=" } }, ["lose_reward"]={ @@ -1607,8 +1607,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=45, - ["num_for_nothing"]="Ug0=" + ["num"]=58, + ["num_for_nothing"]="UwA=" } }, ["win_adbox"]={ @@ -1763,8 +1763,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=68, - ["num_for_nothing"]="UAA=" + ["num"]=88, + ["num_for_nothing"]="XgA=" } }, ["lose_reward"]={ @@ -1781,8 +1781,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=45, - ["num_for_nothing"]="Ug0=" + ["num"]=58, + ["num_for_nothing"]="UwA=" } }, ["win_adbox"]={ @@ -1937,8 +1937,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=68, - ["num_for_nothing"]="UAA=" + ["num"]=88, + ["num_for_nothing"]="XgA=" } }, ["lose_reward"]={ @@ -1955,8 +1955,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=45, - ["num_for_nothing"]="Ug0=" + ["num"]=58, + ["num_for_nothing"]="UwA=" } }, ["win_adbox"]={ @@ -2095,8 +2095,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=60, - ["num_for_nothing"]="UAg=" + ["num"]=80, + ["num_for_nothing"]="Xgg=" } }, ["lose_reward"]={ @@ -2113,8 +2113,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=40, - ["num_for_nothing"]="Ugg=" + ["num"]=53, + ["num_for_nothing"]="Uws=" } }, ["win_adbox"]={ @@ -2261,8 +2261,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=60, - ["num_for_nothing"]="UAg=" + ["num"]=80, + ["num_for_nothing"]="Xgg=" } }, ["lose_reward"]={ @@ -2279,8 +2279,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=40, - ["num_for_nothing"]="Ugg=" + ["num"]=53, + ["num_for_nothing"]="Uws=" } }, ["win_adbox"]={ @@ -2427,8 +2427,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=60, - ["num_for_nothing"]="UAg=" + ["num"]=80, + ["num_for_nothing"]="Xgg=" } }, ["lose_reward"]={ @@ -2445,8 +2445,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=40, - ["num_for_nothing"]="Ugg=" + ["num"]=53, + ["num_for_nothing"]="Uws=" } }, ["win_adbox"]={ @@ -2601,8 +2601,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=64, - ["num_for_nothing"]="UAw=" + ["num"]=84, + ["num_for_nothing"]="Xgw=" } }, ["lose_reward"]={ @@ -2619,8 +2619,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=42, - ["num_for_nothing"]="Ugo=" + ["num"]=55, + ["num_for_nothing"]="Uw0=" } }, ["win_adbox"]={ @@ -2775,8 +2775,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=64, - ["num_for_nothing"]="UAw=" + ["num"]=84, + ["num_for_nothing"]="Xgw=" } }, ["lose_reward"]={ @@ -2793,8 +2793,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=42, - ["num_for_nothing"]="Ugo=" + ["num"]=55, + ["num_for_nothing"]="Uw0=" } }, ["win_adbox"]={ @@ -2949,8 +2949,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=64, - ["num_for_nothing"]="UAw=" + ["num"]=84, + ["num_for_nothing"]="Xgw=" } }, ["lose_reward"]={ @@ -2967,8 +2967,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=42, - ["num_for_nothing"]="Ugo=" + ["num"]=55, + ["num_for_nothing"]="Uw0=" } }, ["win_adbox"]={ @@ -3123,8 +3123,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=64, - ["num_for_nothing"]="UAw=" + ["num"]=84, + ["num_for_nothing"]="Xgw=" } }, ["lose_reward"]={ @@ -3141,8 +3141,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=42, - ["num_for_nothing"]="Ugo=" + ["num"]=55, + ["num_for_nothing"]="Uw0=" } }, ["win_adbox"]={ @@ -3297,8 +3297,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=68, - ["num_for_nothing"]="UAA=" + ["num"]=88, + ["num_for_nothing"]="XgA=" } }, ["lose_reward"]={ @@ -3315,8 +3315,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=45, - ["num_for_nothing"]="Ug0=" + ["num"]=58, + ["num_for_nothing"]="UwA=" } }, ["win_adbox"]={ @@ -3471,8 +3471,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=68, - ["num_for_nothing"]="UAA=" + ["num"]=88, + ["num_for_nothing"]="XgA=" } }, ["lose_reward"]={ @@ -3489,8 +3489,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=45, - ["num_for_nothing"]="Ug0=" + ["num"]=58, + ["num_for_nothing"]="UwA=" } }, ["win_adbox"]={ @@ -3645,8 +3645,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=68, - ["num_for_nothing"]="UAA=" + ["num"]=88, + ["num_for_nothing"]="XgA=" } }, ["lose_reward"]={ @@ -3663,8 +3663,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=45, - ["num_for_nothing"]="Ug0=" + ["num"]=58, + ["num_for_nothing"]="UwA=" } }, ["win_adbox"]={ @@ -3819,8 +3819,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=68, - ["num_for_nothing"]="UAA=" + ["num"]=88, + ["num_for_nothing"]="XgA=" } }, ["lose_reward"]={ @@ -3837,8 +3837,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=45, - ["num_for_nothing"]="Ug0=" + ["num"]=58, + ["num_for_nothing"]="UwA=" } }, ["win_adbox"]={ @@ -3993,8 +3993,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=68, - ["num_for_nothing"]="UAA=" + ["num"]=88, + ["num_for_nothing"]="XgA=" } }, ["lose_reward"]={ @@ -4011,8 +4011,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=45, - ["num_for_nothing"]="Ug0=" + ["num"]=58, + ["num_for_nothing"]="UwA=" } }, ["win_adbox"]={ @@ -4149,8 +4149,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=60, - ["num_for_nothing"]="UAg=" + ["num"]=80, + ["num_for_nothing"]="Xgg=" } }, ["lose_reward"]={ @@ -4167,8 +4167,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=40, - ["num_for_nothing"]="Ugg=" + ["num"]=53, + ["num_for_nothing"]="Uws=" } }, ["win_adbox"]={ @@ -4313,8 +4313,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=60, - ["num_for_nothing"]="UAg=" + ["num"]=80, + ["num_for_nothing"]="Xgg=" } }, ["lose_reward"]={ @@ -4331,8 +4331,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=40, - ["num_for_nothing"]="Ugg=" + ["num"]=53, + ["num_for_nothing"]="Uws=" } }, ["win_adbox"]={ @@ -4477,8 +4477,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=60, - ["num_for_nothing"]="UAg=" + ["num"]=80, + ["num_for_nothing"]="Xgg=" } }, ["lose_reward"]={ @@ -4495,8 +4495,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=40, - ["num_for_nothing"]="Ugg=" + ["num"]=53, + ["num_for_nothing"]="Uws=" } }, ["win_adbox"]={ @@ -4649,8 +4649,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=64, - ["num_for_nothing"]="UAw=" + ["num"]=84, + ["num_for_nothing"]="Xgw=" } }, ["lose_reward"]={ @@ -4667,8 +4667,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=42, - ["num_for_nothing"]="Ugo=" + ["num"]=55, + ["num_for_nothing"]="Uw0=" } }, ["win_adbox"]={ @@ -4821,8 +4821,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=64, - ["num_for_nothing"]="UAw=" + ["num"]=84, + ["num_for_nothing"]="Xgw=" } }, ["lose_reward"]={ @@ -4839,8 +4839,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=42, - ["num_for_nothing"]="Ugo=" + ["num"]=55, + ["num_for_nothing"]="Uw0=" } }, ["win_adbox"]={ @@ -4993,8 +4993,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=64, - ["num_for_nothing"]="UAw=" + ["num"]=84, + ["num_for_nothing"]="Xgw=" } }, ["lose_reward"]={ @@ -5011,8 +5011,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=42, - ["num_for_nothing"]="Ugo=" + ["num"]=55, + ["num_for_nothing"]="Uw0=" } }, ["win_adbox"]={ @@ -5165,8 +5165,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=64, - ["num_for_nothing"]="UAw=" + ["num"]=84, + ["num_for_nothing"]="Xgw=" } }, ["lose_reward"]={ @@ -5183,8 +5183,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=42, - ["num_for_nothing"]="Ugo=" + ["num"]=55, + ["num_for_nothing"]="Uw0=" } }, ["win_adbox"]={ @@ -5337,8 +5337,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=68, - ["num_for_nothing"]="UAA=" + ["num"]=88, + ["num_for_nothing"]="XgA=" } }, ["lose_reward"]={ @@ -5355,8 +5355,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=45, - ["num_for_nothing"]="Ug0=" + ["num"]=58, + ["num_for_nothing"]="UwA=" } }, ["win_adbox"]={ @@ -5509,8 +5509,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=68, - ["num_for_nothing"]="UAA=" + ["num"]=88, + ["num_for_nothing"]="XgA=" } }, ["lose_reward"]={ @@ -5527,8 +5527,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=45, - ["num_for_nothing"]="Ug0=" + ["num"]=58, + ["num_for_nothing"]="UwA=" } }, ["win_adbox"]={ @@ -5681,8 +5681,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=68, - ["num_for_nothing"]="UAA=" + ["num"]=88, + ["num_for_nothing"]="XgA=" } }, ["lose_reward"]={ @@ -5699,8 +5699,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=45, - ["num_for_nothing"]="Ug0=" + ["num"]=58, + ["num_for_nothing"]="UwA=" } }, ["win_adbox"]={ @@ -5853,8 +5853,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=68, - ["num_for_nothing"]="UAA=" + ["num"]=88, + ["num_for_nothing"]="XgA=" } }, ["lose_reward"]={ @@ -5871,8 +5871,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=45, - ["num_for_nothing"]="Ug0=" + ["num"]=58, + ["num_for_nothing"]="UwA=" } }, ["win_adbox"]={ @@ -6025,8 +6025,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=68, - ["num_for_nothing"]="UAA=" + ["num"]=88, + ["num_for_nothing"]="XgA=" } }, ["lose_reward"]={ @@ -6043,8 +6043,8 @@ local arena_rank = { ["type_for_nothing"]="Vw==", ["id"]=21, ["id_for_nothing"]="VAk=", - ["num"]=45, - ["num_for_nothing"]="Ug0=" + ["num"]=58, + ["num_for_nothing"]="UwA=" } }, ["win_adbox"]={ diff --git a/lua/app/config/const.lua b/lua/app/config/const.lua index bd64f82e..f4026b79 100644 --- a/lua/app/config/const.lua +++ b/lua/app/config/const.lua @@ -291,8 +291,8 @@ local const = { ["type_for_nothing"]="Vw==", ["id"]=22, ["id_for_nothing"]="VAo=", - ["num"]=2, - ["num_for_nothing"]="VA==" + ["num"]=1, + ["num_for_nothing"]="Vw==" } }, ["arena_notes_ad_times"]={ diff --git a/lua/app/config/hero.lua b/lua/app/config/hero.lua index 3dd06cb0..76251034 100644 --- a/lua/app/config/hero.lua +++ b/lua/app/config/hero.lua @@ -19,38 +19,38 @@ local hero = { ["rouge_skill_7"]=1200107, ["begin_lv"]=1, ["hp"]={ - 2000000, - 2400000, - 2800000, - 3220000, - 3660000, - 4120000, - 4620000, - 5160000, - 5760000, - 6420000, - 7140000, - 7940000, - 8840000, - 9840000, - 10980000 + 6000000, + 7200000, + 8400000, + 9660000, + 10980000, + 12360000, + 13860000, + 15480000, + 17280000, + 19260000, + 21420000, + 23820000, + 26520000, + 29520000, + 32940000 }, ["atk"]={ - 1000000, - 1200000, - 1400000, - 1610000, - 1830000, - 2060000, - 2310000, - 2580000, - 2880000, - 3210000, - 3570000, - 3970000, - 4420000, - 4920000, - 5490000 + 3000000, + 3600000, + 4200000, + 4830000, + 5490000, + 6180000, + 6930000, + 7740000, + 8640000, + 9630000, + 10710000, + 11910000, + 13260000, + 14760000, + 16470000 }, ["model_id"]="p0005", ["icon"]="1", @@ -77,38 +77,38 @@ local hero = { ["rouge_skill_7"]=1300107, ["begin_lv"]=3, ["hp"]={ - 3000000, - 3520000, - 4040000, - 4580000, - 5160000, - 5760000, - 6420000, - 7120000, - 7900000, - 8760000, - 9700000, - 10740000, - 11920000, - 13220000, - 14700000 + 9000000, + 10560000, + 12120000, + 13760000, + 15480000, + 17280000, + 19240000, + 21340000, + 23680000, + 26260000, + 29060000, + 32180000, + 35700000, + 39600000, + 44040000 }, ["atk"]={ - 1500000, - 1760000, - 2020000, - 2290000, - 2580000, - 2880000, - 3210000, - 3560000, - 3950000, - 4380000, - 4850000, - 5370000, - 5960000, - 6610000, - 7350000 + 4500000, + 5280000, + 6060000, + 6880000, + 7740000, + 8640000, + 9620000, + 10670000, + 11840000, + 13130000, + 14530000, + 16090000, + 17850000, + 19800000, + 22020000 }, ["model_id"]="p0014", ["icon"]="6", @@ -136,38 +136,38 @@ local hero = { ["rouge_skill_7"]=1300207, ["begin_lv"]=3, ["hp"]={ - 3000000, - 3520000, - 4040000, - 4580000, - 5160000, - 5760000, - 6420000, - 7120000, - 7900000, - 8760000, - 9700000, - 10740000, - 11920000, - 13220000, - 14700000 + 9000000, + 10560000, + 12120000, + 13760000, + 15480000, + 17280000, + 19240000, + 21340000, + 23680000, + 26260000, + 29060000, + 32180000, + 35700000, + 39600000, + 44040000 }, ["atk"]={ - 1500000, - 1760000, - 2020000, - 2290000, - 2580000, - 2880000, - 3210000, - 3560000, - 3950000, - 4380000, - 4850000, - 5370000, - 5960000, - 6610000, - 7350000 + 4500000, + 5280000, + 6060000, + 6880000, + 7740000, + 8640000, + 9620000, + 10670000, + 11840000, + 13130000, + 14530000, + 16090000, + 17850000, + 19800000, + 22020000 }, ["model_id"]="p0009", ["icon"]="11", @@ -195,38 +195,38 @@ local hero = { ["rouge_skill_7"]=1400107, ["begin_lv"]=5, ["hp"]={ - 6000000, - 6800000, - 7600000, - 8440000, - 9320000, - 10240000, - 11240000, - 12320000, - 13520000, - 14840000, - 16280000, - 17880000, - 19680000, - 21680000, - 23960000 + 18000000, + 20400000, + 22800000, + 25320000, + 27960000, + 30720000, + 33720000, + 36960000, + 40560000, + 44520000, + 48840000, + 53640000, + 59040000, + 65040000, + 71880000 }, ["atk"]={ - 3000000, - 3400000, - 3800000, - 4220000, - 4660000, - 5120000, - 5620000, - 6160000, - 6760000, - 7420000, - 8140000, - 8940000, - 9840000, - 10840000, - 11980000 + 9000000, + 10200000, + 11400000, + 12660000, + 13980000, + 15360000, + 16860000, + 18480000, + 20280000, + 22260000, + 24420000, + 26820000, + 29520000, + 32520000, + 35940000 }, ["model_id"]="p0011", ["icon"]="16", @@ -254,38 +254,38 @@ local hero = { ["rouge_skill_7"]=1400207, ["begin_lv"]=5, ["hp"]={ - 6000000, - 6800000, - 7600000, - 8440000, - 9320000, - 10240000, - 11240000, - 12320000, - 13520000, - 14840000, - 16280000, - 17880000, - 19680000, - 21680000, - 23960000 + 18000000, + 20400000, + 22800000, + 25320000, + 27960000, + 30720000, + 33720000, + 36960000, + 40560000, + 44520000, + 48840000, + 53640000, + 59040000, + 65040000, + 71880000 }, ["atk"]={ - 3000000, - 3400000, - 3800000, - 4220000, - 4660000, - 5120000, - 5620000, - 6160000, - 6760000, - 7420000, - 8140000, - 8940000, - 9840000, - 10840000, - 11980000 + 9000000, + 10200000, + 11400000, + 12660000, + 13980000, + 15360000, + 16860000, + 18480000, + 20280000, + 22260000, + 24420000, + 26820000, + 29520000, + 32520000, + 35940000 }, ["model_id"]="p0018", ["icon"]="23", @@ -311,38 +311,38 @@ local hero = { ["rouge_skill_7"]=2200107, ["begin_lv"]=1, ["hp"]={ - 2000000, - 2400000, - 2800000, - 3220000, - 3660000, - 4120000, - 4620000, - 5160000, - 5760000, - 6420000, - 7140000, - 7940000, - 8840000, - 9840000, - 10980000 + 6000000, + 7200000, + 8400000, + 9660000, + 10980000, + 12360000, + 13860000, + 15480000, + 17280000, + 19260000, + 21420000, + 23820000, + 26520000, + 29520000, + 32940000 }, ["atk"]={ - 1000000, - 1200000, - 1400000, - 1610000, - 1830000, - 2060000, - 2310000, - 2580000, - 2880000, - 3210000, - 3570000, - 3970000, - 4420000, - 4920000, - 5490000 + 3000000, + 3600000, + 4200000, + 4830000, + 5490000, + 6180000, + 6930000, + 7740000, + 8640000, + 9630000, + 10710000, + 11910000, + 13260000, + 14760000, + 16470000 }, ["model_id"]="p0002", ["icon"]="2", @@ -369,38 +369,38 @@ local hero = { ["rouge_skill_7"]=2300107, ["begin_lv"]=3, ["hp"]={ - 3000000, - 3520000, - 4040000, - 4580000, - 5160000, - 5760000, - 6420000, - 7120000, - 7900000, - 8760000, - 9700000, - 10740000, - 11920000, - 13220000, - 14700000 + 9000000, + 10560000, + 12120000, + 13760000, + 15480000, + 17280000, + 19240000, + 21340000, + 23680000, + 26260000, + 29060000, + 32180000, + 35700000, + 39600000, + 44040000 }, ["atk"]={ - 1500000, - 1760000, - 2020000, - 2290000, - 2580000, - 2880000, - 3210000, - 3560000, - 3950000, - 4380000, - 4850000, - 5370000, - 5960000, - 6610000, - 7350000 + 4500000, + 5280000, + 6060000, + 6880000, + 7740000, + 8640000, + 9620000, + 10670000, + 11840000, + 13130000, + 14530000, + 16090000, + 17850000, + 19800000, + 22020000 }, ["model_id"]="p0010", ["icon"]="12", @@ -428,38 +428,38 @@ local hero = { ["rouge_skill_7"]=2300207, ["begin_lv"]=3, ["hp"]={ - 3000000, - 3520000, - 4040000, - 4580000, - 5160000, - 5760000, - 6420000, - 7120000, - 7900000, - 8760000, - 9700000, - 10740000, - 11920000, - 13220000, - 14700000 + 9000000, + 10560000, + 12120000, + 13760000, + 15480000, + 17280000, + 19240000, + 21340000, + 23680000, + 26260000, + 29060000, + 32180000, + 35700000, + 39600000, + 44040000 }, ["atk"]={ - 1500000, - 1760000, - 2020000, - 2290000, - 2580000, - 2880000, - 3210000, - 3560000, - 3950000, - 4380000, - 4850000, - 5370000, - 5960000, - 6610000, - 7350000 + 4500000, + 5280000, + 6060000, + 6880000, + 7740000, + 8640000, + 9620000, + 10670000, + 11840000, + 13130000, + 14530000, + 16090000, + 17850000, + 19800000, + 22020000 }, ["model_id"]="p0012", ["icon"]="7", @@ -487,38 +487,38 @@ local hero = { ["rouge_skill_7"]=2400107, ["begin_lv"]=5, ["hp"]={ - 6000000, - 6800000, - 7600000, - 8440000, - 9320000, - 10240000, - 11240000, - 12320000, - 13520000, - 14840000, - 16280000, - 17880000, - 19680000, - 21680000, - 23960000 + 18000000, + 20400000, + 22800000, + 25320000, + 27960000, + 30720000, + 33720000, + 36960000, + 40560000, + 44520000, + 48840000, + 53640000, + 59040000, + 65040000, + 71880000 }, ["atk"]={ - 3000000, - 3400000, - 3800000, - 4220000, - 4660000, - 5120000, - 5620000, - 6160000, - 6760000, - 7420000, - 8140000, - 8940000, - 9840000, - 10840000, - 11980000 + 9000000, + 10200000, + 11400000, + 12660000, + 13980000, + 15360000, + 16860000, + 18480000, + 20280000, + 22260000, + 24420000, + 26820000, + 29520000, + 32520000, + 35940000 }, ["model_id"]="p0007", ["icon"]="17", @@ -546,38 +546,38 @@ local hero = { ["rouge_skill_7"]=2400207, ["begin_lv"]=5, ["hp"]={ - 6000000, - 6800000, - 7600000, - 8440000, - 9320000, - 10240000, - 11240000, - 12320000, - 13520000, - 14840000, - 16280000, - 17880000, - 19680000, - 21680000, - 23960000 + 18000000, + 20400000, + 22800000, + 25320000, + 27960000, + 30720000, + 33720000, + 36960000, + 40560000, + 44520000, + 48840000, + 53640000, + 59040000, + 65040000, + 71880000 }, ["atk"]={ - 3000000, - 3400000, - 3800000, - 4220000, - 4660000, - 5120000, - 5620000, - 6160000, - 6760000, - 7420000, - 8140000, - 8940000, - 9840000, - 10840000, - 11980000 + 9000000, + 10200000, + 11400000, + 12660000, + 13980000, + 15360000, + 16860000, + 18480000, + 20280000, + 22260000, + 24420000, + 26820000, + 29520000, + 32520000, + 35940000 }, ["model_id"]="p0017", ["icon"]="22", @@ -603,38 +603,38 @@ local hero = { ["rouge_skill_7"]=3200107, ["begin_lv"]=1, ["hp"]={ - 2000000, - 2400000, - 2800000, - 3220000, - 3660000, - 4120000, - 4620000, - 5160000, - 5760000, - 6420000, - 7140000, - 7940000, - 8840000, - 9840000, - 10980000 + 6000000, + 7200000, + 8400000, + 9660000, + 10980000, + 12360000, + 13860000, + 15480000, + 17280000, + 19260000, + 21420000, + 23820000, + 26520000, + 29520000, + 32940000 }, ["atk"]={ - 1000000, - 1200000, - 1400000, - 1610000, - 1830000, - 2060000, - 2310000, - 2580000, - 2880000, - 3210000, - 3570000, - 3970000, - 4420000, - 4920000, - 5490000 + 3000000, + 3600000, + 4200000, + 4830000, + 5490000, + 6180000, + 6930000, + 7740000, + 8640000, + 9630000, + 10710000, + 11910000, + 13260000, + 14760000, + 16470000 }, ["model_id"]="p0001", ["icon"]="3", @@ -661,38 +661,38 @@ local hero = { ["rouge_skill_7"]=3300107, ["begin_lv"]=3, ["hp"]={ - 3000000, - 3520000, - 4040000, - 4580000, - 5160000, - 5760000, - 6420000, - 7120000, - 7900000, - 8760000, - 9700000, - 10740000, - 11920000, - 13220000, - 14700000 + 9000000, + 10560000, + 12120000, + 13760000, + 15480000, + 17280000, + 19240000, + 21340000, + 23680000, + 26260000, + 29060000, + 32180000, + 35700000, + 39600000, + 44040000 }, ["atk"]={ - 1500000, - 1760000, - 2020000, - 2290000, - 2580000, - 2880000, - 3210000, - 3560000, - 3950000, - 4380000, - 4850000, - 5370000, - 5960000, - 6610000, - 7350000 + 4500000, + 5280000, + 6060000, + 6880000, + 7740000, + 8640000, + 9620000, + 10670000, + 11840000, + 13130000, + 14530000, + 16090000, + 17850000, + 19800000, + 22020000 }, ["model_id"]="p0006", ["icon"]="8", @@ -720,38 +720,38 @@ local hero = { ["rouge_skill_7"]=3300207, ["begin_lv"]=3, ["hp"]={ - 3000000, - 3520000, - 4040000, - 4580000, - 5160000, - 5760000, - 6420000, - 7120000, - 7900000, - 8760000, - 9700000, - 10740000, - 11920000, - 13220000, - 14700000 + 9000000, + 10560000, + 12120000, + 13760000, + 15480000, + 17280000, + 19240000, + 21340000, + 23680000, + 26260000, + 29060000, + 32180000, + 35700000, + 39600000, + 44040000 }, ["atk"]={ - 1500000, - 1760000, - 2020000, - 2290000, - 2580000, - 2880000, - 3210000, - 3560000, - 3950000, - 4380000, - 4850000, - 5370000, - 5960000, - 6610000, - 7350000 + 4500000, + 5280000, + 6060000, + 6880000, + 7740000, + 8640000, + 9620000, + 10670000, + 11840000, + 13130000, + 14530000, + 16090000, + 17850000, + 19800000, + 22020000 }, ["model_id"]="p0020", ["icon"]="13", @@ -779,38 +779,38 @@ local hero = { ["rouge_skill_7"]=3400107, ["begin_lv"]=5, ["hp"]={ - 6000000, - 6800000, - 7600000, - 8440000, - 9320000, - 10240000, - 11240000, - 12320000, - 13520000, - 14840000, - 16280000, - 17880000, - 19680000, - 21680000, - 23960000 + 18000000, + 20400000, + 22800000, + 25320000, + 27960000, + 30720000, + 33720000, + 36960000, + 40560000, + 44520000, + 48840000, + 53640000, + 59040000, + 65040000, + 71880000 }, ["atk"]={ - 3000000, - 3400000, - 3800000, - 4220000, - 4660000, - 5120000, - 5620000, - 6160000, - 6760000, - 7420000, - 8140000, - 8940000, - 9840000, - 10840000, - 11980000 + 9000000, + 10200000, + 11400000, + 12660000, + 13980000, + 15360000, + 16860000, + 18480000, + 20280000, + 22260000, + 24420000, + 26820000, + 29520000, + 32520000, + 35940000 }, ["model_id"]="p0016", ["icon"]="18", @@ -838,38 +838,38 @@ local hero = { ["rouge_skill_7"]=3400207, ["begin_lv"]=5, ["hp"]={ - 6000000, - 6800000, - 7600000, - 8440000, - 9320000, - 10240000, - 11240000, - 12320000, - 13520000, - 14840000, - 16280000, - 17880000, - 19680000, - 21680000, - 23960000 + 18000000, + 20400000, + 22800000, + 25320000, + 27960000, + 30720000, + 33720000, + 36960000, + 40560000, + 44520000, + 48840000, + 53640000, + 59040000, + 65040000, + 71880000 }, ["atk"]={ - 3000000, - 3400000, - 3800000, - 4220000, - 4660000, - 5120000, - 5620000, - 6160000, - 6760000, - 7420000, - 8140000, - 8940000, - 9840000, - 10840000, - 11980000 + 9000000, + 10200000, + 11400000, + 12660000, + 13980000, + 15360000, + 16860000, + 18480000, + 20280000, + 22260000, + 24420000, + 26820000, + 29520000, + 32520000, + 35940000 }, ["model_id"]="p0024", ["icon"]="24", @@ -895,38 +895,38 @@ local hero = { ["rouge_skill_7"]=4200107, ["begin_lv"]=1, ["hp"]={ - 2000000, - 2400000, - 2800000, - 3220000, - 3660000, - 4120000, - 4620000, - 5160000, - 5760000, - 6420000, - 7140000, - 7940000, - 8840000, - 9840000, - 10980000 + 6000000, + 7200000, + 8400000, + 9660000, + 10980000, + 12360000, + 13860000, + 15480000, + 17280000, + 19260000, + 21420000, + 23820000, + 26520000, + 29520000, + 32940000 }, ["atk"]={ - 1000000, - 1200000, - 1400000, - 1610000, - 1830000, - 2060000, - 2310000, - 2580000, - 2880000, - 3210000, - 3570000, - 3970000, - 4420000, - 4920000, - 5490000 + 3000000, + 3600000, + 4200000, + 4830000, + 5490000, + 6180000, + 6930000, + 7740000, + 8640000, + 9630000, + 10710000, + 11910000, + 13260000, + 14760000, + 16470000 }, ["model_id"]="p0003", ["icon"]="4", @@ -953,38 +953,38 @@ local hero = { ["rouge_skill_7"]=4300107, ["begin_lv"]=3, ["hp"]={ - 3000000, - 3520000, - 4040000, - 4580000, - 5160000, - 5760000, - 6420000, - 7120000, - 7900000, - 8760000, - 9700000, - 10740000, - 11920000, - 13220000, - 14700000 + 9000000, + 10560000, + 12120000, + 13760000, + 15480000, + 17280000, + 19240000, + 21340000, + 23680000, + 26260000, + 29060000, + 32180000, + 35700000, + 39600000, + 44040000 }, ["atk"]={ - 1500000, - 1760000, - 2020000, - 2290000, - 2580000, - 2880000, - 3210000, - 3560000, - 3950000, - 4380000, - 4850000, - 5370000, - 5960000, - 6610000, - 7350000 + 4500000, + 5280000, + 6060000, + 6880000, + 7740000, + 8640000, + 9620000, + 10670000, + 11840000, + 13130000, + 14530000, + 16090000, + 17850000, + 19800000, + 22020000 }, ["model_id"]="p0022", ["icon"]="9", @@ -1012,38 +1012,38 @@ local hero = { ["rouge_skill_7"]=4300207, ["begin_lv"]=3, ["hp"]={ - 3000000, - 3520000, - 4040000, - 4580000, - 5160000, - 5760000, - 6420000, - 7120000, - 7900000, - 8760000, - 9700000, - 10740000, - 11920000, - 13220000, - 14700000 + 9000000, + 10560000, + 12120000, + 13760000, + 15480000, + 17280000, + 19240000, + 21340000, + 23680000, + 26260000, + 29060000, + 32180000, + 35700000, + 39600000, + 44040000 }, ["atk"]={ - 1500000, - 1760000, - 2020000, - 2290000, - 2580000, - 2880000, - 3210000, - 3560000, - 3950000, - 4380000, - 4850000, - 5370000, - 5960000, - 6610000, - 7350000 + 4500000, + 5280000, + 6060000, + 6880000, + 7740000, + 8640000, + 9620000, + 10670000, + 11840000, + 13130000, + 14530000, + 16090000, + 17850000, + 19800000, + 22020000 }, ["model_id"]="p0021", ["icon"]="14", @@ -1071,38 +1071,38 @@ local hero = { ["rouge_skill_7"]=4400107, ["begin_lv"]=5, ["hp"]={ - 6000000, - 6800000, - 7600000, - 8440000, - 9320000, - 10240000, - 11240000, - 12320000, - 13520000, - 14840000, - 16280000, - 17880000, - 19680000, - 21680000, - 23960000 + 18000000, + 20400000, + 22800000, + 25320000, + 27960000, + 30720000, + 33720000, + 36960000, + 40560000, + 44520000, + 48840000, + 53640000, + 59040000, + 65040000, + 71880000 }, ["atk"]={ - 3000000, - 3400000, - 3800000, - 4220000, - 4660000, - 5120000, - 5620000, - 6160000, - 6760000, - 7420000, - 8140000, - 8940000, - 9840000, - 10840000, - 11980000 + 9000000, + 10200000, + 11400000, + 12660000, + 13980000, + 15360000, + 16860000, + 18480000, + 20280000, + 22260000, + 24420000, + 26820000, + 29520000, + 32520000, + 35940000 }, ["model_id"]="p0008", ["icon"]="19", @@ -1130,38 +1130,38 @@ local hero = { ["rouge_skill_7"]=4400207, ["begin_lv"]=5, ["hp"]={ - 6000000, - 6800000, - 7600000, - 8440000, - 9320000, - 10240000, - 11240000, - 12320000, - 13520000, - 14840000, - 16280000, - 17880000, - 19680000, - 21680000, - 23960000 + 18000000, + 20400000, + 22800000, + 25320000, + 27960000, + 30720000, + 33720000, + 36960000, + 40560000, + 44520000, + 48840000, + 53640000, + 59040000, + 65040000, + 71880000 }, ["atk"]={ - 3000000, - 3400000, - 3800000, - 4220000, - 4660000, - 5120000, - 5620000, - 6160000, - 6760000, - 7420000, - 8140000, - 8940000, - 9840000, - 10840000, - 11980000 + 9000000, + 10200000, + 11400000, + 12660000, + 13980000, + 15360000, + 16860000, + 18480000, + 20280000, + 22260000, + 24420000, + 26820000, + 29520000, + 32520000, + 35940000 }, ["model_id"]="p0025", ["icon"]="25", @@ -1189,38 +1189,38 @@ local hero = { ["rouge_skill_7"]=5200107, ["begin_lv"]=1, ["hp"]={ - 2000000, - 2400000, - 2800000, - 3220000, - 3660000, - 4120000, - 4620000, - 5160000, - 5760000, - 6420000, - 7140000, - 7940000, - 8840000, - 9840000, - 10980000 + 6000000, + 7200000, + 8400000, + 9660000, + 10980000, + 12360000, + 13860000, + 15480000, + 17280000, + 19260000, + 21420000, + 23820000, + 26520000, + 29520000, + 32940000 }, ["atk"]={ - 1000000, - 1200000, - 1400000, - 1610000, - 1830000, - 2060000, - 2310000, - 2580000, - 2880000, - 3210000, - 3570000, - 3970000, - 4420000, - 4920000, - 5490000 + 3000000, + 3600000, + 4200000, + 4830000, + 5490000, + 6180000, + 6930000, + 7740000, + 8640000, + 9630000, + 10710000, + 11910000, + 13260000, + 14760000, + 16470000 }, ["model_id"]="p0004", ["icon"]="5", @@ -1248,38 +1248,38 @@ local hero = { ["rouge_skill_7"]=5300107, ["begin_lv"]=3, ["hp"]={ - 3000000, - 3520000, - 4040000, - 4580000, - 5160000, - 5760000, - 6420000, - 7120000, - 7900000, - 8760000, - 9700000, - 10740000, - 11920000, - 13220000, - 14700000 + 9000000, + 10560000, + 12120000, + 13760000, + 15480000, + 17280000, + 19240000, + 21340000, + 23680000, + 26260000, + 29060000, + 32180000, + 35700000, + 39600000, + 44040000 }, ["atk"]={ - 1500000, - 1760000, - 2020000, - 2290000, - 2580000, - 2880000, - 3210000, - 3560000, - 3950000, - 4380000, - 4850000, - 5370000, - 5960000, - 6610000, - 7350000 + 4500000, + 5280000, + 6060000, + 6880000, + 7740000, + 8640000, + 9620000, + 10670000, + 11840000, + 13130000, + 14530000, + 16090000, + 17850000, + 19800000, + 22020000 }, ["model_id"]="p0015", ["icon"]="10", @@ -1307,38 +1307,38 @@ local hero = { ["rouge_skill_7"]=5300207, ["begin_lv"]=3, ["hp"]={ - 3000000, - 3520000, - 4040000, - 4580000, - 5160000, - 5760000, - 6420000, - 7120000, - 7900000, - 8760000, - 9700000, - 10740000, - 11920000, - 13220000, - 14700000 + 9000000, + 10560000, + 12120000, + 13760000, + 15480000, + 17280000, + 19240000, + 21340000, + 23680000, + 26260000, + 29060000, + 32180000, + 35700000, + 39600000, + 44040000 }, ["atk"]={ - 1500000, - 1760000, - 2020000, - 2290000, - 2580000, - 2880000, - 3210000, - 3560000, - 3950000, - 4380000, - 4850000, - 5370000, - 5960000, - 6610000, - 7350000 + 4500000, + 5280000, + 6060000, + 6880000, + 7740000, + 8640000, + 9620000, + 10670000, + 11840000, + 13130000, + 14530000, + 16090000, + 17850000, + 19800000, + 22020000 }, ["model_id"]="p0019", ["icon"]="15", @@ -1366,38 +1366,38 @@ local hero = { ["rouge_skill_7"]=5400107, ["begin_lv"]=5, ["hp"]={ - 6000000, - 6800000, - 7600000, - 8440000, - 9320000, - 10240000, - 11240000, - 12320000, - 13520000, - 14840000, - 16280000, - 17880000, - 19680000, - 21680000, - 23960000 + 18000000, + 20400000, + 22800000, + 25320000, + 27960000, + 30720000, + 33720000, + 36960000, + 40560000, + 44520000, + 48840000, + 53640000, + 59040000, + 65040000, + 71880000 }, ["atk"]={ - 3000000, - 3400000, - 3800000, - 4220000, - 4660000, - 5120000, - 5620000, - 6160000, - 6760000, - 7420000, - 8140000, - 8940000, - 9840000, - 10840000, - 11980000 + 9000000, + 10200000, + 11400000, + 12660000, + 13980000, + 15360000, + 16860000, + 18480000, + 20280000, + 22260000, + 24420000, + 26820000, + 29520000, + 32520000, + 35940000 }, ["model_id"]="p0023", ["icon"]="20", @@ -1423,38 +1423,38 @@ local hero = { ["rouge_skill_7"]=5400207, ["begin_lv"]=5, ["hp"]={ - 6000000, - 6800000, - 7600000, - 8440000, - 9320000, - 10240000, - 11240000, - 12320000, - 13520000, - 14840000, - 16280000, - 17880000, - 19680000, - 21680000, - 23960000 + 18000000, + 20400000, + 22800000, + 25320000, + 27960000, + 30720000, + 33720000, + 36960000, + 40560000, + 44520000, + 48840000, + 53640000, + 59040000, + 65040000, + 71880000 }, ["atk"]={ - 3000000, - 3400000, - 3800000, - 4220000, - 4660000, - 5120000, - 5620000, - 6160000, - 6760000, - 7420000, - 8140000, - 8940000, - 9840000, - 10840000, - 11980000 + 9000000, + 10200000, + 11400000, + 12660000, + 13980000, + 15360000, + 16860000, + 18480000, + 20280000, + 22260000, + 24420000, + 26820000, + 29520000, + 32520000, + 35940000 }, ["model_id"]="p0026", ["icon"]="26", diff --git a/lua/app/config/localization/localization_global_const.lua b/lua/app/config/localization/localization_global_const.lua index 545f7b8a..506dc8a8 100644 --- a/lua/app/config/localization/localization_global_const.lua +++ b/lua/app/config/localization/localization_global_const.lua @@ -323,6 +323,13 @@ local LocalizationGlobalConst = ARENA_BATTLE_DESC_11 = "ARENA_BATTLE_DESC_11", BATTLE_DESC_13 = "BATTLE_DESC_13", ARENA_POP_GIFT_DESC_1 = "ARENA_POP_GIFT_DESC_1", + ARENA_BATTLEPASS_1 = "ARENA_BATTLEPASS_1", + ARENA_BATTLEPASS_2 = "ARENA_BATTLEPASS_2", + ARENA_BATTLEPASS_3 = "ARENA_BATTLEPASS_3", + ARENA_BATTLEPASS_4 = "ARENA_BATTLEPASS_4", + ARENA_BATTLEPASS_5 = "ARENA_BATTLEPASS_5", + ARENA_BATTLEPASS_6 = "ARENA_BATTLEPASS_6", + ARENA_BATTLEPASS_7 = "ARENA_BATTLEPASS_7", } return LocalizationGlobalConst \ No newline at end of file diff --git a/lua/app/config/monster_chapter.lua b/lua/app/config/monster_chapter.lua index bb08a96a..55828cea 100644 --- a/lua/app/config/monster_chapter.lua +++ b/lua/app/config/monster_chapter.lua @@ -1,8 +1,8 @@ local monster_chapter = { [101]={ ["monster_base"]=10001, - ["hp"]=3000000, - ["atk"]=200000, + ["hp"]=9000000, + ["atk"]=600000, ["atk_times"]=2, ["hurt_skill"]={ 20001, @@ -13,8 +13,8 @@ local monster_chapter = { }, [201]={ ["monster_base"]=10002, - ["hp"]=6000000, - ["atk"]=200000, + ["hp"]=18000000, + ["atk"]=600000, ["atk_times"]=2, ["hurt_skill"]={ 20004, @@ -25,8 +25,8 @@ local monster_chapter = { }, [301]={ ["monster_base"]=10003, - ["hp"]=11000000, - ["atk"]=200000, + ["hp"]=33000000, + ["atk"]=600000, ["atk_times"]=2, ["hurt_skill"]={ 20007, @@ -37,8 +37,8 @@ local monster_chapter = { }, [401]={ ["monster_base"]=10005, - ["hp"]=13000000, - ["atk"]=200000, + ["hp"]=39000000, + ["atk"]=600000, ["atk_times"]=2, ["hurt_skill"]={ 20013, @@ -50,8 +50,8 @@ local monster_chapter = { [501]={ ["monster_base"]=20004, ["is_boss"]=2, - ["hp"]=18000000, - ["atk"]=250000, + ["hp"]=54000000, + ["atk"]=750000, ["atk_times"]=3, ["hurt_skill"]={ 30010, @@ -65,8 +65,8 @@ local monster_chapter = { }, [601]={ ["monster_base"]=10008, - ["hp"]=8000000, - ["atk"]=250000, + ["hp"]=24000000, + ["atk"]=750000, ["atk_times"]=2, ["hurt_skill"]={ 20022, @@ -77,8 +77,8 @@ local monster_chapter = { }, [701]={ ["monster_base"]=10004, - ["hp"]=8000000, - ["atk"]=250000, + ["hp"]=24000000, + ["atk"]=750000, ["atk_times"]=2, ["hurt_skill"]={ 20010, @@ -89,8 +89,8 @@ local monster_chapter = { }, [801]={ ["monster_base"]=10001, - ["hp"]=10000000, - ["atk"]=250000, + ["hp"]=30000000, + ["atk"]=750000, ["atk_times"]=2, ["hurt_skill"]={ 20001, @@ -101,8 +101,8 @@ local monster_chapter = { }, [901]={ ["monster_base"]=10007, - ["hp"]=12000000, - ["atk"]=280000, + ["hp"]=36000000, + ["atk"]=840000, ["atk_times"]=2, ["hurt_skill"]={ 20019, @@ -114,8 +114,8 @@ local monster_chapter = { [1001]={ ["monster_base"]=20014, ["is_boss"]=1, - ["hp"]=20000000, - ["atk"]=340000, + ["hp"]=60000000, + ["atk"]=1020000, ["atk_times"]=3, ["hurt_skill"]={ 30040, @@ -129,8 +129,8 @@ local monster_chapter = { }, [1101]={ ["monster_base"]=10006, - ["hp"]=15000000, - ["atk"]=300000, + ["hp"]=45000000, + ["atk"]=900000, ["atk_times"]=2, ["hurt_skill"]={ 20016, @@ -141,8 +141,8 @@ local monster_chapter = { }, [1201]={ ["monster_base"]=10007, - ["hp"]=17000000, - ["atk"]=310000, + ["hp"]=51000000, + ["atk"]=930000, ["atk_times"]=2, ["hurt_skill"]={ 20019, @@ -153,8 +153,8 @@ local monster_chapter = { }, [1301]={ ["monster_base"]=10002, - ["hp"]=20000000, - ["atk"]=320000, + ["hp"]=60000000, + ["atk"]=960000, ["atk_times"]=2, ["hurt_skill"]={ 20004, @@ -165,8 +165,8 @@ local monster_chapter = { }, [1401]={ ["monster_base"]=10005, - ["hp"]=22000000, - ["atk"]=330000, + ["hp"]=66000000, + ["atk"]=990000, ["atk_times"]=2, ["hurt_skill"]={ 20013, @@ -178,8 +178,8 @@ local monster_chapter = { [1501]={ ["monster_base"]=20015, ["is_boss"]=2, - ["hp"]=36000000, - ["atk"]=380000, + ["hp"]=108000000, + ["atk"]=1140000, ["atk_times"]=3, ["hurt_skill"]={ 30043, @@ -196,8 +196,8 @@ local monster_chapter = { }, [1601]={ ["monster_base"]=10009, - ["hp"]=6000000, - ["atk"]=250000, + ["hp"]=18000000, + ["atk"]=750000, ["atk_times"]=3, ["hurt_skill"]={ 20025, @@ -208,8 +208,8 @@ local monster_chapter = { }, [1701]={ ["monster_base"]=10001, - ["hp"]=8000000, - ["atk"]=250000, + ["hp"]=24000000, + ["atk"]=750000, ["atk_times"]=3, ["hurt_skill"]={ 20001, @@ -220,8 +220,8 @@ local monster_chapter = { }, [1801]={ ["monster_base"]=10038, - ["hp"]=11000000, - ["atk"]=250000, + ["hp"]=33000000, + ["atk"]=750000, ["atk_times"]=3, ["hurt_skill"]={ 20109, @@ -232,8 +232,8 @@ local monster_chapter = { }, [1901]={ ["monster_base"]=10007, - ["hp"]=14000000, - ["atk"]=280000, + ["hp"]=42000000, + ["atk"]=840000, ["atk_times"]=3, ["hurt_skill"]={ 20019, @@ -245,8 +245,8 @@ local monster_chapter = { [2001]={ ["monster_base"]=20004, ["is_boss"]=1, - ["hp"]=20000000, - ["atk"]=340000, + ["hp"]=60000000, + ["atk"]=1020000, ["atk_times"]=4, ["hurt_skill"]={ 30010, @@ -260,8 +260,8 @@ local monster_chapter = { }, [2101]={ ["monster_base"]=10038, - ["hp"]=15000000, - ["atk"]=300000, + ["hp"]=45000000, + ["atk"]=900000, ["atk_times"]=3, ["hurt_skill"]={ 20109, @@ -272,8 +272,8 @@ local monster_chapter = { }, [2201]={ ["monster_base"]=10007, - ["hp"]=18000000, - ["atk"]=310000, + ["hp"]=54000000, + ["atk"]=930000, ["atk_times"]=3, ["hurt_skill"]={ 20019, @@ -284,8 +284,8 @@ local monster_chapter = { }, [2301]={ ["monster_base"]=10010, - ["hp"]=20000000, - ["atk"]=320000, + ["hp"]=60000000, + ["atk"]=960000, ["atk_times"]=3, ["hurt_skill"]={ 20028, @@ -296,8 +296,8 @@ local monster_chapter = { }, [2401]={ ["monster_base"]=10001, - ["hp"]=22000000, - ["atk"]=340000, + ["hp"]=66000000, + ["atk"]=1020000, ["atk_times"]=3, ["hurt_skill"]={ 20001, @@ -309,8 +309,8 @@ local monster_chapter = { [2501]={ ["monster_base"]=20015, ["is_boss"]=1, - ["hp"]=39000000, - ["atk"]=390000, + ["hp"]=117000000, + ["atk"]=1170000, ["atk_times"]=4, ["hurt_skill"]={ 30043, @@ -327,8 +327,8 @@ local monster_chapter = { }, [2601]={ ["monster_base"]=10039, - ["hp"]=20000000, - ["atk"]=330000, + ["hp"]=60000000, + ["atk"]=990000, ["atk_times"]=3, ["hurt_skill"]={ 20112, @@ -339,8 +339,8 @@ local monster_chapter = { }, [2701]={ ["monster_base"]=10002, - ["hp"]=24000000, - ["atk"]=340000, + ["hp"]=72000000, + ["atk"]=1020000, ["atk_times"]=3, ["hurt_skill"]={ 20004, @@ -351,8 +351,8 @@ local monster_chapter = { }, [2801]={ ["monster_base"]=10001, - ["hp"]=27000000, - ["atk"]=350000, + ["hp"]=81000000, + ["atk"]=1050000, ["atk_times"]=3, ["hurt_skill"]={ 20001, @@ -363,8 +363,8 @@ local monster_chapter = { }, [2901]={ ["monster_base"]=10009, - ["hp"]=30000000, - ["atk"]=360000, + ["hp"]=90000000, + ["atk"]=1080000, ["atk_times"]=3, ["hurt_skill"]={ 20025, @@ -376,8 +376,8 @@ local monster_chapter = { [3001]={ ["monster_base"]=20012, ["is_boss"]=2, - ["hp"]=46000000, - ["atk"]=420000, + ["hp"]=138000000, + ["atk"]=1260000, ["atk_times"]=4, ["hurt_skill"]={ 30034, @@ -391,8 +391,8 @@ local monster_chapter = { }, [3101]={ ["monster_base"]=10010, - ["hp"]=8000000, - ["atk"]=250000, + ["hp"]=24000000, + ["atk"]=750000, ["atk_times"]=3, ["hurt_skill"]={ 20028, @@ -403,8 +403,8 @@ local monster_chapter = { }, [3201]={ ["monster_base"]=10039, - ["hp"]=11000000, - ["atk"]=270000, + ["hp"]=33000000, + ["atk"]=810000, ["atk_times"]=3, ["hurt_skill"]={ 20112, @@ -415,8 +415,8 @@ local monster_chapter = { }, [3301]={ ["monster_base"]=10040, - ["hp"]=12000000, - ["atk"]=290000, + ["hp"]=36000000, + ["atk"]=870000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -427,8 +427,8 @@ local monster_chapter = { }, [3401]={ ["monster_base"]=10038, - ["hp"]=15000000, - ["atk"]=310000, + ["hp"]=45000000, + ["atk"]=930000, ["atk_times"]=3, ["hurt_skill"]={ 20109, @@ -440,8 +440,8 @@ local monster_chapter = { [3501]={ ["monster_base"]=20011, ["is_boss"]=1, - ["hp"]=23000000, - ["atk"]=370000, + ["hp"]=69000000, + ["atk"]=1110000, ["atk_times"]=4, ["hurt_skill"]={ 30031, @@ -455,8 +455,8 @@ local monster_chapter = { }, [3601]={ ["monster_base"]=10009, - ["hp"]=15000000, - ["atk"]=310000, + ["hp"]=45000000, + ["atk"]=930000, ["atk_times"]=3, ["hurt_skill"]={ 20025, @@ -467,8 +467,8 @@ local monster_chapter = { }, [3701]={ ["monster_base"]=10010, - ["hp"]=17000000, - ["atk"]=330000, + ["hp"]=51000000, + ["atk"]=990000, ["atk_times"]=3, ["hurt_skill"]={ 20028, @@ -479,8 +479,8 @@ local monster_chapter = { }, [3801]={ ["monster_base"]=10038, - ["hp"]=20000000, - ["atk"]=330000, + ["hp"]=60000000, + ["atk"]=990000, ["atk_times"]=3, ["hurt_skill"]={ 20109, @@ -491,8 +491,8 @@ local monster_chapter = { }, [3901]={ ["monster_base"]=10040, - ["hp"]=22000000, - ["atk"]=350000, + ["hp"]=66000000, + ["atk"]=1050000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -504,8 +504,8 @@ local monster_chapter = { [4001]={ ["monster_base"]=20012, ["is_boss"]=1, - ["hp"]=42000000, - ["atk"]=400000, + ["hp"]=126000000, + ["atk"]=1200000, ["atk_times"]=4, ["hurt_skill"]={ 30034, @@ -519,8 +519,8 @@ local monster_chapter = { }, [4101]={ ["monster_base"]=10039, - ["hp"]=23000000, - ["atk"]=350000, + ["hp"]=69000000, + ["atk"]=1050000, ["atk_times"]=3, ["hurt_skill"]={ 20112, @@ -531,8 +531,8 @@ local monster_chapter = { }, [4201]={ ["monster_base"]=10040, - ["hp"]=28000000, - ["atk"]=370000, + ["hp"]=84000000, + ["atk"]=1110000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -543,8 +543,8 @@ local monster_chapter = { }, [4301]={ ["monster_base"]=10038, - ["hp"]=31000000, - ["atk"]=390000, + ["hp"]=93000000, + ["atk"]=1170000, ["atk_times"]=3, ["hurt_skill"]={ 20109, @@ -555,8 +555,8 @@ local monster_chapter = { }, [4401]={ ["monster_base"]=10009, - ["hp"]=35000000, - ["atk"]=410000, + ["hp"]=105000000, + ["atk"]=1230000, ["atk_times"]=3, ["hurt_skill"]={ 20025, @@ -568,8 +568,8 @@ local monster_chapter = { [4501]={ ["monster_base"]=20015, ["is_boss"]=1, - ["hp"]=52000000, - ["atk"]=640000, + ["hp"]=156000000, + ["atk"]=1920000, ["atk_times"]=4, ["hurt_skill"]={ 30043, @@ -586,8 +586,8 @@ local monster_chapter = { }, [4601]={ ["monster_base"]=10040, - ["hp"]=40000000, - ["atk"]=430000, + ["hp"]=120000000, + ["atk"]=1290000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -598,8 +598,8 @@ local monster_chapter = { }, [4701]={ ["monster_base"]=10009, - ["hp"]=44000000, - ["atk"]=450000, + ["hp"]=132000000, + ["atk"]=1350000, ["atk_times"]=3, ["hurt_skill"]={ 20025, @@ -610,8 +610,8 @@ local monster_chapter = { }, [4801]={ ["monster_base"]=10038, - ["hp"]=50000000, - ["atk"]=470000, + ["hp"]=150000000, + ["atk"]=1410000, ["atk_times"]=3, ["hurt_skill"]={ 20109, @@ -622,8 +622,8 @@ local monster_chapter = { }, [4901]={ ["monster_base"]=10039, - ["hp"]=54000000, - ["atk"]=490000, + ["hp"]=162000000, + ["atk"]=1470000, ["atk_times"]=3, ["hurt_skill"]={ 20112, @@ -635,8 +635,8 @@ local monster_chapter = { [5001]={ ["monster_base"]=20029, ["is_boss"]=2, - ["hp"]=90000000, - ["atk"]=550000, + ["hp"]=270000000, + ["atk"]=1650000, ["atk_times"]=4, ["hurt_skill"]={ 30085, @@ -650,8 +650,8 @@ local monster_chapter = { }, [5101]={ ["monster_base"]=10016, - ["hp"]=8500000, - ["atk"]=350000, + ["hp"]=25500000, + ["atk"]=1050000, ["atk_times"]=3, ["hurt_skill"]={ 20043, @@ -662,8 +662,8 @@ local monster_chapter = { }, [5201]={ ["monster_base"]=10002, - ["hp"]=12000000, - ["atk"]=370000, + ["hp"]=36000000, + ["atk"]=1110000, ["atk_times"]=3, ["hurt_skill"]={ 20004, @@ -674,8 +674,8 @@ local monster_chapter = { }, [5301]={ ["monster_base"]=10003, - ["hp"]=13500000, - ["atk"]=390000, + ["hp"]=40500000, + ["atk"]=1170000, ["atk_times"]=3, ["hurt_skill"]={ 20007, @@ -686,8 +686,8 @@ local monster_chapter = { }, [5401]={ ["monster_base"]=10019, - ["hp"]=18000000, - ["atk"]=410000, + ["hp"]=54000000, + ["atk"]=1230000, ["atk_times"]=3, ["hurt_skill"]={ 20052, @@ -699,8 +699,8 @@ local monster_chapter = { [5501]={ ["monster_base"]=20002, ["is_boss"]=1, - ["hp"]=25000000, - ["atk"]=470000, + ["hp"]=75000000, + ["atk"]=1410000, ["atk_times"]=4, ["hurt_skill"]={ 30004, @@ -714,8 +714,8 @@ local monster_chapter = { }, [5601]={ ["monster_base"]=10007, - ["hp"]=17000000, - ["atk"]=430000, + ["hp"]=51000000, + ["atk"]=1290000, ["atk_times"]=3, ["hurt_skill"]={ 20019, @@ -726,8 +726,8 @@ local monster_chapter = { }, [5701]={ ["monster_base"]=10017, - ["hp"]=19000000, - ["atk"]=490000, + ["hp"]=57000000, + ["atk"]=1470000, ["atk_times"]=3, ["hurt_skill"]={ 20046, @@ -738,8 +738,8 @@ local monster_chapter = { }, [5801]={ ["monster_base"]=10004, - ["hp"]=22000000, - ["atk"]=450000, + ["hp"]=66000000, + ["atk"]=1350000, ["atk_times"]=3, ["hurt_skill"]={ 20010, @@ -750,8 +750,8 @@ local monster_chapter = { }, [5901]={ ["monster_base"]=10018, - ["hp"]=25000000, - ["atk"]=510000, + ["hp"]=75000000, + ["atk"]=1530000, ["atk_times"]=3, ["hurt_skill"]={ 20049, @@ -763,8 +763,8 @@ local monster_chapter = { [6001]={ ["monster_base"]=20014, ["is_boss"]=1, - ["hp"]=52000000, - ["atk"]=570000, + ["hp"]=156000000, + ["atk"]=1710000, ["atk_times"]=4, ["hurt_skill"]={ 30040, @@ -781,8 +781,8 @@ local monster_chapter = { }, [6101]={ ["monster_base"]=10019, - ["hp"]=30000000, - ["atk"]=530000, + ["hp"]=90000000, + ["atk"]=1590000, ["atk_times"]=3, ["hurt_skill"]={ 20052, @@ -793,8 +793,8 @@ local monster_chapter = { }, [6201]={ ["monster_base"]=10008, - ["hp"]=34000000, - ["atk"]=550000, + ["hp"]=102000000, + ["atk"]=1650000, ["atk_times"]=3, ["hurt_skill"]={ 20022, @@ -805,8 +805,8 @@ local monster_chapter = { }, [6301]={ ["monster_base"]=10016, - ["hp"]=36000000, - ["atk"]=570000, + ["hp"]=108000000, + ["atk"]=1710000, ["atk_times"]=3, ["hurt_skill"]={ 20043, @@ -817,8 +817,8 @@ local monster_chapter = { }, [6401]={ ["monster_base"]=10003, - ["hp"]=39000000, - ["atk"]=590000, + ["hp"]=117000000, + ["atk"]=1770000, ["atk_times"]=3, ["hurt_skill"]={ 20007, @@ -830,8 +830,8 @@ local monster_chapter = { [6501]={ ["monster_base"]=20015, ["is_boss"]=1, - ["hp"]=71000000, - ["atk"]=590000, + ["hp"]=213000000, + ["atk"]=1770000, ["atk_times"]=4, ["hurt_skill"]={ 30043, @@ -848,8 +848,8 @@ local monster_chapter = { }, [6601]={ ["monster_base"]=10018, - ["hp"]=47000000, - ["atk"]=610000, + ["hp"]=141000000, + ["atk"]=1830000, ["atk_times"]=3, ["hurt_skill"]={ 20049, @@ -860,8 +860,8 @@ local monster_chapter = { }, [6701]={ ["monster_base"]=10004, - ["hp"]=50000000, - ["atk"]=630000, + ["hp"]=150000000, + ["atk"]=1890000, ["atk_times"]=3, ["hurt_skill"]={ 20010, @@ -872,8 +872,8 @@ local monster_chapter = { }, [6801]={ ["monster_base"]=10007, - ["hp"]=55000000, - ["atk"]=650000, + ["hp"]=165000000, + ["atk"]=1950000, ["atk_times"]=3, ["hurt_skill"]={ 20019, @@ -884,8 +884,8 @@ local monster_chapter = { }, [6901]={ ["monster_base"]=10017, - ["hp"]=60000000, - ["atk"]=670000, + ["hp"]=180000000, + ["atk"]=2010000, ["atk_times"]=3, ["hurt_skill"]={ 20046, @@ -897,8 +897,8 @@ local monster_chapter = { [7001]={ ["monster_base"]=20001, ["is_boss"]=2, - ["hp"]=95000000, - ["atk"]=920000, + ["hp"]=285000000, + ["atk"]=2760000, ["atk_times"]=4, ["hurt_skill"]={ 30001, @@ -912,8 +912,8 @@ local monster_chapter = { }, [7101]={ ["monster_base"]=10042, - ["hp"]=8500000, - ["atk"]=370000, + ["hp"]=25500000, + ["atk"]=1110000, ["atk_times"]=3, ["hurt_skill"]={ 20121, @@ -924,8 +924,8 @@ local monster_chapter = { }, [7201]={ ["monster_base"]=10041, - ["hp"]=12000000, - ["atk"]=390000, + ["hp"]=36000000, + ["atk"]=1170000, ["atk_times"]=3, ["hurt_skill"]={ 20118, @@ -936,8 +936,8 @@ local monster_chapter = { }, [7301]={ ["monster_base"]=10013, - ["hp"]=13500000, - ["atk"]=410000, + ["hp"]=40500000, + ["atk"]=1230000, ["atk_times"]=3, ["hurt_skill"]={ 20034, @@ -948,8 +948,8 @@ local monster_chapter = { }, [7401]={ ["monster_base"]=10019, - ["hp"]=18000000, - ["atk"]=430000, + ["hp"]=54000000, + ["atk"]=1290000, ["atk_times"]=3, ["hurt_skill"]={ 20052, @@ -961,8 +961,8 @@ local monster_chapter = { [7501]={ ["monster_base"]=20022, ["is_boss"]=1, - ["hp"]=25000000, - ["atk"]=480000, + ["hp"]=75000000, + ["atk"]=1440000, ["atk_times"]=4, ["hurt_skill"]={ 30064, @@ -979,8 +979,8 @@ local monster_chapter = { }, [7601]={ ["monster_base"]=10001, - ["hp"]=18700000, - ["atk"]=490000, + ["hp"]=56100000, + ["atk"]=1470000, ["atk_times"]=3, ["hurt_skill"]={ 20001, @@ -991,8 +991,8 @@ local monster_chapter = { }, [7701]={ ["monster_base"]=10005, - ["hp"]=20900000, - ["atk"]=560000, + ["hp"]=62700000, + ["atk"]=1680000, ["atk_times"]=3, ["hurt_skill"]={ 20013, @@ -1003,8 +1003,8 @@ local monster_chapter = { }, [7801]={ ["monster_base"]=10041, - ["hp"]=24200000, - ["atk"]=510000, + ["hp"]=72600000, + ["atk"]=1530000, ["atk_times"]=3, ["hurt_skill"]={ 20118, @@ -1015,8 +1015,8 @@ local monster_chapter = { }, [7901]={ ["monster_base"]=10013, - ["hp"]=27500000, - ["atk"]=580000, + ["hp"]=82500000, + ["atk"]=1740000, ["atk_times"]=3, ["hurt_skill"]={ 20034, @@ -1028,8 +1028,8 @@ local monster_chapter = { [8001]={ ["monster_base"]=20023, ["is_boss"]=1, - ["hp"]=53600000, - ["atk"]=600000, + ["hp"]=160800000, + ["atk"]=1800000, ["atk_times"]=4, ["hurt_skill"]={ 30067, @@ -1046,8 +1046,8 @@ local monster_chapter = { }, [8101]={ ["monster_base"]=10042, - ["hp"]=30900000, - ["atk"]=560000, + ["hp"]=92700000, + ["atk"]=1680000, ["atk_times"]=3, ["hurt_skill"]={ 20121, @@ -1058,8 +1058,8 @@ local monster_chapter = { }, [8201]={ ["monster_base"]=10001, - ["hp"]=35000000, - ["atk"]=580000, + ["hp"]=105000000, + ["atk"]=1740000, ["atk_times"]=3, ["hurt_skill"]={ 20001, @@ -1070,8 +1070,8 @@ local monster_chapter = { }, [8301]={ ["monster_base"]=10013, - ["hp"]=37100000, - ["atk"]=600000, + ["hp"]=111300000, + ["atk"]=1800000, ["atk_times"]=3, ["hurt_skill"]={ 20034, @@ -1082,8 +1082,8 @@ local monster_chapter = { }, [8401]={ ["monster_base"]=10044, - ["hp"]=40200000, - ["atk"]=620000, + ["hp"]=120600000, + ["atk"]=1860000, ["atk_times"]=3, ["hurt_skill"]={ 20127, @@ -1095,8 +1095,8 @@ local monster_chapter = { [8501]={ ["monster_base"]=20022, ["is_boss"]=1, - ["hp"]=73100000, - ["atk"]=620000, + ["hp"]=219300000, + ["atk"]=1860000, ["atk_times"]=4, ["hurt_skill"]={ 30064, @@ -1113,8 +1113,8 @@ local monster_chapter = { }, [8601]={ ["monster_base"]=10041, - ["hp"]=53000000, - ["atk"]=700000, + ["hp"]=159000000, + ["atk"]=2100000, ["atk_times"]=3, ["hurt_skill"]={ 20118, @@ -1125,8 +1125,8 @@ local monster_chapter = { }, [8701]={ ["monster_base"]=10001, - ["hp"]=56400000, - ["atk"]=730000, + ["hp"]=169200000, + ["atk"]=2190000, ["atk_times"]=3, ["hurt_skill"]={ 20001, @@ -1137,8 +1137,8 @@ local monster_chapter = { }, [8801]={ ["monster_base"]=10042, - ["hp"]=62000000, - ["atk"]=750000, + ["hp"]=186000000, + ["atk"]=2250000, ["atk_times"]=3, ["hurt_skill"]={ 20121, @@ -1149,8 +1149,8 @@ local monster_chapter = { }, [8901]={ ["monster_base"]=10044, - ["hp"]=67700000, - ["atk"]=770000, + ["hp"]=203100000, + ["atk"]=2310000, ["atk_times"]=3, ["hurt_skill"]={ 20127, @@ -1162,8 +1162,8 @@ local monster_chapter = { [9001]={ ["monster_base"]=30019, ["is_boss"]=2, - ["hp"]=109400000, - ["atk"]=1070000, + ["hp"]=328200000, + ["atk"]=3210000, ["atk_times"]=4, ["hurt_skill"]={ 40029, @@ -1182,8 +1182,8 @@ local monster_chapter = { }, [9101]={ ["monster_base"]=10041, - ["hp"]=10800000, - ["atk"]=490000, + ["hp"]=32400000, + ["atk"]=1470000, ["atk_times"]=3, ["hurt_skill"]={ 20118, @@ -1194,8 +1194,8 @@ local monster_chapter = { }, [9201]={ ["monster_base"]=10001, - ["hp"]=15200000, - ["atk"]=510000, + ["hp"]=45600000, + ["atk"]=1530000, ["atk_times"]=3, ["hurt_skill"]={ 20001, @@ -1206,8 +1206,8 @@ local monster_chapter = { }, [9301]={ ["monster_base"]=10013, - ["hp"]=17100000, - ["atk"]=540000, + ["hp"]=51300000, + ["atk"]=1620000, ["atk_times"]=3, ["hurt_skill"]={ 20034, @@ -1218,8 +1218,8 @@ local monster_chapter = { }, [9401]={ ["monster_base"]=10044, - ["hp"]=22800000, - ["atk"]=560000, + ["hp"]=68400000, + ["atk"]=1680000, ["atk_times"]=3, ["hurt_skill"]={ 20127, @@ -1231,8 +1231,8 @@ local monster_chapter = { [9501]={ ["monster_base"]=20026, ["is_boss"]=1, - ["hp"]=31600000, - ["atk"]=630000, + ["hp"]=94800000, + ["atk"]=1890000, ["atk_times"]=4, ["hurt_skill"]={ 30076, @@ -1249,8 +1249,8 @@ local monster_chapter = { }, [9601]={ ["monster_base"]=10001, - ["hp"]=21600000, - ["atk"]=590000, + ["hp"]=64800000, + ["atk"]=1770000, ["atk_times"]=3, ["hurt_skill"]={ 20001, @@ -1261,8 +1261,8 @@ local monster_chapter = { }, [9701]={ ["monster_base"]=10042, - ["hp"]=24100000, - ["atk"]=660000, + ["hp"]=72300000, + ["atk"]=1980000, ["atk_times"]=3, ["hurt_skill"]={ 20121, @@ -1273,8 +1273,8 @@ local monster_chapter = { }, [9801]={ ["monster_base"]=10005, - ["hp"]=27900000, - ["atk"]=610000, + ["hp"]=83700000, + ["atk"]=1830000, ["atk_times"]=3, ["hurt_skill"]={ 20013, @@ -1285,8 +1285,8 @@ local monster_chapter = { }, [9901]={ ["monster_base"]=10013, - ["hp"]=31700000, - ["atk"]=690000, + ["hp"]=95100000, + ["atk"]=2070000, ["atk_times"]=3, ["hurt_skill"]={ 20034, @@ -1298,8 +1298,8 @@ local monster_chapter = { [10001]={ ["monster_base"]=20022, ["is_boss"]=1, - ["hp"]=60000000, - ["atk"]=690000, + ["hp"]=180000000, + ["atk"]=2070000, ["atk_times"]=4, ["hurt_skill"]={ 30064, @@ -1316,8 +1316,8 @@ local monster_chapter = { }, [10101]={ ["monster_base"]=10001, - ["hp"]=34600000, - ["atk"]=650000, + ["hp"]=103800000, + ["atk"]=1950000, ["atk_times"]=3, ["hurt_skill"]={ 20001, @@ -1328,8 +1328,8 @@ local monster_chapter = { }, [10201]={ ["monster_base"]=10042, - ["hp"]=39200000, - ["atk"]=680000, + ["hp"]=117600000, + ["atk"]=2040000, ["atk_times"]=3, ["hurt_skill"]={ 20121, @@ -1340,8 +1340,8 @@ local monster_chapter = { }, [10301]={ ["monster_base"]=10013, - ["hp"]=41500000, - ["atk"]=700000, + ["hp"]=124500000, + ["atk"]=2100000, ["atk_times"]=3, ["hurt_skill"]={ 20034, @@ -1352,8 +1352,8 @@ local monster_chapter = { }, [10401]={ ["monster_base"]=10001, - ["hp"]=45000000, - ["atk"]=720000, + ["hp"]=135000000, + ["atk"]=2160000, ["atk_times"]=3, ["hurt_skill"]={ 20001, @@ -1365,8 +1365,8 @@ local monster_chapter = { [10501]={ ["monster_base"]=20023, ["is_boss"]=1, - ["hp"]=81800000, - ["atk"]=710000, + ["hp"]=245400000, + ["atk"]=2130000, ["atk_times"]=4, ["hurt_skill"]={ 30067, @@ -1383,8 +1383,8 @@ local monster_chapter = { }, [10601]={ ["monster_base"]=10042, - ["hp"]=55600000, - ["atk"]=760000, + ["hp"]=166800000, + ["atk"]=2280000, ["atk_times"]=3, ["hurt_skill"]={ 20121, @@ -1395,8 +1395,8 @@ local monster_chapter = { }, [10701]={ ["monster_base"]=10044, - ["hp"]=59100000, - ["atk"]=790000, + ["hp"]=177300000, + ["atk"]=2370000, ["atk_times"]=3, ["hurt_skill"]={ 20127, @@ -1407,8 +1407,8 @@ local monster_chapter = { }, [10801]={ ["monster_base"]=10013, - ["hp"]=65000000, - ["atk"]=810000, + ["hp"]=195000000, + ["atk"]=2430000, ["atk_times"]=3, ["hurt_skill"]={ 20034, @@ -1419,8 +1419,8 @@ local monster_chapter = { }, [10901]={ ["monster_base"]=10041, - ["hp"]=71000000, - ["atk"]=830000, + ["hp"]=213000000, + ["atk"]=2490000, ["atk_times"]=3, ["hurt_skill"]={ 20118, @@ -1432,8 +1432,8 @@ local monster_chapter = { [11001]={ ["monster_base"]=20025, ["is_boss"]=2, - ["hp"]=122400000, - ["atk"]=1210000, + ["hp"]=367200000, + ["atk"]=3630000, ["atk_times"]=4, ["hurt_skill"]={ 30073, @@ -1450,8 +1450,8 @@ local monster_chapter = { }, [11101]={ ["monster_base"]=10010, - ["hp"]=12400000, - ["atk"]=580000, + ["hp"]=37200000, + ["atk"]=1740000, ["atk_times"]=3, ["hurt_skill"]={ 20028, @@ -1462,8 +1462,8 @@ local monster_chapter = { }, [11201]={ ["monster_base"]=10009, - ["hp"]=17400000, - ["atk"]=610000, + ["hp"]=52200000, + ["atk"]=1830000, ["atk_times"]=3, ["hurt_skill"]={ 20025, @@ -1474,8 +1474,8 @@ local monster_chapter = { }, [11301]={ ["monster_base"]=10038, - ["hp"]=19600000, - ["atk"]=640000, + ["hp"]=58800000, + ["atk"]=1920000, ["atk_times"]=3, ["hurt_skill"]={ 20109, @@ -1486,8 +1486,8 @@ local monster_chapter = { }, [11401]={ ["monster_base"]=10039, - ["hp"]=26100000, - ["atk"]=670000, + ["hp"]=78300000, + ["atk"]=2010000, ["atk_times"]=3, ["hurt_skill"]={ 20112, @@ -1499,8 +1499,8 @@ local monster_chapter = { [11501]={ ["monster_base"]=20012, ["is_boss"]=1, - ["hp"]=36200000, - ["atk"]=730000, + ["hp"]=108600000, + ["atk"]=2190000, ["atk_times"]=4, ["hurt_skill"]={ 30034, @@ -1514,8 +1514,8 @@ local monster_chapter = { }, [11601]={ ["monster_base"]=10013, - ["hp"]=24800000, - ["atk"]=690000, + ["hp"]=74400000, + ["atk"]=2070000, ["atk_times"]=3, ["hurt_skill"]={ 20034, @@ -1526,8 +1526,8 @@ local monster_chapter = { }, [11701]={ ["monster_base"]=10016, - ["hp"]=27600000, - ["atk"]=780000, + ["hp"]=82800000, + ["atk"]=2340000, ["atk_times"]=3, ["hurt_skill"]={ 20043, @@ -1538,8 +1538,8 @@ local monster_chapter = { }, [11801]={ ["monster_base"]=10015, - ["hp"]=32000000, - ["atk"]=720000, + ["hp"]=96000000, + ["atk"]=2160000, ["atk_times"]=3, ["hurt_skill"]={ 20040, @@ -1550,8 +1550,8 @@ local monster_chapter = { }, [11901]={ ["monster_base"]=10017, - ["hp"]=36300000, - ["atk"]=810000, + ["hp"]=108900000, + ["atk"]=2430000, ["atk_times"]=3, ["hurt_skill"]={ 20046, @@ -1563,8 +1563,8 @@ local monster_chapter = { [12001]={ ["monster_base"]=20007, ["is_boss"]=1, - ["hp"]=68700000, - ["atk"]=800000, + ["hp"]=206100000, + ["atk"]=2400000, ["atk_times"]=4, ["hurt_skill"]={ 30019, @@ -1581,8 +1581,8 @@ local monster_chapter = { }, [12101]={ ["monster_base"]=10018, - ["hp"]=39600000, - ["atk"]=770000, + ["hp"]=118800000, + ["atk"]=2310000, ["atk_times"]=3, ["hurt_skill"]={ 20049, @@ -1593,8 +1593,8 @@ local monster_chapter = { }, [12201]={ ["monster_base"]=10003, - ["hp"]=44900000, - ["atk"]=790000, + ["hp"]=134700000, + ["atk"]=2370000, ["atk_times"]=3, ["hurt_skill"]={ 20007, @@ -1605,8 +1605,8 @@ local monster_chapter = { }, [12301]={ ["monster_base"]=10006, - ["hp"]=47500000, - ["atk"]=820000, + ["hp"]=142500000, + ["atk"]=2460000, ["atk_times"]=3, ["hurt_skill"]={ 20016, @@ -1617,8 +1617,8 @@ local monster_chapter = { }, [12401]={ ["monster_base"]=10014, - ["hp"]=51500000, - ["atk"]=850000, + ["hp"]=154500000, + ["atk"]=2550000, ["atk_times"]=3, ["hurt_skill"]={ 20037, @@ -1630,8 +1630,8 @@ local monster_chapter = { [12501]={ ["monster_base"]=20025, ["is_boss"]=1, - ["hp"]=98100000, - ["atk"]=870000, + ["hp"]=294300000, + ["atk"]=2610000, ["atk_times"]=4, ["hurt_skill"]={ 30073, @@ -1648,8 +1648,8 @@ local monster_chapter = { }, [12601]={ ["monster_base"]=10030, - ["hp"]=65100000, - ["atk"]=910000, + ["hp"]=195300000, + ["atk"]=2730000, ["atk_times"]=3, ["hurt_skill"]={ 20085, @@ -1660,8 +1660,8 @@ local monster_chapter = { }, [12701]={ ["monster_base"]=10032, - ["hp"]=69200000, - ["atk"]=940000, + ["hp"]=207600000, + ["atk"]=2820000, ["atk_times"]=3, ["hurt_skill"]={ 20091, @@ -1672,8 +1672,8 @@ local monster_chapter = { }, [12801]={ ["monster_base"]=10031, - ["hp"]=76100000, - ["atk"]=970000, + ["hp"]=228300000, + ["atk"]=2910000, ["atk_times"]=3, ["hurt_skill"]={ 20088, @@ -1684,8 +1684,8 @@ local monster_chapter = { }, [12901]={ ["monster_base"]=10033, - ["hp"]=83100000, - ["atk"]=990000, + ["hp"]=249300000, + ["atk"]=2970000, ["atk_times"]=3, ["hurt_skill"]={ 20094, @@ -1697,8 +1697,8 @@ local monster_chapter = { [13001]={ ["monster_base"]=20005, ["is_boss"]=2, - ["hp"]=131300000, - ["atk"]=1320000, + ["hp"]=393900000, + ["atk"]=3960000, ["atk_times"]=4, ["hurt_skill"]={ 30013, @@ -1715,8 +1715,8 @@ local monster_chapter = { }, [13101]={ ["monster_base"]=10030, - ["hp"]=13900000, - ["atk"]=670000, + ["hp"]=41700000, + ["atk"]=2010000, ["atk_times"]=3, ["hurt_skill"]={ 20085, @@ -1727,8 +1727,8 @@ local monster_chapter = { }, [13201]={ ["monster_base"]=10033, - ["hp"]=19400000, - ["atk"]=700000, + ["hp"]=58200000, + ["atk"]=2100000, ["atk_times"]=3, ["hurt_skill"]={ 20094, @@ -1739,8 +1739,8 @@ local monster_chapter = { }, [13301]={ ["monster_base"]=10019, - ["hp"]=21900000, - ["atk"]=730000, + ["hp"]=65700000, + ["atk"]=2190000, ["atk_times"]=3, ["hurt_skill"]={ 20052, @@ -1751,8 +1751,8 @@ local monster_chapter = { }, [13401]={ ["monster_base"]=10012, - ["hp"]=27400000, - ["atk"]=720000, + ["hp"]=82200000, + ["atk"]=2160000, ["atk_times"]=3, ["hurt_skill"]={ 20031, @@ -1764,8 +1764,8 @@ local monster_chapter = { [13501]={ ["monster_base"]=20015, ["is_boss"]=1, - ["hp"]=40400000, - ["atk"]=830000, + ["hp"]=121200000, + ["atk"]=2490000, ["atk_times"]=4, ["hurt_skill"]={ 30043, @@ -1782,8 +1782,8 @@ local monster_chapter = { }, [13601]={ ["monster_base"]=10017, - ["hp"]=27700000, - ["atk"]=800000, + ["hp"]=83100000, + ["atk"]=2400000, ["atk_times"]=3, ["hurt_skill"]={ 20046, @@ -1794,8 +1794,8 @@ local monster_chapter = { }, [13701]={ ["monster_base"]=10013, - ["hp"]=30800000, - ["atk"]=890000, + ["hp"]=92400000, + ["atk"]=2670000, ["atk_times"]=3, ["hurt_skill"]={ 20034, @@ -1806,8 +1806,8 @@ local monster_chapter = { }, [13801]={ ["monster_base"]=10032, - ["hp"]=35700000, - ["atk"]=830000, + ["hp"]=107100000, + ["atk"]=2490000, ["atk_times"]=3, ["hurt_skill"]={ 20091, @@ -1818,8 +1818,8 @@ local monster_chapter = { }, [13901]={ ["monster_base"]=10033, - ["hp"]=40500000, - ["atk"]=930000, + ["hp"]=121500000, + ["atk"]=2790000, ["atk_times"]=3, ["hurt_skill"]={ 20094, @@ -1831,8 +1831,8 @@ local monster_chapter = { [14001]={ ["monster_base"]=20005, ["is_boss"]=1, - ["hp"]=76600000, - ["atk"]=910000, + ["hp"]=229800000, + ["atk"]=2730000, ["atk_times"]=4, ["hurt_skill"]={ 30013, @@ -1849,8 +1849,8 @@ local monster_chapter = { }, [14101]={ ["monster_base"]=10031, - ["hp"]=44200000, - ["atk"]=880000, + ["hp"]=132600000, + ["atk"]=2640000, ["atk_times"]=3, ["hurt_skill"]={ 20088, @@ -1861,8 +1861,8 @@ local monster_chapter = { }, [14201]={ ["monster_base"]=10034, - ["hp"]=50100000, - ["atk"]=910000, + ["hp"]=150300000, + ["atk"]=2730000, ["atk_times"]=3, ["hurt_skill"]={ 20097, @@ -1873,8 +1873,8 @@ local monster_chapter = { }, [14301]={ ["monster_base"]=10003, - ["hp"]=53000000, - ["atk"]=940000, + ["hp"]=159000000, + ["atk"]=2820000, ["atk_times"]=3, ["hurt_skill"]={ 20007, @@ -1885,8 +1885,8 @@ local monster_chapter = { }, [14401]={ ["monster_base"]=10014, - ["hp"]=57500000, - ["atk"]=970000, + ["hp"]=172500000, + ["atk"]=2910000, ["atk_times"]=3, ["hurt_skill"]={ 20037, @@ -1898,8 +1898,8 @@ local monster_chapter = { [14501]={ ["monster_base"]=20026, ["is_boss"]=1, - ["hp"]=109200000, - ["atk"]=980000, + ["hp"]=327600000, + ["atk"]=2940000, ["atk_times"]=4, ["hurt_skill"]={ 30076, @@ -1916,8 +1916,8 @@ local monster_chapter = { }, [14601]={ ["monster_base"]=10015, - ["hp"]=72500000, - ["atk"]=1030000, + ["hp"]=217500000, + ["atk"]=3090000, ["atk_times"]=3, ["hurt_skill"]={ 20040, @@ -1928,8 +1928,8 @@ local monster_chapter = { }, [14701]={ ["monster_base"]=10016, - ["hp"]=77100000, - ["atk"]=1070000, + ["hp"]=231300000, + ["atk"]=3210000, ["atk_times"]=3, ["hurt_skill"]={ 20043, @@ -1940,8 +1940,8 @@ local monster_chapter = { }, [14801]={ ["monster_base"]=10030, - ["hp"]=84800000, - ["atk"]=1100000, + ["hp"]=254400000, + ["atk"]=3300000, ["atk_times"]=3, ["hurt_skill"]={ 20085, @@ -1952,8 +1952,8 @@ local monster_chapter = { }, [14901]={ ["monster_base"]=10035, - ["hp"]=92500000, - ["atk"]=1130000, + ["hp"]=277500000, + ["atk"]=3390000, ["atk_times"]=3, ["hurt_skill"]={ 20100, @@ -1965,8 +1965,8 @@ local monster_chapter = { [15001]={ ["monster_base"]=30012, ["is_boss"]=2, - ["hp"]=146200000, - ["atk"]=1480000, + ["hp"]=438600000, + ["atk"]=4440000, ["atk_times"]=4, ["hurt_skill"]={ 40005, @@ -1982,8 +1982,8 @@ local monster_chapter = { }, [15101]={ ["monster_base"]=10034, - ["hp"]=15200000, - ["atk"]=750000, + ["hp"]=45600000, + ["atk"]=2250000, ["atk_times"]=3, ["hurt_skill"]={ 20097, @@ -1994,8 +1994,8 @@ local monster_chapter = { }, [15201]={ ["monster_base"]=10032, - ["hp"]=21300000, - ["atk"]=790000, + ["hp"]=63900000, + ["atk"]=2370000, ["atk_times"]=3, ["hurt_skill"]={ 20091, @@ -2006,8 +2006,8 @@ local monster_chapter = { }, [15301]={ ["monster_base"]=10002, - ["hp"]=24000000, - ["atk"]=820000, + ["hp"]=72000000, + ["atk"]=2460000, ["atk_times"]=3, ["hurt_skill"]={ 20004, @@ -2018,8 +2018,8 @@ local monster_chapter = { }, [15401]={ ["monster_base"]=10005, - ["hp"]=31900000, - ["atk"]=860000, + ["hp"]=95700000, + ["atk"]=2580000, ["atk_times"]=3, ["hurt_skill"]={ 20013, @@ -2031,8 +2031,8 @@ local monster_chapter = { [15501]={ ["monster_base"]=20007, ["is_boss"]=1, - ["hp"]=44200000, - ["atk"]=920000, + ["hp"]=132600000, + ["atk"]=2760000, ["atk_times"]=4, ["hurt_skill"]={ 30019, @@ -2049,8 +2049,8 @@ local monster_chapter = { }, [15601]={ ["monster_base"]=10001, - ["hp"]=30300000, - ["atk"]=890000, + ["hp"]=90900000, + ["atk"]=2670000, ["atk_times"]=3, ["hurt_skill"]={ 20001, @@ -2061,8 +2061,8 @@ local monster_chapter = { }, [15701]={ ["monster_base"]=10007, - ["hp"]=33700000, - ["atk"]=1000000, + ["hp"]=101100000, + ["atk"]=3000000, ["atk_times"]=3, ["hurt_skill"]={ 20019, @@ -2073,8 +2073,8 @@ local monster_chapter = { }, [15801]={ ["monster_base"]=10040, - ["hp"]=39100000, - ["atk"]=930000, + ["hp"]=117300000, + ["atk"]=2790000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -2085,8 +2085,8 @@ local monster_chapter = { }, [15901]={ ["monster_base"]=10039, - ["hp"]=44300000, - ["atk"]=1030000, + ["hp"]=132900000, + ["atk"]=3090000, ["atk_times"]=3, ["hurt_skill"]={ 20112, @@ -2098,8 +2098,8 @@ local monster_chapter = { [16001]={ ["monster_base"]=20012, ["is_boss"]=1, - ["hp"]=87100000, - ["atk"]=1050000, + ["hp"]=261300000, + ["atk"]=3150000, ["atk_times"]=4, ["hurt_skill"]={ 30034, @@ -2113,8 +2113,8 @@ local monster_chapter = { }, [16101]={ ["monster_base"]=10039, - ["hp"]=50300000, - ["atk"]=1020000, + ["hp"]=150900000, + ["atk"]=3060000, ["atk_times"]=3, ["hurt_skill"]={ 20112, @@ -2125,8 +2125,8 @@ local monster_chapter = { }, [16201]={ ["monster_base"]=10038, - ["hp"]=57000000, - ["atk"]=1050000, + ["hp"]=171000000, + ["atk"]=3150000, ["atk_times"]=3, ["hurt_skill"]={ 20109, @@ -2137,8 +2137,8 @@ local monster_chapter = { }, [16301]={ ["monster_base"]=10014, - ["hp"]=60300000, - ["atk"]=1090000, + ["hp"]=180900000, + ["atk"]=3270000, ["atk_times"]=3, ["hurt_skill"]={ 20037, @@ -2149,8 +2149,8 @@ local monster_chapter = { }, [16401]={ ["monster_base"]=10019, - ["hp"]=65400000, - ["atk"]=1120000, + ["hp"]=196200000, + ["atk"]=3360000, ["atk_times"]=3, ["hurt_skill"]={ 20052, @@ -2162,8 +2162,8 @@ local monster_chapter = { [16501]={ ["monster_base"]=20015, ["is_boss"]=1, - ["hp"]=126600000, - ["atk"]=1160000, + ["hp"]=379800000, + ["atk"]=3480000, ["atk_times"]=4, ["hurt_skill"]={ 30043, @@ -2180,8 +2180,8 @@ local monster_chapter = { }, [16601]={ ["monster_base"]=10016, - ["hp"]=87500000, - ["atk"]=1270000, + ["hp"]=262500000, + ["atk"]=3810000, ["atk_times"]=3, ["hurt_skill"]={ 20043, @@ -2192,8 +2192,8 @@ local monster_chapter = { }, [16701]={ ["monster_base"]=10005, - ["hp"]=93100000, - ["atk"]=1310000, + ["hp"]=279300000, + ["atk"]=3930000, ["atk_times"]=3, ["hurt_skill"]={ 20013, @@ -2204,8 +2204,8 @@ local monster_chapter = { }, [16801]={ ["monster_base"]=10040, - ["hp"]=102300000, - ["atk"]=1350000, + ["hp"]=306900000, + ["atk"]=4050000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -2216,8 +2216,8 @@ local monster_chapter = { }, [16901]={ ["monster_base"]=10039, - ["hp"]=111600000, - ["atk"]=1380000, + ["hp"]=334800000, + ["atk"]=4140000, ["atk_times"]=3, ["hurt_skill"]={ 20112, @@ -2229,8 +2229,8 @@ local monster_chapter = { [17001]={ ["monster_base"]=20017, ["is_boss"]=2, - ["hp"]=195900000, - ["atk"]=2000000, + ["hp"]=587700000, + ["atk"]=6000000, ["atk_times"]=4, ["hurt_skill"]={ 30049, @@ -2244,8 +2244,8 @@ local monster_chapter = { }, [17101]={ ["monster_base"]=10010, - ["hp"]=18300000, - ["atk"]=920000, + ["hp"]=54900000, + ["atk"]=2760000, ["atk_times"]=3, ["hurt_skill"]={ 20028, @@ -2256,8 +2256,8 @@ local monster_chapter = { }, [17201]={ ["monster_base"]=10038, - ["hp"]=25600000, - ["atk"]=970000, + ["hp"]=76800000, + ["atk"]=2910000, ["atk_times"]=3, ["hurt_skill"]={ 20109, @@ -2268,8 +2268,8 @@ local monster_chapter = { }, [17301]={ ["monster_base"]=10033, - ["hp"]=28800000, - ["atk"]=1010000, + ["hp"]=86400000, + ["atk"]=3030000, ["atk_times"]=3, ["hurt_skill"]={ 20094, @@ -2280,8 +2280,8 @@ local monster_chapter = { }, [17401]={ ["monster_base"]=10031, - ["hp"]=38300000, - ["atk"]=1050000, + ["hp"]=114900000, + ["atk"]=3150000, ["atk_times"]=3, ["hurt_skill"]={ 20088, @@ -2293,8 +2293,8 @@ local monster_chapter = { [17501]={ ["monster_base"]=20005, ["is_boss"]=1, - ["hp"]=53000000, - ["atk"]=1120000, + ["hp"]=159000000, + ["atk"]=3360000, ["atk_times"]=4, ["hurt_skill"]={ 30013, @@ -2311,8 +2311,8 @@ local monster_chapter = { }, [17601]={ ["monster_base"]=10030, - ["hp"]=36300000, - ["atk"]=1090000, + ["hp"]=108900000, + ["atk"]=3270000, ["atk_times"]=3, ["hurt_skill"]={ 20085, @@ -2323,8 +2323,8 @@ local monster_chapter = { }, [17701]={ ["monster_base"]=10035, - ["hp"]=40400000, - ["atk"]=1220000, + ["hp"]=121200000, + ["atk"]=3660000, ["atk_times"]=3, ["hurt_skill"]={ 20100, @@ -2335,8 +2335,8 @@ local monster_chapter = { }, [17801]={ ["monster_base"]=10039, - ["hp"]=46900000, - ["atk"]=1130000, + ["hp"]=140700000, + ["atk"]=3390000, ["atk_times"]=3, ["hurt_skill"]={ 20112, @@ -2347,8 +2347,8 @@ local monster_chapter = { }, [17901]={ ["monster_base"]=10010, - ["hp"]=53100000, - ["atk"]=1260000, + ["hp"]=159300000, + ["atk"]=3780000, ["atk_times"]=3, ["hurt_skill"]={ 20028, @@ -2360,8 +2360,8 @@ local monster_chapter = { [18001]={ ["monster_base"]=20017, ["is_boss"]=1, - ["hp"]=100400000, - ["atk"]=1230000, + ["hp"]=301200000, + ["atk"]=3690000, ["atk_times"]=4, ["hurt_skill"]={ 30049, @@ -2375,8 +2375,8 @@ local monster_chapter = { }, [18101]={ ["monster_base"]=10038, - ["hp"]=58000000, - ["atk"]=1190000, + ["hp"]=174000000, + ["atk"]=3570000, ["atk_times"]=3, ["hurt_skill"]={ 20109, @@ -2387,8 +2387,8 @@ local monster_chapter = { }, [18201]={ ["monster_base"]=10040, - ["hp"]=65700000, - ["atk"]=1230000, + ["hp"]=197100000, + ["atk"]=3690000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -2399,8 +2399,8 @@ local monster_chapter = { }, [18301]={ ["monster_base"]=10010, - ["hp"]=69500000, - ["atk"]=1270000, + ["hp"]=208500000, + ["atk"]=3810000, ["atk_times"]=3, ["hurt_skill"]={ 20028, @@ -2411,8 +2411,8 @@ local monster_chapter = { }, [18401]={ ["monster_base"]=10039, - ["hp"]=75400000, - ["atk"]=1310000, + ["hp"]=226200000, + ["atk"]=3930000, ["atk_times"]=3, ["hurt_skill"]={ 20112, @@ -2424,8 +2424,8 @@ local monster_chapter = { [18501]={ ["monster_base"]=20012, ["is_boss"]=1, - ["hp"]=136700000, - ["atk"]=1260000, + ["hp"]=410100000, + ["atk"]=3780000, ["atk_times"]=4, ["hurt_skill"]={ 30034, @@ -2439,8 +2439,8 @@ local monster_chapter = { }, [18601]={ ["monster_base"]=10032, - ["hp"]=90800000, - ["atk"]=1340000, + ["hp"]=272400000, + ["atk"]=4020000, ["atk_times"]=3, ["hurt_skill"]={ 20091, @@ -2451,8 +2451,8 @@ local monster_chapter = { }, [18701]={ ["monster_base"]=10034, - ["hp"]=96600000, - ["atk"]=1380000, + ["hp"]=289800000, + ["atk"]=4140000, ["atk_times"]=3, ["hurt_skill"]={ 20097, @@ -2463,8 +2463,8 @@ local monster_chapter = { }, [18801]={ ["monster_base"]=10035, - ["hp"]=106100000, - ["atk"]=1420000, + ["hp"]=318300000, + ["atk"]=4260000, ["atk_times"]=3, ["hurt_skill"]={ 20100, @@ -2475,8 +2475,8 @@ local monster_chapter = { }, [18901]={ ["monster_base"]=10033, - ["hp"]=115800000, - ["atk"]=1450000, + ["hp"]=347400000, + ["atk"]=4350000, ["atk_times"]=3, ["hurt_skill"]={ 20094, @@ -2488,8 +2488,8 @@ local monster_chapter = { [19001]={ ["monster_base"]=20003, ["is_boss"]=2, - ["hp"]=183000000, - ["atk"]=1890000, + ["hp"]=549000000, + ["atk"]=5670000, ["atk_times"]=4, ["hurt_skill"]={ 30007, @@ -2508,8 +2508,8 @@ local monster_chapter = { }, [19101]={ ["monster_base"]=10020, - ["hp"]=19500000, - ["atk"]=1000000, + ["hp"]=58500000, + ["atk"]=3000000, ["atk_times"]=3, ["hurt_skill"]={ 20055, @@ -2520,8 +2520,8 @@ local monster_chapter = { }, [19201]={ ["monster_base"]=10038, - ["hp"]=27300000, - ["atk"]=1050000, + ["hp"]=81900000, + ["atk"]=3150000, ["atk_times"]=3, ["hurt_skill"]={ 20109, @@ -2532,8 +2532,8 @@ local monster_chapter = { }, [19301]={ ["monster_base"]=10021, - ["hp"]=30700000, - ["atk"]=1090000, + ["hp"]=92100000, + ["atk"]=3270000, ["atk_times"]=3, ["hurt_skill"]={ 20058, @@ -2544,8 +2544,8 @@ local monster_chapter = { }, [19401]={ ["monster_base"]=10040, - ["hp"]=40800000, - ["atk"]=1140000, + ["hp"]=122400000, + ["atk"]=3420000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -2557,8 +2557,8 @@ local monster_chapter = { [19501]={ ["monster_base"]=20017, ["is_boss"]=1, - ["hp"]=56400000, - ["atk"]=1210000, + ["hp"]=169200000, + ["atk"]=3630000, ["atk_times"]=4, ["hurt_skill"]={ 30049, @@ -2572,8 +2572,8 @@ local monster_chapter = { }, [19601]={ ["monster_base"]=10022, - ["hp"]=38700000, - ["atk"]=1180000, + ["hp"]=116100000, + ["atk"]=3540000, ["atk_times"]=3, ["hurt_skill"]={ 20061, @@ -2584,8 +2584,8 @@ local monster_chapter = { }, [19701]={ ["monster_base"]=10004, - ["hp"]=43000000, - ["atk"]=1310000, + ["hp"]=129000000, + ["atk"]=3930000, ["atk_times"]=3, ["hurt_skill"]={ 20010, @@ -2596,8 +2596,8 @@ local monster_chapter = { }, [19801]={ ["monster_base"]=10023, - ["hp"]=49900000, - ["atk"]=1230000, + ["hp"]=149700000, + ["atk"]=3690000, ["atk_times"]=3, ["hurt_skill"]={ 20064, @@ -2608,8 +2608,8 @@ local monster_chapter = { }, [19901]={ ["monster_base"]=10007, - ["hp"]=56500000, - ["atk"]=1360000, + ["hp"]=169500000, + ["atk"]=4080000, ["atk_times"]=3, ["hurt_skill"]={ 20019, @@ -2621,8 +2621,8 @@ local monster_chapter = { [20001]={ ["monster_base"]=20007, ["is_boss"]=1, - ["hp"]=106800000, - ["atk"]=1320000, + ["hp"]=320400000, + ["atk"]=3960000, ["atk_times"]=4, ["hurt_skill"]={ 30019, @@ -2639,8 +2639,8 @@ local monster_chapter = { }, [20101]={ ["monster_base"]=10048, - ["hp"]=61700000, - ["atk"]=1290000, + ["hp"]=185100000, + ["atk"]=3870000, ["atk_times"]=3, ["hurt_skill"]={ 20139, @@ -2651,8 +2651,8 @@ local monster_chapter = { }, [20201]={ ["monster_base"]=10023, - ["hp"]=69900000, - ["atk"]=1330000, + ["hp"]=209700000, + ["atk"]=3990000, ["atk_times"]=3, ["hurt_skill"]={ 20064, @@ -2663,8 +2663,8 @@ local monster_chapter = { }, [20301]={ ["monster_base"]=10006, - ["hp"]=74000000, - ["atk"]=1370000, + ["hp"]=222000000, + ["atk"]=4110000, ["atk_times"]=3, ["hurt_skill"]={ 20016, @@ -2675,8 +2675,8 @@ local monster_chapter = { }, [20401]={ ["monster_base"]=10047, - ["hp"]=80200000, - ["atk"]=1420000, + ["hp"]=240600000, + ["atk"]=4260000, ["atk_times"]=3, ["hurt_skill"]={ 20136, @@ -2688,8 +2688,8 @@ local monster_chapter = { [20501]={ ["monster_base"]=20015, ["is_boss"]=1, - ["hp"]=145400000, - ["atk"]=1360000, + ["hp"]=436200000, + ["atk"]=4080000, ["atk_times"]=4, ["hurt_skill"]={ 30043, @@ -2706,8 +2706,8 @@ local monster_chapter = { }, [20601]={ ["monster_base"]=10021, - ["hp"]=96600000, - ["atk"]=1440000, + ["hp"]=289800000, + ["atk"]=4320000, ["atk_times"]=3, ["hurt_skill"]={ 20058, @@ -2718,8 +2718,8 @@ local monster_chapter = { }, [20701]={ ["monster_base"]=10006, - ["hp"]=102800000, - ["atk"]=1480000, + ["hp"]=308400000, + ["atk"]=4440000, ["atk_times"]=3, ["hurt_skill"]={ 20016, @@ -2730,8 +2730,8 @@ local monster_chapter = { }, [20801]={ ["monster_base"]=10048, - ["hp"]=112900000, - ["atk"]=1530000, + ["hp"]=338700000, + ["atk"]=4590000, ["atk_times"]=3, ["hurt_skill"]={ 20139, @@ -2742,8 +2742,8 @@ local monster_chapter = { }, [20901]={ ["monster_base"]=10023, - ["hp"]=123200000, - ["atk"]=1570000, + ["hp"]=369600000, + ["atk"]=4710000, ["atk_times"]=3, ["hurt_skill"]={ 20064, @@ -2755,8 +2755,8 @@ local monster_chapter = { [21001]={ ["monster_base"]=30014, ["is_boss"]=2, - ["hp"]=194700000, - ["atk"]=2020000, + ["hp"]=584100000, + ["atk"]=6060000, ["atk_times"]=4, ["hurt_skill"]={ 40009, @@ -2771,8 +2771,8 @@ local monster_chapter = { }, [21101]={ ["monster_base"]=10024, - ["hp"]=20400000, - ["atk"]=1070000, + ["hp"]=61200000, + ["atk"]=3210000, ["atk_times"]=3, ["hurt_skill"]={ 20067, @@ -2783,8 +2783,8 @@ local monster_chapter = { }, [21201]={ ["monster_base"]=10006, - ["hp"]=28600000, - ["atk"]=1120000, + ["hp"]=85800000, + ["atk"]=3360000, ["atk_times"]=3, ["hurt_skill"]={ 20016, @@ -2795,8 +2795,8 @@ local monster_chapter = { }, [21301]={ ["monster_base"]=10007, - ["hp"]=32100000, - ["atk"]=1170000, + ["hp"]=96300000, + ["atk"]=3510000, ["atk_times"]=3, ["hurt_skill"]={ 20019, @@ -2807,8 +2807,8 @@ local monster_chapter = { }, [21401]={ ["monster_base"]=10023, - ["hp"]=42700000, - ["atk"]=1210000, + ["hp"]=128100000, + ["atk"]=3630000, ["atk_times"]=3, ["hurt_skill"]={ 20064, @@ -2820,8 +2820,8 @@ local monster_chapter = { [21501]={ ["monster_base"]=20015, ["is_boss"]=1, - ["hp"]=59000000, - ["atk"]=1280000, + ["hp"]=177000000, + ["atk"]=3840000, ["atk_times"]=4, ["hurt_skill"]={ 30043, @@ -2838,8 +2838,8 @@ local monster_chapter = { }, [21601]={ ["monster_base"]=10048, - ["hp"]=40500000, - ["atk"]=1260000, + ["hp"]=121500000, + ["atk"]=3780000, ["atk_times"]=3, ["hurt_skill"]={ 20139, @@ -2850,8 +2850,8 @@ local monster_chapter = { }, [21701]={ ["monster_base"]=10025, - ["hp"]=45000000, - ["atk"]=1400000, + ["hp"]=135000000, + ["atk"]=4200000, ["atk_times"]=3, ["hurt_skill"]={ 20070, @@ -2862,8 +2862,8 @@ local monster_chapter = { }, [21801]={ ["monster_base"]=10004, - ["hp"]=52200000, - ["atk"]=1300000, + ["hp"]=156600000, + ["atk"]=3900000, ["atk_times"]=3, ["hurt_skill"]={ 20010, @@ -2874,8 +2874,8 @@ local monster_chapter = { }, [21901]={ ["monster_base"]=10022, - ["hp"]=59100000, - ["atk"]=1440000, + ["hp"]=177300000, + ["atk"]=4320000, ["atk_times"]=3, ["hurt_skill"]={ 20061, @@ -2887,8 +2887,8 @@ local monster_chapter = { [22001]={ ["monster_base"]=20005, ["is_boss"]=1, - ["hp"]=111700000, - ["atk"]=1400000, + ["hp"]=335100000, + ["atk"]=4200000, ["atk_times"]=4, ["hurt_skill"]={ 30013, @@ -2905,8 +2905,8 @@ local monster_chapter = { }, [22101]={ ["monster_base"]=10047, - ["hp"]=64500000, - ["atk"]=1370000, + ["hp"]=193500000, + ["atk"]=4110000, ["atk_times"]=3, ["hurt_skill"]={ 20136, @@ -2917,8 +2917,8 @@ local monster_chapter = { }, [22201]={ ["monster_base"]=10026, - ["hp"]=73100000, - ["atk"]=1420000, + ["hp"]=219300000, + ["atk"]=4260000, ["atk_times"]=3, ["hurt_skill"]={ 20073, @@ -2929,8 +2929,8 @@ local monster_chapter = { }, [22301]={ ["monster_base"]=10006, - ["hp"]=77400000, - ["atk"]=1460000, + ["hp"]=232200000, + ["atk"]=4380000, ["atk_times"]=3, ["hurt_skill"]={ 20016, @@ -2941,8 +2941,8 @@ local monster_chapter = { }, [22401]={ ["monster_base"]=10040, - ["hp"]=83900000, - ["atk"]=1500000, + ["hp"]=251700000, + ["atk"]=4500000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -2954,8 +2954,8 @@ local monster_chapter = { [22501]={ ["monster_base"]=20017, ["is_boss"]=1, - ["hp"]=152000000, - ["atk"]=1440000, + ["hp"]=456000000, + ["atk"]=4320000, ["atk_times"]=4, ["hurt_skill"]={ 30049, @@ -2969,8 +2969,8 @@ local monster_chapter = { }, [22601]={ ["monster_base"]=10020, - ["hp"]=101000000, - ["atk"]=1530000, + ["hp"]=303000000, + ["atk"]=4590000, ["atk_times"]=3, ["hurt_skill"]={ 20055, @@ -2981,8 +2981,8 @@ local monster_chapter = { }, [22701]={ ["monster_base"]=10010, - ["hp"]=107500000, - ["atk"]=1570000, + ["hp"]=322500000, + ["atk"]=4710000, ["atk_times"]=3, ["hurt_skill"]={ 20028, @@ -2993,8 +2993,8 @@ local monster_chapter = { }, [22801]={ ["monster_base"]=10038, - ["hp"]=118100000, - ["atk"]=1620000, + ["hp"]=354300000, + ["atk"]=4860000, ["atk_times"]=3, ["hurt_skill"]={ 20109, @@ -3005,8 +3005,8 @@ local monster_chapter = { }, [22901]={ ["monster_base"]=10027, - ["hp"]=128800000, - ["atk"]=1660000, + ["hp"]=386400000, + ["atk"]=4980000, ["atk_times"]=3, ["hurt_skill"]={ 20076, @@ -3018,8 +3018,8 @@ local monster_chapter = { [23001]={ ["monster_base"]=20008, ["is_boss"]=2, - ["hp"]=203600000, - ["atk"]=2130000, + ["hp"]=610800000, + ["atk"]=6390000, ["atk_times"]=4, ["hurt_skill"]={ 30022, @@ -3036,8 +3036,8 @@ local monster_chapter = { }, [23101]={ ["monster_base"]=10005, - ["hp"]=22200000, - ["atk"]=1180000, + ["hp"]=66600000, + ["atk"]=3540000, ["atk_times"]=3, ["hurt_skill"]={ 20013, @@ -3048,8 +3048,8 @@ local monster_chapter = { }, [23201]={ ["monster_base"]=10022, - ["hp"]=31100000, - ["atk"]=1240000, + ["hp"]=93300000, + ["atk"]=3720000, ["atk_times"]=3, ["hurt_skill"]={ 20061, @@ -3060,8 +3060,8 @@ local monster_chapter = { }, [23301]={ ["monster_base"]=10005, - ["hp"]=34900000, - ["atk"]=1290000, + ["hp"]=104700000, + ["atk"]=3870000, ["atk_times"]=3, ["hurt_skill"]={ 20013, @@ -3072,8 +3072,8 @@ local monster_chapter = { }, [23401]={ ["monster_base"]=10026, - ["hp"]=46400000, - ["atk"]=1330000, + ["hp"]=139200000, + ["atk"]=3990000, ["atk_times"]=3, ["hurt_skill"]={ 20073, @@ -3085,8 +3085,8 @@ local monster_chapter = { [23501]={ ["monster_base"]=20014, ["is_boss"]=1, - ["hp"]=64000000, - ["atk"]=1410000, + ["hp"]=192000000, + ["atk"]=4230000, ["atk_times"]=4, ["hurt_skill"]={ 30040, @@ -3103,8 +3103,8 @@ local monster_chapter = { }, [23601]={ ["monster_base"]=10022, - ["hp"]=44000000, - ["atk"]=1390000, + ["hp"]=132000000, + ["atk"]=4170000, ["atk_times"]=3, ["hurt_skill"]={ 20061, @@ -3115,8 +3115,8 @@ local monster_chapter = { }, [23701]={ ["monster_base"]=10026, - ["hp"]=48900000, - ["atk"]=1540000, + ["hp"]=146700000, + ["atk"]=4620000, ["atk_times"]=3, ["hurt_skill"]={ 20073, @@ -3127,8 +3127,8 @@ local monster_chapter = { }, [23801]={ ["monster_base"]=10032, - ["hp"]=56700000, - ["atk"]=1440000, + ["hp"]=170100000, + ["atk"]=4320000, ["atk_times"]=3, ["hurt_skill"]={ 20091, @@ -3139,8 +3139,8 @@ local monster_chapter = { }, [23901]={ ["monster_base"]=10044, - ["hp"]=64100000, - ["atk"]=1590000, + ["hp"]=192300000, + ["atk"]=4770000, ["atk_times"]=3, ["hurt_skill"]={ 20127, @@ -3152,8 +3152,8 @@ local monster_chapter = { [24001]={ ["monster_base"]=20015, ["is_boss"]=1, - ["hp"]=121200000, - ["atk"]=1530000, + ["hp"]=363600000, + ["atk"]=4590000, ["atk_times"]=4, ["hurt_skill"]={ 30043, @@ -3170,8 +3170,8 @@ local monster_chapter = { }, [24101]={ ["monster_base"]=10001, - ["hp"]=70000000, - ["atk"]=1510000, + ["hp"]=210000000, + ["atk"]=4530000, ["atk_times"]=3, ["hurt_skill"]={ 20001, @@ -3182,8 +3182,8 @@ local monster_chapter = { }, [24201]={ ["monster_base"]=10022, - ["hp"]=79300000, - ["atk"]=1560000, + ["hp"]=237900000, + ["atk"]=4680000, ["atk_times"]=3, ["hurt_skill"]={ 20061, @@ -3194,8 +3194,8 @@ local monster_chapter = { }, [24301]={ ["monster_base"]=10044, - ["hp"]=84000000, - ["atk"]=1600000, + ["hp"]=252000000, + ["atk"]=4800000, ["atk_times"]=3, ["hurt_skill"]={ 20127, @@ -3206,8 +3206,8 @@ local monster_chapter = { }, [24401]={ ["monster_base"]=10019, - ["hp"]=91000000, - ["atk"]=1650000, + ["hp"]=273000000, + ["atk"]=4950000, ["atk_times"]=3, ["hurt_skill"]={ 20052, @@ -3219,8 +3219,8 @@ local monster_chapter = { [24501]={ ["monster_base"]=20001, ["is_boss"]=1, - ["hp"]=164900000, - ["atk"]=1570000, + ["hp"]=494700000, + ["atk"]=4710000, ["atk_times"]=4, ["hurt_skill"]={ 30001, @@ -3234,8 +3234,8 @@ local monster_chapter = { }, [24601]={ ["monster_base"]=10013, - ["hp"]=109600000, - ["atk"]=1680000, + ["hp"]=328800000, + ["atk"]=5040000, ["atk_times"]=3, ["hurt_skill"]={ 20034, @@ -3246,8 +3246,8 @@ local monster_chapter = { }, [24701]={ ["monster_base"]=10005, - ["hp"]=116600000, - ["atk"]=1730000, + ["hp"]=349800000, + ["atk"]=5190000, ["atk_times"]=3, ["hurt_skill"]={ 20013, @@ -3258,8 +3258,8 @@ local monster_chapter = { }, [24801]={ ["monster_base"]=10026, - ["hp"]=128100000, - ["atk"]=1780000, + ["hp"]=384300000, + ["atk"]=5340000, ["atk_times"]=3, ["hurt_skill"]={ 20073, @@ -3270,8 +3270,8 @@ local monster_chapter = { }, [24901]={ ["monster_base"]=10032, - ["hp"]=139700000, - ["atk"]=1820000, + ["hp"]=419100000, + ["atk"]=5460000, ["atk_times"]=3, ["hurt_skill"]={ 20091, @@ -3283,8 +3283,8 @@ local monster_chapter = { [25001]={ ["monster_base"]=20006, ["is_boss"]=2, - ["hp"]=220800000, - ["atk"]=2330000, + ["hp"]=662400000, + ["atk"]=6990000, ["atk_times"]=4, ["hurt_skill"]={ 30016, @@ -3301,8 +3301,8 @@ local monster_chapter = { }, [25101]={ ["monster_base"]=10044, - ["hp"]=22900000, - ["atk"]=1230000, + ["hp"]=68700000, + ["atk"]=3690000, ["atk_times"]=3, ["hurt_skill"]={ 20127, @@ -3313,8 +3313,8 @@ local monster_chapter = { }, [25201]={ ["monster_base"]=10013, - ["hp"]=32000000, - ["atk"]=1290000, + ["hp"]=96000000, + ["atk"]=3870000, ["atk_times"]=3, ["hurt_skill"]={ 20034, @@ -3325,8 +3325,8 @@ local monster_chapter = { }, [25301]={ ["monster_base"]=10001, - ["hp"]=35900000, - ["atk"]=1340000, + ["hp"]=107700000, + ["atk"]=4020000, ["atk_times"]=3, ["hurt_skill"]={ 20001, @@ -3337,8 +3337,8 @@ local monster_chapter = { }, [25401]={ ["monster_base"]=10026, - ["hp"]=47700000, - ["atk"]=1390000, + ["hp"]=143100000, + ["atk"]=4170000, ["atk_times"]=3, ["hurt_skill"]={ 20073, @@ -3350,8 +3350,8 @@ local monster_chapter = { [25501]={ ["monster_base"]=20015, ["is_boss"]=1, - ["hp"]=65800000, - ["atk"]=1460000, + ["hp"]=197400000, + ["atk"]=4380000, ["atk_times"]=4, ["hurt_skill"]={ 30043, @@ -3368,8 +3368,8 @@ local monster_chapter = { }, [25601]={ ["monster_base"]=10022, - ["hp"]=45300000, - ["atk"]=1450000, + ["hp"]=135900000, + ["atk"]=4350000, ["atk_times"]=3, ["hurt_skill"]={ 20061, @@ -3380,8 +3380,8 @@ local monster_chapter = { }, [25701]={ ["monster_base"]=10044, - ["hp"]=50300000, - ["atk"]=1600000, + ["hp"]=150900000, + ["atk"]=4800000, ["atk_times"]=3, ["hurt_skill"]={ 20127, @@ -3392,8 +3392,8 @@ local monster_chapter = { }, [25801]={ ["monster_base"]=10032, - ["hp"]=58300000, - ["atk"]=1500000, + ["hp"]=174900000, + ["atk"]=4500000, ["atk_times"]=3, ["hurt_skill"]={ 20091, @@ -3404,8 +3404,8 @@ local monster_chapter = { }, [25901]={ ["monster_base"]=10019, - ["hp"]=65900000, - ["atk"]=1650000, + ["hp"]=197700000, + ["atk"]=4950000, ["atk_times"]=3, ["hurt_skill"]={ 20052, @@ -3417,8 +3417,8 @@ local monster_chapter = { [26001]={ ["monster_base"]=20008, ["is_boss"]=1, - ["hp"]=124600000, - ["atk"]=1590000, + ["hp"]=373800000, + ["atk"]=4770000, ["atk_times"]=4, ["hurt_skill"]={ 30022, @@ -3435,8 +3435,8 @@ local monster_chapter = { }, [26101]={ ["monster_base"]=10026, - ["hp"]=72000000, - ["atk"]=1570000, + ["hp"]=216000000, + ["atk"]=4710000, ["atk_times"]=3, ["hurt_skill"]={ 20073, @@ -3447,8 +3447,8 @@ local monster_chapter = { }, [26201]={ ["monster_base"]=10001, - ["hp"]=81500000, - ["atk"]=1620000, + ["hp"]=244500000, + ["atk"]=4860000, ["atk_times"]=3, ["hurt_skill"]={ 20001, @@ -3459,8 +3459,8 @@ local monster_chapter = { }, [26301]={ ["monster_base"]=10044, - ["hp"]=86300000, - ["atk"]=1670000, + ["hp"]=258900000, + ["atk"]=5010000, ["atk_times"]=3, ["hurt_skill"]={ 20127, @@ -3471,8 +3471,8 @@ local monster_chapter = { }, [26401]={ ["monster_base"]=10013, - ["hp"]=93500000, - ["atk"]=1720000, + ["hp"]=280500000, + ["atk"]=5160000, ["atk_times"]=3, ["hurt_skill"]={ 20034, @@ -3484,8 +3484,8 @@ local monster_chapter = { [26501]={ ["monster_base"]=20002, ["is_boss"]=1, - ["hp"]=169500000, - ["atk"]=1630000, + ["hp"]=508500000, + ["atk"]=4890000, ["atk_times"]=4, ["hurt_skill"]={ 30004, @@ -3499,8 +3499,8 @@ local monster_chapter = { }, [26601]={ ["monster_base"]=10001, - ["hp"]=112600000, - ["atk"]=1750000, + ["hp"]=337800000, + ["atk"]=5250000, ["atk_times"]=3, ["hurt_skill"]={ 20001, @@ -3511,8 +3511,8 @@ local monster_chapter = { }, [26701]={ ["monster_base"]=10032, - ["hp"]=119800000, - ["atk"]=1800000, + ["hp"]=359400000, + ["atk"]=5400000, ["atk_times"]=3, ["hurt_skill"]={ 20091, @@ -3523,8 +3523,8 @@ local monster_chapter = { }, [26801]={ ["monster_base"]=10022, - ["hp"]=131700000, - ["atk"]=1850000, + ["hp"]=395100000, + ["atk"]=5550000, ["atk_times"]=3, ["hurt_skill"]={ 20061, @@ -3535,8 +3535,8 @@ local monster_chapter = { }, [26901]={ ["monster_base"]=10005, - ["hp"]=143600000, - ["atk"]=1890000, + ["hp"]=430800000, + ["atk"]=5670000, ["atk_times"]=3, ["hurt_skill"]={ 20013, @@ -3548,8 +3548,8 @@ local monster_chapter = { [27001]={ ["monster_base"]=20021, ["is_boss"]=2, - ["hp"]=226900000, - ["atk"]=2410000, + ["hp"]=680700000, + ["atk"]=7230000, ["atk_times"]=4, ["hurt_skill"]={ 30061, @@ -3567,8 +3567,8 @@ local monster_chapter = { }, [27101]={ ["monster_base"]=10022, - ["hp"]=24300000, - ["atk"]=1330000, + ["hp"]=72900000, + ["atk"]=3990000, ["atk_times"]=3, ["hurt_skill"]={ 20061, @@ -3579,8 +3579,8 @@ local monster_chapter = { }, [27201]={ ["monster_base"]=10044, - ["hp"]=33900000, - ["atk"]=1390000, + ["hp"]=101700000, + ["atk"]=4170000, ["atk_times"]=3, ["hurt_skill"]={ 20127, @@ -3591,8 +3591,8 @@ local monster_chapter = { }, [27301]={ ["monster_base"]=10032, - ["hp"]=38000000, - ["atk"]=1440000, + ["hp"]=114000000, + ["atk"]=4320000, ["atk_times"]=3, ["hurt_skill"]={ 20091, @@ -3603,8 +3603,8 @@ local monster_chapter = { }, [27401]={ ["monster_base"]=10019, - ["hp"]=50500000, - ["atk"]=1490000, + ["hp"]=151500000, + ["atk"]=4470000, ["atk_times"]=3, ["hurt_skill"]={ 20052, @@ -3616,8 +3616,8 @@ local monster_chapter = { [27501]={ ["monster_base"]=20008, ["is_boss"]=1, - ["hp"]=69600000, - ["atk"]=1560000, + ["hp"]=208800000, + ["atk"]=4680000, ["atk_times"]=4, ["hurt_skill"]={ 30022, @@ -3634,8 +3634,8 @@ local monster_chapter = { }, [27601]={ ["monster_base"]=10005, - ["hp"]=47900000, - ["atk"]=1550000, + ["hp"]=143700000, + ["atk"]=4650000, ["atk_times"]=3, ["hurt_skill"]={ 20013, @@ -3646,8 +3646,8 @@ local monster_chapter = { }, [27701]={ ["monster_base"]=10022, - ["hp"]=53200000, - ["atk"]=1710000, + ["hp"]=159600000, + ["atk"]=5130000, ["atk_times"]=3, ["hurt_skill"]={ 20061, @@ -3658,8 +3658,8 @@ local monster_chapter = { }, [27801]={ ["monster_base"]=10005, - ["hp"]=61700000, - ["atk"]=1610000, + ["hp"]=185100000, + ["atk"]=4830000, ["atk_times"]=3, ["hurt_skill"]={ 20013, @@ -3670,8 +3670,8 @@ local monster_chapter = { }, [27901]={ ["monster_base"]=10026, - ["hp"]=69700000, - ["atk"]=1770000, + ["hp"]=209100000, + ["atk"]=5310000, ["atk_times"]=3, ["hurt_skill"]={ 20073, @@ -3683,8 +3683,8 @@ local monster_chapter = { [28001]={ ["monster_base"]=20014, ["is_boss"]=1, - ["hp"]=131800000, - ["atk"]=1700000, + ["hp"]=395400000, + ["atk"]=5100000, ["atk_times"]=4, ["hurt_skill"]={ 30040, @@ -3701,8 +3701,8 @@ local monster_chapter = { }, [28101]={ ["monster_base"]=10013, - ["hp"]=76200000, - ["atk"]=1690000, + ["hp"]=228600000, + ["atk"]=5070000, ["atk_times"]=3, ["hurt_skill"]={ 20034, @@ -3713,8 +3713,8 @@ local monster_chapter = { }, [28201]={ ["monster_base"]=10005, - ["hp"]=86200000, - ["atk"]=1740000, + ["hp"]=258600000, + ["atk"]=5220000, ["atk_times"]=3, ["hurt_skill"]={ 20013, @@ -3725,8 +3725,8 @@ local monster_chapter = { }, [28301]={ ["monster_base"]=10026, - ["hp"]=91300000, - ["atk"]=1780000, + ["hp"]=273900000, + ["atk"]=5340000, ["atk_times"]=3, ["hurt_skill"]={ 20073, @@ -3737,8 +3737,8 @@ local monster_chapter = { }, [28401]={ ["monster_base"]=10032, - ["hp"]=98900000, - ["atk"]=1840000, + ["hp"]=296700000, + ["atk"]=5520000, ["atk_times"]=3, ["hurt_skill"]={ 20091, @@ -3750,8 +3750,8 @@ local monster_chapter = { [28501]={ ["monster_base"]=20006, ["is_boss"]=1, - ["hp"]=179300000, - ["atk"]=1740000, + ["hp"]=537900000, + ["atk"]=5220000, ["atk_times"]=4, ["hurt_skill"]={ 30016, @@ -3768,8 +3768,8 @@ local monster_chapter = { }, [28601]={ ["monster_base"]=10013, - ["hp"]=119100000, - ["atk"]=1870000, + ["hp"]=357300000, + ["atk"]=5610000, ["atk_times"]=3, ["hurt_skill"]={ 20034, @@ -3780,8 +3780,8 @@ local monster_chapter = { }, [28701]={ ["monster_base"]=10005, - ["hp"]=126700000, - ["atk"]=1920000, + ["hp"]=380100000, + ["atk"]=5760000, ["atk_times"]=3, ["hurt_skill"]={ 20013, @@ -3792,8 +3792,8 @@ local monster_chapter = { }, [28801]={ ["monster_base"]=10026, - ["hp"]=139300000, - ["atk"]=1980000, + ["hp"]=417900000, + ["atk"]=5940000, ["atk_times"]=3, ["hurt_skill"]={ 20073, @@ -3804,8 +3804,8 @@ local monster_chapter = { }, [28901]={ ["monster_base"]=10001, - ["hp"]=151900000, - ["atk"]=2020000, + ["hp"]=455700000, + ["atk"]=6060000, ["atk_times"]=3, ["hurt_skill"]={ 20001, @@ -3817,8 +3817,8 @@ local monster_chapter = { [29001]={ ["monster_base"]=30010, ["is_boss"]=2, - ["hp"]=240000000, - ["atk"]=2560000, + ["hp"]=720000000, + ["atk"]=7680000, ["atk_times"]=4, ["hurt_skill"]={ 40013, @@ -3833,8 +3833,8 @@ local monster_chapter = { }, [29101]={ ["monster_base"]=10013, - ["hp"]=25300000, - ["atk"]=1400000, + ["hp"]=75900000, + ["atk"]=4200000, ["atk_times"]=3, ["hurt_skill"]={ 20034, @@ -3845,8 +3845,8 @@ local monster_chapter = { }, [29201]={ ["monster_base"]=10005, - ["hp"]=35300000, - ["atk"]=1470000, + ["hp"]=105900000, + ["atk"]=4410000, ["atk_times"]=3, ["hurt_skill"]={ 20013, @@ -3857,8 +3857,8 @@ local monster_chapter = { }, [29301]={ ["monster_base"]=10026, - ["hp"]=39600000, - ["atk"]=1530000, + ["hp"]=118800000, + ["atk"]=4590000, ["atk_times"]=3, ["hurt_skill"]={ 20073, @@ -3869,8 +3869,8 @@ local monster_chapter = { }, [29401]={ ["monster_base"]=10032, - ["hp"]=52600000, - ["atk"]=1580000, + ["hp"]=157800000, + ["atk"]=4740000, ["atk_times"]=3, ["hurt_skill"]={ 20091, @@ -3882,8 +3882,8 @@ local monster_chapter = { [29501]={ ["monster_base"]=20006, ["is_boss"]=1, - ["hp"]=72500000, - ["atk"]=1640000, + ["hp"]=217500000, + ["atk"]=4920000, ["atk_times"]=4, ["hurt_skill"]={ 30016, @@ -3900,8 +3900,8 @@ local monster_chapter = { }, [29601]={ ["monster_base"]=10001, - ["hp"]=49900000, - ["atk"]=1640000, + ["hp"]=149700000, + ["atk"]=4920000, ["atk_times"]=3, ["hurt_skill"]={ 20001, @@ -3912,8 +3912,8 @@ local monster_chapter = { }, [29701]={ ["monster_base"]=10032, - ["hp"]=55400000, - ["atk"]=1810000, + ["hp"]=166200000, + ["atk"]=5430000, ["atk_times"]=3, ["hurt_skill"]={ 20091, @@ -3924,8 +3924,8 @@ local monster_chapter = { }, [29801]={ ["monster_base"]=10022, - ["hp"]=64300000, - ["atk"]=1700000, + ["hp"]=192900000, + ["atk"]=5100000, ["atk_times"]=3, ["hurt_skill"]={ 20061, @@ -3936,8 +3936,8 @@ local monster_chapter = { }, [29901]={ ["monster_base"]=10005, - ["hp"]=72600000, - ["atk"]=1860000, + ["hp"]=217800000, + ["atk"]=5580000, ["atk_times"]=3, ["hurt_skill"]={ 20013, @@ -3949,8 +3949,8 @@ local monster_chapter = { [30001]={ ["monster_base"]=20021, ["is_boss"]=1, - ["hp"]=137200000, - ["atk"]=1790000, + ["hp"]=411600000, + ["atk"]=5370000, ["atk_times"]=4, ["hurt_skill"]={ 30061, @@ -3968,8 +3968,8 @@ local monster_chapter = { }, [30101]={ ["monster_base"]=10022, - ["hp"]=79400000, - ["atk"]=1780000, + ["hp"]=238200000, + ["atk"]=5340000, ["atk_times"]=3, ["hurt_skill"]={ 20061, @@ -3980,8 +3980,8 @@ local monster_chapter = { }, [30201]={ ["monster_base"]=10004, - ["hp"]=89800000, - ["atk"]=1830000, + ["hp"]=269400000, + ["atk"]=5490000, ["atk_times"]=3, ["hurt_skill"]={ 20010, @@ -3992,8 +3992,8 @@ local monster_chapter = { }, [30301]={ ["monster_base"]=10023, - ["hp"]=95100000, - ["atk"]=1880000, + ["hp"]=285300000, + ["atk"]=5640000, ["atk_times"]=3, ["hurt_skill"]={ 20064, @@ -4004,8 +4004,8 @@ local monster_chapter = { }, [30401]={ ["monster_base"]=10007, - ["hp"]=103000000, - ["atk"]=1940000, + ["hp"]=309000000, + ["atk"]=5820000, ["atk_times"]=3, ["hurt_skill"]={ 20019, @@ -4017,8 +4017,8 @@ local monster_chapter = { [30501]={ ["monster_base"]=20007, ["is_boss"]=1, - ["hp"]=186600000, - ["atk"]=1830000, + ["hp"]=559800000, + ["atk"]=5490000, ["atk_times"]=4, ["hurt_skill"]={ 30019, @@ -4035,8 +4035,8 @@ local monster_chapter = { }, [30601]={ ["monster_base"]=10019, - ["hp"]=124000000, - ["atk"]=1970000, + ["hp"]=372000000, + ["atk"]=5910000, ["atk_times"]=3, ["hurt_skill"]={ 20052, @@ -4047,8 +4047,8 @@ local monster_chapter = { }, [30701]={ ["monster_base"]=10023, - ["hp"]=131900000, - ["atk"]=2030000, + ["hp"]=395700000, + ["atk"]=6090000, ["atk_times"]=3, ["hurt_skill"]={ 20064, @@ -4059,8 +4059,8 @@ local monster_chapter = { }, [30801]={ ["monster_base"]=10005, - ["hp"]=145000000, - ["atk"]=2090000, + ["hp"]=435000000, + ["atk"]=6270000, ["atk_times"]=3, ["hurt_skill"]={ 20013, @@ -4071,8 +4071,8 @@ local monster_chapter = { }, [30901]={ ["monster_base"]=10033, - ["hp"]=158100000, - ["atk"]=2130000, + ["hp"]=474300000, + ["atk"]=6390000, ["atk_times"]=3, ["hurt_skill"]={ 20094, @@ -4084,8 +4084,8 @@ local monster_chapter = { [31001]={ ["monster_base"]=20016, ["is_boss"]=2, - ["hp"]=249800000, - ["atk"]=2680000, + ["hp"]=749400000, + ["atk"]=8040000, ["atk_times"]=4, ["hurt_skill"]={ 30046, @@ -4103,8 +4103,8 @@ local monster_chapter = { }, [31101]={ ["monster_base"]=10026, - ["hp"]=26900000, - ["atk"]=1510000, + ["hp"]=80700000, + ["atk"]=4530000, ["atk_times"]=3, ["hurt_skill"]={ 20073, @@ -4115,8 +4115,8 @@ local monster_chapter = { }, [31201]={ ["monster_base"]=10001, - ["hp"]=37500000, - ["atk"]=1580000, + ["hp"]=112500000, + ["atk"]=4740000, ["atk_times"]=3, ["hurt_skill"]={ 20001, @@ -4127,8 +4127,8 @@ local monster_chapter = { }, [31301]={ ["monster_base"]=10044, - ["hp"]=42000000, - ["atk"]=1640000, + ["hp"]=126000000, + ["atk"]=4920000, ["atk_times"]=3, ["hurt_skill"]={ 20127, @@ -4139,8 +4139,8 @@ local monster_chapter = { }, [31401]={ ["monster_base"]=10013, - ["hp"]=55800000, - ["atk"]=1690000, + ["hp"]=167400000, + ["atk"]=5070000, ["atk_times"]=3, ["hurt_skill"]={ 20034, @@ -4152,8 +4152,8 @@ local monster_chapter = { [31501]={ ["monster_base"]=20002, ["is_boss"]=1, - ["hp"]=76900000, - ["atk"]=1760000, + ["hp"]=230700000, + ["atk"]=5280000, ["atk_times"]=4, ["hurt_skill"]={ 30004, @@ -4167,8 +4167,8 @@ local monster_chapter = { }, [31601]={ ["monster_base"]=10048, - ["hp"]=52900000, - ["atk"]=1760000, + ["hp"]=158700000, + ["atk"]=5280000, ["atk_times"]=3, ["hurt_skill"]={ 20139, @@ -4179,8 +4179,8 @@ local monster_chapter = { }, [31701]={ ["monster_base"]=10006, - ["hp"]=58800000, - ["atk"]=1930000, + ["hp"]=176400000, + ["atk"]=5790000, ["atk_times"]=3, ["hurt_skill"]={ 20016, @@ -4191,8 +4191,8 @@ local monster_chapter = { }, [31801]={ ["monster_base"]=10012, - ["hp"]=68200000, - ["atk"]=1820000, + ["hp"]=204600000, + ["atk"]=5460000, ["atk_times"]=3, ["hurt_skill"]={ 20031, @@ -4203,8 +4203,8 @@ local monster_chapter = { }, [31901]={ ["monster_base"]=10004, - ["hp"]=77000000, - ["atk"]=1990000, + ["hp"]=231000000, + ["atk"]=5970000, ["atk_times"]=3, ["hurt_skill"]={ 20010, @@ -4216,8 +4216,8 @@ local monster_chapter = { [32001]={ ["monster_base"]=20004, ["is_boss"]=1, - ["hp"]=145400000, - ["atk"]=1910000, + ["hp"]=436200000, + ["atk"]=5730000, ["atk_times"]=4, ["hurt_skill"]={ 30010, @@ -4231,8 +4231,8 @@ local monster_chapter = { }, [32101]={ ["monster_base"]=10024, - ["hp"]=84200000, - ["atk"]=1910000, + ["hp"]=252600000, + ["atk"]=5730000, ["atk_times"]=3, ["hurt_skill"]={ 20067, @@ -4243,8 +4243,8 @@ local monster_chapter = { }, [32201]={ ["monster_base"]=10044, - ["hp"]=95200000, - ["atk"]=1960000, + ["hp"]=285600000, + ["atk"]=5880000, ["atk_times"]=3, ["hurt_skill"]={ 20127, @@ -4255,8 +4255,8 @@ local monster_chapter = { }, [32301]={ ["monster_base"]=10016, - ["hp"]=100800000, - ["atk"]=2010000, + ["hp"]=302400000, + ["atk"]=6030000, ["atk_times"]=3, ["hurt_skill"]={ 20043, @@ -4267,8 +4267,8 @@ local monster_chapter = { }, [32401]={ ["monster_base"]=10019, - ["hp"]=109200000, - ["atk"]=2070000, + ["hp"]=327600000, + ["atk"]=6210000, ["atk_times"]=3, ["hurt_skill"]={ 20052, @@ -4280,8 +4280,8 @@ local monster_chapter = { [32501]={ ["monster_base"]=20008, ["is_boss"]=1, - ["hp"]=197800000, - ["atk"]=1950000, + ["hp"]=593400000, + ["atk"]=5850000, ["atk_times"]=4, ["hurt_skill"]={ 30022, @@ -4298,8 +4298,8 @@ local monster_chapter = { }, [32601]={ ["monster_base"]=10004, - ["hp"]=131400000, - ["atk"]=2110000, + ["hp"]=394200000, + ["atk"]=6330000, ["atk_times"]=3, ["hurt_skill"]={ 20010, @@ -4310,8 +4310,8 @@ local monster_chapter = { }, [32701]={ ["monster_base"]=10006, - ["hp"]=139800000, - ["atk"]=2170000, + ["hp"]=419400000, + ["atk"]=6510000, ["atk_times"]=3, ["hurt_skill"]={ 20016, @@ -4322,8 +4322,8 @@ local monster_chapter = { }, [32801]={ ["monster_base"]=10048, - ["hp"]=153700000, - ["atk"]=2230000, + ["hp"]=461100000, + ["atk"]=6690000, ["atk_times"]=3, ["hurt_skill"]={ 20139, @@ -4334,8 +4334,8 @@ local monster_chapter = { }, [32901]={ ["monster_base"]=10037, - ["hp"]=167600000, - ["atk"]=2280000, + ["hp"]=502800000, + ["atk"]=6840000, ["atk_times"]=3, ["hurt_skill"]={ 20106, @@ -4347,8 +4347,8 @@ local monster_chapter = { [33001]={ ["monster_base"]=30020, ["is_boss"]=2, - ["hp"]=264700000, - ["atk"]=2860000, + ["hp"]=794100000, + ["atk"]=8580000, ["atk_times"]=4, ["hurt_skill"]={ 40033, @@ -4363,8 +4363,8 @@ local monster_chapter = { }, [33101]={ ["monster_base"]=10049, - ["hp"]=27700000, - ["atk"]=1570000, + ["hp"]=83100000, + ["atk"]=4710000, ["atk_times"]=3, ["hurt_skill"]={ 20142, @@ -4375,8 +4375,8 @@ local monster_chapter = { }, [33201]={ ["monster_base"]=10005, - ["hp"]=38500000, - ["atk"]=1640000, + ["hp"]=115500000, + ["atk"]=4920000, ["atk_times"]=3, ["hurt_skill"]={ 20013, @@ -4387,8 +4387,8 @@ local monster_chapter = { }, [33301]={ ["monster_base"]=10024, - ["hp"]=43200000, - ["atk"]=1700000, + ["hp"]=129600000, + ["atk"]=5100000, ["atk_times"]=3, ["hurt_skill"]={ 20067, @@ -4399,8 +4399,8 @@ local monster_chapter = { }, [33401]={ ["monster_base"]=10012, - ["hp"]=57300000, - ["atk"]=1760000, + ["hp"]=171900000, + ["atk"]=5280000, ["atk_times"]=3, ["hurt_skill"]={ 20031, @@ -4412,8 +4412,8 @@ local monster_chapter = { [33501]={ ["monster_base"]=20006, ["is_boss"]=1, - ["hp"]=79000000, - ["atk"]=1820000, + ["hp"]=237000000, + ["atk"]=5460000, ["atk_times"]=4, ["hurt_skill"]={ 30016, @@ -4430,8 +4430,8 @@ local monster_chapter = { }, [33601]={ ["monster_base"]=10048, - ["hp"]=54300000, - ["atk"]=1830000, + ["hp"]=162900000, + ["atk"]=5490000, ["atk_times"]=3, ["hurt_skill"]={ 20139, @@ -4442,8 +4442,8 @@ local monster_chapter = { }, [33701]={ ["monster_base"]=10049, - ["hp"]=60400000, - ["atk"]=2010000, + ["hp"]=181200000, + ["atk"]=6030000, ["atk_times"]=3, ["hurt_skill"]={ 20142, @@ -4454,8 +4454,8 @@ local monster_chapter = { }, [33801]={ ["monster_base"]=10004, - ["hp"]=70000000, - ["atk"]=1890000, + ["hp"]=210000000, + ["atk"]=5670000, ["atk_times"]=3, ["hurt_skill"]={ 20010, @@ -4466,8 +4466,8 @@ local monster_chapter = { }, [33901]={ ["monster_base"]=10006, - ["hp"]=79100000, - ["atk"]=2070000, + ["hp"]=237300000, + ["atk"]=6210000, ["atk_times"]=3, ["hurt_skill"]={ 20016, @@ -4479,8 +4479,8 @@ local monster_chapter = { [34001]={ ["monster_base"]=20007, ["is_boss"]=1, - ["hp"]=149300000, - ["atk"]=1980000, + ["hp"]=447900000, + ["atk"]=5940000, ["atk_times"]=4, ["hurt_skill"]={ 30019, @@ -4497,8 +4497,8 @@ local monster_chapter = { }, [34101]={ ["monster_base"]=10020, - ["hp"]=86500000, - ["atk"]=1980000, + ["hp"]=259500000, + ["atk"]=5940000, ["atk_times"]=3, ["hurt_skill"]={ 20055, @@ -4509,8 +4509,8 @@ local monster_chapter = { }, [34201]={ ["monster_base"]=10024, - ["hp"]=97800000, - ["atk"]=2040000, + ["hp"]=293400000, + ["atk"]=6120000, ["atk_times"]=3, ["hurt_skill"]={ 20067, @@ -4521,8 +4521,8 @@ local monster_chapter = { }, [34301]={ ["monster_base"]=10012, - ["hp"]=103500000, - ["atk"]=2090000, + ["hp"]=310500000, + ["atk"]=6270000, ["atk_times"]=3, ["hurt_skill"]={ 20031, @@ -4533,8 +4533,8 @@ local monster_chapter = { }, [34401]={ ["monster_base"]=10016, - ["hp"]=112100000, - ["atk"]=2150000, + ["hp"]=336300000, + ["atk"]=6450000, ["atk_times"]=3, ["hurt_skill"]={ 20043, @@ -4546,8 +4546,8 @@ local monster_chapter = { [34501]={ ["monster_base"]=20002, ["is_boss"]=1, - ["hp"]=203100000, - ["atk"]=2020000, + ["hp"]=609300000, + ["atk"]=6060000, ["atk_times"]=4, ["hurt_skill"]={ 30004, @@ -4561,8 +4561,8 @@ local monster_chapter = { }, [34601]={ ["monster_base"]=10004, - ["hp"]=134900000, - ["atk"]=2190000, + ["hp"]=404700000, + ["atk"]=6570000, ["atk_times"]=3, ["hurt_skill"]={ 20010, @@ -4573,8 +4573,8 @@ local monster_chapter = { }, [34701]={ ["monster_base"]=10012, - ["hp"]=143500000, - ["atk"]=2250000, + ["hp"]=430500000, + ["atk"]=6750000, ["atk_times"]=3, ["hurt_skill"]={ 20031, @@ -4585,8 +4585,8 @@ local monster_chapter = { }, [34801]={ ["monster_base"]=10049, - ["hp"]=157800000, - ["atk"]=2310000, + ["hp"]=473400000, + ["atk"]=6930000, ["atk_times"]=3, ["hurt_skill"]={ 20142, @@ -4597,8 +4597,8 @@ local monster_chapter = { }, [34901]={ ["monster_base"]=10048, - ["hp"]=172100000, - ["atk"]=2360000, + ["hp"]=516300000, + ["atk"]=7080000, ["atk_times"]=3, ["hurt_skill"]={ 20139, @@ -4610,8 +4610,8 @@ local monster_chapter = { [35001]={ ["monster_base"]=20009, ["is_boss"]=2, - ["hp"]=271700000, - ["atk"]=2950000, + ["hp"]=815100000, + ["atk"]=8850000, ["atk_times"]=4, ["hurt_skill"]={ 30025, @@ -4629,8 +4629,8 @@ local monster_chapter = { }, [35101]={ ["monster_base"]=10004, - ["hp"]=29500000, - ["atk"]=1690000, + ["hp"]=88500000, + ["atk"]=5070000, ["atk_times"]=3, ["hurt_skill"]={ 20010, @@ -4641,8 +4641,8 @@ local monster_chapter = { }, [35201]={ ["monster_base"]=10020, - ["hp"]=40900000, - ["atk"]=1770000, + ["hp"]=122700000, + ["atk"]=5310000, ["atk_times"]=3, ["hurt_skill"]={ 20055, @@ -4653,8 +4653,8 @@ local monster_chapter = { }, [35301]={ ["monster_base"]=10048, - ["hp"]=45900000, - ["atk"]=1830000, + ["hp"]=137700000, + ["atk"]=5490000, ["atk_times"]=3, ["hurt_skill"]={ 20139, @@ -4665,8 +4665,8 @@ local monster_chapter = { }, [35401]={ ["monster_base"]=10012, - ["hp"]=60900000, - ["atk"]=1890000, + ["hp"]=182700000, + ["atk"]=5670000, ["atk_times"]=3, ["hurt_skill"]={ 20031, @@ -4678,8 +4678,8 @@ local monster_chapter = { [35501]={ ["monster_base"]=20014, ["is_boss"]=1, - ["hp"]=83900000, - ["atk"]=1950000, + ["hp"]=251700000, + ["atk"]=5850000, ["atk_times"]=4, ["hurt_skill"]={ 30040, @@ -4696,8 +4696,8 @@ local monster_chapter = { }, [35601]={ ["monster_base"]=10004, - ["hp"]=57700000, - ["atk"]=1960000, + ["hp"]=173100000, + ["atk"]=5880000, ["atk_times"]=3, ["hurt_skill"]={ 20010, @@ -4708,8 +4708,8 @@ local monster_chapter = { }, [35701]={ ["monster_base"]=10012, - ["hp"]=64200000, - ["atk"]=2160000, + ["hp"]=192600000, + ["atk"]=6480000, ["atk_times"]=3, ["hurt_skill"]={ 20031, @@ -4720,8 +4720,8 @@ local monster_chapter = { }, [35801]={ ["monster_base"]=10037, - ["hp"]=74400000, - ["atk"]=2030000, + ["hp"]=223200000, + ["atk"]=6090000, ["atk_times"]=3, ["hurt_skill"]={ 20106, @@ -4732,8 +4732,8 @@ local monster_chapter = { }, [35901]={ ["monster_base"]=10048, - ["hp"]=84000000, - ["atk"]=2220000, + ["hp"]=252000000, + ["atk"]=6660000, ["atk_times"]=3, ["hurt_skill"]={ 20139, @@ -4745,8 +4745,8 @@ local monster_chapter = { [36001]={ ["monster_base"]=20009, ["is_boss"]=1, - ["hp"]=158600000, - ["atk"]=2110000, + ["hp"]=475800000, + ["atk"]=6330000, ["atk_times"]=4, ["hurt_skill"]={ 30025, @@ -4764,8 +4764,8 @@ local monster_chapter = { }, [36101]={ ["monster_base"]=10014, - ["hp"]=91900000, - ["atk"]=2120000, + ["hp"]=275700000, + ["atk"]=6360000, ["atk_times"]=3, ["hurt_skill"]={ 20037, @@ -4776,8 +4776,8 @@ local monster_chapter = { }, [36201]={ ["monster_base"]=10027, - ["hp"]=103900000, - ["atk"]=2180000, + ["hp"]=311700000, + ["atk"]=6540000, ["atk_times"]=3, ["hurt_skill"]={ 20076, @@ -4788,8 +4788,8 @@ local monster_chapter = { }, [36301]={ ["monster_base"]=10017, - ["hp"]=109900000, - ["atk"]=2240000, + ["hp"]=329700000, + ["atk"]=6720000, ["atk_times"]=3, ["hurt_skill"]={ 20046, @@ -4800,8 +4800,8 @@ local monster_chapter = { }, [36401]={ ["monster_base"]=10023, - ["hp"]=119100000, - ["atk"]=2310000, + ["hp"]=357300000, + ["atk"]=6930000, ["atk_times"]=3, ["hurt_skill"]={ 20064, @@ -4813,8 +4813,8 @@ local monster_chapter = { [36501]={ ["monster_base"]=20015, ["is_boss"]=1, - ["hp"]=215700000, - ["atk"]=2160000, + ["hp"]=647100000, + ["atk"]=6480000, ["atk_times"]=4, ["hurt_skill"]={ 30043, @@ -4831,8 +4831,8 @@ local monster_chapter = { }, [36601]={ ["monster_base"]=10014, - ["hp"]=143300000, - ["atk"]=2350000, + ["hp"]=429900000, + ["atk"]=7050000, ["atk_times"]=3, ["hurt_skill"]={ 20037, @@ -4843,8 +4843,8 @@ local monster_chapter = { }, [36701]={ ["monster_base"]=10002, - ["hp"]=152400000, - ["atk"]=2410000, + ["hp"]=457200000, + ["atk"]=7230000, ["atk_times"]=3, ["hurt_skill"]={ 20004, @@ -4855,8 +4855,8 @@ local monster_chapter = { }, [36801]={ ["monster_base"]=10029, - ["hp"]=167600000, - ["atk"]=2480000, + ["hp"]=502800000, + ["atk"]=7440000, ["atk_times"]=3, ["hurt_skill"]={ 20082, @@ -4867,8 +4867,8 @@ local monster_chapter = { }, [36901]={ ["monster_base"]=10036, - ["hp"]=182800000, - ["atk"]=2530000, + ["hp"]=548400000, + ["atk"]=7590000, ["atk_times"]=3, ["hurt_skill"]={ 20103, @@ -4880,8 +4880,8 @@ local monster_chapter = { [37001]={ ["monster_base"]=30009, ["is_boss"]=2, - ["hp"]=288500000, - ["atk"]=3150000, + ["hp"]=865500000, + ["atk"]=9450000, ["atk_times"]=4, ["hurt_skill"]={ 40021, @@ -4896,8 +4896,8 @@ local monster_chapter = { }, [37101]={ ["monster_base"]=10054, - ["hp"]=30700000, - ["atk"]=1780000, + ["hp"]=92100000, + ["atk"]=5340000, ["atk_times"]=3, ["hurt_skill"]={ 20157, @@ -4908,8 +4908,8 @@ local monster_chapter = { }, [37201]={ ["monster_base"]=10024, - ["hp"]=42500000, - ["atk"]=1860000, + ["hp"]=127500000, + ["atk"]=5580000, ["atk_times"]=3, ["hurt_skill"]={ 20067, @@ -4920,8 +4920,8 @@ local monster_chapter = { }, [37301]={ ["monster_base"]=10012, - ["hp"]=47700000, - ["atk"]=1920000, + ["hp"]=143100000, + ["atk"]=5760000, ["atk_times"]=3, ["hurt_skill"]={ 20031, @@ -4932,8 +4932,8 @@ local monster_chapter = { }, [37401]={ ["monster_base"]=10048, - ["hp"]=63300000, - ["atk"]=1980000, + ["hp"]=189900000, + ["atk"]=5940000, ["atk_times"]=3, ["hurt_skill"]={ 20139, @@ -4945,8 +4945,8 @@ local monster_chapter = { [37501]={ ["monster_base"]=20009, ["is_boss"]=1, - ["hp"]=87200000, - ["atk"]=2040000, + ["hp"]=261600000, + ["atk"]=6120000, ["atk_times"]=4, ["hurt_skill"]={ 30025, @@ -4964,8 +4964,8 @@ local monster_chapter = { }, [37601]={ ["monster_base"]=10048, - ["hp"]=60000000, - ["atk"]=2060000, + ["hp"]=180000000, + ["atk"]=6180000, ["atk_times"]=3, ["hurt_skill"]={ 20139, @@ -4976,8 +4976,8 @@ local monster_chapter = { }, [37701]={ ["monster_base"]=10054, - ["hp"]=66700000, - ["atk"]=2260000, + ["hp"]=200100000, + ["atk"]=6780000, ["atk_times"]=3, ["hurt_skill"]={ 20157, @@ -4988,8 +4988,8 @@ local monster_chapter = { }, [37801]={ ["monster_base"]=10012, - ["hp"]=77300000, - ["atk"]=2130000, + ["hp"]=231900000, + ["atk"]=6390000, ["atk_times"]=3, ["hurt_skill"]={ 20031, @@ -5000,8 +5000,8 @@ local monster_chapter = { }, [37901]={ ["monster_base"]=10024, - ["hp"]=87300000, - ["atk"]=2330000, + ["hp"]=261900000, + ["atk"]=6990000, ["atk_times"]=3, ["hurt_skill"]={ 20067, @@ -5013,8 +5013,8 @@ local monster_chapter = { [38001]={ ["monster_base"]=20006, ["is_boss"]=1, - ["hp"]=164800000, - ["atk"]=2210000, + ["hp"]=494400000, + ["atk"]=6630000, ["atk_times"]=4, ["hurt_skill"]={ 30016, @@ -5031,8 +5031,8 @@ local monster_chapter = { }, [38101]={ ["monster_base"]=10020, - ["hp"]=95500000, - ["atk"]=2230000, + ["hp"]=286500000, + ["atk"]=6690000, ["atk_times"]=3, ["hurt_skill"]={ 20055, @@ -5043,8 +5043,8 @@ local monster_chapter = { }, [38201]={ ["monster_base"]=10053, - ["hp"]=108000000, - ["atk"]=2290000, + ["hp"]=324000000, + ["atk"]=6870000, ["atk_times"]=3, ["hurt_skill"]={ 20154, @@ -5055,8 +5055,8 @@ local monster_chapter = { }, [38301]={ ["monster_base"]=10006, - ["hp"]=114200000, - ["atk"]=2340000, + ["hp"]=342600000, + ["atk"]=7020000, ["atk_times"]=3, ["hurt_skill"]={ 20016, @@ -5067,8 +5067,8 @@ local monster_chapter = { }, [38401]={ ["monster_base"]=10004, - ["hp"]=123800000, - ["atk"]=2420000, + ["hp"]=371400000, + ["atk"]=7260000, ["atk_times"]=3, ["hurt_skill"]={ 20010, @@ -5080,8 +5080,8 @@ local monster_chapter = { [38501]={ ["monster_base"]=20004, ["is_boss"]=1, - ["hp"]=224100000, - ["atk"]=2260000, + ["hp"]=672300000, + ["atk"]=6780000, ["atk_times"]=4, ["hurt_skill"]={ 30010, @@ -5095,8 +5095,8 @@ local monster_chapter = { }, [38601]={ ["monster_base"]=10053, - ["hp"]=148900000, - ["atk"]=2460000, + ["hp"]=446700000, + ["atk"]=7380000, ["atk_times"]=3, ["hurt_skill"]={ 20154, @@ -5107,8 +5107,8 @@ local monster_chapter = { }, [38701]={ ["monster_base"]=10049, - ["hp"]=158300000, - ["atk"]=2520000, + ["hp"]=474900000, + ["atk"]=7560000, ["atk_times"]=3, ["hurt_skill"]={ 20142, @@ -5119,8 +5119,8 @@ local monster_chapter = { }, [38801]={ ["monster_base"]=10020, - ["hp"]=174100000, - ["atk"]=2590000, + ["hp"]=522300000, + ["atk"]=7770000, ["atk_times"]=3, ["hurt_skill"]={ 20055, @@ -5131,8 +5131,8 @@ local monster_chapter = { }, [38901]={ ["monster_base"]=10054, - ["hp"]=189900000, - ["atk"]=2650000, + ["hp"]=569700000, + ["atk"]=7950000, ["atk_times"]=3, ["hurt_skill"]={ 20157, @@ -5144,8 +5144,8 @@ local monster_chapter = { [39001]={ ["monster_base"]=20010, ["is_boss"]=2, - ["hp"]=299700000, - ["atk"]=3280000, + ["hp"]=899100000, + ["atk"]=9840000, ["atk_times"]=4, ["hurt_skill"]={ 30028, @@ -5165,8 +5165,8 @@ local monster_chapter = { }, [39101]={ ["monster_base"]=10052, - ["hp"]=31500000, - ["atk"]=1840000, + ["hp"]=94500000, + ["atk"]=5520000, ["atk_times"]=3, ["hurt_skill"]={ 20151, @@ -5177,8 +5177,8 @@ local monster_chapter = { }, [39201]={ ["monster_base"]=10050, - ["hp"]=43600000, - ["atk"]=1920000, + ["hp"]=130800000, + ["atk"]=5760000, ["atk_times"]=3, ["hurt_skill"]={ 20145, @@ -5189,8 +5189,8 @@ local monster_chapter = { }, [39301]={ ["monster_base"]=10010, - ["hp"]=48900000, - ["atk"]=1990000, + ["hp"]=146700000, + ["atk"]=5970000, ["atk_times"]=3, ["hurt_skill"]={ 20028, @@ -5201,8 +5201,8 @@ local monster_chapter = { }, [39401]={ ["monster_base"]=10053, - ["hp"]=64900000, - ["atk"]=2050000, + ["hp"]=194700000, + ["atk"]=6150000, ["atk_times"]=3, ["hurt_skill"]={ 20154, @@ -5214,8 +5214,8 @@ local monster_chapter = { [39501]={ ["monster_base"]=20005, ["is_boss"]=1, - ["hp"]=89400000, - ["atk"]=2110000, + ["hp"]=268200000, + ["atk"]=6330000, ["atk_times"]=4, ["hurt_skill"]={ 30013, @@ -5232,8 +5232,8 @@ local monster_chapter = { }, [39601]={ ["monster_base"]=10040, - ["hp"]=61500000, - ["atk"]=2130000, + ["hp"]=184500000, + ["atk"]=6390000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -5244,8 +5244,8 @@ local monster_chapter = { }, [39701]={ ["monster_base"]=10052, - ["hp"]=68400000, - ["atk"]=2340000, + ["hp"]=205200000, + ["atk"]=7020000, ["atk_times"]=3, ["hurt_skill"]={ 20151, @@ -5256,8 +5256,8 @@ local monster_chapter = { }, [39801]={ ["monster_base"]=10054, - ["hp"]=79300000, - ["atk"]=2200000, + ["hp"]=237900000, + ["atk"]=6600000, ["atk_times"]=3, ["hurt_skill"]={ 20157, @@ -5268,8 +5268,8 @@ local monster_chapter = { }, [39901]={ ["monster_base"]=10038, - ["hp"]=89500000, - ["atk"]=2410000, + ["hp"]=268500000, + ["atk"]=7230000, ["atk_times"]=3, ["hurt_skill"]={ 20109, @@ -5281,8 +5281,8 @@ local monster_chapter = { [40001]={ ["monster_base"]=20015, ["is_boss"]=1, - ["hp"]=168900000, - ["atk"]=2280000, + ["hp"]=506700000, + ["atk"]=6840000, ["atk_times"]=4, ["hurt_skill"]={ 30043, @@ -5299,8 +5299,8 @@ local monster_chapter = { }, [40101]={ ["monster_base"]=10009, - ["hp"]=97900000, - ["atk"]=2300000, + ["hp"]=293700000, + ["atk"]=6900000, ["atk_times"]=3, ["hurt_skill"]={ 20025, @@ -5311,8 +5311,8 @@ local monster_chapter = { }, [40201]={ ["monster_base"]=10054, - ["hp"]=110700000, - ["atk"]=2370000, + ["hp"]=332100000, + ["atk"]=7110000, ["atk_times"]=3, ["hurt_skill"]={ 20157, @@ -5323,8 +5323,8 @@ local monster_chapter = { }, [40301]={ ["monster_base"]=10052, - ["hp"]=117100000, - ["atk"]=2420000, + ["hp"]=351300000, + ["atk"]=7260000, ["atk_times"]=3, ["hurt_skill"]={ 20151, @@ -5335,8 +5335,8 @@ local monster_chapter = { }, [40401]={ ["monster_base"]=10050, - ["hp"]=126900000, - ["atk"]=2500000, + ["hp"]=380700000, + ["atk"]=7500000, ["atk_times"]=3, ["hurt_skill"]={ 20145, @@ -5348,8 +5348,8 @@ local monster_chapter = { [40501]={ ["monster_base"]=20008, ["is_boss"]=1, - ["hp"]=229700000, - ["atk"]=2330000, + ["hp"]=689100000, + ["atk"]=6990000, ["atk_times"]=4, ["hurt_skill"]={ 30022, @@ -5366,8 +5366,8 @@ local monster_chapter = { }, [40601]={ ["monster_base"]=10038, - ["hp"]=152600000, - ["atk"]=2540000, + ["hp"]=457800000, + ["atk"]=7620000, ["atk_times"]=3, ["hurt_skill"]={ 20109, @@ -5378,8 +5378,8 @@ local monster_chapter = { }, [40701]={ ["monster_base"]=10053, - ["hp"]=162300000, - ["atk"]=2610000, + ["hp"]=486900000, + ["atk"]=7830000, ["atk_times"]=3, ["hurt_skill"]={ 20154, @@ -5390,8 +5390,8 @@ local monster_chapter = { }, [40801]={ ["monster_base"]=10050, - ["hp"]=178500000, - ["atk"]=2680000, + ["hp"]=535500000, + ["atk"]=8040000, ["atk_times"]=3, ["hurt_skill"]={ 20145, @@ -5402,8 +5402,8 @@ local monster_chapter = { }, [40901]={ ["monster_base"]=10040, - ["hp"]=194700000, - ["atk"]=2730000, + ["hp"]=584100000, + ["atk"]=8190000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -5415,8 +5415,8 @@ local monster_chapter = { [41001]={ ["monster_base"]=30015, ["is_boss"]=2, - ["hp"]=307200000, - ["atk"]=3380000, + ["hp"]=921600000, + ["atk"]=10140000, ["atk_times"]=4, ["hurt_skill"]={ 40025, @@ -5431,8 +5431,8 @@ local monster_chapter = { }, [41101]={ ["monster_base"]=10043, - ["hp"]=32700000, - ["atk"]=1930000, + ["hp"]=98100000, + ["atk"]=5790000, ["atk_times"]=3, ["hurt_skill"]={ 20124, @@ -5443,8 +5443,8 @@ local monster_chapter = { }, [41201]={ ["monster_base"]=10054, - ["hp"]=45200000, - ["atk"]=2010000, + ["hp"]=135600000, + ["atk"]=6030000, ["atk_times"]=3, ["hurt_skill"]={ 20157, @@ -5455,8 +5455,8 @@ local monster_chapter = { }, [41301]={ ["monster_base"]=10038, - ["hp"]=50700000, - ["atk"]=2080000, + ["hp"]=152100000, + ["atk"]=6240000, ["atk_times"]=3, ["hurt_skill"]={ 20109, @@ -5467,8 +5467,8 @@ local monster_chapter = { }, [41401]={ ["monster_base"]=10053, - ["hp"]=67300000, - ["atk"]=2150000, + ["hp"]=201900000, + ["atk"]=6450000, ["atk_times"]=3, ["hurt_skill"]={ 20154, @@ -5480,8 +5480,8 @@ local monster_chapter = { [41501]={ ["monster_base"]=20010, ["is_boss"]=1, - ["hp"]=92700000, - ["atk"]=2200000, + ["hp"]=278100000, + ["atk"]=6600000, ["atk_times"]=4, ["hurt_skill"]={ 30028, @@ -5501,8 +5501,8 @@ local monster_chapter = { }, [41601]={ ["monster_base"]=10038, - ["hp"]=63800000, - ["atk"]=2230000, + ["hp"]=191400000, + ["atk"]=6690000, ["atk_times"]=3, ["hurt_skill"]={ 20109, @@ -5513,8 +5513,8 @@ local monster_chapter = { }, [41701]={ ["monster_base"]=10053, - ["hp"]=70900000, - ["atk"]=2440000, + ["hp"]=212700000, + ["atk"]=7320000, ["atk_times"]=3, ["hurt_skill"]={ 20154, @@ -5525,8 +5525,8 @@ local monster_chapter = { }, [41801]={ ["monster_base"]=10006, - ["hp"]=82200000, - ["atk"]=2300000, + ["hp"]=246600000, + ["atk"]=6900000, ["atk_times"]=3, ["hurt_skill"]={ 20016, @@ -5537,8 +5537,8 @@ local monster_chapter = { }, [41901]={ ["monster_base"]=10004, - ["hp"]=92800000, - ["atk"]=2510000, + ["hp"]=278400000, + ["atk"]=7530000, ["atk_times"]=3, ["hurt_skill"]={ 20010, @@ -5550,8 +5550,8 @@ local monster_chapter = { [42001]={ ["monster_base"]=20004, ["is_boss"]=1, - ["hp"]=175100000, - ["atk"]=2380000, + ["hp"]=525300000, + ["atk"]=7140000, ["atk_times"]=4, ["hurt_skill"]={ 30010, @@ -5565,8 +5565,8 @@ local monster_chapter = { }, [42101]={ ["monster_base"]=10052, - ["hp"]=101500000, - ["atk"]=2410000, + ["hp"]=304500000, + ["atk"]=7230000, ["atk_times"]=3, ["hurt_skill"]={ 20151, @@ -5577,8 +5577,8 @@ local monster_chapter = { }, [42201]={ ["monster_base"]=10050, - ["hp"]=114800000, - ["atk"]=2470000, + ["hp"]=344400000, + ["atk"]=7410000, ["atk_times"]=3, ["hurt_skill"]={ 20145, @@ -5589,8 +5589,8 @@ local monster_chapter = { }, [42301]={ ["monster_base"]=10010, - ["hp"]=121400000, - ["atk"]=2530000, + ["hp"]=364200000, + ["atk"]=7590000, ["atk_times"]=3, ["hurt_skill"]={ 20028, @@ -5601,8 +5601,8 @@ local monster_chapter = { }, [42401]={ ["monster_base"]=10039, - ["hp"]=131600000, - ["atk"]=2610000, + ["hp"]=394800000, + ["atk"]=7830000, ["atk_times"]=3, ["hurt_skill"]={ 20112, @@ -5614,8 +5614,8 @@ local monster_chapter = { [42501]={ ["monster_base"]=20005, ["is_boss"]=1, - ["hp"]=238100000, - ["atk"]=2430000, + ["hp"]=714300000, + ["atk"]=7290000, ["atk_times"]=4, ["hurt_skill"]={ 30013, @@ -5632,8 +5632,8 @@ local monster_chapter = { }, [42601]={ ["monster_base"]=10040, - ["hp"]=158200000, - ["atk"]=2650000, + ["hp"]=474600000, + ["atk"]=7950000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -5644,8 +5644,8 @@ local monster_chapter = { }, [42701]={ ["monster_base"]=10010, - ["hp"]=168300000, - ["atk"]=2720000, + ["hp"]=504900000, + ["atk"]=8160000, ["atk_times"]=3, ["hurt_skill"]={ 20028, @@ -5656,8 +5656,8 @@ local monster_chapter = { }, [42801]={ ["monster_base"]=10040, - ["hp"]=185000000, - ["atk"]=2800000, + ["hp"]=555000000, + ["atk"]=8400000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -5668,8 +5668,8 @@ local monster_chapter = { }, [42901]={ ["monster_base"]=10009, - ["hp"]=201800000, - ["atk"]=2850000, + ["hp"]=605400000, + ["atk"]=8550000, ["atk_times"]=3, ["hurt_skill"]={ 20025, @@ -5681,8 +5681,8 @@ local monster_chapter = { [43001]={ ["monster_base"]=20024, ["is_boss"]=2, - ["hp"]=318400000, - ["atk"]=3520000, + ["hp"]=955200000, + ["atk"]=10560000, ["atk_times"]=4, ["hurt_skill"]={ 30070, @@ -5700,8 +5700,8 @@ local monster_chapter = { }, [43101]={ ["monster_base"]=10009, - ["hp"]=34100000, - ["atk"]=2030000, + ["hp"]=102300000, + ["atk"]=6090000, ["atk_times"]=3, ["hurt_skill"]={ 20025, @@ -5712,8 +5712,8 @@ local monster_chapter = { }, [43201]={ ["monster_base"]=10054, - ["hp"]=47200000, - ["atk"]=2120000, + ["hp"]=141600000, + ["atk"]=6360000, ["atk_times"]=3, ["hurt_skill"]={ 20157, @@ -5724,8 +5724,8 @@ local monster_chapter = { }, [43301]={ ["monster_base"]=10052, - ["hp"]=52900000, - ["atk"]=2190000, + ["hp"]=158700000, + ["atk"]=6570000, ["atk_times"]=3, ["hurt_skill"]={ 20151, @@ -5736,8 +5736,8 @@ local monster_chapter = { }, [43401]={ ["monster_base"]=10050, - ["hp"]=70200000, - ["atk"]=2260000, + ["hp"]=210600000, + ["atk"]=6780000, ["atk_times"]=3, ["hurt_skill"]={ 20145, @@ -5749,8 +5749,8 @@ local monster_chapter = { [43501]={ ["monster_base"]=20008, ["is_boss"]=1, - ["hp"]=96700000, - ["atk"]=2310000, + ["hp"]=290100000, + ["atk"]=6930000, ["atk_times"]=4, ["hurt_skill"]={ 30022, @@ -5767,8 +5767,8 @@ local monster_chapter = { }, [43601]={ ["monster_base"]=10044, - ["hp"]=66600000, - ["atk"]=2340000, + ["hp"]=199800000, + ["atk"]=7020000, ["atk_times"]=3, ["hurt_skill"]={ 20127, @@ -5779,8 +5779,8 @@ local monster_chapter = { }, [43701]={ ["monster_base"]=10054, - ["hp"]=74000000, - ["atk"]=2570000, + ["hp"]=222000000, + ["atk"]=7710000, ["atk_times"]=3, ["hurt_skill"]={ 20157, @@ -5791,8 +5791,8 @@ local monster_chapter = { }, [43801]={ ["monster_base"]=10014, - ["hp"]=85700000, - ["atk"]=2420000, + ["hp"]=257100000, + ["atk"]=7260000, ["atk_times"]=3, ["hurt_skill"]={ 20037, @@ -5803,8 +5803,8 @@ local monster_chapter = { }, [43901]={ ["monster_base"]=10018, - ["hp"]=96800000, - ["atk"]=2640000, + ["hp"]=290400000, + ["atk"]=7920000, ["atk_times"]=3, ["hurt_skill"]={ 20049, @@ -5816,8 +5816,8 @@ local monster_chapter = { [44001]={ ["monster_base"]=20014, ["is_boss"]=1, - ["hp"]=182600000, - ["atk"]=2500000, + ["hp"]=547800000, + ["atk"]=7500000, ["atk_times"]=4, ["hurt_skill"]={ 30040, @@ -5834,8 +5834,8 @@ local monster_chapter = { }, [44101]={ ["monster_base"]=10009, - ["hp"]=105900000, - ["atk"]=2530000, + ["hp"]=317700000, + ["atk"]=7590000, ["atk_times"]=3, ["hurt_skill"]={ 20025, @@ -5846,8 +5846,8 @@ local monster_chapter = { }, [44201]={ ["monster_base"]=10010, - ["hp"]=119700000, - ["atk"]=2600000, + ["hp"]=359100000, + ["atk"]=7800000, ["atk_times"]=3, ["hurt_skill"]={ 20028, @@ -5858,8 +5858,8 @@ local monster_chapter = { }, [44301]={ ["monster_base"]=10053, - ["hp"]=126600000, - ["atk"]=2660000, + ["hp"]=379800000, + ["atk"]=7980000, ["atk_times"]=3, ["hurt_skill"]={ 20154, @@ -5870,8 +5870,8 @@ local monster_chapter = { }, [44401]={ ["monster_base"]=10039, - ["hp"]=137200000, - ["atk"]=2740000, + ["hp"]=411600000, + ["atk"]=8220000, ["atk_times"]=3, ["hurt_skill"]={ 20112, @@ -5883,8 +5883,8 @@ local monster_chapter = { [44501]={ ["monster_base"]=20012, ["is_boss"]=1, - ["hp"]=248200000, - ["atk"]=2550000, + ["hp"]=744600000, + ["atk"]=7650000, ["atk_times"]=4, ["hurt_skill"]={ 30034, @@ -5898,8 +5898,8 @@ local monster_chapter = { }, [44601]={ ["monster_base"]=10052, - ["hp"]=165000000, - ["atk"]=2790000, + ["hp"]=495000000, + ["atk"]=8370000, ["atk_times"]=3, ["hurt_skill"]={ 20151, @@ -5910,8 +5910,8 @@ local monster_chapter = { }, [44701]={ ["monster_base"]=10043, - ["hp"]=175500000, - ["atk"]=2860000, + ["hp"]=526500000, + ["atk"]=8580000, ["atk_times"]=3, ["hurt_skill"]={ 20124, @@ -5922,8 +5922,8 @@ local monster_chapter = { }, [44801]={ ["monster_base"]=10054, - ["hp"]=192900000, - ["atk"]=2940000, + ["hp"]=578700000, + ["atk"]=8820000, ["atk_times"]=3, ["hurt_skill"]={ 20157, @@ -5934,8 +5934,8 @@ local monster_chapter = { }, [44901]={ ["monster_base"]=10050, - ["hp"]=210400000, - ["atk"]=3000000, + ["hp"]=631200000, + ["atk"]=9000000, ["atk_times"]=3, ["hurt_skill"]={ 20145, @@ -5947,8 +5947,8 @@ local monster_chapter = { [45001]={ ["monster_base"]=20019, ["is_boss"]=2, - ["hp"]=265520000, - ["atk"]=3320000, + ["hp"]=796560000, + ["atk"]=9960000, ["atk_times"]=4, ["hurt_skill"]={ 30055, @@ -5967,8 +5967,8 @@ local monster_chapter = { [45091]={ ["monster_base"]=20010, ["is_boss"]=1, - ["hp"]=199140000, - ["atk"]=2950000, + ["hp"]=597420000, + ["atk"]=8850000, ["atk_times"]=4, ["hurt_skill"]={ 30028, @@ -5988,8 +5988,8 @@ local monster_chapter = { }, [45101]={ ["monster_base"]=10046, - ["hp"]=34800000, - ["atk"]=2090000, + ["hp"]=104400000, + ["atk"]=6270000, ["atk_times"]=3, ["hurt_skill"]={ 20133, @@ -6000,8 +6000,8 @@ local monster_chapter = { }, [45201]={ ["monster_base"]=10043, - ["hp"]=48100000, - ["atk"]=2180000, + ["hp"]=144300000, + ["atk"]=6540000, ["atk_times"]=3, ["hurt_skill"]={ 20124, @@ -6012,8 +6012,8 @@ local monster_chapter = { }, [45301]={ ["monster_base"]=10050, - ["hp"]=53900000, - ["atk"]=2260000, + ["hp"]=161700000, + ["atk"]=6780000, ["atk_times"]=3, ["hurt_skill"]={ 20145, @@ -6024,8 +6024,8 @@ local monster_chapter = { }, [45401]={ ["monster_base"]=10054, - ["hp"]=71500000, - ["atk"]=2330000, + ["hp"]=214500000, + ["atk"]=6990000, ["atk_times"]=3, ["hurt_skill"]={ 20157, @@ -6037,8 +6037,8 @@ local monster_chapter = { [45501]={ ["monster_base"]=20010, ["is_boss"]=1, - ["hp"]=98500000, - ["atk"]=2370000, + ["hp"]=295500000, + ["atk"]=7110000, ["atk_times"]=4, ["hurt_skill"]={ 30028, @@ -6058,8 +6058,8 @@ local monster_chapter = { }, [45601]={ ["monster_base"]=10052, - ["hp"]=67900000, - ["atk"]=2410000, + ["hp"]=203700000, + ["atk"]=7230000, ["atk_times"]=3, ["hurt_skill"]={ 20151, @@ -6070,8 +6070,8 @@ local monster_chapter = { }, [45701]={ ["monster_base"]=10045, - ["hp"]=75400000, - ["atk"]=2640000, + ["hp"]=226200000, + ["atk"]=7920000, ["atk_times"]=3, ["hurt_skill"]={ 20130, @@ -6082,8 +6082,8 @@ local monster_chapter = { }, [45801]={ ["monster_base"]=10043, - ["hp"]=87300000, - ["atk"]=2490000, + ["hp"]=261900000, + ["atk"]=7470000, ["atk_times"]=3, ["hurt_skill"]={ 20124, @@ -6094,8 +6094,8 @@ local monster_chapter = { }, [45901]={ ["monster_base"]=10053, - ["hp"]=98600000, - ["atk"]=2710000, + ["hp"]=295800000, + ["atk"]=8130000, ["atk_times"]=3, ["hurt_skill"]={ 20154, @@ -6107,8 +6107,8 @@ local monster_chapter = { [46001]={ ["monster_base"]=20005, ["is_boss"]=1, - ["hp"]=186000000, - ["atk"]=2560000, + ["hp"]=558000000, + ["atk"]=7680000, ["atk_times"]=4, ["hurt_skill"]={ 30013, @@ -6125,8 +6125,8 @@ local monster_chapter = { }, [46101]={ ["monster_base"]=10045, - ["hp"]=107900000, - ["atk"]=2600000, + ["hp"]=323700000, + ["atk"]=7800000, ["atk_times"]=3, ["hurt_skill"]={ 20130, @@ -6137,8 +6137,8 @@ local monster_chapter = { }, [46201]={ ["monster_base"]=10052, - ["hp"]=121900000, - ["atk"]=2670000, + ["hp"]=365700000, + ["atk"]=8010000, ["atk_times"]=3, ["hurt_skill"]={ 20151, @@ -6149,8 +6149,8 @@ local monster_chapter = { }, [46301]={ ["monster_base"]=10010, - ["hp"]=129000000, - ["atk"]=2730000, + ["hp"]=387000000, + ["atk"]=8190000, ["atk_times"]=3, ["hurt_skill"]={ 20028, @@ -6161,8 +6161,8 @@ local monster_chapter = { }, [46401]={ ["monster_base"]=10039, - ["hp"]=139800000, - ["atk"]=2820000, + ["hp"]=419400000, + ["atk"]=8460000, ["atk_times"]=3, ["hurt_skill"]={ 20112, @@ -6174,8 +6174,8 @@ local monster_chapter = { [46501]={ ["monster_base"]=20012, ["is_boss"]=1, - ["hp"]=252800000, - ["atk"]=2620000, + ["hp"]=758400000, + ["atk"]=7860000, ["atk_times"]=4, ["hurt_skill"]={ 30034, @@ -6189,8 +6189,8 @@ local monster_chapter = { }, [46601]={ ["monster_base"]=10050, - ["hp"]=168100000, - ["atk"]=2860000, + ["hp"]=504300000, + ["atk"]=8580000, ["atk_times"]=3, ["hurt_skill"]={ 20145, @@ -6201,8 +6201,8 @@ local monster_chapter = { }, [46701]={ ["monster_base"]=10043, - ["hp"]=178700000, - ["atk"]=2930000, + ["hp"]=536100000, + ["atk"]=8790000, ["atk_times"]=3, ["hurt_skill"]={ 20124, @@ -6213,8 +6213,8 @@ local monster_chapter = { }, [46801]={ ["monster_base"]=10046, - ["hp"]=196500000, - ["atk"]=3010000, + ["hp"]=589500000, + ["atk"]=9030000, ["atk_times"]=3, ["hurt_skill"]={ 20133, @@ -6225,8 +6225,8 @@ local monster_chapter = { }, [46901]={ ["monster_base"]=10054, - ["hp"]=214300000, - ["atk"]=3070000, + ["hp"]=642900000, + ["atk"]=9210000, ["atk_times"]=3, ["hurt_skill"]={ 20157, @@ -6238,8 +6238,8 @@ local monster_chapter = { [47001]={ ["monster_base"]=20020, ["is_boss"]=2, - ["hp"]=270400000, - ["atk"]=3390000, + ["hp"]=811200000, + ["atk"]=10170000, ["atk_times"]=4, ["hurt_skill"]={ 30058, @@ -6258,8 +6258,8 @@ local monster_chapter = { [47091]={ ["monster_base"]=20010, ["is_boss"]=1, - ["hp"]=202800000, - ["atk"]=3020000, + ["hp"]=608400000, + ["atk"]=9060000, ["atk_times"]=4, ["hurt_skill"]={ 30028, @@ -6279,8 +6279,8 @@ local monster_chapter = { }, [47101]={ ["monster_base"]=10047, - ["hp"]=35600000, - ["atk"]=2160000, + ["hp"]=106800000, + ["atk"]=6480000, ["atk_times"]=3, ["hurt_skill"]={ 20136, @@ -6291,8 +6291,8 @@ local monster_chapter = { }, [47201]={ ["monster_base"]=10038, - ["hp"]=49200000, - ["atk"]=2250000, + ["hp"]=147600000, + ["atk"]=6750000, ["atk_times"]=3, ["hurt_skill"]={ 20109, @@ -6303,8 +6303,8 @@ local monster_chapter = { }, [47301]={ ["monster_base"]=10021, - ["hp"]=55100000, - ["atk"]=2330000, + ["hp"]=165300000, + ["atk"]=6990000, ["atk_times"]=3, ["hurt_skill"]={ 20058, @@ -6315,8 +6315,8 @@ local monster_chapter = { }, [47401]={ ["monster_base"]=10040, - ["hp"]=73100000, - ["atk"]=2400000, + ["hp"]=219300000, + ["atk"]=7200000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -6328,8 +6328,8 @@ local monster_chapter = { [47501]={ ["monster_base"]=20017, ["is_boss"]=1, - ["hp"]=100700000, - ["atk"]=2440000, + ["hp"]=302100000, + ["atk"]=7320000, ["atk_times"]=4, ["hurt_skill"]={ 30049, @@ -6343,8 +6343,8 @@ local monster_chapter = { }, [47601]={ ["monster_base"]=10010, - ["hp"]=69400000, - ["atk"]=2480000, + ["hp"]=208200000, + ["atk"]=7440000, ["atk_times"]=3, ["hurt_skill"]={ 20028, @@ -6355,8 +6355,8 @@ local monster_chapter = { }, [47701]={ ["monster_base"]=10039, - ["hp"]=77100000, - ["atk"]=2720000, + ["hp"]=231300000, + ["atk"]=8160000, ["atk_times"]=3, ["hurt_skill"]={ 20112, @@ -6367,8 +6367,8 @@ local monster_chapter = { }, [47801]={ ["monster_base"]=10040, - ["hp"]=89300000, - ["atk"]=2560000, + ["hp"]=267900000, + ["atk"]=7680000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -6379,8 +6379,8 @@ local monster_chapter = { }, [47901]={ ["monster_base"]=10009, - ["hp"]=100800000, - ["atk"]=2800000, + ["hp"]=302400000, + ["atk"]=8400000, ["atk_times"]=3, ["hurt_skill"]={ 20025, @@ -6392,8 +6392,8 @@ local monster_chapter = { [48001]={ ["monster_base"]=20024, ["is_boss"]=1, - ["hp"]=190100000, - ["atk"]=2630000, + ["hp"]=570300000, + ["atk"]=7890000, ["atk_times"]=4, ["hurt_skill"]={ 30070, @@ -6411,8 +6411,8 @@ local monster_chapter = { }, [48101]={ ["monster_base"]=10052, - ["hp"]=110300000, - ["atk"]=2680000, + ["hp"]=330900000, + ["atk"]=8040000, ["atk_times"]=3, ["hurt_skill"]={ 20151, @@ -6423,8 +6423,8 @@ local monster_chapter = { }, [48201]={ ["monster_base"]=10043, - ["hp"]=124600000, - ["atk"]=2750000, + ["hp"]=373800000, + ["atk"]=8250000, ["atk_times"]=3, ["hurt_skill"]={ 20124, @@ -6435,8 +6435,8 @@ local monster_chapter = { }, [48301]={ ["monster_base"]=10050, - ["hp"]=131900000, - ["atk"]=2820000, + ["hp"]=395700000, + ["atk"]=8460000, ["atk_times"]=3, ["hurt_skill"]={ 20145, @@ -6447,8 +6447,8 @@ local monster_chapter = { }, [48401]={ ["monster_base"]=10054, - ["hp"]=142900000, - ["atk"]=2900000, + ["hp"]=428700000, + ["atk"]=8700000, ["atk_times"]=3, ["hurt_skill"]={ 20157, @@ -6460,8 +6460,8 @@ local monster_chapter = { [48501]={ ["monster_base"]=20019, ["is_boss"]=1, - ["hp"]=258400000, - ["atk"]=2690000, + ["hp"]=775200000, + ["atk"]=8070000, ["atk_times"]=4, ["hurt_skill"]={ 30055, @@ -6478,8 +6478,8 @@ local monster_chapter = { }, [48601]={ ["monster_base"]=10029, - ["hp"]=171900000, - ["atk"]=2950000, + ["hp"]=515700000, + ["atk"]=8850000, ["atk_times"]=3, ["hurt_skill"]={ 20082, @@ -6490,8 +6490,8 @@ local monster_chapter = { }, [48701]={ ["monster_base"]=10050, - ["hp"]=182700000, - ["atk"]=3020000, + ["hp"]=548100000, + ["atk"]=9060000, ["atk_times"]=3, ["hurt_skill"]={ 20145, @@ -6502,8 +6502,8 @@ local monster_chapter = { }, [48801]={ ["monster_base"]=10043, - ["hp"]=200900000, - ["atk"]=3100000, + ["hp"]=602700000, + ["atk"]=9300000, ["atk_times"]=3, ["hurt_skill"]={ 20124, @@ -6514,8 +6514,8 @@ local monster_chapter = { }, [48901]={ ["monster_base"]=10028, - ["hp"]=219100000, - ["atk"]=3160000, + ["hp"]=657300000, + ["atk"]=9480000, ["atk_times"]=3, ["hurt_skill"]={ 20079, @@ -6527,8 +6527,8 @@ local monster_chapter = { [49001]={ ["monster_base"]=20013, ["is_boss"]=2, - ["hp"]=345500000, - ["atk"]=3870000, + ["hp"]=1036500000, + ["atk"]=11610000, ["atk_times"]=4, ["hurt_skill"]={ 30037, @@ -6543,8 +6543,8 @@ local monster_chapter = { }, [49101]={ ["monster_base"]=10052, - ["hp"]=37600000, - ["atk"]=2310000, + ["hp"]=112800000, + ["atk"]=6930000, ["atk_times"]=3, ["hurt_skill"]={ 20151, @@ -6555,8 +6555,8 @@ local monster_chapter = { }, [49201]={ ["monster_base"]=10045, - ["hp"]=52000000, - ["atk"]=2400000, + ["hp"]=156000000, + ["atk"]=7200000, ["atk_times"]=3, ["hurt_skill"]={ 20130, @@ -6567,8 +6567,8 @@ local monster_chapter = { }, [49301]={ ["monster_base"]=10043, - ["hp"]=58200000, - ["atk"]=2480000, + ["hp"]=174600000, + ["atk"]=7440000, ["atk_times"]=3, ["hurt_skill"]={ 20124, @@ -6579,8 +6579,8 @@ local monster_chapter = { }, [49401]={ ["monster_base"]=10053, - ["hp"]=77200000, - ["atk"]=2560000, + ["hp"]=231600000, + ["atk"]=7680000, ["atk_times"]=3, ["hurt_skill"]={ 20154, @@ -6592,8 +6592,8 @@ local monster_chapter = { [49501]={ ["monster_base"]=20005, ["is_boss"]=1, - ["hp"]=106300000, - ["atk"]=2590000, + ["hp"]=318900000, + ["atk"]=7770000, ["atk_times"]=4, ["hurt_skill"]={ 30013, @@ -6610,8 +6610,8 @@ local monster_chapter = { }, [49601]={ ["monster_base"]=10010, - ["hp"]=73300000, - ["atk"]=2640000, + ["hp"]=219900000, + ["atk"]=7920000, ["atk_times"]=3, ["hurt_skill"]={ 20028, @@ -6622,8 +6622,8 @@ local monster_chapter = { }, [49701]={ ["monster_base"]=10039, - ["hp"]=81400000, - ["atk"]=2890000, + ["hp"]=244200000, + ["atk"]=8670000, ["atk_times"]=3, ["hurt_skill"]={ 20112, @@ -6634,8 +6634,8 @@ local monster_chapter = { }, [49801]={ ["monster_base"]=10040, - ["hp"]=94300000, - ["atk"]=2730000, + ["hp"]=282900000, + ["atk"]=8190000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -6646,8 +6646,8 @@ local monster_chapter = { }, [49901]={ ["monster_base"]=10009, - ["hp"]=106400000, - ["atk"]=2970000, + ["hp"]=319200000, + ["atk"]=8910000, ["atk_times"]=3, ["hurt_skill"]={ 20025, @@ -6659,8 +6659,8 @@ local monster_chapter = { [50001]={ ["monster_base"]=20024, ["is_boss"]=1, - ["hp"]=200700000, - ["atk"]=2800000, + ["hp"]=602100000, + ["atk"]=8400000, ["atk_times"]=4, ["hurt_skill"]={ 30070, @@ -6678,8 +6678,8 @@ local monster_chapter = { }, [50101]={ ["monster_base"]=10040, - ["hp"]=116400000, - ["atk"]=2850000, + ["hp"]=349200000, + ["atk"]=8550000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -6690,8 +6690,8 @@ local monster_chapter = { }, [50201]={ ["monster_base"]=10039, - ["hp"]=131500000, - ["atk"]=2930000, + ["hp"]=394500000, + ["atk"]=8790000, ["atk_times"]=3, ["hurt_skill"]={ 20112, @@ -6702,8 +6702,8 @@ local monster_chapter = { }, [50301]={ ["monster_base"]=10010, - ["hp"]=139200000, - ["atk"]=3000000, + ["hp"]=417600000, + ["atk"]=9000000, ["atk_times"]=3, ["hurt_skill"]={ 20028, @@ -6714,8 +6714,8 @@ local monster_chapter = { }, [50401]={ ["monster_base"]=10039, - ["hp"]=150800000, - ["atk"]=3080000, + ["hp"]=452400000, + ["atk"]=9240000, ["atk_times"]=3, ["hurt_skill"]={ 20112, @@ -6727,8 +6727,8 @@ local monster_chapter = { [50501]={ ["monster_base"]=20012, ["is_boss"]=1, - ["hp"]=272700000, - ["atk"]=2860000, + ["hp"]=818100000, + ["atk"]=8580000, ["atk_times"]=4, ["hurt_skill"]={ 30034, @@ -6742,8 +6742,8 @@ local monster_chapter = { }, [50601]={ ["monster_base"]=10010, - ["hp"]=181400000, - ["atk"]=3140000, + ["hp"]=544200000, + ["atk"]=9420000, ["atk_times"]=3, ["hurt_skill"]={ 20028, @@ -6754,8 +6754,8 @@ local monster_chapter = { }, [50701]={ ["monster_base"]=10040, - ["hp"]=192800000, - ["atk"]=3210000, + ["hp"]=578400000, + ["atk"]=9630000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -6766,8 +6766,8 @@ local monster_chapter = { }, [50801]={ ["monster_base"]=10038, - ["hp"]=212100000, - ["atk"]=3300000, + ["hp"]=636300000, + ["atk"]=9900000, ["atk_times"]=3, ["hurt_skill"]={ 20109, @@ -6778,8 +6778,8 @@ local monster_chapter = { }, [50901]={ ["monster_base"]=10032, - ["hp"]=231300000, - ["atk"]=3360000, + ["hp"]=693900000, + ["atk"]=10080000, ["atk_times"]=3, ["hurt_skill"]={ 20091, @@ -6791,8 +6791,8 @@ local monster_chapter = { [51001]={ ["monster_base"]=20018, ["is_boss"]=2, - ["hp"]=364600000, - ["atk"]=4100000, + ["hp"]=1093800000, + ["atk"]=12300000, ["atk_times"]=4, ["hurt_skill"]={ 30052, @@ -6810,8 +6810,8 @@ local monster_chapter = { }, [51101]={ ["monster_base"]=10033, - ["hp"]=38400000, - ["atk"]=2370000, + ["hp"]=115200000, + ["atk"]=7110000, ["atk_times"]=3, ["hurt_skill"]={ 20094, @@ -6822,8 +6822,8 @@ local monster_chapter = { }, [51201]={ ["monster_base"]=10029, - ["hp"]=53000000, - ["atk"]=2460000, + ["hp"]=159000000, + ["atk"]=7380000, ["atk_times"]=3, ["hurt_skill"]={ 20082, @@ -6834,8 +6834,8 @@ local monster_chapter = { }, [51301]={ ["monster_base"]=10031, - ["hp"]=59400000, - ["atk"]=2550000, + ["hp"]=178200000, + ["atk"]=7650000, ["atk_times"]=3, ["hurt_skill"]={ 20088, @@ -6846,8 +6846,8 @@ local monster_chapter = { }, [51401]={ ["monster_base"]=10028, - ["hp"]=78700000, - ["atk"]=2630000, + ["hp"]=236100000, + ["atk"]=7890000, ["atk_times"]=3, ["hurt_skill"]={ 20079, @@ -6859,8 +6859,8 @@ local monster_chapter = { [51501]={ ["monster_base"]=20013, ["is_boss"]=1, - ["hp"]=108400000, - ["atk"]=2650000, + ["hp"]=325200000, + ["atk"]=7950000, ["atk_times"]=4, ["hurt_skill"]={ 30037, @@ -6875,8 +6875,8 @@ local monster_chapter = { }, [51601]={ ["monster_base"]=10030, - ["hp"]=74800000, - ["atk"]=2720000, + ["hp"]=224400000, + ["atk"]=8160000, ["atk_times"]=3, ["hurt_skill"]={ 20085, @@ -6887,8 +6887,8 @@ local monster_chapter = { }, [51701]={ ["monster_base"]=10029, - ["hp"]=83000000, - ["atk"]=2970000, + ["hp"]=249000000, + ["atk"]=8910000, ["atk_times"]=3, ["hurt_skill"]={ 20082, @@ -6899,8 +6899,8 @@ local monster_chapter = { }, [51801]={ ["monster_base"]=10033, - ["hp"]=96200000, - ["atk"]=2800000, + ["hp"]=288600000, + ["atk"]=8400000, ["atk_times"]=3, ["hurt_skill"]={ 20094, @@ -6911,8 +6911,8 @@ local monster_chapter = { }, [51901]={ ["monster_base"]=10054, - ["hp"]=108500000, - ["atk"]=3050000, + ["hp"]=325500000, + ["atk"]=9150000, ["atk_times"]=3, ["hurt_skill"]={ 20157, @@ -6924,8 +6924,8 @@ local monster_chapter = { [52001]={ ["monster_base"]=20010, ["is_boss"]=1, - ["hp"]=204600000, - ["atk"]=2870000, + ["hp"]=613800000, + ["atk"]=8610000, ["atk_times"]=4, ["hurt_skill"]={ 30028, @@ -6945,8 +6945,8 @@ local monster_chapter = { }, [52101]={ ["monster_base"]=10053, - ["hp"]=118700000, - ["atk"]=2920000, + ["hp"]=356100000, + ["atk"]=8760000, ["atk_times"]=3, ["hurt_skill"]={ 20154, @@ -6957,8 +6957,8 @@ local monster_chapter = { }, [52201]={ ["monster_base"]=10033, - ["hp"]=134100000, - ["atk"]=3000000, + ["hp"]=402300000, + ["atk"]=9000000, ["atk_times"]=3, ["hurt_skill"]={ 20094, @@ -6969,8 +6969,8 @@ local monster_chapter = { }, [52301]={ ["monster_base"]=10029, - ["hp"]=141900000, - ["atk"]=3080000, + ["hp"]=425700000, + ["atk"]=9240000, ["atk_times"]=3, ["hurt_skill"]={ 20082, @@ -6981,8 +6981,8 @@ local monster_chapter = { }, [52401]={ ["monster_base"]=10054, - ["hp"]=153700000, - ["atk"]=3160000, + ["hp"]=461100000, + ["atk"]=9480000, ["atk_times"]=3, ["hurt_skill"]={ 20157, @@ -6994,8 +6994,8 @@ local monster_chapter = { [52501]={ ["monster_base"]=20020, ["is_boss"]=1, - ["hp"]=278000000, - ["atk"]=2930000, + ["hp"]=834000000, + ["atk"]=8790000, ["atk_times"]=4, ["hurt_skill"]={ 30058, @@ -7012,8 +7012,8 @@ local monster_chapter = { }, [52601]={ ["monster_base"]=10053, - ["hp"]=184900000, - ["atk"]=3220000, + ["hp"]=554700000, + ["atk"]=9660000, ["atk_times"]=3, ["hurt_skill"]={ 20154, @@ -7024,8 +7024,8 @@ local monster_chapter = { }, [52701]={ ["monster_base"]=10028, - ["hp"]=196500000, - ["atk"]=3290000, + ["hp"]=589500000, + ["atk"]=9870000, ["atk_times"]=3, ["hurt_skill"]={ 20079, @@ -7036,8 +7036,8 @@ local monster_chapter = { }, [52801]={ ["monster_base"]=10046, - ["hp"]=216200000, - ["atk"]=3380000, + ["hp"]=648600000, + ["atk"]=10140000, ["atk_times"]=3, ["hurt_skill"]={ 20133, @@ -7048,8 +7048,8 @@ local monster_chapter = { }, [52901]={ ["monster_base"]=10058, - ["hp"]=235800000, - ["atk"]=3450000, + ["hp"]=707400000, + ["atk"]=10350000, ["atk_times"]=3, ["hurt_skill"]={ 20169, @@ -7061,8 +7061,8 @@ local monster_chapter = { [53001]={ ["monster_base"]=20032, ["is_boss"]=2, - ["hp"]=371600000, - ["atk"]=4200000, + ["hp"]=1114800000, + ["atk"]=12600000, ["atk_times"]=4, ["hurt_skill"]={ 30094, @@ -7083,8 +7083,8 @@ local monster_chapter = { }, [53101]={ ["monster_base"]=10057, - ["hp"]=39200000, - ["atk"]=2440000, + ["hp"]=117600000, + ["atk"]=7320000, ["atk_times"]=3, ["hurt_skill"]={ 20166, @@ -7095,8 +7095,8 @@ local monster_chapter = { }, [53201]={ ["monster_base"]=10046, - ["hp"]=54100000, - ["atk"]=2530000, + ["hp"]=162300000, + ["atk"]=7590000, ["atk_times"]=3, ["hurt_skill"]={ 20133, @@ -7107,8 +7107,8 @@ local monster_chapter = { }, [53301]={ ["monster_base"]=10052, - ["hp"]=60600000, - ["atk"]=2630000, + ["hp"]=181800000, + ["atk"]=7890000, ["atk_times"]=3, ["hurt_skill"]={ 20151, @@ -7119,8 +7119,8 @@ local monster_chapter = { }, [53401]={ ["monster_base"]=10029, - ["hp"]=80300000, - ["atk"]=2700000, + ["hp"]=240900000, + ["atk"]=8100000, ["atk_times"]=3, ["hurt_skill"]={ 20082, @@ -7132,8 +7132,8 @@ local monster_chapter = { [53501]={ ["monster_base"]=20008, ["is_boss"]=1, - ["hp"]=110600000, - ["atk"]=2720000, + ["hp"]=331800000, + ["atk"]=8160000, ["atk_times"]=4, ["hurt_skill"]={ 30022, @@ -7150,8 +7150,8 @@ local monster_chapter = { }, [53601]={ ["monster_base"]=10058, - ["hp"]=76300000, - ["atk"]=2790000, + ["hp"]=228900000, + ["atk"]=8370000, ["atk_times"]=3, ["hurt_skill"]={ 20169, @@ -7162,8 +7162,8 @@ local monster_chapter = { }, [53701]={ ["monster_base"]=10033, - ["hp"]=84700000, - ["atk"]=3050000, + ["hp"]=254100000, + ["atk"]=9150000, ["atk_times"]=3, ["hurt_skill"]={ 20094, @@ -7174,8 +7174,8 @@ local monster_chapter = { }, [53801]={ ["monster_base"]=10044, - ["hp"]=98200000, - ["atk"]=2880000, + ["hp"]=294600000, + ["atk"]=8640000, ["atk_times"]=3, ["hurt_skill"]={ 20127, @@ -7186,8 +7186,8 @@ local monster_chapter = { }, [53901]={ ["monster_base"]=10053, - ["hp"]=110700000, - ["atk"]=3130000, + ["hp"]=332100000, + ["atk"]=9390000, ["atk_times"]=3, ["hurt_skill"]={ 20154, @@ -7199,8 +7199,8 @@ local monster_chapter = { [54001]={ ["monster_base"]=20011, ["is_boss"]=1, - ["hp"]=208800000, - ["atk"]=2940000, + ["hp"]=626400000, + ["atk"]=8820000, ["atk_times"]=4, ["hurt_skill"]={ 30031, @@ -7214,8 +7214,8 @@ local monster_chapter = { }, [54101]={ ["monster_base"]=10029, - ["hp"]=121100000, - ["atk"]=3000000, + ["hp"]=363300000, + ["atk"]=9000000, ["atk_times"]=3, ["hurt_skill"]={ 20082, @@ -7226,8 +7226,8 @@ local monster_chapter = { }, [54201]={ ["monster_base"]=10058, - ["hp"]=136800000, - ["atk"]=3080000, + ["hp"]=410400000, + ["atk"]=9240000, ["atk_times"]=3, ["hurt_skill"]={ 20169, @@ -7238,8 +7238,8 @@ local monster_chapter = { }, [54301]={ ["monster_base"]=10052, - ["hp"]=144800000, - ["atk"]=3160000, + ["hp"]=434400000, + ["atk"]=9480000, ["atk_times"]=3, ["hurt_skill"]={ 20151, @@ -7250,8 +7250,8 @@ local monster_chapter = { }, [54401]={ ["monster_base"]=10054, - ["hp"]=156800000, - ["atk"]=3250000, + ["hp"]=470400000, + ["atk"]=9750000, ["atk_times"]=3, ["hurt_skill"]={ 20157, @@ -7263,8 +7263,8 @@ local monster_chapter = { [54501]={ ["monster_base"]=20005, ["is_boss"]=1, - ["hp"]=283600000, - ["atk"]=3000000, + ["hp"]=850800000, + ["atk"]=9000000, ["atk_times"]=4, ["hurt_skill"]={ 30013, @@ -7281,8 +7281,8 @@ local monster_chapter = { }, [54601]={ ["monster_base"]=10053, - ["hp"]=188700000, - ["atk"]=3300000, + ["hp"]=566100000, + ["atk"]=9900000, ["atk_times"]=3, ["hurt_skill"]={ 20154, @@ -7293,8 +7293,8 @@ local monster_chapter = { }, [54701]={ ["monster_base"]=10028, - ["hp"]=200500000, - ["atk"]=3380000, + ["hp"]=601500000, + ["atk"]=10140000, ["atk_times"]=3, ["hurt_skill"]={ 20079, @@ -7305,8 +7305,8 @@ local monster_chapter = { }, [54801]={ ["monster_base"]=10046, - ["hp"]=220600000, - ["atk"]=3470000, + ["hp"]=661800000, + ["atk"]=10410000, ["atk_times"]=3, ["hurt_skill"]={ 20133, @@ -7317,8 +7317,8 @@ local monster_chapter = { }, [54901]={ ["monster_base"]=10057, - ["hp"]=240600000, - ["atk"]=3540000, + ["hp"]=721800000, + ["atk"]=10620000, ["atk_times"]=3, ["hurt_skill"]={ 20166, @@ -7330,8 +7330,8 @@ local monster_chapter = { [55001]={ ["monster_base"]=20032, ["is_boss"]=2, - ["hp"]=303280000, - ["atk"]=3870000, + ["hp"]=909840000, + ["atk"]=11610000, ["atk_times"]=4, ["hurt_skill"]={ 30094, @@ -7354,8 +7354,8 @@ local monster_chapter = { [55101]={ ["monster_base"]=20030, ["is_boss"]=2, - ["hp"]=227460000, - ["atk"]=3440000, + ["hp"]=682380000, + ["atk"]=10320000, ["atk_times"]=4, ["hurt_skill"]={ 30088, @@ -7373,8 +7373,8 @@ local monster_chapter = { }, [55201]={ ["monster_base"]=10056, - ["hp"]=41600000, - ["atk"]=2610000, + ["hp"]=124800000, + ["atk"]=7830000, ["atk_times"]=3, ["hurt_skill"]={ 20163, @@ -7385,8 +7385,8 @@ local monster_chapter = { }, [55301]={ ["monster_base"]=10009, - ["hp"]=57300000, - ["atk"]=2710000, + ["hp"]=171900000, + ["atk"]=8130000, ["atk_times"]=3, ["hurt_skill"]={ 20025, @@ -7397,8 +7397,8 @@ local monster_chapter = { }, [55401]={ ["monster_base"]=10010, - ["hp"]=64200000, - ["atk"]=2800000, + ["hp"]=192600000, + ["atk"]=8400000, ["atk_times"]=3, ["hurt_skill"]={ 20028, @@ -7409,8 +7409,8 @@ local monster_chapter = { }, [55501]={ ["monster_base"]=10039, - ["hp"]=85100000, - ["atk"]=2880000, + ["hp"]=255300000, + ["atk"]=8640000, ["atk_times"]=3, ["hurt_skill"]={ 20112, @@ -7422,8 +7422,8 @@ local monster_chapter = { [55601]={ ["monster_base"]=20012, ["is_boss"]=1, - ["hp"]=117200000, - ["atk"]=2900000, + ["hp"]=351600000, + ["atk"]=8700000, ["atk_times"]=4, ["hurt_skill"]={ 30034, @@ -7437,8 +7437,8 @@ local monster_chapter = { }, [55701]={ ["monster_base"]=10009, - ["hp"]=80800000, - ["atk"]=2980000, + ["hp"]=242400000, + ["atk"]=8940000, ["atk_times"]=3, ["hurt_skill"]={ 20025, @@ -7449,8 +7449,8 @@ local monster_chapter = { }, [55801]={ ["monster_base"]=10055, - ["hp"]=89700000, - ["atk"]=3250000, + ["hp"]=269100000, + ["atk"]=9750000, ["atk_times"]=3, ["hurt_skill"]={ 20160, @@ -7461,8 +7461,8 @@ local monster_chapter = { }, [55901]={ ["monster_base"]=10046, - ["hp"]=104000000, - ["atk"]=3070000, + ["hp"]=312000000, + ["atk"]=9210000, ["atk_times"]=3, ["hurt_skill"]={ 20133, @@ -7473,8 +7473,8 @@ local monster_chapter = { }, [56001]={ ["monster_base"]=10057, - ["hp"]=117300000, - ["atk"]=3340000, + ["hp"]=351900000, + ["atk"]=10020000, ["atk_times"]=3, ["hurt_skill"]={ 20166, @@ -7486,8 +7486,8 @@ local monster_chapter = { [56101]={ ["monster_base"]=20030, ["is_boss"]=1, - ["hp"]=221200000, - ["atk"]=3130000, + ["hp"]=663600000, + ["atk"]=9390000, ["atk_times"]=4, ["hurt_skill"]={ 30088, @@ -7505,8 +7505,8 @@ local monster_chapter = { }, [56201]={ ["monster_base"]=10058, - ["hp"]=128300000, - ["atk"]=3200000, + ["hp"]=384900000, + ["atk"]=9600000, ["atk_times"]=3, ["hurt_skill"]={ 20169, @@ -7517,8 +7517,8 @@ local monster_chapter = { }, [56301]={ ["monster_base"]=10051, - ["hp"]=144900000, - ["atk"]=3290000, + ["hp"]=434700000, + ["atk"]=9870000, ["atk_times"]=3, ["hurt_skill"]={ 20148, @@ -7529,8 +7529,8 @@ local monster_chapter = { }, [56401]={ ["monster_base"]=10053, - ["hp"]=153400000, - ["atk"]=3370000, + ["hp"]=460200000, + ["atk"]=10110000, ["atk_times"]=3, ["hurt_skill"]={ 20154, @@ -7541,8 +7541,8 @@ local monster_chapter = { }, [56501]={ ["monster_base"]=10055, - ["hp"]=166100000, - ["atk"]=3460000, + ["hp"]=498300000, + ["atk"]=10380000, ["atk_times"]=3, ["hurt_skill"]={ 20160, @@ -7554,8 +7554,8 @@ local monster_chapter = { [56601]={ ["monster_base"]=20029, ["is_boss"]=1, - ["hp"]=300400000, - ["atk"]=3200000, + ["hp"]=901200000, + ["atk"]=9600000, ["atk_times"]=4, ["hurt_skill"]={ 30085, @@ -7572,8 +7572,8 @@ local monster_chapter = { }, [56701]={ ["monster_base"]=10058, - ["hp"]=199900000, - ["atk"]=3520000, + ["hp"]=599700000, + ["atk"]=10560000, ["atk_times"]=3, ["hurt_skill"]={ 20169, @@ -7584,8 +7584,8 @@ local monster_chapter = { }, [56801]={ ["monster_base"]=10051, - ["hp"]=212400000, - ["atk"]=3600000, + ["hp"]=637200000, + ["atk"]=10800000, ["atk_times"]=3, ["hurt_skill"]={ 20148, @@ -7596,8 +7596,8 @@ local monster_chapter = { }, [56901]={ ["monster_base"]=10055, - ["hp"]=233700000, - ["atk"]=3700000, + ["hp"]=701100000, + ["atk"]=11100000, ["atk_times"]=3, ["hurt_skill"]={ 20160, @@ -7608,8 +7608,8 @@ local monster_chapter = { }, [57001]={ ["monster_base"]=10057, - ["hp"]=254800000, - ["atk"]=3770000, + ["hp"]=764400000, + ["atk"]=11310000, ["atk_times"]=3, ["hurt_skill"]={ 20166, @@ -7621,8 +7621,8 @@ local monster_chapter = { [57101]={ ["monster_base"]=20031, ["is_boss"]=2, - ["hp"]=401500000, - ["atk"]=4570000, + ["hp"]=1204500000, + ["atk"]=13710000, ["atk_times"]=4, ["hurt_skill"]={ 30091, @@ -7642,8 +7642,8 @@ local monster_chapter = { }, [57201]={ ["monster_base"]=10060, - ["hp"]=20000000, - ["atk"]=330000, + ["hp"]=60000000, + ["atk"]=990000, ["atk_times"]=3, ["hurt_skill"]={ 20175, @@ -7654,8 +7654,8 @@ local monster_chapter = { }, [57301]={ ["monster_base"]=10046, - ["hp"]=24000000, - ["atk"]=340000, + ["hp"]=72000000, + ["atk"]=1020000, ["atk_times"]=3, ["hurt_skill"]={ 20133, @@ -7666,8 +7666,8 @@ local monster_chapter = { }, [57401]={ ["monster_base"]=10061, - ["hp"]=27000000, - ["atk"]=350000, + ["hp"]=81000000, + ["atk"]=1050000, ["atk_times"]=3, ["hurt_skill"]={ 20178, @@ -7678,8 +7678,8 @@ local monster_chapter = { }, [57501]={ ["monster_base"]=10052, - ["hp"]=30000000, - ["atk"]=360000, + ["hp"]=90000000, + ["atk"]=1080000, ["atk_times"]=3, ["hurt_skill"]={ 20151, @@ -7691,8 +7691,8 @@ local monster_chapter = { [57601]={ ["monster_base"]=20017, ["is_boss"]=1, - ["hp"]=46000000, - ["atk"]=420000, + ["hp"]=138000000, + ["atk"]=1260000, ["atk_times"]=4, ["hurt_skill"]={ 30049, @@ -7706,8 +7706,8 @@ local monster_chapter = { }, [57701]={ ["monster_base"]=10023, - ["hp"]=83800000, - ["atk"]=3110000, + ["hp"]=251400000, + ["atk"]=9330000, ["atk_times"]=3, ["hurt_skill"]={ 20064, @@ -7718,8 +7718,8 @@ local monster_chapter = { }, [57801]={ ["monster_base"]=10060, - ["hp"]=93100000, - ["atk"]=3400000, + ["hp"]=279300000, + ["atk"]=10200000, ["atk_times"]=3, ["hurt_skill"]={ 20175, @@ -7730,8 +7730,8 @@ local monster_chapter = { }, [57901]={ ["monster_base"]=10057, - ["hp"]=107900000, - ["atk"]=3210000, + ["hp"]=323700000, + ["atk"]=9630000, ["atk_times"]=3, ["hurt_skill"]={ 20166, @@ -7742,8 +7742,8 @@ local monster_chapter = { }, [58001]={ ["monster_base"]=10055, - ["hp"]=121700000, - ["atk"]=3480000, + ["hp"]=365100000, + ["atk"]=10440000, ["atk_times"]=3, ["hurt_skill"]={ 20160, @@ -7755,8 +7755,8 @@ local monster_chapter = { [58101]={ ["monster_base"]=20031, ["is_boss"]=1, - ["hp"]=229500000, - ["atk"]=3260000, + ["hp"]=688500000, + ["atk"]=9780000, ["atk_times"]=4, ["hurt_skill"]={ 30091, @@ -7776,8 +7776,8 @@ local monster_chapter = { }, [58201]={ ["monster_base"]=10047, - ["hp"]=133100000, - ["atk"]=3340000, + ["hp"]=399300000, + ["atk"]=10020000, ["atk_times"]=3, ["hurt_skill"]={ 20136, @@ -7788,8 +7788,8 @@ local monster_chapter = { }, [58301]={ ["monster_base"]=10052, - ["hp"]=150300000, - ["atk"]=3430000, + ["hp"]=450900000, + ["atk"]=10290000, ["atk_times"]=3, ["hurt_skill"]={ 20151, @@ -7800,8 +7800,8 @@ local monster_chapter = { }, [58401]={ ["monster_base"]=10027, - ["hp"]=159100000, - ["atk"]=3520000, + ["hp"]=477300000, + ["atk"]=10560000, ["atk_times"]=3, ["hurt_skill"]={ 20076, @@ -7812,8 +7812,8 @@ local monster_chapter = { }, [58501]={ ["monster_base"]=10061, - ["hp"]=172300000, - ["atk"]=3610000, + ["hp"]=516900000, + ["atk"]=10830000, ["atk_times"]=3, ["hurt_skill"]={ 20178, @@ -7825,8 +7825,8 @@ local monster_chapter = { [58601]={ ["monster_base"]=20029, ["is_boss"]=1, - ["hp"]=311600000, - ["atk"]=3330000, + ["hp"]=934800000, + ["atk"]=9990000, ["atk_times"]=4, ["hurt_skill"]={ 30085, @@ -7843,8 +7843,8 @@ local monster_chapter = { }, [58701]={ ["monster_base"]=10051, - ["hp"]=207400000, - ["atk"]=3670000, + ["hp"]=622200000, + ["atk"]=11010000, ["atk_times"]=3, ["hurt_skill"]={ 20148, @@ -7855,8 +7855,8 @@ local monster_chapter = { }, [58801]={ ["monster_base"]=10027, - ["hp"]=220300000, - ["atk"]=3750000, + ["hp"]=660900000, + ["atk"]=11250000, ["atk_times"]=3, ["hurt_skill"]={ 20076, @@ -7867,8 +7867,8 @@ local monster_chapter = { }, [58901]={ ["monster_base"]=10052, - ["hp"]=242400000, - ["atk"]=3860000, + ["hp"]=727200000, + ["atk"]=11580000, ["atk_times"]=3, ["hurt_skill"]={ 20151, @@ -7879,8 +7879,8 @@ local monster_chapter = { }, [59001]={ ["monster_base"]=10061, - ["hp"]=264300000, - ["atk"]=3930000, + ["hp"]=792900000, + ["atk"]=11790000, ["atk_times"]=3, ["hurt_skill"]={ 20178, @@ -7892,8 +7892,8 @@ local monster_chapter = { [59101]={ ["monster_base"]=20034, ["is_boss"]=2, - ["hp"]=416500000, - ["atk"]=4750000, + ["hp"]=1249500000, + ["atk"]=14250000, ["atk_times"]=4, ["hurt_skill"]={ 30097, @@ -7912,8 +7912,8 @@ local monster_chapter = { }, [59201]={ ["monster_base"]=10060, - ["hp"]=45200000, - ["atk"]=2870000, + ["hp"]=135600000, + ["atk"]=8610000, ["atk_times"]=3, ["hurt_skill"]={ 20175, @@ -7924,8 +7924,8 @@ local monster_chapter = { }, [59301]={ ["monster_base"]=10027, - ["hp"]=62200000, - ["atk"]=2980000, + ["hp"]=186600000, + ["atk"]=8940000, ["atk_times"]=3, ["hurt_skill"]={ 20076, @@ -7936,8 +7936,8 @@ local monster_chapter = { }, [59401]={ ["monster_base"]=10051, - ["hp"]=69600000, - ["atk"]=3080000, + ["hp"]=208800000, + ["atk"]=9240000, ["atk_times"]=3, ["hurt_skill"]={ 20148, @@ -7948,8 +7948,8 @@ local monster_chapter = { }, [59501]={ ["monster_base"]=10055, - ["hp"]=92300000, - ["atk"]=3170000, + ["hp"]=276900000, + ["atk"]=9510000, ["atk_times"]=3, ["hurt_skill"]={ 20160, @@ -7961,8 +7961,8 @@ local monster_chapter = { [59601]={ ["monster_base"]=20019, ["is_boss"]=1, - ["hp"]=127100000, - ["atk"]=3180000, + ["hp"]=381300000, + ["atk"]=9540000, ["atk_times"]=4, ["hurt_skill"]={ 30055, @@ -7979,8 +7979,8 @@ local monster_chapter = { }, [59701]={ ["monster_base"]=10057, - ["hp"]=87600000, - ["atk"]=3280000, + ["hp"]=262800000, + ["atk"]=9840000, ["atk_times"]=3, ["hurt_skill"]={ 20166, @@ -7991,8 +7991,8 @@ local monster_chapter = { }, [59801]={ ["monster_base"]=10027, - ["hp"]=97300000, - ["atk"]=3570000, + ["hp"]=291900000, + ["atk"]=10710000, ["atk_times"]=3, ["hurt_skill"]={ 20076, @@ -8003,8 +8003,8 @@ local monster_chapter = { }, [59901]={ ["monster_base"]=10052, - ["hp"]=112800000, - ["atk"]=3370000, + ["hp"]=338400000, + ["atk"]=10110000, ["atk_times"]=3, ["hurt_skill"]={ 20151, @@ -8015,8 +8015,8 @@ local monster_chapter = { }, [60001]={ ["monster_base"]=10061, - ["hp"]=127200000, - ["atk"]=3660000, + ["hp"]=381600000, + ["atk"]=10980000, ["atk_times"]=3, ["hurt_skill"]={ 20178, @@ -8028,8 +8028,8 @@ local monster_chapter = { [60101]={ ["monster_base"]=20034, ["is_boss"]=1, - ["hp"]=239800000, - ["atk"]=3420000, + ["hp"]=719400000, + ["atk"]=10260000, ["atk_times"]=4, ["hurt_skill"]={ 30097, @@ -8048,8 +8048,8 @@ local monster_chapter = { }, [60201]={ ["monster_base"]=10047, - ["hp"]=139100000, - ["atk"]=3520000, + ["hp"]=417300000, + ["atk"]=10560000, ["atk_times"]=3, ["hurt_skill"]={ 20136, @@ -8060,8 +8060,8 @@ local monster_chapter = { }, [60301]={ ["monster_base"]=10023, - ["hp"]=157100000, - ["atk"]=3610000, + ["hp"]=471300000, + ["atk"]=10830000, ["atk_times"]=3, ["hurt_skill"]={ 20064, @@ -8072,8 +8072,8 @@ local monster_chapter = { }, [60401]={ ["monster_base"]=10046, - ["hp"]=166300000, - ["atk"]=3700000, + ["hp"]=498900000, + ["atk"]=11100000, ["atk_times"]=3, ["hurt_skill"]={ 20133, @@ -8084,8 +8084,8 @@ local monster_chapter = { }, [60501]={ ["monster_base"]=10052, - ["hp"]=180100000, - ["atk"]=3790000, + ["hp"]=540300000, + ["atk"]=11370000, ["atk_times"]=3, ["hurt_skill"]={ 20151, @@ -8097,8 +8097,8 @@ local monster_chapter = { [60601]={ ["monster_base"]=20010, ["is_boss"]=1, - ["hp"]=325600000, - ["atk"]=3500000, + ["hp"]=976800000, + ["atk"]=10500000, ["atk_times"]=4, ["hurt_skill"]={ 30028, @@ -8118,8 +8118,8 @@ local monster_chapter = { }, [60701]={ ["monster_base"]=10027, - ["hp"]=216700000, - ["atk"]=3860000, + ["hp"]=650100000, + ["atk"]=11580000, ["atk_times"]=3, ["hurt_skill"]={ 20076, @@ -8130,8 +8130,8 @@ local monster_chapter = { }, [60801]={ ["monster_base"]=10047, - ["hp"]=230200000, - ["atk"]=3940000, + ["hp"]=690600000, + ["atk"]=11820000, ["atk_times"]=3, ["hurt_skill"]={ 20136, @@ -8142,8 +8142,8 @@ local monster_chapter = { }, [60901]={ ["monster_base"]=10057, - ["hp"]=253300000, - ["atk"]=4050000, + ["hp"]=759900000, + ["atk"]=12150000, ["atk_times"]=3, ["hurt_skill"]={ 20166, @@ -8154,8 +8154,8 @@ local monster_chapter = { }, [61001]={ ["monster_base"]=10060, - ["hp"]=276200000, - ["atk"]=4130000, + ["hp"]=828600000, + ["atk"]=12390000, ["atk_times"]=3, ["hurt_skill"]={ 20175, @@ -8167,8 +8167,8 @@ local monster_chapter = { [61101]={ ["monster_base"]=20035, ["is_boss"]=2, - ["hp"]=435200000, - ["atk"]=4980000, + ["hp"]=1305600000, + ["atk"]=14940000, ["atk_times"]=4, ["hurt_skill"]={ 30100, @@ -8187,8 +8187,8 @@ local monster_chapter = { }, [61201]={ ["monster_base"]=10062, - ["hp"]=47700000, - ["atk"]=3040000, + ["hp"]=143100000, + ["atk"]=9120000, ["atk_times"]=3, ["hurt_skill"]={ 20181, @@ -8199,8 +8199,8 @@ local monster_chapter = { }, [61301]={ ["monster_base"]=10049, - ["hp"]=65600000, - ["atk"]=3160000, + ["hp"]=196800000, + ["atk"]=9480000, ["atk_times"]=3, ["hurt_skill"]={ 20142, @@ -8211,8 +8211,8 @@ local monster_chapter = { }, [61401]={ ["monster_base"]=10042, - ["hp"]=73400000, - ["atk"]=3270000, + ["hp"]=220200000, + ["atk"]=9810000, ["atk_times"]=3, ["hurt_skill"]={ 20121, @@ -8223,8 +8223,8 @@ local monster_chapter = { }, [61501]={ ["monster_base"]=10026, - ["hp"]=97300000, - ["atk"]=3360000, + ["hp"]=291900000, + ["atk"]=10080000, ["atk_times"]=3, ["hurt_skill"]={ 20073, @@ -8236,8 +8236,8 @@ local monster_chapter = { [61601]={ ["monster_base"]=20006, ["is_boss"]=1, - ["hp"]=134000000, - ["atk"]=3360000, + ["hp"]=402000000, + ["atk"]=10080000, ["atk_times"]=4, ["hurt_skill"]={ 30016, @@ -8254,8 +8254,8 @@ local monster_chapter = { }, [61701]={ ["monster_base"]=10064, - ["hp"]=92300000, - ["atk"]=3470000, + ["hp"]=276900000, + ["atk"]=10410000, ["atk_times"]=3, ["hurt_skill"]={ 20190, @@ -8266,8 +8266,8 @@ local monster_chapter = { }, [61801]={ ["monster_base"]=10042, - ["hp"]=102600000, - ["atk"]=3780000, + ["hp"]=307800000, + ["atk"]=11340000, ["atk_times"]=3, ["hurt_skill"]={ 20121, @@ -8278,8 +8278,8 @@ local monster_chapter = { }, [61901]={ ["monster_base"]=10019, - ["hp"]=118900000, - ["atk"]=3580000, + ["hp"]=356700000, + ["atk"]=10740000, ["atk_times"]=3, ["hurt_skill"]={ 20052, @@ -8290,8 +8290,8 @@ local monster_chapter = { }, [62001]={ ["monster_base"]=10062, - ["hp"]=134100000, - ["atk"]=3880000, + ["hp"]=402300000, + ["atk"]=11640000, ["atk_times"]=3, ["hurt_skill"]={ 20181, @@ -8303,8 +8303,8 @@ local monster_chapter = { [62101]={ ["monster_base"]=20021, ["is_boss"]=1, - ["hp"]=252700000, - ["atk"]=3620000, + ["hp"]=758100000, + ["atk"]=10860000, ["atk_times"]=4, ["hurt_skill"]={ 30061, @@ -8322,8 +8322,8 @@ local monster_chapter = { }, [62201]={ ["monster_base"]=10013, - ["hp"]=146600000, - ["atk"]=3730000, + ["hp"]=439800000, + ["atk"]=11190000, ["atk_times"]=3, ["hurt_skill"]={ 20034, @@ -8334,8 +8334,8 @@ local monster_chapter = { }, [62301]={ ["monster_base"]=10026, - ["hp"]=165600000, - ["atk"]=3820000, + ["hp"]=496800000, + ["atk"]=11460000, ["atk_times"]=3, ["hurt_skill"]={ 20073, @@ -8346,8 +8346,8 @@ local monster_chapter = { }, [62401]={ ["monster_base"]=10062, - ["hp"]=175300000, - ["atk"]=3920000, + ["hp"]=525900000, + ["atk"]=11760000, ["atk_times"]=3, ["hurt_skill"]={ 20181, @@ -8358,8 +8358,8 @@ local monster_chapter = { }, [62501]={ ["monster_base"]=10044, - ["hp"]=189800000, - ["atk"]=4020000, + ["hp"]=569400000, + ["atk"]=12060000, ["atk_times"]=3, ["hurt_skill"]={ 20127, @@ -8371,8 +8371,8 @@ local monster_chapter = { [62601]={ ["monster_base"]=20016, ["is_boss"]=1, - ["hp"]=343100000, - ["atk"]=3700000, + ["hp"]=1029300000, + ["atk"]=11100000, ["atk_times"]=4, ["hurt_skill"]={ 30046, @@ -8390,8 +8390,8 @@ local monster_chapter = { }, [62701]={ ["monster_base"]=10062, - ["hp"]=228400000, - ["atk"]=4080000, + ["hp"]=685200000, + ["atk"]=12240000, ["atk_times"]=3, ["hurt_skill"]={ 20181, @@ -8402,8 +8402,8 @@ local monster_chapter = { }, [62801]={ ["monster_base"]=10019, - ["hp"]=242600000, - ["atk"]=4180000, + ["hp"]=727800000, + ["atk"]=12540000, ["atk_times"]=3, ["hurt_skill"]={ 20052, @@ -8414,8 +8414,8 @@ local monster_chapter = { }, [62901]={ ["monster_base"]=10064, - ["hp"]=266900000, - ["atk"]=4290000, + ["hp"]=800700000, + ["atk"]=12870000, ["atk_times"]=3, ["hurt_skill"]={ 20190, @@ -8426,8 +8426,8 @@ local monster_chapter = { }, [63001]={ ["monster_base"]=10013, - ["hp"]=291000000, - ["atk"]=4370000, + ["hp"]=873000000, + ["atk"]=13110000, ["atk_times"]=3, ["hurt_skill"]={ 20034, @@ -8439,8 +8439,8 @@ local monster_chapter = { [63101]={ ["monster_base"]=20036, ["is_boss"]=2, - ["hp"]=458500000, - ["atk"]=5260000, + ["hp"]=1375500000, + ["atk"]=15780000, ["atk_times"]=4, ["hurt_skill"]={ 30103, @@ -8458,8 +8458,8 @@ local monster_chapter = { }, [63201]={ ["monster_base"]=10063, - ["hp"]=49200000, - ["atk"]=3160000, + ["hp"]=147600000, + ["atk"]=9480000, ["atk_times"]=3, ["hurt_skill"]={ 20184, @@ -8470,8 +8470,8 @@ local monster_chapter = { }, [63301]={ ["monster_base"]=10064, - ["hp"]=67600000, - ["atk"]=3280000, + ["hp"]=202800000, + ["atk"]=9840000, ["atk_times"]=3, ["hurt_skill"]={ 20190, @@ -8482,8 +8482,8 @@ local monster_chapter = { }, [63401]={ ["monster_base"]=10062, - ["hp"]=75700000, - ["atk"]=3390000, + ["hp"]=227100000, + ["atk"]=10170000, ["atk_times"]=3, ["hurt_skill"]={ 20181, @@ -8494,8 +8494,8 @@ local monster_chapter = { }, [63501]={ ["monster_base"]=10026, - ["hp"]=100300000, - ["atk"]=3480000, + ["hp"]=300900000, + ["atk"]=10440000, ["atk_times"]=3, ["hurt_skill"]={ 20073, @@ -8507,8 +8507,8 @@ local monster_chapter = { [63601]={ ["monster_base"]=20021, ["is_boss"]=1, - ["hp"]=138100000, - ["atk"]=3480000, + ["hp"]=414300000, + ["atk"]=10440000, ["atk_times"]=4, ["hurt_skill"]={ 30061, @@ -8526,8 +8526,8 @@ local monster_chapter = { }, [63701]={ ["monster_base"]=10064, - ["hp"]=95200000, - ["atk"]=3600000, + ["hp"]=285600000, + ["atk"]=10800000, ["atk_times"]=3, ["hurt_skill"]={ 20190, @@ -8538,8 +8538,8 @@ local monster_chapter = { }, [63801]={ ["monster_base"]=10062, - ["hp"]=105800000, - ["atk"]=3920000, + ["hp"]=317400000, + ["atk"]=11760000, ["atk_times"]=3, ["hurt_skill"]={ 20181, @@ -8550,8 +8550,8 @@ local monster_chapter = { }, [63901]={ ["monster_base"]=10022, - ["hp"]=122600000, - ["atk"]=3710000, + ["hp"]=367800000, + ["atk"]=11130000, ["atk_times"]=3, ["hurt_skill"]={ 20061, @@ -8562,8 +8562,8 @@ local monster_chapter = { }, [64001]={ ["monster_base"]=10063, - ["hp"]=138200000, - ["atk"]=4020000, + ["hp"]=414600000, + ["atk"]=12060000, ["atk_times"]=3, ["hurt_skill"]={ 20184, @@ -8575,8 +8575,8 @@ local monster_chapter = { [64101]={ ["monster_base"]=20036, ["is_boss"]=1, - ["hp"]=260500000, - ["atk"]=3750000, + ["hp"]=781500000, + ["atk"]=11250000, ["atk_times"]=4, ["hurt_skill"]={ 30103, @@ -8594,8 +8594,8 @@ local monster_chapter = { }, [64201]={ ["monster_base"]=10019, - ["hp"]=151100000, - ["atk"]=3860000, + ["hp"]=453300000, + ["atk"]=11580000, ["atk_times"]=3, ["hurt_skill"]={ 20052, @@ -8606,8 +8606,8 @@ local monster_chapter = { }, [64301]={ ["monster_base"]=10026, - ["hp"]=170700000, - ["atk"]=3960000, + ["hp"]=512100000, + ["atk"]=11880000, ["atk_times"]=3, ["hurt_skill"]={ 20073, @@ -8618,8 +8618,8 @@ local monster_chapter = { }, [64401]={ ["monster_base"]=10062, - ["hp"]=180700000, - ["atk"]=4060000, + ["hp"]=542100000, + ["atk"]=12180000, ["atk_times"]=3, ["hurt_skill"]={ 20181, @@ -8630,8 +8630,8 @@ local monster_chapter = { }, [64501]={ ["monster_base"]=10063, - ["hp"]=195600000, - ["atk"]=4160000, + ["hp"]=586800000, + ["atk"]=12480000, ["atk_times"]=3, ["hurt_skill"]={ 20184, @@ -8643,8 +8643,8 @@ local monster_chapter = { [64601]={ ["monster_base"]=20006, ["is_boss"]=1, - ["hp"]=353600000, - ["atk"]=3830000, + ["hp"]=1060800000, + ["atk"]=11490000, ["atk_times"]=4, ["hurt_skill"]={ 30016, @@ -8661,8 +8661,8 @@ local monster_chapter = { }, [64701]={ ["monster_base"]=10013, - ["hp"]=235400000, - ["atk"]=4230000, + ["hp"]=706200000, + ["atk"]=12690000, ["atk_times"]=3, ["hurt_skill"]={ 20034, @@ -8673,8 +8673,8 @@ local monster_chapter = { }, [64801]={ ["monster_base"]=10062, - ["hp"]=250000000, - ["atk"]=4330000, + ["hp"]=750000000, + ["atk"]=12990000, ["atk_times"]=3, ["hurt_skill"]={ 20181, @@ -8685,8 +8685,8 @@ local monster_chapter = { }, [64901]={ ["monster_base"]=10064, - ["hp"]=275100000, - ["atk"]=4440000, + ["hp"]=825300000, + ["atk"]=13320000, ["atk_times"]=3, ["hurt_skill"]={ 20190, @@ -8697,8 +8697,8 @@ local monster_chapter = { }, [65001]={ ["monster_base"]=10063, - ["hp"]=299900000, - ["atk"]=4530000, + ["hp"]=899700000, + ["atk"]=13590000, ["atk_times"]=3, ["hurt_skill"]={ 20184, @@ -8710,8 +8710,8 @@ local monster_chapter = { [65101]={ ["monster_base"]=20037, ["is_boss"]=2, - ["hp"]=472500000, - ["atk"]=5440000, + ["hp"]=1417500000, + ["atk"]=16320000, ["atk_times"]=4, ["hurt_skill"]={ 30106, @@ -8730,8 +8730,8 @@ local monster_chapter = { }, [65201]={ ["monster_base"]=10065, - ["hp"]=52600000, - ["atk"]=3400000, + ["hp"]=157800000, + ["atk"]=10200000, ["atk_times"]=3, ["hurt_skill"]={ 20187, @@ -8742,8 +8742,8 @@ local monster_chapter = { }, [65301]={ ["monster_base"]=10062, - ["hp"]=72300000, - ["atk"]=3520000, + ["hp"]=216900000, + ["atk"]=10560000, ["atk_times"]=3, ["hurt_skill"]={ 20181, @@ -8754,8 +8754,8 @@ local monster_chapter = { }, [65401]={ ["monster_base"]=10064, - ["hp"]=81000000, - ["atk"]=3650000, + ["hp"]=243000000, + ["atk"]=10950000, ["atk_times"]=3, ["hurt_skill"]={ 20190, @@ -8766,8 +8766,8 @@ local monster_chapter = { }, [65501]={ ["monster_base"]=10063, - ["hp"]=107300000, - ["atk"]=3740000, + ["hp"]=321900000, + ["atk"]=11220000, ["atk_times"]=3, ["hurt_skill"]={ 20184, @@ -8779,8 +8779,8 @@ local monster_chapter = { [65601]={ ["monster_base"]=20027, ["is_boss"]=1, - ["hp"]=147700000, - ["atk"]=3740000, + ["hp"]=443100000, + ["atk"]=11220000, ["atk_times"]=4, ["hurt_skill"]={ 30079, @@ -8794,8 +8794,8 @@ local monster_chapter = { }, [65701]={ ["monster_base"]=10026, - ["hp"]=101800000, - ["atk"]=3870000, + ["hp"]=305400000, + ["atk"]=11610000, ["atk_times"]=3, ["hurt_skill"]={ 20073, @@ -8806,8 +8806,8 @@ local monster_chapter = { }, [65801]={ ["monster_base"]=10063, - ["hp"]=113200000, - ["atk"]=4210000, + ["hp"]=339600000, + ["atk"]=12630000, ["atk_times"]=3, ["hurt_skill"]={ 20184, @@ -8818,8 +8818,8 @@ local monster_chapter = { }, [65901]={ ["monster_base"]=10062, - ["hp"]=131100000, - ["atk"]=3980000, + ["hp"]=393300000, + ["atk"]=11940000, ["atk_times"]=3, ["hurt_skill"]={ 20181, @@ -8830,8 +8830,8 @@ local monster_chapter = { }, [66001]={ ["monster_base"]=10065, - ["hp"]=147800000, - ["atk"]=4320000, + ["hp"]=443400000, + ["atk"]=12960000, ["atk_times"]=3, ["hurt_skill"]={ 20187, @@ -8843,8 +8843,8 @@ local monster_chapter = { [66101]={ ["monster_base"]=20036, ["is_boss"]=1, - ["hp"]=278500000, - ["atk"]=4030000, + ["hp"]=835500000, + ["atk"]=12090000, ["atk_times"]=4, ["hurt_skill"]={ 30103, @@ -8862,8 +8862,8 @@ local monster_chapter = { }, [66201]={ ["monster_base"]=10063, - ["hp"]=161600000, - ["atk"]=4150000, + ["hp"]=484800000, + ["atk"]=12450000, ["atk_times"]=3, ["hurt_skill"]={ 20184, @@ -8874,8 +8874,8 @@ local monster_chapter = { }, [66301]={ ["monster_base"]=10062, - ["hp"]=182500000, - ["atk"]=4250000, + ["hp"]=547500000, + ["atk"]=12750000, ["atk_times"]=3, ["hurt_skill"]={ 20181, @@ -8886,8 +8886,8 @@ local monster_chapter = { }, [66401]={ ["monster_base"]=10022, - ["hp"]=193200000, - ["atk"]=4360000, + ["hp"]=579600000, + ["atk"]=13080000, ["atk_times"]=3, ["hurt_skill"]={ 20061, @@ -8898,8 +8898,8 @@ local monster_chapter = { }, [66501]={ ["monster_base"]=10065, - ["hp"]=209200000, - ["atk"]=4470000, + ["hp"]=627600000, + ["atk"]=13410000, ["atk_times"]=3, ["hurt_skill"]={ 20187, @@ -8911,8 +8911,8 @@ local monster_chapter = { [66601]={ ["monster_base"]=20037, ["is_boss"]=1, - ["hp"]=378100000, - ["atk"]=4110000, + ["hp"]=1134300000, + ["atk"]=12330000, ["atk_times"]=4, ["hurt_skill"]={ 30106, @@ -8931,8 +8931,8 @@ local monster_chapter = { }, [66701]={ ["monster_base"]=10062, - ["hp"]=251700000, - ["atk"]=4540000, + ["hp"]=755100000, + ["atk"]=13620000, ["atk_times"]=3, ["hurt_skill"]={ 20181, @@ -8943,8 +8943,8 @@ local monster_chapter = { }, [66801]={ ["monster_base"]=10063, - ["hp"]=267300000, - ["atk"]=4650000, + ["hp"]=801900000, + ["atk"]=13950000, ["atk_times"]=3, ["hurt_skill"]={ 20184, @@ -8955,8 +8955,8 @@ local monster_chapter = { }, [66901]={ ["monster_base"]=10026, - ["hp"]=294100000, - ["atk"]=4770000, + ["hp"]=882300000, + ["atk"]=14310000, ["atk_times"]=3, ["hurt_skill"]={ 20073, @@ -8967,8 +8967,8 @@ local monster_chapter = { }, [67001]={ ["monster_base"]=10065, - ["hp"]=320700000, - ["atk"]=4860000, + ["hp"]=962100000, + ["atk"]=14580000, ["atk_times"]=3, ["hurt_skill"]={ 20187, @@ -8980,8 +8980,8 @@ local monster_chapter = { [67101]={ ["monster_base"]=20038, ["is_boss"]=2, - ["hp"]=505200000, - ["atk"]=5830000, + ["hp"]=1515600000, + ["atk"]=17490000, ["atk_times"]=4, ["hurt_skill"]={ 30109, diff --git a/lua/app/config/monster_daily_challenge.lua b/lua/app/config/monster_daily_challenge.lua index 6a52e637..e25526f0 100644 --- a/lua/app/config/monster_daily_challenge.lua +++ b/lua/app/config/monster_daily_challenge.lua @@ -1,8 +1,8 @@ local monster_daily_challenge = { [102]={ ["monster_base"]=10001, - ["hp"]=7270000, - ["atk"]=230000, + ["hp"]=21810000, + ["atk"]=690000, ["atk_times"]=3, ["hurt_skill"]={ 20001, @@ -13,8 +13,8 @@ local monster_daily_challenge = { }, [202]={ ["monster_base"]=10002, - ["hp"]=10000000, - ["atk"]=250000, + ["hp"]=30000000, + ["atk"]=750000, ["atk_times"]=3, ["hurt_skill"]={ 20004, @@ -25,8 +25,8 @@ local monster_daily_challenge = { }, [302]={ ["monster_base"]=10003, - ["hp"]=10900000, - ["atk"]=260000, + ["hp"]=32700000, + ["atk"]=780000, ["atk_times"]=3, ["hurt_skill"]={ 20007, @@ -37,8 +37,8 @@ local monster_daily_challenge = { }, [402]={ ["monster_base"]=10005, - ["hp"]=13630000, - ["atk"]=280000, + ["hp"]=40890000, + ["atk"]=840000, ["atk_times"]=3, ["hurt_skill"]={ 20013, @@ -50,8 +50,8 @@ local monster_daily_challenge = { [502]={ ["monster_base"]=20004, ["is_boss"]=1, - ["hp"]=20900000, - ["atk"]=340000, + ["hp"]=62700000, + ["atk"]=1020000, ["atk_times"]=4, ["hurt_skill"]={ 30010, @@ -62,8 +62,8 @@ local monster_daily_challenge = { }, [602]={ ["monster_base"]=10038, - ["hp"]=13630000, - ["atk"]=280000, + ["hp"]=40890000, + ["atk"]=840000, ["atk_times"]=3, ["hurt_skill"]={ 20109, @@ -74,8 +74,8 @@ local monster_daily_challenge = { }, [702]={ ["monster_base"]=10040, - ["hp"]=15450000, - ["atk"]=300000, + ["hp"]=46350000, + ["atk"]=900000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -86,8 +86,8 @@ local monster_daily_challenge = { }, [802]={ ["monster_base"]=10010, - ["hp"]=18180000, - ["atk"]=300000, + ["hp"]=54540000, + ["atk"]=900000, ["atk_times"]=3, ["hurt_skill"]={ 20028, @@ -98,8 +98,8 @@ local monster_daily_challenge = { }, [902]={ ["monster_base"]=10009, - ["hp"]=20000000, - ["atk"]=320000, + ["hp"]=60000000, + ["atk"]=960000, ["atk_times"]=3, ["hurt_skill"]={ 20025, @@ -111,8 +111,8 @@ local monster_daily_challenge = { [1002]={ ["monster_base"]=20017, ["is_boss"]=1, - ["hp"]=38180000, - ["atk"]=370000, + ["hp"]=114540000, + ["atk"]=1110000, ["atk_times"]=4, ["hurt_skill"]={ 30049, @@ -126,8 +126,8 @@ local monster_daily_challenge = { }, [1102]={ ["monster_base"]=10002, - ["hp"]=20900000, - ["atk"]=320000, + ["hp"]=62700000, + ["atk"]=960000, ["atk_times"]=3, ["hurt_skill"]={ 20004, @@ -138,8 +138,8 @@ local monster_daily_challenge = { }, [1202]={ ["monster_base"]=10009, - ["hp"]=25450000, - ["atk"]=340000, + ["hp"]=76350000, + ["atk"]=1020000, ["atk_times"]=3, ["hurt_skill"]={ 20025, @@ -150,8 +150,8 @@ local monster_daily_challenge = { }, [1302]={ ["monster_base"]=10001, - ["hp"]=28180000, - ["atk"]=360000, + ["hp"]=84540000, + ["atk"]=1080000, ["atk_times"]=3, ["hurt_skill"]={ 20001, @@ -162,8 +162,8 @@ local monster_daily_challenge = { }, [1402]={ ["monster_base"]=10039, - ["hp"]=31810000, - ["atk"]=370000, + ["hp"]=95430000, + ["atk"]=1110000, ["atk_times"]=3, ["hurt_skill"]={ 20112, @@ -175,8 +175,8 @@ local monster_daily_challenge = { [1502]={ ["monster_base"]=20015, ["is_boss"]=1, - ["hp"]=47270000, - ["atk"]=400000, + ["hp"]=141810000, + ["atk"]=1200000, ["atk_times"]=4, ["hurt_skill"]={ 30043, @@ -193,8 +193,8 @@ local monster_daily_challenge = { }, [1602]={ ["monster_base"]=10031, - ["hp"]=36360000, - ["atk"]=390000, + ["hp"]=109080000, + ["atk"]=1170000, ["atk_times"]=3, ["hurt_skill"]={ 20088, @@ -205,8 +205,8 @@ local monster_daily_challenge = { }, [1702]={ ["monster_base"]=10034, - ["hp"]=40000000, - ["atk"]=410000, + ["hp"]=120000000, + ["atk"]=1230000, ["atk_times"]=3, ["hurt_skill"]={ 20097, @@ -217,8 +217,8 @@ local monster_daily_challenge = { }, [1802]={ ["monster_base"]=10032, - ["hp"]=45450000, - ["atk"]=430000, + ["hp"]=136350000, + ["atk"]=1290000, ["atk_times"]=3, ["hurt_skill"]={ 20091, @@ -229,8 +229,8 @@ local monster_daily_challenge = { }, [1902]={ ["monster_base"]=10035, - ["hp"]=49090000, - ["atk"]=450000, + ["hp"]=147270000, + ["atk"]=1350000, ["atk_times"]=3, ["hurt_skill"]={ 20100, @@ -242,8 +242,8 @@ local monster_daily_challenge = { [2002]={ ["monster_base"]=20003, ["is_boss"]=2, - ["hp"]=81810000, - ["atk"]=620000, + ["hp"]=245430000, + ["atk"]=1860000, ["atk_times"]=4, ["hurt_skill"]={ 30007, @@ -262,8 +262,8 @@ local monster_daily_challenge = { }, [2102]={ ["monster_base"]=10030, - ["hp"]=7270000, - ["atk"]=230000, + ["hp"]=21810000, + ["atk"]=690000, ["atk_times"]=3, ["hurt_skill"]={ 20085, @@ -274,8 +274,8 @@ local monster_daily_challenge = { }, [2202]={ ["monster_base"]=10035, - ["hp"]=10000000, - ["atk"]=250000, + ["hp"]=30000000, + ["atk"]=750000, ["atk_times"]=3, ["hurt_skill"]={ 20100, @@ -286,8 +286,8 @@ local monster_daily_challenge = { }, [2302]={ ["monster_base"]=10039, - ["hp"]=10900000, - ["atk"]=260000, + ["hp"]=32700000, + ["atk"]=780000, ["atk_times"]=3, ["hurt_skill"]={ 20112, @@ -298,8 +298,8 @@ local monster_daily_challenge = { }, [2402]={ ["monster_base"]=10010, - ["hp"]=13630000, - ["atk"]=280000, + ["hp"]=40890000, + ["atk"]=840000, ["atk_times"]=3, ["hurt_skill"]={ 20028, @@ -311,8 +311,8 @@ local monster_daily_challenge = { [2502]={ ["monster_base"]=20007, ["is_boss"]=1, - ["hp"]=20900000, - ["atk"]=340000, + ["hp"]=62700000, + ["atk"]=1020000, ["atk_times"]=4, ["hurt_skill"]={ 30019, @@ -329,8 +329,8 @@ local monster_daily_challenge = { }, [2602]={ ["monster_base"]=10044, - ["hp"]=13630000, - ["atk"]=280000, + ["hp"]=40890000, + ["atk"]=840000, ["atk_times"]=3, ["hurt_skill"]={ 20127, @@ -341,8 +341,8 @@ local monster_daily_challenge = { }, [2702]={ ["monster_base"]=10038, - ["hp"]=15450000, - ["atk"]=300000, + ["hp"]=46350000, + ["atk"]=900000, ["atk_times"]=3, ["hurt_skill"]={ 20109, @@ -353,8 +353,8 @@ local monster_daily_challenge = { }, [2802]={ ["monster_base"]=10022, - ["hp"]=18180000, - ["atk"]=300000, + ["hp"]=54540000, + ["atk"]=900000, ["atk_times"]=3, ["hurt_skill"]={ 20061, @@ -365,8 +365,8 @@ local monster_daily_challenge = { }, [2902]={ ["monster_base"]=10026, - ["hp"]=20000000, - ["atk"]=320000, + ["hp"]=60000000, + ["atk"]=960000, ["atk_times"]=3, ["hurt_skill"]={ 20073, @@ -378,8 +378,8 @@ local monster_daily_challenge = { [3002]={ ["monster_base"]=20014, ["is_boss"]=1, - ["hp"]=38180000, - ["atk"]=370000, + ["hp"]=114540000, + ["atk"]=1110000, ["atk_times"]=4, ["hurt_skill"]={ 30040, @@ -396,8 +396,8 @@ local monster_daily_challenge = { }, [3102]={ ["monster_base"]=10020, - ["hp"]=20900000, - ["atk"]=320000, + ["hp"]=62700000, + ["atk"]=960000, ["atk_times"]=3, ["hurt_skill"]={ 20055, @@ -408,8 +408,8 @@ local monster_daily_challenge = { }, [3202]={ ["monster_base"]=10006, - ["hp"]=25450000, - ["atk"]=340000, + ["hp"]=76350000, + ["atk"]=1020000, ["atk_times"]=3, ["hurt_skill"]={ 20016, @@ -420,8 +420,8 @@ local monster_daily_challenge = { }, [3302]={ ["monster_base"]=10026, - ["hp"]=28180000, - ["atk"]=360000, + ["hp"]=84540000, + ["atk"]=1080000, ["atk_times"]=3, ["hurt_skill"]={ 20073, @@ -432,8 +432,8 @@ local monster_daily_challenge = { }, [3402]={ ["monster_base"]=10014, - ["hp"]=31810000, - ["atk"]=370000, + ["hp"]=95430000, + ["atk"]=1110000, ["atk_times"]=3, ["hurt_skill"]={ 20037, @@ -445,8 +445,8 @@ local monster_daily_challenge = { [3502]={ ["monster_base"]=20002, ["is_boss"]=1, - ["hp"]=47270000, - ["atk"]=400000, + ["hp"]=141810000, + ["atk"]=1200000, ["atk_times"]=4, ["hurt_skill"]={ 30004, @@ -460,8 +460,8 @@ local monster_daily_challenge = { }, [3602]={ ["monster_base"]=10008, - ["hp"]=36360000, - ["atk"]=390000, + ["hp"]=109080000, + ["atk"]=1170000, ["atk_times"]=3, ["hurt_skill"]={ 20022, @@ -472,8 +472,8 @@ local monster_daily_challenge = { }, [3702]={ ["monster_base"]=10033, - ["hp"]=40000000, - ["atk"]=410000, + ["hp"]=120000000, + ["atk"]=1230000, ["atk_times"]=3, ["hurt_skill"]={ 20094, @@ -484,8 +484,8 @@ local monster_daily_challenge = { }, [3802]={ ["monster_base"]=10014, - ["hp"]=45450000, - ["atk"]=430000, + ["hp"]=136350000, + ["atk"]=1290000, ["atk_times"]=3, ["hurt_skill"]={ 20037, @@ -496,8 +496,8 @@ local monster_daily_challenge = { }, [3902]={ ["monster_base"]=10032, - ["hp"]=49090000, - ["atk"]=450000, + ["hp"]=147270000, + ["atk"]=1350000, ["atk_times"]=3, ["hurt_skill"]={ 20091, @@ -509,8 +509,8 @@ local monster_daily_challenge = { [4002]={ ["monster_base"]=20021, ["is_boss"]=2, - ["hp"]=81810000, - ["atk"]=620000, + ["hp"]=245430000, + ["atk"]=1860000, ["atk_times"]=4, ["hurt_skill"]={ 30061, @@ -528,8 +528,8 @@ local monster_daily_challenge = { }, [4102]={ ["monster_base"]=10044, - ["hp"]=7270000, - ["atk"]=230000, + ["hp"]=21810000, + ["atk"]=690000, ["atk_times"]=3, ["hurt_skill"]={ 20127, @@ -540,8 +540,8 @@ local monster_daily_challenge = { }, [4202]={ ["monster_base"]=10001, - ["hp"]=10000000, - ["atk"]=250000, + ["hp"]=30000000, + ["atk"]=750000, ["atk_times"]=3, ["hurt_skill"]={ 20001, @@ -552,8 +552,8 @@ local monster_daily_challenge = { }, [4302]={ ["monster_base"]=10038, - ["hp"]=10900000, - ["atk"]=260000, + ["hp"]=32700000, + ["atk"]=780000, ["atk_times"]=3, ["hurt_skill"]={ 20109, @@ -564,8 +564,8 @@ local monster_daily_challenge = { }, [4402]={ ["monster_base"]=10022, - ["hp"]=13630000, - ["atk"]=280000, + ["hp"]=40890000, + ["atk"]=840000, ["atk_times"]=3, ["hurt_skill"]={ 20061, @@ -577,8 +577,8 @@ local monster_daily_challenge = { [4502]={ ["monster_base"]=20007, ["is_boss"]=1, - ["hp"]=20900000, - ["atk"]=340000, + ["hp"]=62700000, + ["atk"]=1020000, ["atk_times"]=4, ["hurt_skill"]={ 30019, @@ -595,8 +595,8 @@ local monster_daily_challenge = { }, [4602]={ ["monster_base"]=10013, - ["hp"]=13630000, - ["atk"]=280000, + ["hp"]=40890000, + ["atk"]=840000, ["atk_times"]=3, ["hurt_skill"]={ 20034, @@ -607,8 +607,8 @@ local monster_daily_challenge = { }, [4702]={ ["monster_base"]=10005, - ["hp"]=15450000, - ["atk"]=300000, + ["hp"]=46350000, + ["atk"]=900000, ["atk_times"]=3, ["hurt_skill"]={ 20013, @@ -619,8 +619,8 @@ local monster_daily_challenge = { }, [4802]={ ["monster_base"]=10026, - ["hp"]=18180000, - ["atk"]=300000, + ["hp"]=54540000, + ["atk"]=900000, ["atk_times"]=3, ["hurt_skill"]={ 20073, @@ -631,8 +631,8 @@ local monster_daily_challenge = { }, [4902]={ ["monster_base"]=10042, - ["hp"]=20000000, - ["atk"]=320000, + ["hp"]=60000000, + ["atk"]=960000, ["atk_times"]=3, ["hurt_skill"]={ 20121, @@ -644,8 +644,8 @@ local monster_daily_challenge = { [5002]={ ["monster_base"]=20006, ["is_boss"]=1, - ["hp"]=38180000, - ["atk"]=370000, + ["hp"]=114540000, + ["atk"]=1110000, ["atk_times"]=4, ["hurt_skill"]={ 30016, @@ -662,8 +662,8 @@ local monster_daily_challenge = { }, [5102]={ ["monster_base"]=10047, - ["hp"]=20900000, - ["atk"]=320000, + ["hp"]=62700000, + ["atk"]=960000, ["atk_times"]=3, ["hurt_skill"]={ 20136, @@ -674,8 +674,8 @@ local monster_daily_challenge = { }, [5202]={ ["monster_base"]=10038, - ["hp"]=25450000, - ["atk"]=340000, + ["hp"]=76350000, + ["atk"]=1020000, ["atk_times"]=3, ["hurt_skill"]={ 20109, @@ -686,8 +686,8 @@ local monster_daily_challenge = { }, [5302]={ ["monster_base"]=10021, - ["hp"]=28180000, - ["atk"]=360000, + ["hp"]=84540000, + ["atk"]=1080000, ["atk_times"]=3, ["hurt_skill"]={ 20058, @@ -698,8 +698,8 @@ local monster_daily_challenge = { }, [5402]={ ["monster_base"]=10040, - ["hp"]=31810000, - ["atk"]=370000, + ["hp"]=95430000, + ["atk"]=1110000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -711,8 +711,8 @@ local monster_daily_challenge = { [5502]={ ["monster_base"]=20009, ["is_boss"]=1, - ["hp"]=47270000, - ["atk"]=400000, + ["hp"]=141810000, + ["atk"]=1200000, ["atk_times"]=4, ["hurt_skill"]={ 30025, @@ -730,8 +730,8 @@ local monster_daily_challenge = { }, [5602]={ ["monster_base"]=10019, - ["hp"]=36360000, - ["atk"]=390000, + ["hp"]=109080000, + ["atk"]=1170000, ["atk_times"]=3, ["hurt_skill"]={ 20052, @@ -742,8 +742,8 @@ local monster_daily_challenge = { }, [5702]={ ["monster_base"]=10023, - ["hp"]=40000000, - ["atk"]=410000, + ["hp"]=120000000, + ["atk"]=1230000, ["atk_times"]=3, ["hurt_skill"]={ 20064, @@ -754,8 +754,8 @@ local monster_daily_challenge = { }, [5802]={ ["monster_base"]=10008, - ["hp"]=45450000, - ["atk"]=430000, + ["hp"]=136350000, + ["atk"]=1290000, ["atk_times"]=3, ["hurt_skill"]={ 20022, @@ -766,8 +766,8 @@ local monster_daily_challenge = { }, [5902]={ ["monster_base"]=10033, - ["hp"]=49090000, - ["atk"]=450000, + ["hp"]=147270000, + ["atk"]=1350000, ["atk_times"]=3, ["hurt_skill"]={ 20094, @@ -779,8 +779,8 @@ local monster_daily_challenge = { [6002]={ ["monster_base"]=20016, ["is_boss"]=2, - ["hp"]=81810000, - ["atk"]=620000, + ["hp"]=245430000, + ["atk"]=1860000, ["atk_times"]=4, ["hurt_skill"]={ 30046, @@ -798,8 +798,8 @@ local monster_daily_challenge = { }, [6102]={ ["monster_base"]=10001, - ["hp"]=7270000, - ["atk"]=230000, + ["hp"]=21810000, + ["atk"]=690000, ["atk_times"]=3, ["hurt_skill"]={ 20001, @@ -810,8 +810,8 @@ local monster_daily_challenge = { }, [6202]={ ["monster_base"]=10005, - ["hp"]=10000000, - ["atk"]=250000, + ["hp"]=30000000, + ["atk"]=750000, ["atk_times"]=3, ["hurt_skill"]={ 20013, @@ -822,8 +822,8 @@ local monster_daily_challenge = { }, [6302]={ ["monster_base"]=10041, - ["hp"]=10900000, - ["atk"]=260000, + ["hp"]=32700000, + ["atk"]=780000, ["atk_times"]=3, ["hurt_skill"]={ 20118, @@ -834,8 +834,8 @@ local monster_daily_challenge = { }, [6402]={ ["monster_base"]=10013, - ["hp"]=13630000, - ["atk"]=280000, + ["hp"]=40890000, + ["atk"]=840000, ["atk_times"]=3, ["hurt_skill"]={ 20034, @@ -847,8 +847,8 @@ local monster_daily_challenge = { [6502]={ ["monster_base"]=20026, ["is_boss"]=1, - ["hp"]=20900000, - ["atk"]=340000, + ["hp"]=62700000, + ["atk"]=1020000, ["atk_times"]=4, ["hurt_skill"]={ 30076, @@ -865,8 +865,8 @@ local monster_daily_challenge = { }, [6602]={ ["monster_base"]=10043, - ["hp"]=13630000, - ["atk"]=280000, + ["hp"]=40890000, + ["atk"]=840000, ["atk_times"]=3, ["hurt_skill"]={ 20124, @@ -877,8 +877,8 @@ local monster_daily_challenge = { }, [6702]={ ["monster_base"]=10047, - ["hp"]=15450000, - ["atk"]=300000, + ["hp"]=46350000, + ["atk"]=900000, ["atk_times"]=3, ["hurt_skill"]={ 20136, @@ -889,8 +889,8 @@ local monster_daily_challenge = { }, [6802]={ ["monster_base"]=10006, - ["hp"]=18180000, - ["atk"]=300000, + ["hp"]=54540000, + ["atk"]=900000, ["atk_times"]=3, ["hurt_skill"]={ 20016, @@ -901,8 +901,8 @@ local monster_daily_challenge = { }, [6902]={ ["monster_base"]=10053, - ["hp"]=20000000, - ["atk"]=320000, + ["hp"]=60000000, + ["atk"]=960000, ["atk_times"]=3, ["hurt_skill"]={ 20154, @@ -914,8 +914,8 @@ local monster_daily_challenge = { [7002]={ ["monster_base"]=20010, ["is_boss"]=1, - ["hp"]=38180000, - ["atk"]=370000, + ["hp"]=114540000, + ["atk"]=1110000, ["atk_times"]=4, ["hurt_skill"]={ 30028, @@ -935,8 +935,8 @@ local monster_daily_challenge = { }, [7102]={ ["monster_base"]=10024, - ["hp"]=20900000, - ["atk"]=320000, + ["hp"]=62700000, + ["atk"]=960000, ["atk_times"]=3, ["hurt_skill"]={ 20067, @@ -947,8 +947,8 @@ local monster_daily_challenge = { }, [7202]={ ["monster_base"]=10044, - ["hp"]=25450000, - ["atk"]=340000, + ["hp"]=76350000, + ["atk"]=1020000, ["atk_times"]=3, ["hurt_skill"]={ 20127, @@ -959,8 +959,8 @@ local monster_daily_challenge = { }, [7302]={ ["monster_base"]=10016, - ["hp"]=28180000, - ["atk"]=360000, + ["hp"]=84540000, + ["atk"]=1080000, ["atk_times"]=3, ["hurt_skill"]={ 20043, @@ -971,8 +971,8 @@ local monster_daily_challenge = { }, [7402]={ ["monster_base"]=10019, - ["hp"]=31810000, - ["atk"]=370000, + ["hp"]=95430000, + ["atk"]=1110000, ["atk_times"]=3, ["hurt_skill"]={ 20052, @@ -984,8 +984,8 @@ local monster_daily_challenge = { [7502]={ ["monster_base"]=20008, ["is_boss"]=1, - ["hp"]=47270000, - ["atk"]=400000, + ["hp"]=141810000, + ["atk"]=1200000, ["atk_times"]=4, ["hurt_skill"]={ 30022, @@ -1002,8 +1002,8 @@ local monster_daily_challenge = { }, [7602]={ ["monster_base"]=10052, - ["hp"]=36360000, - ["atk"]=390000, + ["hp"]=109080000, + ["atk"]=1170000, ["atk_times"]=3, ["hurt_skill"]={ 20151, @@ -1014,8 +1014,8 @@ local monster_daily_challenge = { }, [7702]={ ["monster_base"]=10043, - ["hp"]=40000000, - ["atk"]=410000, + ["hp"]=120000000, + ["atk"]=1230000, ["atk_times"]=3, ["hurt_skill"]={ 20124, @@ -1026,8 +1026,8 @@ local monster_daily_challenge = { }, [7802]={ ["monster_base"]=10050, - ["hp"]=45450000, - ["atk"]=430000, + ["hp"]=136350000, + ["atk"]=1290000, ["atk_times"]=3, ["hurt_skill"]={ 20145, @@ -1038,8 +1038,8 @@ local monster_daily_challenge = { }, [7902]={ ["monster_base"]=10054, - ["hp"]=49090000, - ["atk"]=450000, + ["hp"]=147270000, + ["atk"]=1350000, ["atk_times"]=3, ["hurt_skill"]={ 20157, @@ -1051,8 +1051,8 @@ local monster_daily_challenge = { [8002]={ ["monster_base"]=20024, ["is_boss"]=2, - ["hp"]=81810000, - ["atk"]=620000, + ["hp"]=245430000, + ["atk"]=1860000, ["atk_times"]=4, ["hurt_skill"]={ 30070, @@ -1070,8 +1070,8 @@ local monster_daily_challenge = { }, [8102]={ ["monster_base"]=10045, - ["hp"]=7270000, - ["atk"]=230000, + ["hp"]=21810000, + ["atk"]=690000, ["atk_times"]=3, ["hurt_skill"]={ 20130, @@ -1082,8 +1082,8 @@ local monster_daily_challenge = { }, [8202]={ ["monster_base"]=10047, - ["hp"]=10000000, - ["atk"]=250000, + ["hp"]=30000000, + ["atk"]=750000, ["atk_times"]=3, ["hurt_skill"]={ 20136, @@ -1094,8 +1094,8 @@ local monster_daily_challenge = { }, [8302]={ ["monster_base"]=10010, - ["hp"]=10900000, - ["atk"]=260000, + ["hp"]=32700000, + ["atk"]=780000, ["atk_times"]=3, ["hurt_skill"]={ 20028, @@ -1106,8 +1106,8 @@ local monster_daily_challenge = { }, [8402]={ ["monster_base"]=10039, - ["hp"]=13630000, - ["atk"]=280000, + ["hp"]=40890000, + ["atk"]=840000, ["atk_times"]=3, ["hurt_skill"]={ 20112, @@ -1119,8 +1119,8 @@ local monster_daily_challenge = { [8502]={ ["monster_base"]=20012, ["is_boss"]=1, - ["hp"]=20900000, - ["atk"]=340000, + ["hp"]=62700000, + ["atk"]=1020000, ["atk_times"]=4, ["hurt_skill"]={ 30034, @@ -1134,8 +1134,8 @@ local monster_daily_challenge = { }, [8602]={ ["monster_base"]=10058, - ["hp"]=13630000, - ["atk"]=280000, + ["hp"]=40890000, + ["atk"]=840000, ["atk_times"]=3, ["hurt_skill"]={ 20169, @@ -1146,8 +1146,8 @@ local monster_daily_challenge = { }, [8702]={ ["monster_base"]=10024, - ["hp"]=15450000, - ["atk"]=300000, + ["hp"]=46350000, + ["atk"]=900000, ["atk_times"]=3, ["hurt_skill"]={ 20067, @@ -1158,8 +1158,8 @@ local monster_daily_challenge = { }, [8802]={ ["monster_base"]=10044, - ["hp"]=18180000, - ["atk"]=300000, + ["hp"]=54540000, + ["atk"]=900000, ["atk_times"]=3, ["hurt_skill"]={ 20127, @@ -1170,8 +1170,8 @@ local monster_daily_challenge = { }, [8902]={ ["monster_base"]=10056, - ["hp"]=20000000, - ["atk"]=320000, + ["hp"]=60000000, + ["atk"]=960000, ["atk_times"]=3, ["hurt_skill"]={ 20163, @@ -1183,8 +1183,8 @@ local monster_daily_challenge = { [9002]={ ["monster_base"]=20011, ["is_boss"]=1, - ["hp"]=38180000, - ["atk"]=370000, + ["hp"]=114540000, + ["atk"]=1110000, ["atk_times"]=4, ["hurt_skill"]={ 30031, @@ -1198,8 +1198,8 @@ local monster_daily_challenge = { }, [9102]={ ["monster_base"]=10022, - ["hp"]=20900000, - ["atk"]=320000, + ["hp"]=62700000, + ["atk"]=960000, ["atk_times"]=3, ["hurt_skill"]={ 20061, @@ -1210,8 +1210,8 @@ local monster_daily_challenge = { }, [9202]={ ["monster_base"]=10040, - ["hp"]=25450000, - ["atk"]=340000, + ["hp"]=76350000, + ["atk"]=1020000, ["atk_times"]=3, ["hurt_skill"]={ 20115, @@ -1222,8 +1222,8 @@ local monster_daily_challenge = { }, [9302]={ ["monster_base"]=10025, - ["hp"]=28180000, - ["atk"]=360000, + ["hp"]=84540000, + ["atk"]=1080000, ["atk_times"]=3, ["hurt_skill"]={ 20070, @@ -1234,8 +1234,8 @@ local monster_daily_challenge = { }, [9402]={ ["monster_base"]=10032, - ["hp"]=31810000, - ["atk"]=370000, + ["hp"]=95430000, + ["atk"]=1110000, ["atk_times"]=3, ["hurt_skill"]={ 20091, @@ -1247,8 +1247,8 @@ local monster_daily_challenge = { [9502]={ ["monster_base"]=20018, ["is_boss"]=1, - ["hp"]=47270000, - ["atk"]=400000, + ["hp"]=141810000, + ["atk"]=1200000, ["atk_times"]=4, ["hurt_skill"]={ 30052, @@ -1266,8 +1266,8 @@ local monster_daily_challenge = { }, [9602]={ ["monster_base"]=10048, - ["hp"]=36360000, - ["atk"]=390000, + ["hp"]=109080000, + ["atk"]=1170000, ["atk_times"]=3, ["hurt_skill"]={ 20139, @@ -1278,8 +1278,8 @@ local monster_daily_challenge = { }, [9702]={ ["monster_base"]=10029, - ["hp"]=40000000, - ["atk"]=410000, + ["hp"]=120000000, + ["atk"]=1230000, ["atk_times"]=3, ["hurt_skill"]={ 20082, @@ -1290,8 +1290,8 @@ local monster_daily_challenge = { }, [9802]={ ["monster_base"]=10031, - ["hp"]=45450000, - ["atk"]=430000, + ["hp"]=136350000, + ["atk"]=1290000, ["atk_times"]=3, ["hurt_skill"]={ 20088, @@ -1302,8 +1302,8 @@ local monster_daily_challenge = { }, [9902]={ ["monster_base"]=10028, - ["hp"]=49090000, - ["atk"]=450000, + ["hp"]=147270000, + ["atk"]=1350000, ["atk_times"]=3, ["hurt_skill"]={ 20079, @@ -1315,8 +1315,8 @@ local monster_daily_challenge = { [10002]={ ["monster_base"]=20013, ["is_boss"]=2, - ["hp"]=81810000, - ["atk"]=620000, + ["hp"]=245430000, + ["atk"]=1860000, ["atk_times"]=4, ["hurt_skill"]={ 30037, @@ -1331,8 +1331,8 @@ local monster_daily_challenge = { }, [10102]={ ["monster_base"]=10030, - ["hp"]=7270000, - ["atk"]=230000, + ["hp"]=21810000, + ["atk"]=690000, ["atk_times"]=3, ["hurt_skill"]={ 20085, @@ -1343,8 +1343,8 @@ local monster_daily_challenge = { }, [10202]={ ["monster_base"]=10029, - ["hp"]=10000000, - ["atk"]=250000, + ["hp"]=30000000, + ["atk"]=750000, ["atk_times"]=3, ["hurt_skill"]={ 20082, @@ -1355,8 +1355,8 @@ local monster_daily_challenge = { }, [10302]={ ["monster_base"]=10033, - ["hp"]=10900000, - ["atk"]=260000, + ["hp"]=32700000, + ["atk"]=780000, ["atk_times"]=3, ["hurt_skill"]={ 20094, @@ -1367,8 +1367,8 @@ local monster_daily_challenge = { }, [10402]={ ["monster_base"]=10031, - ["hp"]=13630000, - ["atk"]=280000, + ["hp"]=40890000, + ["atk"]=840000, ["atk_times"]=3, ["hurt_skill"]={ 20088, @@ -1380,8 +1380,8 @@ local monster_daily_challenge = { [10502]={ ["monster_base"]=20025, ["is_boss"]=1, - ["hp"]=20900000, - ["atk"]=340000, + ["hp"]=62700000, + ["atk"]=1020000, ["atk_times"]=4, ["hurt_skill"]={ 30073, @@ -1398,8 +1398,8 @@ local monster_daily_challenge = { }, [10602]={ ["monster_base"]=10053, - ["hp"]=13630000, - ["atk"]=280000, + ["hp"]=40890000, + ["atk"]=840000, ["atk_times"]=3, ["hurt_skill"]={ 20154, @@ -1410,8 +1410,8 @@ local monster_daily_challenge = { }, [10702]={ ["monster_base"]=10048, - ["hp"]=15450000, - ["atk"]=300000, + ["hp"]=46350000, + ["atk"]=900000, ["atk_times"]=3, ["hurt_skill"]={ 20139, @@ -1422,8 +1422,8 @@ local monster_daily_challenge = { }, [10802]={ ["monster_base"]=10029, - ["hp"]=18180000, - ["atk"]=300000, + ["hp"]=54540000, + ["atk"]=900000, ["atk_times"]=3, ["hurt_skill"]={ 20082, @@ -1434,8 +1434,8 @@ local monster_daily_challenge = { }, [10902]={ ["monster_base"]=10054, - ["hp"]=20000000, - ["atk"]=320000, + ["hp"]=60000000, + ["atk"]=960000, ["atk_times"]=3, ["hurt_skill"]={ 20157, @@ -1447,8 +1447,8 @@ local monster_daily_challenge = { [11002]={ ["monster_base"]=20020, ["is_boss"]=1, - ["hp"]=38180000, - ["atk"]=370000, + ["hp"]=114540000, + ["atk"]=1110000, ["atk_times"]=4, ["hurt_skill"]={ 30058, @@ -1465,8 +1465,8 @@ local monster_daily_challenge = { }, [11102]={ ["monster_base"]=10052, - ["hp"]=20900000, - ["atk"]=320000, + ["hp"]=62700000, + ["atk"]=960000, ["atk_times"]=3, ["hurt_skill"]={ 20151, @@ -1477,8 +1477,8 @@ local monster_daily_challenge = { }, [11202]={ ["monster_base"]=10045, - ["hp"]=25450000, - ["atk"]=340000, + ["hp"]=76350000, + ["atk"]=1020000, ["atk_times"]=3, ["hurt_skill"]={ 20130, @@ -1489,8 +1489,8 @@ local monster_daily_challenge = { }, [11302]={ ["monster_base"]=10043, - ["hp"]=28180000, - ["atk"]=360000, + ["hp"]=84540000, + ["atk"]=1080000, ["atk_times"]=3, ["hurt_skill"]={ 20124, @@ -1501,8 +1501,8 @@ local monster_daily_challenge = { }, [11402]={ ["monster_base"]=10053, - ["hp"]=31810000, - ["atk"]=370000, + ["hp"]=95430000, + ["atk"]=1110000, ["atk_times"]=3, ["hurt_skill"]={ 20154, @@ -1514,8 +1514,8 @@ local monster_daily_challenge = { [11502]={ ["monster_base"]=20029, ["is_boss"]=1, - ["hp"]=47270000, - ["atk"]=400000, + ["hp"]=141810000, + ["atk"]=1200000, ["atk_times"]=4, ["hurt_skill"]={ 30085, @@ -1532,8 +1532,8 @@ local monster_daily_challenge = { }, [11602]={ ["monster_base"]=10056, - ["hp"]=36360000, - ["atk"]=390000, + ["hp"]=109080000, + ["atk"]=1170000, ["atk_times"]=3, ["hurt_skill"]={ 20163, @@ -1544,8 +1544,8 @@ local monster_daily_challenge = { }, [11702]={ ["monster_base"]=10028, - ["hp"]=40000000, - ["atk"]=410000, + ["hp"]=120000000, + ["atk"]=1230000, ["atk_times"]=3, ["hurt_skill"]={ 20079, @@ -1556,8 +1556,8 @@ local monster_daily_challenge = { }, [11802]={ ["monster_base"]=10046, - ["hp"]=45450000, - ["atk"]=430000, + ["hp"]=136350000, + ["atk"]=1290000, ["atk_times"]=3, ["hurt_skill"]={ 20133, @@ -1568,8 +1568,8 @@ local monster_daily_challenge = { }, [11902]={ ["monster_base"]=10057, - ["hp"]=49090000, - ["atk"]=450000, + ["hp"]=147270000, + ["atk"]=1350000, ["atk_times"]=3, ["hurt_skill"]={ 20166, @@ -1581,8 +1581,8 @@ local monster_daily_challenge = { [12002]={ ["monster_base"]=20032, ["is_boss"]=2, - ["hp"]=81810000, - ["atk"]=620000, + ["hp"]=245430000, + ["atk"]=1860000, ["atk_times"]=4, ["hurt_skill"]={ 30094, @@ -1602,8 +1602,8 @@ local monster_daily_challenge = { }, [12102]={ ["monster_base"]=10057, - ["hp"]=7270000, - ["atk"]=230000, + ["hp"]=21810000, + ["atk"]=690000, ["atk_times"]=3, ["hurt_skill"]={ 20166, @@ -1614,8 +1614,8 @@ local monster_daily_challenge = { }, [12202]={ ["monster_base"]=10046, - ["hp"]=10000000, - ["atk"]=250000, + ["hp"]=30000000, + ["atk"]=750000, ["atk_times"]=3, ["hurt_skill"]={ 20133, @@ -1626,8 +1626,8 @@ local monster_daily_challenge = { }, [12302]={ ["monster_base"]=10051, - ["hp"]=10900000, - ["atk"]=260000, + ["hp"]=32700000, + ["atk"]=780000, ["atk_times"]=3, ["hurt_skill"]={ 20148, @@ -1638,8 +1638,8 @@ local monster_daily_challenge = { }, [12402]={ ["monster_base"]=10029, - ["hp"]=13630000, - ["atk"]=280000, + ["hp"]=40890000, + ["atk"]=840000, ["atk_times"]=3, ["hurt_skill"]={ 20082, @@ -1651,8 +1651,8 @@ local monster_daily_challenge = { [12502]={ ["monster_base"]=20026, ["is_boss"]=1, - ["hp"]=20900000, - ["atk"]=340000, + ["hp"]=62700000, + ["atk"]=1020000, ["atk_times"]=4, ["hurt_skill"]={ 30076, @@ -1669,8 +1669,8 @@ local monster_daily_challenge = { }, [12602]={ ["monster_base"]=10050, - ["hp"]=13630000, - ["atk"]=280000, + ["hp"]=40890000, + ["atk"]=840000, ["atk_times"]=3, ["hurt_skill"]={ 20145, @@ -1681,8 +1681,8 @@ local monster_daily_challenge = { }, [12702]={ ["monster_base"]=10058, - ["hp"]=15450000, - ["atk"]=300000, + ["hp"]=46350000, + ["atk"]=900000, ["atk_times"]=3, ["hurt_skill"]={ 20169, @@ -1693,8 +1693,8 @@ local monster_daily_challenge = { }, [12802]={ ["monster_base"]=10052, - ["hp"]=18180000, - ["atk"]=300000, + ["hp"]=54540000, + ["atk"]=900000, ["atk_times"]=3, ["hurt_skill"]={ 20151, @@ -1705,8 +1705,8 @@ local monster_daily_challenge = { }, [12902]={ ["monster_base"]=10054, - ["hp"]=20000000, - ["atk"]=320000, + ["hp"]=60000000, + ["atk"]=960000, ["atk_times"]=3, ["hurt_skill"]={ 20157, @@ -1718,8 +1718,8 @@ local monster_daily_challenge = { [13002]={ ["monster_base"]=20005, ["is_boss"]=1, - ["hp"]=38180000, - ["atk"]=370000, + ["hp"]=114540000, + ["atk"]=1110000, ["atk_times"]=4, ["hurt_skill"]={ 30013, @@ -1736,8 +1736,8 @@ local monster_daily_challenge = { }, [13102]={ ["monster_base"]=10009, - ["hp"]=20900000, - ["atk"]=320000, + ["hp"]=62700000, + ["atk"]=960000, ["atk_times"]=3, ["hurt_skill"]={ 20025, @@ -1748,8 +1748,8 @@ local monster_daily_challenge = { }, [13202]={ ["monster_base"]=10055, - ["hp"]=25450000, - ["atk"]=340000, + ["hp"]=76350000, + ["atk"]=1020000, ["atk_times"]=3, ["hurt_skill"]={ 20160, @@ -1760,8 +1760,8 @@ local monster_daily_challenge = { }, [13302]={ ["monster_base"]=10046, - ["hp"]=28180000, - ["atk"]=360000, + ["hp"]=84540000, + ["atk"]=1080000, ["atk_times"]=3, ["hurt_skill"]={ 20133, @@ -1772,8 +1772,8 @@ local monster_daily_challenge = { }, [13402]={ ["monster_base"]=10042, - ["hp"]=31810000, - ["atk"]=370000, + ["hp"]=95430000, + ["atk"]=1110000, ["atk_times"]=3, ["hurt_skill"]={ 20121, @@ -1785,8 +1785,8 @@ local monster_daily_challenge = { [13502]={ ["monster_base"]=20030, ["is_boss"]=1, - ["hp"]=47270000, - ["atk"]=400000, + ["hp"]=141810000, + ["atk"]=1200000, ["atk_times"]=4, ["hurt_skill"]={ 30088, @@ -1804,8 +1804,8 @@ local monster_daily_challenge = { }, [13602]={ ["monster_base"]=10058, - ["hp"]=36360000, - ["atk"]=390000, + ["hp"]=109080000, + ["atk"]=1170000, ["atk_times"]=3, ["hurt_skill"]={ 20169, @@ -1816,8 +1816,8 @@ local monster_daily_challenge = { }, [13702]={ ["monster_base"]=10051, - ["hp"]=40000000, - ["atk"]=410000, + ["hp"]=120000000, + ["atk"]=1230000, ["atk_times"]=3, ["hurt_skill"]={ 20148, @@ -1828,8 +1828,8 @@ local monster_daily_challenge = { }, [13802]={ ["monster_base"]=10055, - ["hp"]=45450000, - ["atk"]=430000, + ["hp"]=136350000, + ["atk"]=1290000, ["atk_times"]=3, ["hurt_skill"]={ 20160, @@ -1840,8 +1840,8 @@ local monster_daily_challenge = { }, [13902]={ ["monster_base"]=10057, - ["hp"]=49090000, - ["atk"]=450000, + ["hp"]=147270000, + ["atk"]=1350000, ["atk_times"]=3, ["hurt_skill"]={ 20166, @@ -1853,8 +1853,8 @@ local monster_daily_challenge = { [14002]={ ["monster_base"]=20031, ["is_boss"]=2, - ["hp"]=81810000, - ["atk"]=620000, + ["hp"]=245430000, + ["atk"]=1860000, ["atk_times"]=4, ["hurt_skill"]={ 30091, diff --git a/lua/app/config/monster_dungeon_gold.lua b/lua/app/config/monster_dungeon_gold.lua index 0b2e3277..831783c4 100644 --- a/lua/app/config/monster_dungeon_gold.lua +++ b/lua/app/config/monster_dungeon_gold.lua @@ -1,8 +1,8 @@ local monster_dungeon_gold = { [105]={ ["monster_base"]=20033, - ["hp"]=431700000, - ["atk"]=10000000000, + ["hp"]=1295100000, + ["atk"]=30000000000, ["atk_times"]=0, ["skill"]={ 10072, @@ -33,8 +33,8 @@ local monster_dungeon_gold = { }, [205]={ ["monster_base"]=20033, - ["hp"]=552200000, - ["atk"]=10000000000, + ["hp"]=1656600000, + ["atk"]=30000000000, ["atk_times"]=0, ["skill"]={ 10072, @@ -65,8 +65,8 @@ local monster_dungeon_gold = { }, [305]={ ["monster_base"]=20033, - ["hp"]=728400000, - ["atk"]=10000000000, + ["hp"]=2185200000, + ["atk"]=30000000000, ["atk_times"]=0, ["skill"]={ 10072, @@ -97,8 +97,8 @@ local monster_dungeon_gold = { }, [405]={ ["monster_base"]=20033, - ["hp"]=1036900000, - ["atk"]=10000000000, + ["hp"]=3110700000, + ["atk"]=30000000000, ["atk_times"]=0, ["skill"]={ 10072, @@ -129,8 +129,8 @@ local monster_dungeon_gold = { }, [505]={ ["monster_base"]=20033, - ["hp"]=1127500000, - ["atk"]=10000000000, + ["hp"]=3382500000, + ["atk"]=30000000000, ["atk_times"]=0, ["skill"]={ 10072, @@ -161,8 +161,8 @@ local monster_dungeon_gold = { }, [605]={ ["monster_base"]=20033, - ["hp"]=1333800000, - ["atk"]=10000000000, + ["hp"]=4001400000, + ["atk"]=30000000000, ["atk_times"]=0, ["skill"]={ 10072, @@ -193,8 +193,8 @@ local monster_dungeon_gold = { }, [705]={ ["monster_base"]=20033, - ["hp"]=1448900000, - ["atk"]=10000000000, + ["hp"]=4346700000, + ["atk"]=30000000000, ["atk_times"]=0, ["skill"]={ 10072, @@ -225,8 +225,8 @@ local monster_dungeon_gold = { }, [805]={ ["monster_base"]=20033, - ["hp"]=1664300000, - ["atk"]=10000000000, + ["hp"]=4992900000, + ["atk"]=30000000000, ["atk_times"]=0, ["skill"]={ 10072, @@ -257,8 +257,8 @@ local monster_dungeon_gold = { }, [905]={ ["monster_base"]=20033, - ["hp"]=1813500000, - ["atk"]=10000000000, + ["hp"]=5440500000, + ["atk"]=30000000000, ["atk_times"]=0, ["skill"]={ 10072, @@ -289,8 +289,8 @@ local monster_dungeon_gold = { }, [1005]={ ["monster_base"]=20033, - ["hp"]=1930500000, - ["atk"]=10000000000, + ["hp"]=5791500000, + ["atk"]=30000000000, ["atk_times"]=0, ["skill"]={ 10072, @@ -321,8 +321,8 @@ local monster_dungeon_gold = { }, [1105]={ ["monster_base"]=20033, - ["hp"]=2085500000, - ["atk"]=10000000000, + ["hp"]=6256500000, + ["atk"]=30000000000, ["atk_times"]=0, ["skill"]={ 10072, @@ -353,8 +353,8 @@ local monster_dungeon_gold = { }, [1205]={ ["monster_base"]=20033, - ["hp"]=2257200000, - ["atk"]=10000000000, + ["hp"]=6771600000, + ["atk"]=30000000000, ["atk_times"]=0, ["skill"]={ 10072, @@ -385,8 +385,8 @@ local monster_dungeon_gold = { }, [1305]={ ["monster_base"]=20033, - ["hp"]=2427500000, - ["atk"]=10000000000, + ["hp"]=7282500000, + ["atk"]=30000000000, ["atk_times"]=0, ["skill"]={ 10072, @@ -417,8 +417,8 @@ local monster_dungeon_gold = { }, [1405]={ ["monster_base"]=20033, - ["hp"]=2476200000, - ["atk"]=10000000000, + ["hp"]=7428600000, + ["atk"]=30000000000, ["atk_times"]=0, ["skill"]={ 10072, @@ -449,8 +449,8 @@ local monster_dungeon_gold = { }, [1505]={ ["monster_base"]=20033, - ["hp"]=2622200000, - ["atk"]=10000000000, + ["hp"]=7866600000, + ["atk"]=30000000000, ["atk_times"]=0, ["skill"]={ 10072, diff --git a/lua/app/config/monster_dungeon_shards.lua b/lua/app/config/monster_dungeon_shards.lua index 0008a326..4d8657ae 100644 --- a/lua/app/config/monster_dungeon_shards.lua +++ b/lua/app/config/monster_dungeon_shards.lua @@ -1,8 +1,8 @@ local monster_dungeon_shards = { [103]={ ["monster_base"]=30002, - ["hp"]=25000000, - ["atk"]=260000, + ["hp"]=75000000, + ["atk"]=780000, ["atk_times"]=4, ["hurt_skill"]={ 50027, @@ -20,8 +20,8 @@ local monster_dungeon_shards = { }, [203]={ ["monster_base"]=30001, - ["hp"]=36400000, - ["atk"]=310000, + ["hp"]=109200000, + ["atk"]=930000, ["atk_times"]=4, ["hurt_skill"]={ 50055, @@ -40,8 +40,8 @@ local monster_dungeon_shards = { }, [303]={ ["monster_base"]=30015, - ["hp"]=56800000, - ["atk"]=350000, + ["hp"]=170400000, + ["atk"]=1050000, ["atk_times"]=4, ["hurt_skill"]={ 50113, @@ -60,8 +60,8 @@ local monster_dungeon_shards = { }, [403]={ ["monster_base"]=30009, - ["hp"]=76000000, - ["atk"]=460000, + ["hp"]=228000000, + ["atk"]=1380000, ["atk_times"]=4, ["hurt_skill"]={ 50012, @@ -79,8 +79,8 @@ local monster_dungeon_shards = { }, [503]={ ["monster_base"]=30008, - ["hp"]=80000000, - ["atk"]=530000, + ["hp"]=240000000, + ["atk"]=1590000, ["atk_times"]=4, ["hurt_skill"]={ 50098, @@ -99,8 +99,8 @@ local monster_dungeon_shards = { }, [603]={ ["monster_base"]=30003, - ["hp"]=30000000, - ["atk"]=270000, + ["hp"]=90000000, + ["atk"]=810000, ["atk_times"]=4, ["hurt_skill"]={ 50082, @@ -118,8 +118,8 @@ local monster_dungeon_shards = { }, [703]={ ["monster_base"]=30002, - ["hp"]=42880000, - ["atk"]=330000, + ["hp"]=128640000, + ["atk"]=990000, ["atk_times"]=4, ["hurt_skill"]={ 50027, @@ -137,8 +137,8 @@ local monster_dungeon_shards = { }, [803]={ ["monster_base"]=30006, - ["hp"]=62140000, - ["atk"]=370000, + ["hp"]=186420000, + ["atk"]=1110000, ["atk_times"]=4, ["hurt_skill"]={ 50061, @@ -157,8 +157,8 @@ local monster_dungeon_shards = { }, [903]={ ["monster_base"]=30019, - ["hp"]=82050000, - ["atk"]=510000, + ["hp"]=246150000, + ["atk"]=1530000, ["atk_times"]=4, ["hurt_skill"]={ 50119, @@ -178,8 +178,8 @@ local monster_dungeon_shards = { }, [1003]={ ["monster_base"]=30011, - ["hp"]=94800000, - ["atk"]=570000, + ["hp"]=284400000, + ["atk"]=1710000, ["atk_times"]=4, ["hurt_skill"]={ 50017, @@ -197,8 +197,8 @@ local monster_dungeon_shards = { }, [1103]={ ["monster_base"]=30005, - ["hp"]=43440000, - ["atk"]=410000, + ["hp"]=130320000, + ["atk"]=1230000, ["atk_times"]=4, ["hurt_skill"]={ 50001, @@ -217,8 +217,8 @@ local monster_dungeon_shards = { }, [1203]={ ["monster_base"]=30003, - ["hp"]=54960000, - ["atk"]=440000, + ["hp"]=164880000, + ["atk"]=1320000, ["atk_times"]=4, ["hurt_skill"]={ 50082, @@ -236,8 +236,8 @@ local monster_dungeon_shards = { }, [1303]={ ["monster_base"]=30010, - ["hp"]=83390000, - ["atk"]=520000, + ["hp"]=250170000, + ["atk"]=1560000, ["atk_times"]=4, ["hurt_skill"]={ 50032, @@ -255,8 +255,8 @@ local monster_dungeon_shards = { }, [1403]={ ["monster_base"]=30020, - ["hp"]=98480000, - ["atk"]=630000, + ["hp"]=295440000, + ["atk"]=1890000, ["atk_times"]=4, ["hurt_skill"]={ 50067, @@ -274,8 +274,8 @@ local monster_dungeon_shards = { }, [1503]={ ["monster_base"]=30023, - ["hp"]=121200000, - ["atk"]=750000, + ["hp"]=363600000, + ["atk"]=2250000, ["atk_times"]=4, ["hurt_skill"]={ 50125, @@ -294,8 +294,8 @@ local monster_dungeon_shards = { }, [1603]={ ["monster_base"]=30004, - ["hp"]=53040000, - ["atk"]=520000, + ["hp"]=159120000, + ["atk"]=1560000, ["atk_times"]=4, ["hurt_skill"]={ 50108, @@ -313,8 +313,8 @@ local monster_dungeon_shards = { }, [1703]={ ["monster_base"]=30014, - ["hp"]=69680000, - ["atk"]=580000, + ["hp"]=209040000, + ["atk"]=1740000, ["atk_times"]=4, ["hurt_skill"]={ 50007, @@ -333,8 +333,8 @@ local monster_dungeon_shards = { }, [1803]={ ["monster_base"]=30021, - ["hp"]=107610000, - ["atk"]=700000, + ["hp"]=322830000, + ["atk"]=2100000, ["atk_times"]=4, ["hurt_skill"]={ 50093, @@ -352,8 +352,8 @@ local monster_dungeon_shards = { }, [1903]={ ["monster_base"]=30012, - ["hp"]=146930000, - ["atk"]=960000, + ["hp"]=440790000, + ["atk"]=2880000, ["atk_times"]=4, ["hurt_skill"]={ 50037, @@ -372,8 +372,8 @@ local monster_dungeon_shards = { }, [2003]={ ["monster_base"]=30016, - ["hp"]=159000000, - ["atk"]=1010000, + ["hp"]=477000000, + ["atk"]=3030000, ["atk_times"]=4, ["hurt_skill"]={ 50072, @@ -391,8 +391,8 @@ local monster_dungeon_shards = { }, [2103]={ ["monster_base"]=30001, - ["hp"]=67680000, - ["atk"]=680000, + ["hp"]=203040000, + ["atk"]=2040000, ["atk_times"]=4, ["hurt_skill"]={ 50055, @@ -411,8 +411,8 @@ local monster_dungeon_shards = { }, [2203]={ ["monster_base"]=30015, - ["hp"]=85440000, - ["atk"]=730000, + ["hp"]=256320000, + ["atk"]=2190000, ["atk_times"]=4, ["hurt_skill"]={ 50113, @@ -431,8 +431,8 @@ local monster_dungeon_shards = { }, [2303]={ ["monster_base"]=30009, - ["hp"]=123590000, - ["atk"]=820000, + ["hp"]=370770000, + ["atk"]=2460000, ["atk_times"]=4, ["hurt_skill"]={ 50012, @@ -450,8 +450,8 @@ local monster_dungeon_shards = { }, [2403]={ ["monster_base"]=30022, - ["hp"]=146030000, - ["atk"]=970000, + ["hp"]=438090000, + ["atk"]=2910000, ["atk_times"]=4, ["hurt_skill"]={ 50087, @@ -470,8 +470,8 @@ local monster_dungeon_shards = { }, [2503]={ ["monster_base"]=30017, - ["hp"]=177000000, - ["atk"]=1150000, + ["hp"]=531000000, + ["atk"]=3450000, ["atk_times"]=4, ["hurt_skill"]={ 50049, @@ -491,8 +491,8 @@ local monster_dungeon_shards = { }, [2603]={ ["monster_base"]=30002, - ["hp"]=76800000, - ["atk"]=790000, + ["hp"]=230400000, + ["atk"]=2370000, ["atk_times"]=4, ["hurt_skill"]={ 50027, @@ -510,8 +510,8 @@ local monster_dungeon_shards = { }, [2703]={ ["monster_base"]=30006, - ["hp"]=96960000, - ["atk"]=840000, + ["hp"]=290880000, + ["atk"]=2520000, ["atk_times"]=4, ["hurt_skill"]={ 50061, @@ -530,8 +530,8 @@ local monster_dungeon_shards = { }, [2803]={ ["monster_base"]=30019, - ["hp"]=140170000, - ["atk"]=940000, + ["hp"]=420510000, + ["atk"]=2820000, ["atk_times"]=4, ["hurt_skill"]={ 50119, @@ -551,8 +551,8 @@ local monster_dungeon_shards = { }, [2903]={ ["monster_base"]=30014, - ["hp"]=165600000, - ["atk"]=1120000, + ["hp"]=496800000, + ["atk"]=3360000, ["atk_times"]=4, ["hurt_skill"]={ 50007, @@ -571,8 +571,8 @@ local monster_dungeon_shards = { }, [3003]={ ["monster_base"]=30025, - ["hp"]=197400000, - ["atk"]=1310000, + ["hp"]=592200000, + ["atk"]=3930000, ["atk_times"]=4, ["hurt_skill"]={ 50103, @@ -591,8 +591,8 @@ local monster_dungeon_shards = { }, [3103]={ ["monster_base"]=30021, - ["hp"]=83520000, - ["atk"]=870000, + ["hp"]=250560000, + ["atk"]=2610000, ["atk_times"]=4, ["hurt_skill"]={ 50093, @@ -610,8 +610,8 @@ local monster_dungeon_shards = { }, [3203]={ ["monster_base"]=30010, - ["hp"]=105440000, - ["atk"]=940000, + ["hp"]=316320000, + ["atk"]=2820000, ["atk_times"]=4, ["hurt_skill"]={ 50032, @@ -629,8 +629,8 @@ local monster_dungeon_shards = { }, [3303]={ ["monster_base"]=30020, - ["hp"]=152410000, - ["atk"]=1040000, + ["hp"]=457230000, + ["atk"]=3120000, ["atk_times"]=4, ["hurt_skill"]={ 50067, @@ -648,8 +648,8 @@ local monster_dungeon_shards = { }, [3403]={ ["monster_base"]=30015, - ["hp"]=180000000, - ["atk"]=1230000, + ["hp"]=540000000, + ["atk"]=3690000, ["atk_times"]=4, ["hurt_skill"]={ 50113, @@ -668,8 +668,8 @@ local monster_dungeon_shards = { }, [3503]={ ["monster_base"]=30018, - ["hp"]=217500000, - ["atk"]=1480000, + ["hp"]=652500000, + ["atk"]=4440000, ["atk_times"]=4, ["hurt_skill"]={ 50022, @@ -687,8 +687,8 @@ local monster_dungeon_shards = { }, [3603]={ ["monster_base"]=30009, - ["hp"]=92280000, - ["atk"]=990000, + ["hp"]=276840000, + ["atk"]=2970000, ["atk_times"]=4, ["hurt_skill"]={ 50012, @@ -706,8 +706,8 @@ local monster_dungeon_shards = { }, [3703]={ ["monster_base"]=30022, - ["hp"]=123590000, - ["atk"]=1070000, + ["hp"]=370770000, + ["atk"]=3210000, ["atk_times"]=4, ["hurt_skill"]={ 50087, @@ -726,8 +726,8 @@ local monster_dungeon_shards = { }, [3803]={ ["monster_base"]=30012, - ["hp"]=178020000, - ["atk"]=1210000, + ["hp"]=534060000, + ["atk"]=3630000, ["atk_times"]=4, ["hurt_skill"]={ 50037, @@ -746,8 +746,8 @@ local monster_dungeon_shards = { }, [3903]={ ["monster_base"]=30006, - ["hp"]=225000000, - ["atk"]=1490000, + ["hp"]=675000000, + ["atk"]=4470000, ["atk_times"]=4, ["hurt_skill"]={ 50061, @@ -766,8 +766,8 @@ local monster_dungeon_shards = { }, [4003]={ ["monster_base"]=30026, - ["hp"]=276500000, - ["atk"]=1730000, + ["hp"]=829500000, + ["atk"]=5190000, ["atk_times"]=4, ["hurt_skill"]={ 50131, @@ -787,8 +787,8 @@ local monster_dungeon_shards = { }, [4103]={ ["monster_base"]=30019, - ["hp"]=100680000, - ["atk"]=1090000, + ["hp"]=302040000, + ["atk"]=3270000, ["atk_times"]=4, ["hurt_skill"]={ 50119, @@ -808,8 +808,8 @@ local monster_dungeon_shards = { }, [4203]={ ["monster_base"]=30014, - ["hp"]=134810000, - ["atk"]=1180000, + ["hp"]=404430000, + ["atk"]=3540000, ["atk_times"]=4, ["hurt_skill"]={ 50007, @@ -828,8 +828,8 @@ local monster_dungeon_shards = { }, [4303]={ ["monster_base"]=30021, - ["hp"]=194130000, - ["atk"]=1340000, + ["hp"]=582390000, + ["atk"]=4020000, ["atk_times"]=4, ["hurt_skill"]={ 50093, @@ -847,8 +847,8 @@ local monster_dungeon_shards = { }, [4403]={ ["monster_base"]=30012, - ["hp"]=245230000, - ["atk"]=1640000, + ["hp"]=735690000, + ["atk"]=4920000, ["atk_times"]=4, ["hurt_skill"]={ 50037, @@ -867,8 +867,8 @@ local monster_dungeon_shards = { }, [4503]={ ["monster_base"]=30024, - ["hp"]=305200000, - ["atk"]=1940000, + ["hp"]=915600000, + ["atk"]=5820000, ["atk_times"]=4, ["hurt_skill"]={ 50077, @@ -886,8 +886,8 @@ local monster_dungeon_shards = { }, [4603]={ ["monster_base"]=30001, - ["hp"]=107280000, - ["atk"]=1180000, + ["hp"]=321840000, + ["atk"]=3540000, ["atk_times"]=4, ["hurt_skill"]={ 50055, @@ -906,8 +906,8 @@ local monster_dungeon_shards = { }, [4703]={ ["monster_base"]=30015, - ["hp"]=143570000, - ["atk"]=1280000, + ["hp"]=430710000, + ["atk"]=3840000, ["atk_times"]=4, ["hurt_skill"]={ 50113, @@ -926,8 +926,8 @@ local monster_dungeon_shards = { }, [4803]={ ["monster_base"]=30009, - ["hp"]=206730000, - ["atk"]=1440000, + ["hp"]=620190000, + ["atk"]=4320000, ["atk_times"]=4, ["hurt_skill"]={ 50012, @@ -945,8 +945,8 @@ local monster_dungeon_shards = { }, [4903]={ ["monster_base"]=30008, - ["hp"]=261120000, - ["atk"]=1760000, + ["hp"]=783360000, + ["atk"]=5280000, ["atk_times"]=4, ["hurt_skill"]={ 50098, @@ -965,8 +965,8 @@ local monster_dungeon_shards = { }, [5003]={ ["monster_base"]=30007, - ["hp"]=324450000, - ["atk"]=2090000, + ["hp"]=973350000, + ["atk"]=6270000, ["atk_times"]=4, ["hurt_skill"]={ 50043, @@ -985,8 +985,8 @@ local monster_dungeon_shards = { }, [5103]={ ["monster_base"]=30002, - ["hp"]=116040000, - ["atk"]=1290000, + ["hp"]=348120000, + ["atk"]=3870000, ["atk_times"]=4, ["hurt_skill"]={ 50027, @@ -1004,8 +1004,8 @@ local monster_dungeon_shards = { }, [5203]={ ["monster_base"]=30020, - ["hp"]=155210000, - ["atk"]=1400000, + ["hp"]=465630000, + ["atk"]=4200000, ["atk_times"]=4, ["hurt_skill"]={ 50067, @@ -1023,8 +1023,8 @@ local monster_dungeon_shards = { }, [5303]={ ["monster_base"]=30019, - ["hp"]=223380000, - ["atk"]=1580000, + ["hp"]=670140000, + ["atk"]=4740000, ["atk_times"]=4, ["hurt_skill"]={ 50119, @@ -1044,8 +1044,8 @@ local monster_dungeon_shards = { }, [5403]={ ["monster_base"]=30011, - ["hp"]=282120000, - ["atk"]=1920000, + ["hp"]=846360000, + ["atk"]=5760000, ["atk_times"]=4, ["hurt_skill"]={ 50017, @@ -1063,8 +1063,8 @@ local monster_dungeon_shards = { }, [5503]={ ["monster_base"]=30025, - ["hp"]=344750000, - ["atk"]=2250000, + ["hp"]=1034250000, + ["atk"]=6750000, ["atk_times"]=4, ["hurt_skill"]={ 50103, @@ -1083,8 +1083,8 @@ local monster_dungeon_shards = { }, [5603]={ ["monster_base"]=30003, - ["hp"]=120840000, - ["atk"]=1370000, + ["hp"]=362520000, + ["atk"]=4110000, ["atk_times"]=4, ["hurt_skill"]={ 50082, @@ -1102,8 +1102,8 @@ local monster_dungeon_shards = { }, [5703]={ ["monster_base"]=30010, - ["hp"]=161590000, - ["atk"]=1470000, + ["hp"]=484770000, + ["atk"]=4410000, ["atk_times"]=4, ["hurt_skill"]={ 50032, @@ -1121,8 +1121,8 @@ local monster_dungeon_shards = { }, [5803]={ ["monster_base"]=30006, - ["hp"]=232560000, - ["atk"]=1670000, + ["hp"]=697680000, + ["atk"]=5010000, ["atk_times"]=4, ["hurt_skill"]={ 50061, @@ -1141,8 +1141,8 @@ local monster_dungeon_shards = { }, [5903]={ ["monster_base"]=30023, - ["hp"]=293680000, - ["atk"]=2010000, + ["hp"]=881040000, + ["atk"]=6030000, ["atk_times"]=4, ["hurt_skill"]={ 50125, @@ -1161,8 +1161,8 @@ local monster_dungeon_shards = { }, [6003]={ ["monster_base"]=30018, - ["hp"]=372050000, - ["atk"]=2460000, + ["hp"]=1116150000, + ["atk"]=7380000, ["atk_times"]=4, ["hurt_skill"]={ 50022, @@ -1180,8 +1180,8 @@ local monster_dungeon_shards = { }, [6103]={ ["monster_base"]=30014, - ["hp"]=130080000, - ["atk"]=1480000, + ["hp"]=390240000, + ["atk"]=4440000, ["atk_times"]=4, ["hurt_skill"]={ 50007, @@ -1200,8 +1200,8 @@ local monster_dungeon_shards = { }, [6203]={ ["monster_base"]=30022, - ["hp"]=173910000, - ["atk"]=1610000, + ["hp"]=521730000, + ["atk"]=4830000, ["atk_times"]=4, ["hurt_skill"]={ 50087, @@ -1220,8 +1220,8 @@ local monster_dungeon_shards = { }, [6303]={ ["monster_base"]=30012, - ["hp"]=250200000, - ["atk"]=1820000, + ["hp"]=750600000, + ["atk"]=5460000, ["atk_times"]=4, ["hurt_skill"]={ 50037, @@ -1240,8 +1240,8 @@ local monster_dungeon_shards = { }, [6403]={ ["monster_base"]=30016, - ["hp"]=315860000, - ["atk"]=2180000, + ["hp"]=947580000, + ["atk"]=6540000, ["atk_times"]=4, ["hurt_skill"]={ 50072, @@ -1259,8 +1259,8 @@ local monster_dungeon_shards = { }, [6503]={ ["monster_base"]=30026, - ["hp"]=387100000, - ["atk"]=2580000, + ["hp"]=1161300000, + ["atk"]=7740000, ["atk_times"]=4, ["hurt_skill"]={ 50131, @@ -1280,8 +1280,8 @@ local monster_dungeon_shards = { }, [6603]={ ["monster_base"]=30015, - ["hp"]=132720000, - ["atk"]=1520000, + ["hp"]=398160000, + ["atk"]=4560000, ["atk_times"]=4, ["hurt_skill"]={ 50113, @@ -1300,8 +1300,8 @@ local monster_dungeon_shards = { }, [6703]={ ["monster_base"]=30009, - ["hp"]=177480000, - ["atk"]=1650000, + ["hp"]=532440000, + ["atk"]=4950000, ["atk_times"]=4, ["hurt_skill"]={ 50012, @@ -1319,8 +1319,8 @@ local monster_dungeon_shards = { }, [6803]={ ["monster_base"]=30021, - ["hp"]=255240000, - ["atk"]=1860000, + ["hp"]=765720000, + ["atk"]=5580000, ["atk_times"]=4, ["hurt_skill"]={ 50093, @@ -1338,8 +1338,8 @@ local monster_dungeon_shards = { }, [6903]={ ["monster_base"]=30017, - ["hp"]=322240000, - ["atk"]=2240000, + ["hp"]=966720000, + ["atk"]=6720000, ["atk_times"]=4, ["hurt_skill"]={ 50049, @@ -1359,8 +1359,8 @@ local monster_dungeon_shards = { }, [7003]={ ["monster_base"]=30024, - ["hp"]=410200000, - ["atk"]=2760000, + ["hp"]=1230600000, + ["atk"]=8280000, ["atk_times"]=4, ["hurt_skill"]={ 50077, @@ -1378,8 +1378,8 @@ local monster_dungeon_shards = { }, [7103]={ ["monster_base"]=30020, - ["hp"]=140640000, - ["atk"]=1620000, + ["hp"]=421920000, + ["atk"]=4860000, ["atk_times"]=4, ["hurt_skill"]={ 50067, @@ -1397,8 +1397,8 @@ local monster_dungeon_shards = { }, [7203]={ ["monster_base"]=30019, - ["hp"]=188020000, - ["atk"]=1750000, + ["hp"]=564060000, + ["atk"]=5250000, ["atk_times"]=4, ["hurt_skill"]={ 50119, @@ -1418,8 +1418,8 @@ local monster_dungeon_shards = { }, [7303]={ ["monster_base"]=30014, - ["hp"]=270360000, - ["atk"]=1980000, + ["hp"]=811080000, + ["atk"]=5940000, ["atk_times"]=4, ["hurt_skill"]={ 50007, @@ -1438,8 +1438,8 @@ local monster_dungeon_shards = { }, [7403]={ ["monster_base"]=30008, - ["hp"]=341280000, - ["atk"]=2380000, + ["hp"]=1023840000, + ["atk"]=7140000, ["atk_times"]=4, ["hurt_skill"]={ 50098, @@ -1458,8 +1458,8 @@ local monster_dungeon_shards = { }, [7503]={ ["monster_base"]=30007, - ["hp"]=434440000, - ["atk"]=2930000, + ["hp"]=1303320000, + ["atk"]=8790000, ["atk_times"]=4, ["hurt_skill"]={ 50043, diff --git a/lua/app/config/strings/cn/global.lua b/lua/app/config/strings/cn/global.lua index 56ca8ced..01d200d9 100644 --- a/lua/app/config/strings/cn/global.lua +++ b/lua/app/config/strings/cn/global.lua @@ -323,6 +323,13 @@ local localization_global = ["ARENA_BATTLE_DESC_11"] = "退出将判定为战败,是否退出?", ["BATTLE_DESC_13"] = "滑动至此处可取消连线", ["ARENA_POP_GIFT_DESC_1"] = "在竞技场战斗中获胜,聚集最大超值!", + ["ARENA_BATTLEPASS_1"] = "竞技场战令", + ["ARENA_BATTLEPASS_2"] = "激活高级战令", + ["ARENA_BATTLEPASS_3"] = "免费战令", + ["ARENA_BATTLEPASS_4"] = "高级战令", + ["ARENA_BATTLEPASS_5"] = "解锁高级战令", + ["ARENA_BATTLEPASS_6"] = "获得高级战令,+10级,立即获得更多奖励!", + ["ARENA_BATTLEPASS_7"] = "当你完成战令的所有内容,每1000个积分可以获取一个奖励宝箱", } return localization_global \ No newline at end of file diff --git a/lua/app/ui/arena/bounty_buy_ui.lua b/lua/app/ui/arena/bounty_buy_ui.lua index 38a3ca14..793858f0 100644 --- a/lua/app/ui/arena/bounty_buy_ui.lua +++ b/lua/app/ui/arena/bounty_buy_ui.lua @@ -36,7 +36,7 @@ function BountyBuyUI:onLoadRootComplete() end function BountyBuyUI:initTitle() - self.uiMap["bounty_buy_ui.bg.title_tx"]:setText(I18N:getGlobalText(I18N.GlobalConst.BOUNTY_PURCHASE_NAME)) + self.uiMap["bounty_buy_ui.bg.title_tx"]:setText(I18N:getGlobalText(I18N.GlobalConst.ARENA_BATTLEPASS_4)) end function BountyBuyUI:initTime() @@ -62,10 +62,10 @@ function BountyBuyUI:initRewards() end function BountyBuyUI:initBtns() - self.uiMap["bounty_buy_ui.bg.name_1"]:setText(I18N:getGlobalText(I18N.GlobalConst.BOUNTY_PURCHASE_NAME)) - self.uiMap["bounty_buy_ui.bg.name_2"]:setText(I18N:getGlobalText(I18N.GlobalConst.BOUNTY_PURCHASE_NAME)) - self.uiMap["bounty_buy_ui.bg.desc_tx_1"]:setText(I18N:getGlobalText(I18N.GlobalConst.BOUNTY_DESC_1)) - self.uiMap["bounty_buy_ui.bg.desc_tx_2"]:setText(I18N:getGlobalText(I18N.GlobalConst.BOUNTY_DESC_2)) + self.uiMap["bounty_buy_ui.bg.name_1"]:setText(I18N:getGlobalText(I18N.GlobalConst.ARENA_BATTLEPASS_4)) + self.uiMap["bounty_buy_ui.bg.name_2"]:setText(I18N:getGlobalText(I18N.GlobalConst.ARENA_BATTLEPASS_4)) + self.uiMap["bounty_buy_ui.bg.desc_tx_1"]:setText(I18N:getGlobalText(I18N.GlobalConst.ARENA_BATTLEPASS_5)) + self.uiMap["bounty_buy_ui.bg.desc_tx_2"]:setText(I18N:getGlobalText(I18N.GlobalConst.ARENA_BATTLEPASS_6)) local rechargeId = DataManager.ArenaBountyData:getRechargeId(false) self.uiMap["bounty_buy_ui.bg.buy_btn.tx"]:setText(GFunc.getFormatPrice(rechargeId)) diff --git a/lua/app/ui/arena/bounty_main_ui.lua b/lua/app/ui/arena/bounty_main_ui.lua index 415359f6..c5115f45 100644 --- a/lua/app/ui/arena/bounty_main_ui.lua +++ b/lua/app/ui/arena/bounty_main_ui.lua @@ -193,7 +193,7 @@ end function BountyMainUI:initRepeatReward() self.repeatRewardRoot = self.uiMap["bounty_main_ui.mid_node.scrollrect.viewport.content.repeat"] self.uiMap["bounty_main_ui.mid_node.scrollrect.viewport.content.repeat.title_tx"]:setText(I18N:getGlobalText(I18N.GlobalConst.REWARD_BOX_DESC)) - self.uiMap["bounty_main_ui.mid_node.scrollrect.viewport.content.repeat.desc_tx"]:setText(I18N:getGlobalText(I18N.GlobalConst.BOUNTY_DESC_3)) + self.uiMap["bounty_main_ui.mid_node.scrollrect.viewport.content.repeat.desc_tx"]:setText(I18N:getGlobalText(I18N.GlobalConst.ARENA_BATTLEPASS_7)) self.repeatBox = self.uiMap["bounty_main_ui.mid_node.scrollrect.viewport.content.repeat.box"] self.repeatBox:addClickListener(function() if DataManager.ArenaBountyData:getIfCanClaimRepeatReward() then @@ -248,7 +248,7 @@ function BountyMainUI:refreshPayBtn() self.payBtnTx:setText(I18N:getGlobalText(I18N.GlobalConst.ALREADY_ACTIVE)) else self.payBtn:setTouchEnable(true) - self.payBtnTx:setText(I18N:getGlobalText(I18N.GlobalConst.ACTIVE_BOUNTY)) + self.payBtnTx:setText(I18N:getGlobalText(I18N.GlobalConst.ARENA_BATTLEPASS_2)) end end @@ -264,8 +264,8 @@ function BountyMainUI:refreshPreviewReward(idx) end function BountyMainUI:refreshRewards() - self.rewardsLeftTitleTx:setText(I18N:getGlobalText(I18N.GlobalConst.BOUNTY_FREE_NAME)) - self.rewardsRightTitleTx:setText(I18N:getGlobalText(I18N.GlobalConst.BOUNTY_PURCHASE_NAME)) + self.rewardsLeftTitleTx:setText(I18N:getGlobalText(I18N.GlobalConst.ARENA_BATTLEPASS_3)) + self.rewardsRightTitleTx:setText(I18N:getGlobalText(I18N.GlobalConst.ARENA_BATTLEPASS_4)) if not self.adjustRewardsTitleUI then self.adjustRewardsTitleUI = true GFunc.centerImgAndTx(self.rewardsLeftTitleIcon, self.rewardsLeftTitleTx, 10) diff --git a/lua/app/ui/main_city/component/arena_comp.lua b/lua/app/ui/main_city/component/arena_comp.lua index 1313e1d7..d42db52f 100644 --- a/lua/app/ui/main_city/component/arena_comp.lua +++ b/lua/app/ui/main_city/component/arena_comp.lua @@ -103,7 +103,7 @@ function ArenaComp:initBounty() self.bountyBannerSlider = uiMap["arena_comp.bounty_node.banner.info.progress_bg.slider"] self.bountyBannerSliderTx = uiMap["arena_comp.bounty_node.banner.info.progress_bg.slider_tx"] self.bountyBannerLvTx = uiMap["arena_comp.bounty_node.banner.info.progress_bg.lv_tx"] - uiMap["arena_comp.bounty_node.banner.info.name"]:setText(I18N:getGlobalText(I18N.GlobalConst.BOUNTY_TITLE)) + uiMap["arena_comp.bounty_node.banner.info.name"]:setText(I18N:getGlobalText(I18N.GlobalConst.ARENA_BATTLEPASS_1)) end function ArenaComp:refreshBounty()