From dea8716deec5c62cc1162414c354e53e91f0e7d8 Mon Sep 17 00:00:00 2001 From: Lag Date: Fri, 2 Sep 2022 19:48:09 +0200 Subject: [PATCH] add Inscription --- AtlasLootClassic/Addons/Sources.lua | 4 +- AtlasLootClassic/Data/Profession.lua | 443 ++++++++++++++++++++ AtlasLootClassic/Data/Recipe.lua | 4 + AtlasLootClassic/Locales/IngameLocales.lua | 1 + AtlasLootClassic_Crafting/data-wrath.lua | 195 ++++++++- AtlasLootClassic_Crafting/private.lua | 4 + AtlasLootClassic_Data/source-wrath.lua | 452 ++++++++++++++++++++- CHANGELOG.md | 5 +- 8 files changed, 1101 insertions(+), 7 deletions(-) diff --git a/AtlasLootClassic/Addons/Sources.lua b/AtlasLootClassic/Addons/Sources.lua index 415f96ff..e9764761 100644 --- a/AtlasLootClassic/Addons/Sources.lua +++ b/AtlasLootClassic/Addons/Sources.lua @@ -52,6 +52,7 @@ local ICON_TEXTURE = { [15] = format(TEXTURE_ICON_F, GetSpellTexture(8618)), -- Skinning [16] = format(TEXTURE_ICON_F, GetSpellTexture(2842)), -- Rogue: Poisons [17] = format(TEXTURE_ICON_F, 134071), -- Jewelcrafting + [18] = format(TEXTURE_ICON_F, 237171), -- Inscription } local SOURCE_TYPES = { [0] = UNKNOWN, -- UNKNOWN @@ -66,12 +67,13 @@ local SOURCE_TYPES = { [9] = ALIL["Cooking"], -- Cooking [10] = ALIL["Mining"], -- Mining [11] = ALIL["Tailoring"], -- Tailoring - [12] = ALIL["Engineering"], -- Engineering + [12] = ALIL["Engineering"], -- Engineering [13] = ALIL["Enchanting"], -- Enchanting [14] = ALIL["Fishing"], -- Fishing [15] = ALIL["Skinning"], -- Skinning [16] = ALIL["ROGUE"]..": "..ALIL["Poisons"], -- Rogue: Poisons [17] = ALIL["Jewelcrafting"], -- Jewelcrafting + [18] = ALIL["Inscription"], -- Inscription } local SOURCE_DATA = {} local KEY_WEAK_MT = {__mode="k"} diff --git a/AtlasLootClassic/Data/Profession.lua b/AtlasLootClassic/Data/Profession.lua index 88447733..b5e5f649 100644 --- a/AtlasLootClassic/Data/Profession.lua +++ b/AtlasLootClassic/Data/Profession.lua @@ -31,6 +31,7 @@ local PROFESSION_NAME = { [12] = ALIL["Skinning"], -- Skinning [13] = ALIL["Poisons"], -- Poisons [14] = ALIL["Jewelcrafting"], -- Jewelcrafting + [15] = ALIL["Inscription"], -- Inscription } local PROFESSION_TEXT = { @@ -56,6 +57,7 @@ local PROFESSION_ICON = { [12] = GetSpellTexture(8618), -- Skinning [13] = GetSpellTexture(2842), -- Rogue: Poisons [14] = 134071, -- Jewelcrafting + [15] = 237171, -- Inscription } local PROFESSION, PROFESSION_DATA = AtlasLoot:GetGameVersionDataTable() @@ -2870,6 +2872,7 @@ if AtlasLoot:GameVersion_GE(AtlasLoot.WRATH_VERSION_NUM) then [44645] = {nil,10,375,400,415,{34054,34055},{8,1}}, [44794] = {34220,14,365,375,380,{25868},{1}}, [45117] = {34490,3,350,370,390,{23793,29547,25707,29548,25708,14341},{15,5,5,5,5,3}}, + [45382] = {1180,15,35,35,45,{37101,39354},{1,1}}, [45545] = {34721,1,350,375,410,{33470},{1}}, [45546] = {34722,1,400,390,470,{33470},{2}}, [45547] = {39691,6,350,1,1,{34618},{1}}, @@ -2926,9 +2929,35 @@ if AtlasLoot:GameVersion_GE(AtlasLoot.WRATH_VERSION_NUM) then [47899] = {39004,10,440,450,470,{34055,34057},{6,1}}, [47900] = {39005,10,375,435,455,{34054,34055},{20,4}}, [47901] = {39006,10,440,450,470,{34054,34055,34052},{10,2,2}}, + [48114] = {955,15,35,35,45,{37101,39354},{1,1}}, + [48116] = {1181,15,35,35,45,{37101,39354},{1,1}}, + [48121] = {40924,15,100,105,115,{43116,39354},{1,1}}, + [48247] = {37168,15,110,125,150,{39354,43115,39774},{1,1,1}}, + [48248] = {37118,15,35,60,75,{39354,39469},{1,1}}, [48789] = {37503,14,375,375,385,{32230},{1}}, [49252] = {36916,7,350,350,375,{36909},{1}}, [49258] = {36913,7,375,400,400,{36912},{2}}, + [50598] = {2290,15,75,75,85,{39774,39354},{1,1}}, + [50599] = {4419,15,165,170,180,{43118,10648},{1,2},5}, + [50600] = {10308,15,215,220,230,{43120,39501},{1,2},2}, + [50601] = {27499,15,260,265,275,{43122,39501},{1,2},2}, + [50602] = {33458,15,310,310,320,{43124,39501},{1,2},2}, + [50603] = {37091,15,360,365,375,{43126,39502},{1,2},2}, + [50604] = {37092,15,375,415,425,{43126,39502},{1,2},2}, + [50605] = {1712,15,75,75,85,{39774,39354},{1,1}}, + [50606] = {4424,15,160,165,175,{43118,10648},{1,2},2}, + [50607] = {10306,15,210,215,225,{43120,39501},{1,2},2}, + [50608] = {27501,15,255,260,270,{43122,39501},{1,2},2}, + [50609] = {33460,15,295,305,315,{43122,39501},{1,2},2}, + [50610] = {37097,15,355,360,370,{43126,39502},{1,2},2}, + [50611] = {37098,15,375,410,420,{43126,39502},{1,2},2}, + [50612] = {1711,15,75,75,85,{39774,39354},{1,1}}, + [50614] = {4422,15,155,160,170,{43118,10648},{1,2},2}, + [50616] = {10307,15,205,210,220,{43120,39501},{1,2},2}, + [50617] = {27502,15,250,255,265,{43122,39501},{1,2},2}, + [50618] = {33461,15,290,300,310,{43122,39501},{1,2},2}, + [50619] = {37093,15,350,355,365,{43126,39502},{1,2},2}, + [50620] = {37094,15,375,405,415,{43126,39502},{1,2},2}, [50936] = {38425,3,375,385,405,{33568},{6}}, [50938] = {38408,3,375,390,410,{33568},{12}}, [50939] = {38410,3,370,385,405,{33568},{12}}, @@ -2974,8 +3003,13 @@ if AtlasLoot:GameVersion_GE(AtlasLoot.WRATH_VERSION_NUM) then [52571] = {39084,2,370,375,385,{36916},{5}}, [52572] = {39083,2,360,370,380,{36916},{4}}, [52733] = {32399,3,375,385,405,{32428,22450,21886,22456,25700},{1,1,2,2,2}}, + [52738] = {37101,15,15,15,30,{39151},{1}}, + [52739] = {38682,15,35,75,100,{39469,39354},{1,2},2}, + [52840] = {39349,15,75,100,125,{39774,39354},{3,2},2}, + [52843] = {39469,15,35,45,75,{39151},{2}}, [53056] = {39520,6,350,375,400,{35949,35948},{2,1},5}, [53281] = {39690,9,350,366,385,{36916,37705},{3,1},2}, + [53462] = {39774,15,75,75,80,{39334},{2}}, [53771] = {35627,4,375,405,425,{35625},{1}}, [53773] = {36860,4,375,405,425,{35625},{1}}, [53774] = {35622,4,375,405,425,{36860},{1}}, @@ -3417,6 +3451,219 @@ if AtlasLoot:GameVersion_GE(AtlasLoot.WRATH_VERSION_NUM) then [56555] = {42725,2,375,435,455,{36913,35624},{14,1}}, [56556] = {42728,2,375,435,455,{36913,35627},{14,1}}, [56574] = {42551,9,375,450,460,{41163,38425,36927,35622,43102},{8,4,2,4,1}}, + [56943] = {40896,15,350,355,365,{43124,39502},{1,1}}, + [56944] = {40899,15,375,390,405,{43126,39502},{1,1}}, + [56945] = {40914,15,115,120,130,{43116,10648},{1,1}}, + [56946] = {40920,15,375,390,405,{43126,39502},{1,1}}, + [56947] = {40908,15,375,390,405,{43126,39502},{1,1}}, + [56948] = {40919,15,150,155,165,{43118,10648},{1,1}}, + [56949] = {40915,15,375,390,405,{43126,39502},{1,1}}, + [56950] = {40900,15,375,390,405,{43126,39502},{1,1}}, + [56951] = {40923,15,130,135,145,{43116,10648},{1,1}}, + [56952] = {40903,15,310,315,325,{43124,39502},{1,1}}, + [56953] = {40909,15,170,175,185,{43118,10648},{1,1}}, + [56954] = {40912,15,375,390,405,{43126,39502},{1,1}}, + [56955] = {40913,15,80,90,110,{39774,39354},{1,1}}, + [56956] = {40902,15,200,205,215,{43120,10648},{1,1}}, + [56957] = {40901,15,260,265,275,{43122,39501},{1,1}}, + [56958] = {40921,15,375,390,405,{43126,39502},{1,1}}, + [56959] = {40916,15,220,225,235,{43120,39501},{1,1}}, + [56960] = {40906,15,375,390,405,{43126,39502},{1,1}}, + [56961] = {40897,15,90,100,120,{39774,39354},{1,1}}, + [56963] = {40922,15,85,95,115,{39774,39354},{1,1}}, + [56965] = {44922,15,75,355,365,{39502,43126},{1,1}}, + [56968] = {42734,15,100,105,115,{43116,39354},{1,1}}, + [56971] = {42735,15,115,120,130,{43116,10648},{1,1}}, + [56972] = {42736,15,335,340,350,{43124,39502},{1,1}}, + [56973] = {42737,15,130,135,145,{43116,10648},{1,1}}, + [56974] = {42738,15,155,160,170,{43118,10648},{1,1}}, + [56975] = {42739,15,375,390,405,{43126,39502},{1,1}}, + [56976] = {42741,15,80,90,110,{39774,39354},{1,1}}, + [56977] = {42742,15,375,390,405,{43126,39502},{1,1}}, + [56978] = {42743,15,90,100,120,{39774,39354},{1,1}}, + [56979] = {42744,15,225,230,240,{43120,39501},{1,1}}, + [56980] = {42745,15,375,380,390,{43126,39502},{1,1}}, + [56981] = {42746,15,175,180,190,{43118,10648},{1,1}}, + [56982] = {42747,15,205,210,220,{43120,39501},{1,1}}, + [56983] = {42748,15,375,390,405,{43126,39502},{1,1}}, + [56984] = {42749,15,325,330,340,{43124,39502},{1,1}}, + [56985] = {42750,15,280,285,295,{43122,39501},{1,1}}, + [56986] = {42751,15,375,390,405,{43126,39502},{1,1}}, + [56987] = {42752,15,375,390,405,{43126,39502},{1,1}}, + [56988] = {42753,15,375,390,405,{43126,39502},{1,1}}, + [56989] = {42754,15,375,390,405,{43126,39502},{1,1}}, + [56990] = {44920,15,75,355,365,{39502,43126},{1,1}}, + [56991] = {44955,15,315,320,330,{43124,39502},{1,1}}, + [56994] = {42897,15,175,180,190,{43118,10648},{1,1}}, + [56995] = {42898,15,100,105,115,{43116,39354},{1,1}}, + [56996] = {42899,15,375,390,405,{43126,39502},{1,1}}, + [56997] = {42900,15,115,120,130,{43116,10648},{1,1}}, + [56998] = {42901,15,375,390,405,{43126,39502},{1,1}}, + [56999] = {42902,15,375,390,405,{43126,39502},{1,1}}, + [57000] = {42903,15,200,205,215,{43120,10648},{1,1}}, + [57001] = {42904,15,225,230,240,{43120,39501},{1,1}}, + [57002] = {42905,15,260,265,275,{43122,39501},{1,1}}, + [57003] = {42906,15,350,355,365,{43124,39502},{1,1}}, + [57004] = {42907,15,80,90,110,{39774,39354},{1,1}}, + [57005] = {42908,15,130,135,145,{43116,10648},{1,1}}, + [57006] = {42909,15,375,380,390,{43126,39502},{1,1}}, + [57007] = {42910,15,150,155,165,{43118,10648},{1,1}}, + [57008] = {42911,15,315,320,330,{43124,39502},{1,1}}, + [57009] = {42912,15,90,100,120,{39774,39354},{1,1}}, + [57010] = {42913,15,375,390,405,{43126,39502},{1,1}}, + [57011] = {42914,15,375,390,405,{43126,39502},{1,1}}, + [57012] = {42915,15,375,390,405,{43126,39502},{1,1}}, + [57013] = {42916,15,375,390,405,{43126,39502},{1,1}}, + [57014] = {42917,15,375,390,405,{43126,39502},{1,1}}, + [57019] = {41101,15,375,390,405,{43126,39502},{1,1}}, + [57020] = {41104,15,180,185,195,{43118,10648},{1,1}}, + [57021] = {41107,15,375,390,405,{43126,39502},{1,1}}, + [57022] = {41096,15,80,90,110,{39774,39354},{1,1}}, + [57023] = {41099,15,205,210,220,{43120,39501},{1,1}}, + [57024] = {41098,15,230,235,245,{43120,39501},{1,1}}, + [57025] = {41103,15,265,270,280,{43122,39501},{1,1}}, + [57026] = {41105,15,300,305,315,{43124,39501},{1,1}}, + [57027] = {41095,15,90,100,120,{39774,39354},{1,1}}, + [57028] = {41097,15,375,390,405,{43126,39502},{1,1}}, + [57029] = {41106,15,105,110,120,{43116,10648},{1,1}}, + [57030] = {41092,15,120,125,135,{43116,10648},{1,1}}, + [57031] = {41108,15,135,140,150,{43116,10648},{1,1}}, + [57032] = {41100,15,75,160,170,{43118,10648},{1,1}}, + [57033] = {41094,15,335,340,350,{43124,39502},{1,1}}, + [57034] = {41110,15,375,390,405,{43126,39502},{1,1}}, + [57035] = {41109,15,375,390,405,{43126,39502},{1,1}}, + [57036] = {41102,15,375,380,390,{43126,39502},{1,1}}, + [57112] = {42954,15,375,390,405,{43126,39502},{1,1}}, + [57113] = {42955,15,340,345,355,{43124,39502},{1,1}}, + [57114] = {42956,15,80,90,110,{39774,39354},{1,1}}, + [57115] = {42957,15,375,390,405,{43126,39502},{1,1}}, + [57116] = {42958,15,375,390,405,{43126,39502},{1,1}}, + [57117] = {42959,15,375,390,405,{43126,39502},{1,1}}, + [57119] = {42960,15,95,105,125,{39774,39354},{1,1}}, + [57120] = {42961,15,105,110,120,{43116,10648},{1,1}}, + [57121] = {42962,15,120,125,135,{43116,10648},{1,1}}, + [57122] = {42963,15,305,310,320,{43124,39501},{1,1}}, + [57123] = {42964,15,135,140,150,{43116,10648},{1,1}}, + [57124] = {42965,15,375,390,405,{43126,39502},{1,1}}, + [57125] = {42966,15,160,165,175,{43118,10648},{1,1}}, + [57126] = {42967,15,375,390,405,{43126,39502},{1,1}}, + [57127] = {42968,15,375,390,405,{43126,39502},{1,1}}, + [57128] = {42969,15,375,390,405,{43126,39502},{1,1}}, + [57129] = {42970,15,185,190,200,{43118,10648},{1,1}}, + [57130] = {42971,15,375,390,405,{43126,39502},{1,1}}, + [57131] = {42972,15,210,215,225,{43120,39501},{1,1}}, + [57132] = {42973,15,235,240,250,{43120,39501},{1,1}}, + [57133] = {42974,15,285,290,300,{43122,39501},{1,1}}, + [57151] = {43420,15,220,225,235,{43120,39501},{1,1}}, + [57152] = {43425,15,375,390,405,{43126,39502},{1,1}}, + [57153] = {43412,15,375,390,405,{43126,39502},{1,1}}, + [57154] = {43414,15,240,245,255,{43120,39501},{1,1}}, + [57155] = {43415,15,375,390,405,{43126,39502},{1,1}}, + [57156] = {43416,15,285,290,300,{43122,39501},{1,1}}, + [57157] = {43417,15,125,130,140,{43116,10648},{1,1}}, + [57158] = {43418,15,95,105,125,{39774,39354},{1,1}}, + [57159] = {43419,15,375,390,405,{43126,39502},{1,1}}, + [57160] = {43421,15,375,390,405,{43126,39502},{1,1}}, + [57161] = {43422,15,170,175,185,{43118,10648},{1,1}}, + [57162] = {43413,15,85,95,115,{39774,39354},{1,1}}, + [57163] = {43423,15,110,115,125,{43116,10648},{1,1}}, + [57164] = {43430,15,375,390,405,{43126,39502},{1,1}}, + [57165] = {43424,15,190,195,205,{43118,10648},{1,1}}, + [57166] = {43426,15,375,390,405,{43126,39502},{1,1}}, + [57167] = {43427,15,140,145,155,{43116,10648},{1,1}}, + [57168] = {43428,15,320,325,335,{43124,39502},{1,1}}, + [57169] = {43429,15,375,390,405,{43126,39502},{1,1}}, + [57170] = {43431,15,375,390,405,{43126,39502},{1,1}}, + [57172] = {43432,15,345,350,360,{43124,39502},{1,1}}, + [57181] = {42396,15,375,390,405,{43126,39502},{1,1}}, + [57183] = {42397,15,230,235,245,{43120,39501},{1,1}}, + [57184] = {42398,15,105,110,120,{43116,10648},{1,1}}, + [57185] = {42399,15,270,275,285,{43122,39501},{1,1}}, + [57186] = {42400,15,120,125,135,{43116,10648},{1,1}}, + [57187] = {42401,15,315,320,330,{43124,39502},{1,1}}, + [57188] = {42402,15,135,140,150,{43116,10648},{1,1}}, + [57189] = {42403,15,375,390,405,{43126,39502},{1,1}}, + [57190] = {42404,15,375,390,405,{43126,39502},{1,1}}, + [57191] = {42405,15,375,390,405,{43126,39502},{1,1}}, + [57192] = {42406,15,350,355,365,{43124,39502},{1,1}}, + [57193] = {42407,15,375,390,405,{43126,39502},{1,1}}, + [57194] = {42408,15,80,90,110,{39774,39354},{1,1}}, + [57195] = {42409,15,375,390,405,{43126,39502},{1,1}}, + [57196] = {42410,15,95,105,125,{39774,39354},{1,1}}, + [57197] = {42411,15,160,165,175,{43118,10648},{1,1}}, + [57198] = {42412,15,375,380,390,{43126,39502},{1,1}}, + [57199] = {42414,15,375,390,405,{43126,39502},{1,1}}, + [57200] = {42415,15,180,185,195,{43118,10648},{1,1}}, + [57201] = {42416,15,210,215,225,{43120,39501},{1,1}}, + [57202] = {42417,15,375,390,405,{43126,39502},{1,1}}, + [57207] = {43533,15,375,390,405,{43126,39502},{1,1}}, + [57208] = {43534,15,375,390,405,{43126,39502},{1,1}}, + [57209] = {43535,15,75,330,340,{43124,39502},{1,1}}, + [57210] = {43536,15,265,270,280,{43122,39501},{1,1}}, + [57211] = {43537,15,375,390,405,{43126,39502},{1,1}}, + [57212] = {43538,15,375,390,405,{43126,39502},{1,1}}, + [57213] = {43541,15,285,290,300,{43122,39501},{1,1}}, + [57214] = {43542,15,375,390,405,{43126,39502},{1,1}}, + [57215] = {43539,15,75,305,315,{43124,39501},{1,1}}, + [57216] = {43543,15,270,275,285,{43122,39501},{1,1}}, + [57217] = {43544,15,75,330,340,{43124,39502},{1,1}}, + [57218] = {43545,15,375,390,405,{43126,39502},{1,1}}, + [57219] = {43546,15,280,285,295,{43122,39501},{1,1}}, + [57220] = {43547,15,375,390,405,{43126,39502},{1,1}}, + [57221] = {43548,15,300,305,315,{43124,39501},{1,1}}, + [57222] = {43549,15,350,355,365,{43124,39502},{1,1}}, + [57223] = {43550,15,375,390,405,{43126,39502},{1,1}}, + [57224] = {43551,15,330,335,345,{43124,39502},{1,1}}, + [57225] = {43552,15,375,380,390,{43126,39502},{1,1}}, + [57226] = {43553,15,305,310,320,{43124,39502},{1,1}}, + [57227] = {43554,15,345,350,360,{43124,39502},{1,1}}, + [57228] = {43673,15,75,305,315,{43124,39501},{1,1}}, + [57229] = {43671,15,75,305,315,{43124,39501},{1,1}}, + [57230] = {43672,15,75,305,315,{43124,39501},{1,1}}, + [57231] = {42897,15,375,0,0,{39469,785,39354,10648,39501,39502},{1,1,1,1,1,1}}, + [57232] = {41517,15,375,390,405,{43126,39502},{1,1}}, + [57233] = {41518,15,375,390,405,{43126,39502},{1,1}}, + [57234] = {41524,15,375,390,400,{43126,39502},{1,1}}, + [57235] = {41526,15,375,390,405,{43126,39502},{1,1}}, + [57236] = {41527,15,300,305,315,{43124,39501},{1,1}}, + [57237] = {41529,15,375,390,405,{43126,39502},{1,1}}, + [57238] = {41530,15,110,115,125,{43116,10648},{1,1}}, + [57239] = {41531,15,85,95,115,{39774,39354},{1,1}}, + [57240] = {41532,15,125,130,140,{43116,10648},{1,1}}, + [57241] = {41547,15,185,190,200,{43118,10648},{1,1}}, + [57242] = {41533,15,215,220,230,{43120,39501},{1,1}}, + [57243] = {41534,15,375,390,405,{43126,39502},{1,1}}, + [57244] = {41535,15,235,240,250,{43120,39501},{1,1}}, + [57245] = {41536,15,140,145,155,{43116,10648},{1,1}}, + [57246] = {41537,15,95,105,125,{39774,39354},{1,1}}, + [57247] = {41538,15,375,390,405,{43126,39502},{1,1}}, + [57248] = {41539,15,375,380,390,{43126,39502},{1,1}}, + [57249] = {41540,15,165,170,180,{43118,10648},{1,1}}, + [57250] = {41552,15,375,390,405,{43126,39502},{1,1}}, + [57251] = {41541,15,275,280,290,{43122,39501},{1,1}}, + [57252] = {41542,15,330,335,345,{43124,39502},{1,1}}, + [57253] = {44923,15,75,355,365,{39502,43126},{1,1}}, + [57257] = {42453,15,350,355,365,{43124,39502},{1,1}}, + [57258] = {42454,15,375,390,405,{43126,39502},{1,1}}, + [57259] = {42455,15,85,95,115,{39774,39354},{1,1}}, + [57260] = {42456,15,375,390,405,{43126,39502},{1,1}}, + [57261] = {42457,15,375,390,405,{43126,39502},{1,1}}, + [57262] = {42458,15,125,130,140,{43116,10648},{1,1}}, + [57263] = {42459,15,375,390,405,{43126,39502},{1,1}}, + [57264] = {42460,15,375,390,405,{43126,39502},{1,1}}, + [57265] = {42461,15,110,115,125,{43116,10648},{1,1}}, + [57266] = {42462,15,95,105,125,{39774,39354},{1,1}}, + [57267] = {42463,15,375,390,405,{43126,39502},{1,1}}, + [57268] = {42464,15,375,390,405,{43126,39502},{1,1}}, + [57269] = {42465,15,140,145,155,{43116,10648},{1,1}}, + [57270] = {42466,15,215,220,230,{43120,39501},{1,1}}, + [57271] = {42467,15,165,170,180,{43118,10648},{1,1}}, + [57272] = {42468,15,275,280,290,{43122,39501},{1,1}}, + [57273] = {42469,15,375,390,405,{43126,39502},{1,1}}, + [57274] = {42470,15,240,245,255,{43120,39501},{1,1}}, + [57275] = {42471,15,325,330,340,{43124,39502},{1,1}}, + [57276] = {42472,15,375,390,405,{43126,39502},{1,1}}, + [57277] = {42473,15,190,195,205,{43118,10648},{1,1}}, [57421] = {34747,6,350,350,380,{43013},{1}}, [57423] = {43015,6,450,455,465,{41806,41809,41813,43007},{2,2,2,1}}, [57425] = {41266,4,375,440,450,{36917,36923,35623},{1,1,1}}, @@ -3440,6 +3687,20 @@ if AtlasLoot:GameVersion_GE(AtlasLoot.WRATH_VERSION_NUM) then [57696] = {nil,3,400,425,435,{44128},{1}}, [57699] = {nil,3,400,425,435,{44128},{1}}, [57701] = {nil,3,400,425,435,{44128},{1}}, + [57703] = {43115,15,85,85,95,{43103},{1}}, + [57704] = {43116,15,100,95,105,{39338},{2}}, + [57706] = {43117,15,125,125,135,{43104},{1}}, + [57707] = {43118,15,150,145,155,{39339},{2}}, + [57708] = {43119,15,175,170,180,{43105},{1}}, + [57709] = {43120,15,200,195,205,{39340},{2}}, + [57710] = {43121,15,225,220,230,{43106},{1}}, + [57711] = {43122,15,250,245,255,{39341},{2}}, + [57712] = {43123,15,275,290,300,{43107},{1}}, + [57713] = {43124,15,290,295,305,{39342},{2}}, + [57714] = {43125,15,325,320,330,{43108},{1}}, + [57715] = {43126,15,350,345,355,{39343},{2}}, + [57716] = {43127,15,375,370,380,{43109},{2}}, + [57719] = {42740,15,375,390,405,{43126,39502},{1,1}}, [58065] = {43268,6,350,350,415,{36782},{2}}, [58141] = {43244,14,350,380,420,{37701,36929},{2,1}}, [58142] = {43245,14,350,380,420,{37701,36923},{2,1}}, @@ -3451,6 +3712,74 @@ if AtlasLoot:GameVersion_GE(AtlasLoot.WRATH_VERSION_NUM) then [58148] = {43251,14,420,440,460,{41163,35627,36918},{2,3,1}}, [58149] = {43252,14,420,440,460,{41163,35623,36860},{2,1,2}}, [58150] = {43253,14,420,440,460,{41163,35622,36783},{2,1,4}}, + [58286] = {43316,15,75,105,115,{43116,39354},{1,1}}, + [58287] = {43334,15,75,155,165,{43118,10648},{1,1}}, + [58288] = {43331,15,105,105,115,{43116,39354},{1,1}}, + [58289] = {43332,15,75,80,90,{39774,39354},{1,1}}, + [58296] = {43335,15,75,80,90,{39774,39354},{1,1}}, + [58297] = {43355,15,75,205,215,{43120,10648},{1,1}}, + [58298] = {43356,15,75,80,90,{39774,39354},{1,1}}, + [58299] = {43338,15,75,80,90,{39774,39354},{1,1}}, + [58300] = {43354,15,75,80,90,{39774,39354},{1,1}}, + [58301] = {43350,15,80,80,90,{39774,39354},{1,1}}, + [58302] = {43351,15,155,155,165,{43118,10648},{1,1}}, + [58303] = {43339,15,75,80,90,{39774,39354},{1,1}}, + [58305] = {43357,15,75,105,115,{43116,39354},{1,1}}, + [58306] = {43359,15,80,80,90,{39774,39354},{1,1}}, + [58307] = {43360,15,75,130,140,{43116,10648},{1,1}}, + [58308] = {43364,15,75,80,90,{39774,39354},{1,1}}, + [58310] = {43361,15,75,80,90,{39774,39354},{1,1}}, + [58311] = {43365,15,75,105,115,{43116,39354},{1,1}}, + [58312] = {43366,15,75,80,90,{39774,39354},{1,1}}, + [58313] = {43367,15,75,80,90,{39774,39354},{1,1}}, + [58314] = {43340,15,75,80,90,{39774,39354},{1,1}}, + [58315] = {43368,15,75,105,115,{43116,39354},{1,1}}, + [58316] = {43369,15,75,155,165,{43118,10648},{1,1}}, + [58317] = {43342,15,75,80,90,{39774,39354},{1,1}}, + [58318] = {43371,15,75,80,90,{39774,39354},{1,1}}, + [58319] = {43370,15,75,180,190,{43118,10648},{1,1}}, + [58320] = {43373,15,75,105,115,{43116,39354},{1,1}}, + [58321] = {43372,15,75,155,165,{43118,10648},{1,1}}, + [58322] = {43374,15,75,355,365,{43126,39502},{1,1}}, + [58323] = {43379,15,75,80,90,{39774,39354},{1,1}}, + [58324] = {43376,15,75,130,140,{43116,10648},{1,1}}, + [58325] = {43377,15,75,105,115,{43116,39354},{1,1}}, + [58326] = {43343,15,75,80,90,{39774,39354},{1,1}}, + [58327] = {43378,15,75,205,215,{43120,10648},{1,1}}, + [58328] = {43380,15,75,130,140,{43116,10648},{1,1}}, + [58329] = {43381,15,75,155,165,{43118,10648},{1,1}}, + [58330] = {43385,15,75,155,165,{43118,10648},{1,1}}, + [58331] = {43344,15,75,130,140,{43116,10648},{1,1}}, + [58332] = {43386,15,75,105,115,{43116,39354},{1,1}}, + [58333] = {43388,15,75,155,165,{43118,10648},{1,1}}, + [58336] = {43389,15,75,105,115,{43116,39354},{1,1}}, + [58337] = {43390,15,75,80,90,{39774,39354},{1,1}}, + [58338] = {43392,15,75,155,165,{43118,10648},{1,1}}, + [58339] = {43393,15,75,155,165,{43118,10648},{1,1}}, + [58340] = {43391,15,75,130,140,{43116,10648},{1,1}}, + [58341] = {43394,15,355,355,365,{43126,39502},{1,1}}, + [58342] = {43395,15,75,80,90,{39774,39354},{1,1}}, + [58343] = {43396,15,75,80,90,{39774,39354},{1,1}}, + [58344] = {43397,15,75,80,90,{39774,39354},{1,1}}, + [58345] = {43398,15,105,105,115,{43116,39354},{1,1}}, + [58346] = {43399,15,75,80,90,{39774,39354},{1,1}}, + [58347] = {43400,15,330,330,340,{43124,39502},{1,1}}, + [58472] = {3012,15,15,35,45,{37101,39354},{2,1}}, + [58473] = {1477,15,85,85,95,{39774,39354},{1,1}}, + [58476] = {4425,15,175,180,190,{43118,10648},{1,2},5}, + [58478] = {10309,15,225,230,240,{43120,39501},{1,2},2}, + [58480] = {27498,15,270,275,285,{43122,39501},{1,2},2}, + [58481] = {33457,15,310,320,330,{43124,39501},{1,2},2}, + [58482] = {43463,15,370,375,385,{43126,39502},{1,2},2}, + [58483] = {43464,15,375,425,435,{43126,39502},{1,2},2}, + [58484] = {954,15,15,35,45,{37101,39354},{2,1}}, + [58485] = {2289,15,80,80,90,{39774,39354},{1,1}}, + [58486] = {4426,15,170,175,185,{43118,10648},{1,2},5}, + [58487] = {10310,15,220,225,235,{43120,39501},{1,2},2}, + [58488] = {27503,15,265,270,280,{43122,39501},{1,2},2}, + [58489] = {33462,15,305,315,325,{43124,39501},{1,2},2}, + [58490] = {43465,15,365,370,380,{43126,39502},{1,2},2}, + [58491] = {43466,15,375,420,430,{43126,39502},{1,2},2}, [58492] = {43482,14,420,440,460,{41163,36860},{4,4}}, [58507] = {43498,14,420,440,460,{41163,36860},{4,4}}, [58512] = {43490,6,350,350,365,{30817,43501},{2,1},5}, @@ -3459,9 +3788,16 @@ if AtlasLoot:GameVersion_GE(AtlasLoot.WRATH_VERSION_NUM) then [58525] = {43492,6,350,350,365,{41810,12808},{1,1},5}, [58527] = {43478,6,425,435,475,{41800,34736,41803,43007},{2,2,2,1}}, [58528] = {43480,6,425,435,475,{41813,43012,41809,43007},{2,2,2,1}}, + [58565] = {43515,15,110,125,150,{39354,43115,39774},{10,5,2}}, [58868] = {43570,4,375,415,420,{33448,40411},{10,1}}, [58871] = {43569,4,375,410,415,{33447,40411},{10,1}}, [58954] = {43582,14,420,440,460,{41163,35622,36860,43102},{2,3,3,1}}, + [59315] = {43674,15,75,155,165,{43118,10648},{1,1}}, + [59326] = {43725,15,105,105,115,{43116,39354},{1,1}}, + [59338] = {43825,15,310,315,325,{43124,39502},{1,1}}, + [59339] = {43826,15,320,325,335,{43124,39502},{1,1}}, + [59340] = {43827,15,340,345,355,{43124,39502},{1,1}}, + [59387] = {43850,15,200,205,215,{43120,10648},{2,1}}, [59405] = {43854,2,350,360,370,{36916},{4},10}, [59406] = {43853,2,375,435,445,{36913,41163},{4,1},20}, [59436] = {43860,2,375,400,410,{36916,36913},{6,5}}, @@ -3469,6 +3805,31 @@ if AtlasLoot:GameVersion_GE(AtlasLoot.WRATH_VERSION_NUM) then [59440] = {43865,2,375,410,420,{36913},{12}}, [59441] = {43870,2,375,420,430,{36913,37705},{14,1}}, [59442] = {43871,2,375,415,425,{36913,37702},{15,2}}, + [59475] = {43654,15,125,150,175,{43117,10648,43116},{5,10,2}}, + [59478] = {43655,15,125,150,175,{43117,10648,43116},{5,10,2}}, + [59480] = {44142,15,125,150,175,{43117,10648,43116},{2,1,1}}, + [59484] = {43656,15,175,200,210,{43119,10648,43118},{5,10,2}}, + [59486] = {43657,15,175,200,210,{43119,10648,43118},{5,10,2}}, + [59487] = {44161,15,175,200,210,{43119,10648,43118},{2,1,1}}, + [59488] = {39350,15,235,250,260,{43121,39501,43120},{1,2,1},2}, + [59489] = {43660,15,225,240,250,{43121,39501,43120},{5,10,2}}, + [59490] = {43661,15,225,240,250,{43121,43120,39501},{5,2,10}}, + [59491] = {44163,15,225,240,250,{43121,39501,43120},{2,1,1}}, + [59493] = {43663,15,275,290,300,{43123,39501,43122},{8,1,4}}, + [59494] = {43664,15,275,290,300,{43123,39501,43122},{8,10,4}}, + [59495] = {43666,15,325,340,350,{43125,39502,43124},{6,10,3}}, + [59496] = {43667,15,325,340,350,{43125,39502,43124},{6,10,3}}, + [59497] = {38322,15,375,425,450,{43127,39502,43102,43126},{5,10,1,2}}, + [59498] = {44210,15,375,425,450,{43127,39502,43102,43126},{5,10,1,2}}, + [59499] = {37602,15,200,210,220,{43120,10648},{1,2},2}, + [59500] = {43145,15,350,355,385,{43126,39502},{1,2},2}, + [59501] = {43146,15,375,405,415,{43126,39502},{3,2},2}, + [59502] = {44316,15,275,290,300,{43123,39501,43122},{5,1,2}}, + [59503] = {44317,15,325,350,380,{43125,39502,21886,43124},{3,1,3,1}}, + [59504] = {44318,15,375,450,475,{39502,43127,35625,43126},{1,6,3,3}}, + [59559] = {43867,15,375,390,405,{43126,39502},{1,1}}, + [59560] = {43868,15,375,390,405,{43126,39502},{1,1}}, + [59561] = {43869,15,375,390,405,{43126,39502},{1,1}}, [59582] = {43969,8,375,425,445,{41511,37702,37701,38426},{3,3,3,2}}, [59583] = {43974,8,375,425,445,{41511,37702,37701,38426},{3,3,3,2}}, [59584] = {43973,8,375,430,450,{41511,37702,37701,38426},{3,4,4,2}}, @@ -3482,6 +3843,8 @@ if AtlasLoot:GameVersion_GE(AtlasLoot.WRATH_VERSION_NUM) then [59625] = {43987,10,440,450,470,{34055,34052,34057},{6,6,6}}, [59636] = {nil,10,375,400,415,{34054,34055},{8,1}}, [59759] = {44063,14,375,430,450,{41163,36930,36933},{2,2,1}}, + [60336] = {44314,15,200,215,225,{10648,43120},{1,1}}, + [60337] = {44315,15,350,345,355,{43126,39502},{1,1}}, [60350] = {41163,4,375,420,440,{36913},{8}}, [60354] = {44325,4,375,415,430,{36904,36907,18256},{2,1,1}}, [60355] = {44327,4,375,415,430,{36901,36903,18256},{1,2,1}}, @@ -3599,15 +3962,23 @@ if AtlasLoot:GameVersion_GE(AtlasLoot.WRATH_VERSION_NUM) then [61008] = {43586,2,375,435,455,{36913,36860,35622,43102},{16,3,3,1}}, [61009] = {43587,2,375,430,450,{36913,36860,35622,43102},{12,2,2,1}}, [61010] = {43588,2,375,430,450,{36913,36860,35622,43102},{12,2,2,1}}, + [61117] = {nil,15,375,395,405,{43127},{1}}, + [61118] = {nil,15,375,395,405,{43127},{1}}, + [61119] = {nil,15,375,395,405,{43127},{1}}, + [61120] = {nil,15,375,395,405,{43127},{1}}, + [61177] = {nil,15,375,425,450,{43126,43127,39502},{3,1,5}}, + [61288] = {nil,15,75,125,150,{39469,39354},{1,2}}, [61471] = {44739,9,375,400,415,{39683,39681},{1,2}}, [61481] = {44740,9,375,425,440,{36913,33568,35627},{8,2,1}}, [61482] = {44741,9,375,425,440,{36913,33568,35627},{8,2,1}}, [61483] = {44742,9,375,425,440,{36913,33568,35627},{8,2,1}}, + [61677] = {44684,15,375,390,405,{43126,39502},{1,1}}, [62044] = {nil,6,100,150,175,{46784,44853},{1,1}}, [62045] = {nil,6,280,330,355,{44834,44853,44835},{1,2,1}}, [62049] = {nil,6,160,210,235,{44854,44853},{1,1}}, [62050] = {nil,6,1,90,115,{30816,44835},{1,1}}, [62051] = {nil,6,220,270,295,{44855,44853,44835},{1,1,1}}, + [62162] = {44928,15,375,380,390,{43126,39502},{1,1}}, [62176] = {44930,3,440,450,460,{38425,35623,35622,43102},{10,5,5,1}}, [62177] = {44931,3,440,450,460,{38425,35623,35622,43102},{12,6,6,1}}, [62202] = {44936,2,450,455,465,{41163,35627},{4,4}}, @@ -3650,7 +4021,72 @@ if AtlasLoot:GameVersion_GE(AtlasLoot.WRATH_VERSION_NUM) then [63765] = {nil,9,375,380,385,{33470,39682},{12,1}}, [63770] = {nil,9,375,400,405,{36913,35624},{4,2}}, [63924] = {45773,8,435,440,450,{41594,36908},{4,6}}, + [64051] = {45854,15,350,375,400,{43126,39502,35627},{5,10,3}}, + [64053] = {45849,15,350,375,400,{43126,39502,35625},{5,10,2}}, [64054] = {33004,6,250,250,300,{7974},{1}}, + [64246] = {45735,15,375,430,440,{39774,39354},{1,1}}, + [64247] = {45778,15,375,430,440,{39774,39354},{1,1}}, + [64248] = {45785,15,375,430,440,{39774,39354},{1,1}}, + [64249] = {45734,15,375,430,440,{43116,39354},{1,1}}, + [64250] = {45789,15,375,430,440,{43116,39354},{1,1}}, + [64251] = {45747,15,375,430,440,{43116,10648},{1,1}}, + [64252] = {45797,15,375,430,440,{43116,10648},{1,1}}, + [64253] = {45733,15,375,430,440,{43118,10648},{1,1}}, + [64254] = {45746,15,375,430,440,{43120,10648},{1,1}}, + [64255] = {45793,15,375,430,440,{43120,10648},{1,1}}, + [64256] = {45623,15,375,430,440,{43120,39501},{1,1}}, + [64257] = {45740,15,375,430,440,{43120,39501},{1,1}}, + [64258] = {45622,15,250,255,270,{43122,39501},{1,1}}, + [64259] = {45760,15,255,255,270,{43122,39501},{1,1}}, + [64260] = {45768,15,255,255,270,{43122,39501},{1,1}}, + [64261] = {45775,15,250,255,270,{43122,39501},{1,1}}, + [64262] = {45776,15,255,255,270,{43122,39501},{1,1}}, + [64266] = {45804,15,275,280,295,{43122,39501},{1,1}}, + [64267] = {45805,15,280,285,295,{43122,39501},{1,1}}, + [64268] = {45601,15,375,430,440,{43124,39502},{1,1}}, + [64270] = {45602,15,375,430,440,{43124,39502},{1,1}}, + [64271] = {45625,15,375,430,440,{43124,39502},{1,1}}, + [64273] = {45731,15,375,430,440,{43124,39502},{1,1}}, + [64274] = {45736,15,375,430,440,{43124,39502},{1,1}}, + [64275] = {45737,15,375,430,440,{43124,39502},{1,1}}, + [64276] = {45738,15,375,430,440,{43124,39502},{1,1}}, + [64277] = {45741,15,375,430,440,{43124,39502},{1,1}}, + [64278] = {45742,15,375,430,440,{43124,39502},{1,1}}, + [64279] = {45743,15,375,430,440,{43124,39502},{1,1}}, + [64280] = {45753,15,375,430,440,{43124,39502},{1,1}}, + [64281] = {45755,15,375,430,440,{43124,39502},{1,1}}, + [64282] = {45756,15,375,430,440,{43124,39502},{1,1}}, + [64283] = {45758,15,375,430,440,{43124,39502},{1,1}}, + [64284] = {45761,15,375,430,440,{43124,39502},{1,1}}, + [64285] = {45762,15,375,430,440,{43124,39502},{1,1}}, + [64286] = {45764,15,375,430,440,{43124,39502},{1,1}}, + [64287] = {45770,15,375,430,440,{43124,39502},{1,1}}, + [64288] = {45771,15,375,430,440,{43124,39502},{1,1}}, + [64289] = {45772,15,375,430,440,{43124,39502},{1,1}}, + [64291] = {45779,15,375,430,440,{43124,39502},{1,1}}, + [64294] = {45781,15,375,430,440,{43124,39502},{1,1}}, + [64295] = {45790,15,375,430,440,{43124,39502},{1,1}}, + [64296] = {45792,15,375,430,440,{43124,39502},{1,1}}, + [64297] = {45799,15,375,430,440,{43124,39502},{1,1}}, + [64298] = {45800,15,375,430,440,{43124,39502},{1,1}}, + [64299] = {45803,15,375,430,440,{43124,39502},{1,1}}, + [64300] = {45806,15,375,430,440,{43124,39502},{1,1}}, + [64302] = {45795,15,375,430,440,{43124,39502},{1,1}}, + [64303] = {45769,15,375,430,440,{43124,39502},{1,1}}, + [64304] = {45732,15,375,430,440,{43126,39502},{1,1}}, + [64305] = {45745,15,375,430,440,{43126,39502},{1,1}}, + [64307] = {45604,15,375,430,440,{43126,39502},{1,1}}, + [64308] = {45744,15,375,430,440,{43126,39502},{1,1}}, + [64309] = {45757,15,375,430,440,{43126,39502},{1,1}}, + [64310] = {45767,15,375,430,440,{43126,39502},{1,1}}, + [64311] = {45783,15,375,430,440,{43126,39502},{1,1}}, + [64312] = {45794,15,375,430,440,{43126,39502},{1,1}}, + [64313] = {45603,15,375,430,440,{43126,39502},{1,1}}, + [64314] = {45739,15,375,430,440,{43126,39502},{1,1}}, + [64315] = {45766,15,375,430,440,{43126,39502},{1,1}}, + [64316] = {45777,15,375,430,440,{43126,39502},{1,1}}, + [64317] = {45782,15,375,430,440,{43126,39502},{1,1}}, + [64318] = {45780,15,375,430,440,{43124,39502},{1,1}}, [64358] = {45932,6,375,400,425,{41805},{3}}, [64441] = {46026,10,450,455,465,{34057,34055,37663},{4,8,1}}, [64579] = {46098,10,450,455,465,{34057,34054,36918},{4,40,1}}, @@ -3661,6 +4097,7 @@ if AtlasLoot:GameVersion_GE(AtlasLoot.WRATH_VERSION_NUM) then [64728] = {45809,14,375,440,460,{41163,36918},{2,1}}, [64729] = {45811,8,375,405,415,{41511,42253,35624},{4,4,4}}, [64730] = {45810,8,375,410,420,{41511,42253,35627},{4,4,4}}, + [65245] = {46372,15,375,430,440,{43126,39354},{1,1}}, [65454] = {46691,6,1,30,40,{30817,1179},{1,1}}, [66034] = {nil,6,220,270,295,{46797,44853,44835},{1,1,1}}, [66035] = {nil,6,160,210,235,{46793,44853},{1,1}}, @@ -3783,11 +4220,14 @@ if AtlasLoot:GameVersion_GE(AtlasLoot.WRATH_VERSION_NUM) then [67146] = {47604,8,450,460,475,{41593,41595,34052,47556},{8,8,8,8}}, [67147] = {47588,8,450,460,475,{41594,47556},{12,4}}, [67326] = {47828,9,375,415,425,{36913,37702,37705},{6,3,3}}, + [67600] = {48720,15,100,105,115,{39774,39354},{1,1}}, [67790] = {48933,9,1,435,445,{39683,35623,36860,35622,39681,42546},{2,2,2,2,10,5}}, [67839] = {nil,9,375,410,420,{36913,39683},{8,1}}, [67920] = {48933,9,375,450,460,{41163,35627,35622,36860,35623},{8,2,2,2,2}}, [68067] = {49040,9,450,480,490,{18232,34113,40769,37663,36922,39681},{2,10,20,8,2,30}}, + [68166] = {49084,15,75,355,365,{43126,39502},{1,1}}, [68253] = {49110,14,450,440,465,{42225,34054},{1,5}}, + [69385] = {49632,15,375,425,460,{43127,39502},{1,5},5}, [69386] = {49633,3,375,440,470,{38425,38557},{8,8}}, [69388] = {49634,3,375,440,470,{38425,38561},{8,8}}, [69412] = {34057,10,375,445,450,{34057},{1}}, @@ -3810,6 +4250,9 @@ if AtlasLoot:GameVersion_GE(AtlasLoot.WRATH_VERSION_NUM) then [70566] = {49906,2,450,475,500,{37663,35622,36860,49908},{8,6,6,5}}, [70567] = {49904,2,450,475,500,{37663,35624,49908},{12,20,8}}, [70568] = {49907,2,450,475,500,{37663,35624,49908},{8,12,5}}, + [71015] = {50125,15,375,380,385,{43126,39502},{1,1}}, + [71101] = {50045,15,250,255,265,{43124,39502},{1,1}}, + [71102] = {50077,15,375,380,385,{43126,39502},{1,1}}, [71692] = {50816,10,375,385,400,{34054,44958},{1,3}}, [72952] = {52020,9,450,440,460,{37701},{2},1000}, [72953] = {52021,9,450,440,460,{37703},{2},1000}, diff --git a/AtlasLootClassic/Data/Recipe.lua b/AtlasLootClassic/Data/Recipe.lua index 0d80f5ae..7caebba1 100644 --- a/AtlasLootClassic/Data/Recipe.lua +++ b/AtlasLootClassic/Data/Recipe.lua @@ -2138,6 +2138,7 @@ if AtlasLoot:GameVersion_GE(AtlasLoot.WRATH_VERSION_NUM) then [45105] = {8,450,63206}, -- Pattern: Savior's Slippers [45774] = {8,435,63924}, -- Pattern: Emerald Bag [46027] = {10,450,64441}, -- Formula: Enchant Weapon - Blade Ward + [46108] = {15,350,64051}, -- Technique: Rituals of the New Moon [46348] = {10,450,64579}, -- Formula: Enchant Weapon - Blood Draining [46710] = {6,1,65454}, -- Recipe: Bread of the Dead [46803] = {6,1,66038}, -- Recipe: Spice Bread Stuffing @@ -2274,6 +2275,9 @@ if AtlasLoot:GameVersion_GE(AtlasLoot.WRATH_VERSION_NUM) then [49972] = {2,450,70566}, -- Plans: Hellfrozen Bonegrinders [49973] = {2,450,70567}, -- Plans: Pillars of Might [49974] = {2,450,70568}, -- Plans: Boots of Kingly Upheaval + [50166] = {15,250,71101}, -- Technique: Glyph of Eternal Water + [50167] = {15,375,71015}, -- Technique: Glyph of Rapid Rejuvenation + [50168] = {15,375,71102}, -- Technique: Glyph of Quick Decay [50406] = {10,375,71692}, -- Formula: Enchant Gloves - Angler [52022] = {9,450,72952}, -- Plans: Shatter Rounds [52023] = {9,450,72953}, -- Plans: Iceblade Arrow diff --git a/AtlasLootClassic/Locales/IngameLocales.lua b/AtlasLootClassic/Locales/IngameLocales.lua index a494409b..635bc6cd 100644 --- a/AtlasLootClassic/Locales/IngameLocales.lua +++ b/AtlasLootClassic/Locales/IngameLocales.lua @@ -87,6 +87,7 @@ local IngameLocales = { ["Skinning"] = GetSpellInfo(8618), ["Poisons"] = GetSpellInfo(2842), ["Jewelcrafting"] = GetSpellInfo(353970) or UNKNOWN, + ["Inscription"] = GetSpellInfo(45357) or UNKNOWN, -- sub Professions ["Armorsmith"] = GetSpellInfo(9788), diff --git a/AtlasLootClassic_Crafting/data-wrath.lua b/AtlasLootClassic_Crafting/data-wrath.lua index 771455e0..ce962ff4 100644 --- a/AtlasLootClassic_Crafting/data-wrath.lua +++ b/AtlasLootClassic_Crafting/data-wrath.lua @@ -1302,6 +1302,199 @@ data["JewelcraftingWrath"] = { } } +data["InscriptionWrath"] = { + name = ALIL["Inscription"], + ContentType = PROF_CONTENT, + LoadDifficulty = NORMAL_DIFF, + TableType = PROF_ITTYPE, + CorrespondingFields = private.INSCRIPTION_LINK, + items = { + { + name = AL["Scrolls"], + [NORMAL_DIFF] = { + { 1, 69385 }, -- Runescroll of Fortitude + { 3, 60337 }, -- Scroll of Recall III + { 4, 60336 }, -- Scroll of Recall II + { 5, 48248 }, -- Scroll of Recall + + { 16, 58483 }, -- Scroll of Agility VIII + { 17, 58482 }, -- Scroll of Agility VII + { 18, 58481 }, -- Scroll of Agility VI + { 19, 58480 }, -- Scroll of Agility V + { 20, 58478 }, -- Scroll of Agility IV + { 21, 58476 }, -- Scroll of Agility III + { 22, 58473 }, -- Scroll of Agility II + { 23, 58472 }, -- Scroll of Agility + + { 101, 50604 }, -- Scroll of Intellect VIII + { 102, 50603 }, -- Scroll of Intellect VII + { 103, 50602 }, -- Scroll of Intellect VI + { 104, 50601 }, -- Scroll of Intellect V + { 105, 50600 }, -- Scroll of Intellect IV + { 106, 50599 }, -- Scroll of Intellect III + { 107, 50598 }, -- Scroll of Intellect II + { 108, 48114 }, -- Scroll of Intellect + + { 116, 50611 }, -- Scroll of Spirit VIII + { 117, 50610 }, -- Scroll of Spirit VII + { 118, 50609 }, -- Scroll of Spirit VI + { 119, 50608 }, -- Scroll of Spirit V + { 120, 50607 }, -- Scroll of Spirit IV + { 121, 50606 }, -- Scroll of Spirit III + { 122, 50605 }, -- Scroll of Spirit II + { 123, 48116 }, -- Scroll of Spirit + + { 201, 50620 }, -- Scroll of Stamina VIII + { 202, 50619 }, -- Scroll of Stamina VII + { 203, 50618 }, -- Scroll of Stamina VI + { 204, 50617 }, -- Scroll of Stamina V + { 205, 50616 }, -- Scroll of Stamina IV + { 206, 50614 }, -- Scroll of Stamina III + { 207, 50612 }, -- Scroll of Stamina II + { 208, 45382 }, -- Scroll of Stamina + + { 216, 58491 }, -- Scroll of Strength VIII + { 217, 58490 }, -- Scroll of Strength VII + { 218, 58489 }, -- Scroll of Strength VI + { 219, 58488 }, -- Scroll of Strength V + { 220, 58487 }, -- Scroll of Strength IV + { 221, 58486 }, -- Scroll of Strength III + { 222, 58485 }, -- Scroll of Strength II + { 223, 58484 }, -- Scroll of Strength + } + }, + { + name = ALIL["Off Hand"], + [NORMAL_DIFF] = { + { 1, 59498 }, -- Faces of Doom + { 2, 59497 }, -- Iron-bound Tome + { 3, 64051 }, -- Rituals of the New Moon + { 4, 64053 }, -- Twilight Tome + { 5, 59496 }, -- Book of Clever Tricks + { 6, 59495 }, -- Hellfire Tome + { 7, 59494 }, -- Manual of Clouds + { 8, 59493 }, -- Stormbound Tome + { 9, 59490 }, -- Book of Stars + { 10, 59489 }, -- Fire Eater's Guide + { 11, 59486 }, -- Royal Guide of Escape Routes + { 12, 59484 }, -- Tome of Kings + { 13, 59478 }, -- Book of Survival + { 14, 59475 }, -- Tome of the Dawn + { 15, 58565 }, -- Mystic Tome + } + }, + { + name = AL["Cards"], + [NORMAL_DIFF] = { + { 1, 59504 }, -- Darkmoon Card of the North + { 2, 59503 }, -- Greater Darkmoon Card + { 3, 59502 }, -- Darkmoon Card + { 16, 59491 }, -- Shadowy Tarot + { 17, 59487 }, -- Arcane Tarot + { 18, 48247 }, -- Mysterious Tarot + { 19, 59480 }, -- Strange Tarot + } + }, + { + name = ALIL["WARRIOR"], + [NORMAL_DIFF] = { + { 1, 58347 }, -- Glyph of Mighty Victory + { 2, 58345 }, -- Glyph of Gushing Wound + { 3, 68166 }, -- Glyph of Thunder Strike + } + }, + { + name = ALIL["PALADIN"], + [NORMAL_DIFF] = { + { 1, 57032 }, -- Glyph of the Luminous Charger + { 2, 58316 }, -- Glyph of Fire From the Heavens + { 3, 58312 }, -- Glyph of Winged Vengeance + } + }, + { + name = ALIL["HUNTER"], + [NORMAL_DIFF] = { + { 1, 56948 }, -- Glyph of the Orca + { 2, 58287 }, -- Glyph of the Ursol Chameleon + } + }, + { + name = ALIL["ROGUE"], + [NORMAL_DIFF] = { + { 1, 64260 }, -- Glyph of Disguise + } + }, + { + name = ALIL["PRIEST"], + [NORMAL_DIFF] = { + { 1, 58320 }, -- Glyph of Shackle Undead + } + }, + { + name = ALIL["DEATHKNIGHT"], + [NORMAL_DIFF] = { + { 1, 57224 }, -- Glyph of Foul Menagerie + { 2, 57209 }, -- Glyph of the Geist + } + }, + { + name = ALIL["SHAMAN"], + [NORMAL_DIFF] = { + { 1, 64261 }, -- Glyph of Deluge + { 2, 58332 }, -- Glyph of the Spectral Wolf + } + }, + { + name = ALIL["MAGE"], + [NORMAL_DIFF] = { + { 1, 56986 }, -- Glyph of Crittermorph + } + }, + { + name = ALIL["WARLOCK"], + [NORMAL_DIFF] = { + { 1, 57263 }, -- Glyph of Felguard + { 2, 64250 }, -- Glyph of Crimson Banish + { 3, 58341 }, -- Glyph of Soulwell + } + }, + { + name = ALIL["DRUID"], + [NORMAL_DIFF] = { + { 1, 56948 }, -- Glyph of the Orca + { 2, 58287 }, -- Glyph of the Ursol Chameleon + } + }, + { + name = AL["Ink"], + [NORMAL_DIFF] = { + { 1, 57716 }, -- Snowfall Ink + { 2, 57715 }, -- Ink of the Sea + { 3, 57714 }, -- Darkflame Ink + { 4, 57713 }, -- Ethereal Ink + { 5, 57712 }, -- Ink of the Sky + { 6, 57711 }, -- Shimmering Ink + { 7, 57710 }, -- Fiery Ink + { 8, 57709 }, -- Celestial Ink + { 9, 57708 }, -- Royal Ink + { 10, 57707 }, -- Jadefire Ink + { 11, 57706 }, -- Dawnstar Ink + { 12, 57704 }, -- Lion's Ink + { 13, 57703 }, -- Hunter's Ink + { 14, 53462 }, -- Midnight Ink + { 15, 52843 }, -- Moonglow Ink + } + }, + { + name = AL["Misc"], + [NORMAL_DIFF] = { + { 1, 59387 }, -- Certificate of Ownership + { 16, 52739 }, -- Armor Vellum + } + }, + } +} + data["MiningWrath"] = { name = ALIL["Mining"], ContentType = PROF_GATH_CONTENT, @@ -1480,4 +1673,4 @@ data["FirstAidWrath"] = { } }, } -} \ No newline at end of file +} diff --git a/AtlasLootClassic_Crafting/private.lua b/AtlasLootClassic_Crafting/private.lua index c14a3a36..60736943 100644 --- a/AtlasLootClassic_Crafting/private.lua +++ b/AtlasLootClassic_Crafting/private.lua @@ -70,4 +70,8 @@ private.ROGUE_POISONS_LINK = { [AtlasLoot.CLASSIC_VERSION_NUM] = "RoguePoisons", [AtlasLoot.BC_VERSION_NUM] = "RoguePoisonsBC", [AtlasLoot.WRATH_VERSION_NUM] = "RoguePoisonsWrath", +} + +private.INSCRIPTION_LINK = { + [AtlasLoot.WRATH_VERSION_NUM] = "InscriptionWrath", } \ No newline at end of file diff --git a/AtlasLootClassic_Data/source-wrath.lua b/AtlasLootClassic_Data/source-wrath.lua index 216f0130..99c2a82f 100644 --- a/AtlasLootClassic_Data/source-wrath.lua +++ b/AtlasLootClassic_Data/source-wrath.lua @@ -46,13 +46,30 @@ local SOURCE_DATA = { }, ["ItemData"] = { [733] = {[3] = 9,[4] = 2543}, +[954] = {[3] = 18,[4] = 58484}, +[955] = {[3] = 18,[4] = 48114}, +[1180] = {[3] = 18,[4] = 45382}, +[1181] = {[3] = 18,[4] = 48116}, +[1477] = {[3] = 18,[4] = 58473}, +[1711] = {[3] = 18,[4] = 50612}, +[1712] = {[3] = 18,[4] = 50605}, +[2289] = {[3] = 18,[4] = 58485}, +[2290] = {[3] = 18,[4] = 50598}, [2314] = {[3] = 6,[4] = 2166}, +[2685] = {[3] = 9,[4] = 2548}, +[3012] = {[3] = 18,[4] = 58472}, +[3726] = {[3] = 9,[4] = 3397}, [3854] = {[3] = 5,[4] = 3497}, [3856] = {[3] = 5,[4] = 3500}, [4248] = {[3] = 6,[4] = 3765}, [4262] = {[3] = 6,[4] = 3778}, [4339] = {[3] = 11,[4] = 3865}, [4396] = {[3] = 12,[4] = 3969}, +[4419] = {[3] = 18,[4] = 50599}, +[4422] = {[3] = 18,[4] = 50614}, +[4424] = {[3] = 18,[4] = 50606}, +[4425] = {[3] = 18,[4] = 58476}, +[4426] = {[3] = 18,[4] = 58486}, [4534] = {[1] = 23,[2] = 15,[3] = 1,[5] = 3}, [4535] = {[1] = 23,[2] = 15,[3] = 1,[5] = 3}, [4536] = {[1] = 23,[2] = 15,[3] = 1,[5] = 3}, @@ -88,6 +105,7 @@ local SOURCE_DATA = { [4633] = {[1] = 23,[2] = 15,[3] = 1,[5] = 6}, [4634] = {[1] = 23,[2] = 15,[3] = 1,[5] = 6}, [4635] = {[1] = 23,[2] = 15,[3] = 1,[5] = 6}, +[5478] = {[3] = 9,[4] = 6417}, [6037] = {[3] = 10,[4] = 10098}, [7191] = {[3] = 12,[4] = 39895}, [7348] = {[3] = 6,[4] = 9145}, @@ -99,7 +117,13 @@ local SOURCE_DATA = { [8349] = {[3] = 6,[4] = 10647}, [8827] = {[3] = 7,[4] = 62410}, [10044] = {[3] = 11,[4] = 12088}, +[10306] = {[3] = 18,[4] = 50607}, +[10307] = {[3] = 18,[4] = 50616}, +[10308] = {[3] = 18,[4] = 50600}, +[10309] = {[3] = 18,[4] = 58478}, +[10310] = {[3] = 18,[4] = 58487}, [10576] = {[3] = 12,[4] = 12624}, +[10577] = {[3] = 12,[4] = 12716}, [11811] = {[3] = 13,[4] = 15596}, [12406] = {[3] = 5,[4] = 16643}, [12408] = {[3] = 5,[4] = 16644}, @@ -112,11 +136,13 @@ local SOURCE_DATA = { [12764] = {[3] = 5,[4] = 16960}, [12773] = {[3] = 5,[4] = 16969}, [12775] = {[3] = 5,[4] = 16971}, +[13453] = {[3] = 7,[4] = 17557}, [13506] = {[3] = 7,[4] = 17634}, [13510] = {[3] = 7,[4] = 17635}, [13511] = {[3] = 7,[4] = 17636}, [13512] = {[3] = 7,[4] = 17637}, [13513] = {[3] = 7,[4] = 17638}, +[13851] = {[3] = 9,[4] = 15856}, [13863] = {[3] = 11,[4] = 18417}, [13864] = {[3] = 11,[4] = 18423}, [13865] = {[3] = 11,[4] = 18438}, @@ -157,6 +183,7 @@ local SOURCE_DATA = { [16022] = {[3] = 12,[4] = 19830}, [16983] = {[3] = 6,[4] = 20854}, [16984] = {[3] = 6,[4] = 20855}, +[17771] = {[3] = 10,[4] = 22967}, [18238] = {[3] = 6,[4] = 22711}, [18508] = {[3] = 6,[4] = 22923}, [18509] = {[3] = 6,[4] = 22926}, @@ -181,10 +208,13 @@ local SOURCE_DATA = { [20380] = {[3] = 6,[4] = 24703}, [20961] = {[3] = 17,[4] = 25621}, [21023] = {[3] = 9,[4] = 25659}, +[21154] = {[3] = 11,[4] = 26403}, [21278] = {[3] = 6,[4] = 26279}, [21342] = {[3] = 11,[4] = 26087}, [21524] = {{[1] = 1,[2] = 4,[3] = 1,[5] = {2}},{[1] = 8,[2] = 2,[3] = 1,[5] = {2}}}, [21525] = {[1] = 9,[2] = 3,[3] = 1,[5] = {2}}, +[21542] = {[3] = 11,[4] = 26407}, +[21569] = {[3] = 12,[4] = 26442}, [21570] = {[3] = 12,[4] = 26443}, [21840] = {[3] = 11,[4] = 26745}, [21865] = {[3] = 11,[4] = 26781}, @@ -256,6 +286,11 @@ local SOURCE_DATA = { [25898] = {[3] = 17,[4] = 32868}, [25899] = {[3] = 17,[4] = 32869}, [25901] = {[3] = 17,[4] = 32870}, +[27498] = {[3] = 18,[4] = 58480}, +[27499] = {[3] = 18,[4] = 50601}, +[27501] = {[3] = 18,[4] = 50608}, +[27502] = {[3] = 18,[4] = 50617}, +[27503] = {[3] = 18,[4] = 58488}, [27667] = {[3] = 9,[4] = 33296}, [28104] = {[3] = 7,[4] = 33741}, [29970] = {[3] = 6,[4] = 36075}, @@ -309,9 +344,16 @@ local SOURCE_DATA = { [33330] = {11,3,1}, [33447] = {[3] = 7,[4] = 53836}, [33448] = {[3] = 7,[4] = 53837}, +[33457] = {[3] = 18,[4] = 58481}, +[33458] = {[3] = 18,[4] = 50602}, +[33460] = {[3] = 18,[4] = 50609}, +[33461] = {[3] = 18,[4] = 50618}, +[33462] = {[3] = 18,[4] = 58489}, [33568] = {[3] = 6,[4] = 64661}, +[34057] = {[3] = 13,[4] = 69412}, [34060] = {[3] = 12,[4] = 44155}, [34061] = {[3] = 12,[4] = 44157}, +[34125] = {[3] = 9,[4] = 44438}, [34220] = {[3] = 17,[4] = 44794}, [34358] = {[3] = 17,[4] = 46127}, [34359] = {[3] = 17,[4] = 46125}, @@ -319,6 +361,7 @@ local SOURCE_DATA = { [34361] = {[3] = 17,[4] = 46124}, [34362] = {[3] = 17,[4] = 46122}, [34363] = {[3] = 17,[4] = 46123}, +[34490] = {[3] = 6,[4] = 45117}, [34721] = {[3] = 4,[4] = 45545}, [34722] = {[3] = 4,[4] = 45546}, [34747] = {[3] = 9,[4] = 57421}, @@ -535,9 +578,16 @@ local SOURCE_DATA = { [37084] = {7,2,1}, [37086] = {7,2,1}, [37088] = {7,2,1}, +[37091] = {[3] = 18,[4] = 50603}, +[37092] = {[3] = 18,[4] = 50604}, +[37093] = {[3] = 18,[4] = 50619}, +[37094] = {[3] = 18,[4] = 50620}, [37095] = {7,2,1}, [37096] = {7,3,1}, +[37097] = {[3] = 18,[4] = 50610}, +[37098] = {[3] = 18,[4] = 50611}, [37099] = {7,3,1}, +[37101] = {[3] = 18,[4] = 52738}, [37105] = {7,3,1}, [37106] = {7,3,1}, [37107] = {7,4,1}, @@ -551,6 +601,7 @@ local SOURCE_DATA = { [37115] = {7,6,1}, [37116] = {7,6,1}, [37117] = {7,6,1}, +[37118] = {[3] = 18,[4] = 48248}, [37134] = {[1] = 8,[2] = 2,[3] = 1,[5] = 2}, [37135] = {[1] = 8,[2] = 2,[3] = 1,[5] = 2}, [37138] = {[1] = 8,[2] = 2,[3] = 1,[5] = 2}, @@ -567,6 +618,7 @@ local SOURCE_DATA = { [37165] = {[1] = 8,[2] = 5,[3] = 1,[5] = 2}, [37166] = {[1] = 8,[2] = 5,[3] = 1,[5] = 2}, [37167] = {[1] = 8,[2] = 5,[3] = 1,[5] = 2}, +[37168] = {[3] = 18,[4] = 48247}, [37169] = {[1] = 8,[2] = 5,[3] = 1,[5] = 2}, [37170] = {[1] = 8,[2] = 5,[3] = 1,[5] = 2}, [37171] = {[1] = 8,[2] = 5,[3] = 1,[5] = 2}, @@ -660,6 +712,7 @@ local SOURCE_DATA = { [37593] = {[1] = 1,[2] = 1,[3] = 1,[5] = 2}, [37594] = {[1] = 1,[2] = 1,[3] = 1,[5] = 2}, [37595] = {[1] = 1,[2] = 2,[3] = 1,[5] = 2}, +[37602] = {[3] = 18,[4] = 59499}, [37603] = {[3] = 13,[4] = 27951}, [37612] = {[1] = 1,[2] = 2,[3] = 1,[5] = 2}, [37613] = {[1] = 1,[2] = 2,[3] = 1,[5] = 2}, @@ -802,6 +855,7 @@ local SOURCE_DATA = { [37889] = {[1] = 10,[2] = 8,[3] = 1,[5] = 2}, [37890] = {[1] = 10,[2] = 8,[3] = 1,[5] = 2}, [37891] = {[1] = 10,[2] = 8,[3] = 1,[5] = 2}, +[38322] = {[3] = 18,[4] = 59497}, [38347] = {[3] = 6,[4] = 50971}, [38371] = {[3] = 6,[4] = 50964}, [38372] = {[3] = 6,[4] = 50966}, @@ -855,6 +909,7 @@ local SOURCE_DATA = { [38617] = {[1] = 6,[2] = 2,[3] = 1,[5] = 2}, [38618] = {[1] = 6,[2] = 2,[3] = 1,[5] = 2}, [38679] = {[3] = 13,[4] = 7418}, +[38682] = {[3] = 18,[4] = 52739}, [38766] = {[3] = 13,[4] = 7420}, [38767] = {[3] = 13,[4] = 7426}, [38768] = {[3] = 13,[4] = 7428}, @@ -1185,6 +1240,8 @@ local SOURCE_DATA = { [39311] = {[1] = 17,[2] = 7,[3] = 1,[5] = 3}, [39344] = {{[1] = 17,[2] = 8,[3] = 1,[5] = 3},{[1] = 17,[2] = 12,[3] = 1,[5] = 3}}, [39345] = {{[1] = 17,[2] = 8,[3] = 1,[5] = 3},{[1] = 17,[2] = 12,[3] = 1,[5] = 3}}, +[39349] = {[3] = 18,[4] = 52840}, +[39350] = {[3] = 18,[4] = 59488}, [39369] = {[1] = 17,[2] = 8,[3] = 1,[5] = 3}, [39379] = {{[1] = 17,[2] = 8,[3] = 1,[5] = 3},{[1] = 17,[2] = 12,[3] = 1,[5] = 3}}, [39386] = {[1] = 17,[2] = 8,[3] = 1,[5] = 3}, @@ -1221,6 +1278,7 @@ local SOURCE_DATA = { [39427] = {[1] = 17,[2] = 16,[3] = 1,[5] = 3}, [39467] = {[1] = 17,[2] = 16,[3] = 1,[5] = 3}, [39468] = {[1] = 17,[2] = 16,[3] = 1,[5] = 3}, +[39469] = {[3] = 18,[4] = 52843}, [39470] = {[1] = 17,[2] = 16,[3] = 1,[5] = 3}, [39472] = {[1] = 17,[2] = 16,[3] = 1,[5] = 3}, [39473] = {[1] = 17,[2] = 16,[3] = 1,[5] = 3}, @@ -1331,6 +1389,7 @@ local SOURCE_DATA = { [39683] = {[3] = 12,[4] = 56471}, [39688] = {[3] = 12,[4] = 54353}, [39690] = {[3] = 12,[4] = 53281}, +[39691] = {[3] = 9,[4] = 45547}, [39701] = {[1] = 17,[2] = 1,[3] = 1,[5] = 4}, [39702] = {[1] = 17,[2] = 1,[3] = 1,[5] = 4}, [39703] = {[1] = 17,[2] = 1,[3] = 1,[5] = 4}, @@ -1371,6 +1430,7 @@ local SOURCE_DATA = { [39766] = {[1] = 17,[2] = 3,[3] = 1,[5] = 4}, [39767] = {[1] = 17,[2] = 3,[3] = 1,[5] = 4}, [39768] = {{[1] = 17,[2] = 3,[3] = 1,[5] = 4},{[1] = 17,[2] = 12,[3] = 1,[5] = 4}}, +[39774] = {[3] = 18,[4] = 53462}, [39900] = {[3] = 17,[4] = 53831}, [39905] = {[3] = 17,[4] = 53832}, [39906] = {[3] = 17,[4] = 53835}, @@ -2018,8 +2078,29 @@ local SOURCE_DATA = { [40892] = {[3] = 12,[4] = 56459}, [40893] = {[3] = 12,[4] = 56461}, [40895] = {[3] = 12,[4] = 56473}, +[40896] = {[3] = 18,[4] = 56943}, +[40897] = {[3] = 18,[4] = 56961}, +[40899] = {[3] = 18,[4] = 56944}, +[40900] = {[3] = 18,[4] = 56950}, +[40901] = {[3] = 18,[4] = 56957}, +[40902] = {[3] = 18,[4] = 56956}, +[40903] = {[3] = 18,[4] = 56952}, [40904] = {[1] = 25,[2] = 1,[3] = 1,[5] = 3}, [40905] = {[1] = 25,[2] = 1,[3] = 1,[5] = 4}, +[40906] = {[3] = 18,[4] = 56960}, +[40908] = {[3] = 18,[4] = 56947}, +[40909] = {[3] = 18,[4] = 56953}, +[40912] = {[3] = 18,[4] = 56954}, +[40913] = {[3] = 18,[4] = 56955}, +[40914] = {[3] = 18,[4] = 56945}, +[40915] = {[3] = 18,[4] = 56949}, +[40916] = {[3] = 18,[4] = 56959}, +[40919] = {[3] = 18,[4] = 56948}, +[40920] = {[3] = 18,[4] = 56946}, +[40921] = {[3] = 18,[4] = 56958}, +[40922] = {[3] = 18,[4] = 56963}, +[40923] = {[3] = 18,[4] = 56951}, +[40924] = {[3] = 18,[4] = 48121}, [40925] = {[1] = 25,[2] = 1,[3] = 1,[5] = 3}, [40926] = {{[1] = 25,[2] = 1,[3] = 1,[5] = 4},{[1] = 25,[2] = 2,[3] = 1,[5] = 3}}, [40927] = {{[1] = 25,[2] = 2,[3] = 1,[5] = 4},{[1] = 25,[2] = 3,[3] = 1,[5] = 3}}, @@ -2083,6 +2164,24 @@ local SOURCE_DATA = { [41080] = {[1] = 25,[2] = 1,[3] = 1,[5] = 4}, [41085] = {[1] = 25,[2] = 1,[3] = 1,[5] = 3}, [41086] = {[1] = 25,[2] = 1,[3] = 1,[5] = 4}, +[41092] = {[3] = 18,[4] = 57030}, +[41094] = {[3] = 18,[4] = 57033}, +[41095] = {[3] = 18,[4] = 57027}, +[41096] = {[3] = 18,[4] = 57022}, +[41097] = {[3] = 18,[4] = 57028}, +[41098] = {[3] = 18,[4] = 57024}, +[41099] = {[3] = 18,[4] = 57023}, +[41100] = {[3] = 18,[4] = 57032}, +[41101] = {[3] = 18,[4] = 57019}, +[41102] = {[3] = 18,[4] = 57036}, +[41103] = {[3] = 18,[4] = 57025}, +[41104] = {[3] = 18,[4] = 57020}, +[41105] = {[3] = 18,[4] = 57026}, +[41106] = {[3] = 18,[4] = 57029}, +[41107] = {[3] = 18,[4] = 57021}, +[41108] = {[3] = 18,[4] = 57031}, +[41109] = {[3] = 18,[4] = 57035}, +[41110] = {[3] = 18,[4] = 57034}, [41112] = {[3] = 12,[4] = 56465}, [41113] = {[3] = 5,[4] = 55014}, [41114] = {[3] = 5,[4] = 55015}, @@ -2222,26 +2321,45 @@ local SOURCE_DATA = { [41513] = {[3] = 11,[4] = 55902}, [41515] = {[3] = 11,[4] = 55903}, [41516] = {[3] = 11,[4] = 59586}, +[41517] = {[3] = 18,[4] = 57232}, +[41518] = {[3] = 18,[4] = 57233}, [41519] = {[3] = 11,[4] = 56030}, [41520] = {[3] = 11,[4] = 55906}, [41521] = {[3] = 11,[4] = 55907}, [41522] = {[3] = 11,[4] = 55908}, [41523] = {[3] = 11,[4] = 55910}, +[41524] = {[3] = 18,[4] = 57234}, [41525] = {[3] = 11,[4] = 55911}, +[41526] = {[3] = 18,[4] = 57235}, +[41527] = {[3] = 18,[4] = 57236}, [41528] = {[3] = 11,[4] = 55913}, +[41529] = {[3] = 18,[4] = 57237}, +[41530] = {[3] = 18,[4] = 57238}, +[41531] = {[3] = 18,[4] = 57239}, +[41532] = {[3] = 18,[4] = 57240}, +[41533] = {[3] = 18,[4] = 57242}, +[41534] = {[3] = 18,[4] = 57243}, +[41535] = {[3] = 18,[4] = 57244}, +[41536] = {[3] = 18,[4] = 57245}, +[41537] = {[3] = 18,[4] = 57246}, +[41538] = {[3] = 18,[4] = 57247}, +[41539] = {[3] = 18,[4] = 57248}, +[41540] = {[3] = 18,[4] = 57249}, +[41541] = {[3] = 18,[4] = 57251}, +[41542] = {[3] = 18,[4] = 57252}, [41543] = {[3] = 11,[4] = 55914}, [41544] = {[3] = 11,[4] = 55924}, [41545] = {[3] = 11,[4] = 55922}, [41546] = {[3] = 11,[4] = 55919}, +[41547] = {[3] = 18,[4] = 57241}, [41548] = {[3] = 11,[4] = 55901}, [41549] = {[3] = 11,[4] = 55921}, [41550] = {[3] = 11,[4] = 55923}, [41551] = {[3] = 11,[4] = 55920}, +[41552] = {[3] = 18,[4] = 57250}, [41553] = {[3] = 11,[4] = 55925}, [41554] = {[3] = 11,[4] = 55941}, [41555] = {[3] = 11,[4] = 55943}, -[41593] = {[3] = 11,[4] = 56002}, -[41595] = {[3] = 11,[4] = 56003}, [41597] = {[3] = 11,[4] = 56004}, [41598] = {[3] = 11,[4] = 56006}, [41599] = {[3] = 11,[4] = 56007}, @@ -2426,12 +2544,54 @@ local SOURCE_DATA = { [42340] = {[3] = 17,[4] = 56197}, [42341] = {[3] = 17,[4] = 56199}, [42395] = {[3] = 17,[4] = 56201}, +[42396] = {[3] = 18,[4] = 57181}, +[42397] = {[3] = 18,[4] = 57183}, +[42398] = {[3] = 18,[4] = 57184}, +[42399] = {[3] = 18,[4] = 57185}, +[42400] = {[3] = 18,[4] = 57186}, +[42401] = {[3] = 18,[4] = 57187}, +[42402] = {[3] = 18,[4] = 57188}, +[42403] = {[3] = 18,[4] = 57189}, +[42404] = {[3] = 18,[4] = 57190}, +[42405] = {[3] = 18,[4] = 57191}, +[42406] = {[3] = 18,[4] = 57192}, +[42407] = {[3] = 18,[4] = 57193}, +[42408] = {[3] = 18,[4] = 57194}, +[42409] = {[3] = 18,[4] = 57195}, +[42410] = {[3] = 18,[4] = 57196}, +[42411] = {[3] = 18,[4] = 57197}, +[42412] = {[3] = 18,[4] = 57198}, [42413] = {[3] = 17,[4] = 56202}, +[42414] = {[3] = 18,[4] = 57199}, +[42415] = {[3] = 18,[4] = 57200}, +[42416] = {[3] = 18,[4] = 57201}, +[42417] = {[3] = 18,[4] = 57202}, [42418] = {[3] = 17,[4] = 56203}, [42420] = {[3] = 17,[4] = 56206}, [42421] = {[3] = 17,[4] = 56208}, [42435] = {[3] = 5,[4] = 56234}, [42443] = {[3] = 5,[4] = 56280}, +[42453] = {[3] = 18,[4] = 57257}, +[42454] = {[3] = 18,[4] = 57258}, +[42455] = {[3] = 18,[4] = 57259}, +[42456] = {[3] = 18,[4] = 57260}, +[42457] = {[3] = 18,[4] = 57261}, +[42458] = {[3] = 18,[4] = 57262}, +[42459] = {[3] = 18,[4] = 57263}, +[42460] = {[3] = 18,[4] = 57264}, +[42461] = {[3] = 18,[4] = 57265}, +[42462] = {[3] = 18,[4] = 57266}, +[42463] = {[3] = 18,[4] = 57267}, +[42464] = {[3] = 18,[4] = 57268}, +[42465] = {[3] = 18,[4] = 57269}, +[42466] = {[3] = 18,[4] = 57270}, +[42467] = {[3] = 18,[4] = 57271}, +[42468] = {[3] = 18,[4] = 57272}, +[42469] = {[3] = 18,[4] = 57273}, +[42470] = {[3] = 18,[4] = 57274}, +[42471] = {[3] = 18,[4] = 57275}, +[42472] = {[3] = 18,[4] = 57276}, +[42473] = {[3] = 18,[4] = 57277}, [42500] = {[3] = 5,[4] = 56357}, [42508] = {[3] = 5,[4] = 56400}, [42546] = {[3] = 12,[4] = 56477}, @@ -2460,7 +2620,70 @@ local SOURCE_DATA = { [42729] = {[3] = 5,[4] = 56551}, [42730] = {[3] = 5,[4] = 56552}, [42731] = {[3] = 6,[4] = 60660}, +[42734] = {[3] = 18,[4] = 56968}, +[42735] = {[3] = 18,[4] = 56971}, +[42736] = {[3] = 18,[4] = 56972}, +[42737] = {[3] = 18,[4] = 56973}, +[42738] = {[3] = 18,[4] = 56974}, +[42739] = {[3] = 18,[4] = 56975}, +[42740] = {[3] = 18,[4] = 57719}, +[42741] = {[3] = 18,[4] = 56976}, +[42742] = {[3] = 18,[4] = 56977}, +[42743] = {[3] = 18,[4] = 56978}, +[42744] = {[3] = 18,[4] = 56979}, +[42745] = {[3] = 18,[4] = 56980}, +[42746] = {[3] = 18,[4] = 56981}, +[42747] = {[3] = 18,[4] = 56982}, +[42748] = {[3] = 18,[4] = 56983}, +[42749] = {[3] = 18,[4] = 56984}, +[42750] = {[3] = 18,[4] = 56985}, +[42751] = {[3] = 18,[4] = 56986}, +[42752] = {[3] = 18,[4] = 56987}, +[42753] = {[3] = 18,[4] = 56988}, +[42754] = {[3] = 18,[4] = 56989}, +[42897] = {[3] = 18,[4] = 56994}, +[42898] = {[3] = 18,[4] = 56995}, +[42899] = {[3] = 18,[4] = 56996}, +[42900] = {[3] = 18,[4] = 56997}, +[42901] = {[3] = 18,[4] = 56998}, +[42902] = {[3] = 18,[4] = 56999}, +[42903] = {[3] = 18,[4] = 57000}, +[42904] = {[3] = 18,[4] = 57001}, +[42905] = {[3] = 18,[4] = 57002}, +[42906] = {[3] = 18,[4] = 57003}, +[42907] = {[3] = 18,[4] = 57004}, +[42908] = {[3] = 18,[4] = 57005}, +[42909] = {[3] = 18,[4] = 57006}, +[42910] = {[3] = 18,[4] = 57007}, +[42911] = {[3] = 18,[4] = 57008}, +[42912] = {[3] = 18,[4] = 57009}, +[42913] = {[3] = 18,[4] = 57010}, +[42914] = {[3] = 18,[4] = 57011}, +[42915] = {[3] = 18,[4] = 57012}, +[42916] = {[3] = 18,[4] = 57013}, +[42917] = {[3] = 18,[4] = 57014}, [42942] = {[3] = 9,[4] = 45569}, +[42954] = {[3] = 18,[4] = 57112}, +[42955] = {[3] = 18,[4] = 57113}, +[42956] = {[3] = 18,[4] = 57114}, +[42957] = {[3] = 18,[4] = 57115}, +[42958] = {[3] = 18,[4] = 57116}, +[42959] = {[3] = 18,[4] = 57117}, +[42960] = {[3] = 18,[4] = 57119}, +[42961] = {[3] = 18,[4] = 57120}, +[42962] = {[3] = 18,[4] = 57121}, +[42963] = {[3] = 18,[4] = 57122}, +[42964] = {[3] = 18,[4] = 57123}, +[42965] = {[3] = 18,[4] = 57124}, +[42966] = {[3] = 18,[4] = 57125}, +[42967] = {[3] = 18,[4] = 57126}, +[42968] = {[3] = 18,[4] = 57127}, +[42969] = {[3] = 18,[4] = 57128}, +[42970] = {[3] = 18,[4] = 57129}, +[42971] = {[3] = 18,[4] = 57130}, +[42972] = {[3] = 18,[4] = 57131}, +[42973] = {[3] = 18,[4] = 57132}, +[42974] = {[3] = 18,[4] = 57133}, [42993] = {[3] = 9,[4] = 57433}, [42994] = {[3] = 9,[4] = 57434}, [42995] = {[3] = 9,[4] = 57436}, @@ -2474,11 +2697,26 @@ local SOURCE_DATA = { [43005] = {[3] = 9,[4] = 57440}, [43015] = {[3] = 9,[4] = 57423}, [43085] = {[1] = 7,[2] = 4,[3] = 1,[5] = 2}, +[43115] = {[3] = 18,[4] = 57703}, +[43116] = {[3] = 18,[4] = 57704}, +[43117] = {[3] = 18,[4] = 57706}, +[43118] = {[3] = 18,[4] = 57707}, +[43119] = {[3] = 18,[4] = 57708}, +[43120] = {[3] = 18,[4] = 57709}, +[43121] = {[3] = 18,[4] = 57710}, +[43122] = {[3] = 18,[4] = 57711}, +[43123] = {[3] = 18,[4] = 57712}, +[43124] = {[3] = 18,[4] = 57713}, +[43125] = {[3] = 18,[4] = 57714}, +[43126] = {[3] = 18,[4] = 57715}, +[43127] = {[3] = 18,[4] = 57716}, [43129] = {[3] = 6,[4] = 60649}, [43130] = {[3] = 6,[4] = 60651}, [43131] = {[3] = 6,[4] = 60652}, [43132] = {[3] = 6,[4] = 60655}, [43133] = {[3] = 6,[4] = 60658}, +[43145] = {[3] = 18,[4] = 59500}, +[43146] = {[3] = 18,[4] = 59501}, [43151] = {5,4,1}, [43244] = {[3] = 17,[4] = 58141}, [43245] = {[3] = 17,[4] = 58142}, @@ -2522,15 +2760,67 @@ local SOURCE_DATA = { [43311] = {[1] = 4,[2] = 4,[3] = 1,[5] = 2}, [43312] = {[1] = 4,[2] = 4,[3] = 1,[5] = 2}, [43313] = {[1] = 4,[2] = 4,[3] = 1,[5] = 2}, +[43316] = {[3] = 18,[4] = 58286}, +[43331] = {[3] = 18,[4] = 58288}, +[43332] = {[3] = 18,[4] = 58289}, +[43334] = {[3] = 18,[4] = 58287}, +[43335] = {[3] = 18,[4] = 58296}, +[43338] = {[3] = 18,[4] = 58299}, +[43339] = {[3] = 18,[4] = 58303}, +[43340] = {[3] = 18,[4] = 58314}, +[43342] = {[3] = 18,[4] = 58317}, +[43343] = {[3] = 18,[4] = 58326}, +[43344] = {[3] = 18,[4] = 58331}, [43345] = {[1] = 19,[2] = 1,[3] = 1,[5] = {3,4}}, [43346] = {[1] = 19,[2] = 1,[3] = 1,[5] = 4}, [43347] = {[1] = 19,[2] = 1,[3] = 1,[5] = 3}, +[43350] = {[3] = 18,[4] = 58301}, +[43351] = {[3] = 18,[4] = 58302}, [43353] = {10,2,1}, +[43354] = {[3] = 18,[4] = 58300}, +[43355] = {[3] = 18,[4] = 58297}, +[43356] = {[3] = 18,[4] = 58298}, +[43357] = {[3] = 18,[4] = 58305}, [43358] = {10,2,1}, +[43359] = {[3] = 18,[4] = 58306}, +[43360] = {[3] = 18,[4] = 58307}, +[43361] = {[3] = 18,[4] = 58310}, [43363] = {10,1,1}, +[43364] = {[3] = 18,[4] = 58308}, +[43365] = {[3] = 18,[4] = 58311}, +[43366] = {[3] = 18,[4] = 58312}, +[43367] = {[3] = 18,[4] = 58313}, +[43368] = {[3] = 18,[4] = 58315}, +[43369] = {[3] = 18,[4] = 58316}, +[43370] = {[3] = 18,[4] = 58319}, +[43371] = {[3] = 18,[4] = 58318}, +[43372] = {[3] = 18,[4] = 58321}, +[43373] = {[3] = 18,[4] = 58320}, +[43374] = {[3] = 18,[4] = 58322}, [43375] = {10,1,1}, +[43376] = {[3] = 18,[4] = 58324}, +[43377] = {[3] = 18,[4] = 58325}, +[43378] = {[3] = 18,[4] = 58327}, +[43379] = {[3] = 18,[4] = 58323}, +[43380] = {[3] = 18,[4] = 58328}, +[43381] = {[3] = 18,[4] = 58329}, [43382] = {10,5,1}, +[43385] = {[3] = 18,[4] = 58330}, +[43386] = {[3] = 18,[4] = 58332}, [43387] = {10,5,1}, +[43388] = {[3] = 18,[4] = 58333}, +[43389] = {[3] = 18,[4] = 58336}, +[43390] = {[3] = 18,[4] = 58337}, +[43391] = {[3] = 18,[4] = 58340}, +[43392] = {[3] = 18,[4] = 58338}, +[43393] = {[3] = 18,[4] = 58339}, +[43394] = {[3] = 18,[4] = 58341}, +[43395] = {[3] = 18,[4] = 58342}, +[43396] = {[3] = 18,[4] = 58343}, +[43397] = {[3] = 18,[4] = 58344}, +[43398] = {[3] = 18,[4] = 58345}, +[43399] = {[3] = 18,[4] = 58346}, +[43400] = {[3] = 18,[4] = 58347}, [43401] = {[1] = 10,[2] = 4,[3] = 1,[5] = 2}, [43402] = {[1] = 10,[2] = 2,[3] = 1,[5] = 2}, [43403] = {[1] = 10,[2] = 2,[3] = 1,[5] = 2}, @@ -2542,6 +2832,27 @@ local SOURCE_DATA = { [43409] = {[1] = 10,[2] = 5,[3] = 1,[5] = 2}, [43410] = {[1] = 10,[2] = 5,[3] = 1,[5] = 2}, [43411] = {2,3,1}, +[43412] = {[3] = 18,[4] = 57153}, +[43413] = {[3] = 18,[4] = 57162}, +[43414] = {[3] = 18,[4] = 57154}, +[43415] = {[3] = 18,[4] = 57155}, +[43416] = {[3] = 18,[4] = 57156}, +[43417] = {[3] = 18,[4] = 57157}, +[43418] = {[3] = 18,[4] = 57158}, +[43419] = {[3] = 18,[4] = 57159}, +[43420] = {[3] = 18,[4] = 57151}, +[43421] = {[3] = 18,[4] = 57160}, +[43422] = {[3] = 18,[4] = 57161}, +[43423] = {[3] = 18,[4] = 57163}, +[43424] = {[3] = 18,[4] = 57165}, +[43425] = {[3] = 18,[4] = 57152}, +[43426] = {[3] = 18,[4] = 57166}, +[43427] = {[3] = 18,[4] = 57167}, +[43428] = {[3] = 18,[4] = 57168}, +[43429] = {[3] = 18,[4] = 57169}, +[43430] = {[3] = 18,[4] = 57164}, +[43431] = {[3] = 18,[4] = 57170}, +[43432] = {[3] = 18,[4] = 57172}, [43433] = {[3] = 6,[4] = 60702}, [43434] = {[3] = 6,[4] = 60703}, [43435] = {[3] = 6,[4] = 60704}, @@ -2568,6 +2879,10 @@ local SOURCE_DATA = { [43458] = {[3] = 6,[4] = 60754}, [43459] = {[3] = 6,[4] = 60755}, [43461] = {[3] = 6,[4] = 60756}, +[43463] = {[3] = 18,[4] = 58482}, +[43464] = {[3] = 18,[4] = 58483}, +[43465] = {[3] = 18,[4] = 58490}, +[43466] = {[3] = 18,[4] = 58491}, [43469] = {[3] = 6,[4] = 60757}, [43478] = {[3] = 9,[4] = 58527}, [43480] = {[3] = 9,[4] = 58528}, @@ -2582,6 +2897,28 @@ local SOURCE_DATA = { [43498] = {[3] = 17,[4] = 58507}, [43500] = {[1] = 10,[2] = 7,[3] = 1,[5] = 2}, [43502] = {[3] = 6,[4] = 60761}, +[43515] = {[3] = 18,[4] = 58565}, +[43533] = {[3] = 18,[4] = 57207}, +[43534] = {[3] = 18,[4] = 57208}, +[43535] = {[3] = 18,[4] = 57209}, +[43536] = {[3] = 18,[4] = 57210}, +[43537] = {[3] = 18,[4] = 57211}, +[43538] = {[3] = 18,[4] = 57212}, +[43539] = {[3] = 18,[4] = 57215}, +[43541] = {[3] = 18,[4] = 57213}, +[43542] = {[3] = 18,[4] = 57214}, +[43543] = {[3] = 18,[4] = 57216}, +[43544] = {[3] = 18,[4] = 57217}, +[43545] = {[3] = 18,[4] = 57218}, +[43546] = {[3] = 18,[4] = 57219}, +[43547] = {[3] = 18,[4] = 57220}, +[43548] = {[3] = 18,[4] = 57221}, +[43549] = {[3] = 18,[4] = 57222}, +[43550] = {[3] = 18,[4] = 57223}, +[43551] = {[3] = 18,[4] = 57224}, +[43552] = {[3] = 18,[4] = 57225}, +[43553] = {[3] = 18,[4] = 57226}, +[43554] = {[3] = 18,[4] = 57227}, [43565] = {[3] = 6,[4] = 60640}, [43566] = {[3] = 6,[4] = 60637}, [43569] = {[3] = 7,[4] = 58871}, @@ -2599,11 +2936,33 @@ local SOURCE_DATA = { [43593] = {[3] = 6,[4] = 60999}, [43594] = {[3] = 6,[4] = 61000}, [43595] = {[3] = 6,[4] = 61002}, +[43654] = {[3] = 18,[4] = 59475}, +[43655] = {[3] = 18,[4] = 59478}, +[43656] = {[3] = 18,[4] = 59484}, +[43657] = {[3] = 18,[4] = 59486}, +[43660] = {[3] = 18,[4] = 59489}, +[43661] = {[3] = 18,[4] = 59490}, +[43663] = {[3] = 18,[4] = 59493}, +[43664] = {[3] = 18,[4] = 59494}, +[43666] = {[3] = 18,[4] = 59495}, +[43667] = {[3] = 18,[4] = 59496}, +[43671] = {[3] = 18,[4] = 57229}, +[43672] = {[3] = 18,[4] = 57230}, +[43673] = {[3] = 18,[4] = 57228}, +[43674] = {[3] = 18,[4] = 59315}, +[43725] = {[3] = 18,[4] = 59326}, +[43825] = {[3] = 18,[4] = 59338}, +[43826] = {[3] = 18,[4] = 59339}, +[43827] = {[3] = 18,[4] = 59340}, +[43850] = {[3] = 18,[4] = 59387}, [43853] = {[3] = 5,[4] = 59406}, [43854] = {[3] = 5,[4] = 59405}, [43860] = {[3] = 5,[4] = 59436}, [43864] = {[3] = 5,[4] = 59438}, [43865] = {[3] = 5,[4] = 59440}, +[43867] = {[3] = 18,[4] = 59559}, +[43868] = {[3] = 18,[4] = 59560}, +[43869] = {[3] = 18,[4] = 59561}, [43870] = {[3] = 5,[4] = 59441}, [43871] = {[3] = 5,[4] = 59442}, [43951] = {[1] = 7,[2] = 5,[3] = 1,[5] = 2}, @@ -2640,8 +2999,17 @@ local SOURCE_DATA = { [44011] = {[1] = 19,[2] = 2,[3] = 1,[5] = 4}, [44063] = {[3] = 17,[4] = 59759}, [44083] = {{[1] = 25,[2] = 3,[3] = 1,[5] = {3,4}},{[1] = 25,[2] = 4,[3] = 1,[5] = {3,4}}}, +[44142] = {[3] = 18,[4] = 59480}, [44151] = {[1] = 12,[2] = 3,[3] = 1,[5] = 2}, +[44161] = {[3] = 18,[4] = 59487}, +[44163] = {[3] = 18,[4] = 59491}, +[44210] = {[3] = 18,[4] = 59498}, [44211] = {[3] = 11,[4] = 55904}, +[44314] = {[3] = 18,[4] = 60336}, +[44315] = {[3] = 18,[4] = 60337}, +[44316] = {[3] = 18,[4] = 59502}, +[44317] = {[3] = 18,[4] = 59503}, +[44318] = {[3] = 18,[4] = 59504}, [44322] = {[3] = 7,[4] = 60396}, [44323] = {[3] = 7,[4] = 60403}, [44324] = {[3] = 7,[4] = 60405}, @@ -2697,11 +3065,16 @@ local SOURCE_DATA = { [44662] = 44651, [44664] = 44651, [44665] = 44651, +[44684] = {[3] = 18,[4] = 61677}, [44739] = {[3] = 12,[4] = 61471}, [44740] = {[3] = 12,[4] = 61481}, [44741] = {[3] = 12,[4] = 61482}, [44742] = {[3] = 12,[4] = 61483}, [44815] = {[3] = 13,[4] = 44575}, +[44920] = {[3] = 18,[4] = 56990}, +[44922] = {[3] = 18,[4] = 56965}, +[44923] = {[3] = 18,[4] = 57253}, +[44928] = {[3] = 18,[4] = 62162}, [44930] = {[3] = 6,[4] = 62176}, [44931] = {[3] = 6,[4] = 62177}, [44936] = {[3] = 5,[4] = 62202}, @@ -2712,6 +3085,7 @@ local SOURCE_DATA = { [44949] = {[3] = 12,[4] = 62271}, [44951] = {[3] = 12,[4] = 56468}, [44953] = {[3] = 9,[4] = 62350}, +[44955] = {[3] = 18,[4] = 56991}, [44958] = {[3] = 7,[4] = 62409}, [44963] = {[3] = 6,[4] = 62448}, [44990] = {{[1] = 13,[2] = 1,[3] = 1,[5] = 2},{[1] = 13,[2] = 2,[3] = 1,[5] = 2},{[1] = 13,[2] = 3,[3] = 1,[5] = 2},{[1] = 13,[2] = 4,[3] = 1,[5] = 2}}, @@ -3112,6 +3486,10 @@ local SOURCE_DATA = { [45588] = 46053, [45594] = {[1] = 20,[2] = 8,[3] = 1,[5] = 4}, [45599] = {[1] = 20,[2] = 8,[3] = 1,[5] = 4}, +[45601] = {[3] = 18,[4] = 64268}, +[45602] = {[3] = 18,[4] = 64270}, +[45603] = {[3] = 18,[4] = 64313}, +[45604] = {[3] = 18,[4] = 64307}, [45605] = {[1] = 20,[2] = 15,[3] = 1,[5] = 4}, [45607] = {{[1] = 20,[2] = 5,[3] = 1,[5] = 4},{[1] = 20,[2] = 8,[3] = 1,[5] = 4}}, [45608] = 46053, @@ -3128,6 +3506,9 @@ local SOURCE_DATA = { [45619] = {[1] = 20,[2] = 8,[3] = 1,[5] = 4}, [45620] = {{[1] = 20,[2] = 8,[3] = 1,[5] = 4},{[1] = 20,[2] = 11,[3] = 1,[5] = 4}}, [45621] = {[3] = 7,[4] = 63732}, +[45622] = {[3] = 18,[4] = 64258}, +[45623] = {[3] = 18,[4] = 64256}, +[45625] = {[3] = 18,[4] = 64271}, [45626] = {[3] = 11,[4] = 63742}, [45627] = {[3] = 17,[4] = 63743}, [45628] = {[3] = 13,[4] = 63746}, @@ -3191,11 +3572,67 @@ local SOURCE_DATA = { [45711] = {[1] = 20,[2] = 7,[3] = 1,[5] = 3}, [45712] = {[1] = 20,[2] = 7,[3] = 1,[5] = 3}, [45713] = {[1] = 20,[2] = 7,[3] = 1,[5] = 3}, +[45731] = {[3] = 18,[4] = 64273}, +[45732] = {[3] = 18,[4] = 64304}, +[45733] = {[3] = 18,[4] = 64253}, +[45734] = {[3] = 18,[4] = 64249}, +[45735] = {[3] = 18,[4] = 64246}, +[45736] = {[3] = 18,[4] = 64274}, +[45737] = {[3] = 18,[4] = 64275}, +[45738] = {[3] = 18,[4] = 64276}, +[45739] = {[3] = 18,[4] = 64314}, +[45740] = {[3] = 18,[4] = 64257}, +[45741] = {[3] = 18,[4] = 64277}, +[45742] = {[3] = 18,[4] = 64278}, +[45743] = {[3] = 18,[4] = 64279}, +[45744] = {[3] = 18,[4] = 64308}, +[45745] = {[3] = 18,[4] = 64305}, +[45746] = {[3] = 18,[4] = 64254}, +[45747] = {[3] = 18,[4] = 64251}, +[45753] = {[3] = 18,[4] = 64280}, +[45755] = {[3] = 18,[4] = 64281}, +[45756] = {[3] = 18,[4] = 64282}, +[45757] = {[3] = 18,[4] = 64309}, +[45758] = {[3] = 18,[4] = 64283}, +[45760] = {[3] = 18,[4] = 64259}, +[45761] = {[3] = 18,[4] = 64284}, +[45762] = {[3] = 18,[4] = 64285}, +[45764] = {[3] = 18,[4] = 64286}, +[45766] = {[3] = 18,[4] = 64315}, +[45767] = {[3] = 18,[4] = 64310}, +[45768] = {[3] = 18,[4] = 64260}, +[45769] = {[3] = 18,[4] = 64303}, +[45770] = {[3] = 18,[4] = 64287}, +[45771] = {[3] = 18,[4] = 64288}, +[45772] = {[3] = 18,[4] = 64289}, [45773] = {[3] = 11,[4] = 63924}, +[45775] = {[3] = 18,[4] = 64261}, +[45776] = {[3] = 18,[4] = 64262}, +[45777] = {[3] = 18,[4] = 64316}, +[45778] = {[3] = 18,[4] = 64247}, +[45779] = {[3] = 18,[4] = 64291}, +[45780] = {[3] = 18,[4] = 64318}, +[45781] = {[3] = 18,[4] = 64294}, +[45782] = {[3] = 18,[4] = 64317}, +[45783] = {[3] = 18,[4] = 64311}, [45784] = {[1] = 20,[2] = 12,[3] = 1,[5] = 3}, +[45785] = {[3] = 18,[4] = 64248}, [45786] = {[1] = 20,[2] = 10,[3] = 1,[5] = 3}, [45787] = {[1] = 20,[2] = 11,[3] = 1,[5] = 3}, [45788] = {[1] = 20,[2] = 9,[3] = 1,[5] = 3}, +[45789] = {[3] = 18,[4] = 64250}, +[45790] = {[3] = 18,[4] = 64295}, +[45792] = {[3] = 18,[4] = 64296}, +[45793] = {[3] = 18,[4] = 64255}, +[45794] = {[3] = 18,[4] = 64312}, +[45795] = {[3] = 18,[4] = 64302}, +[45797] = {[3] = 18,[4] = 64252}, +[45799] = {[3] = 18,[4] = 64297}, +[45800] = {[3] = 18,[4] = 64298}, +[45803] = {[3] = 18,[4] = 64299}, +[45804] = {[3] = 18,[4] = 64266}, +[45805] = {[3] = 18,[4] = 64267}, +[45806] = {[3] = 18,[4] = 64300}, [45808] = {[3] = 17,[4] = 64727}, [45809] = {[3] = 17,[4] = 64728}, [45810] = {[3] = 11,[4] = 64730}, @@ -3207,6 +3644,8 @@ local SOURCE_DATA = { [45816] = {[1] = 20,[2] = 11,[3] = 1,[5] = 4}, [45817] = {[1] = 20,[2] = 12,[3] = 1,[5] = 4}, [45832] = {[1] = 20,[2] = 7,[3] = 1,[5] = 3}, +[45849] = {[3] = 18,[4] = 64053}, +[45854] = {[3] = 18,[4] = 64051}, [45857] = {[1] = 20,[2] = 5,[3] = 1,[5] = 4}, [45864] = {[1] = 20,[2] = 7,[3] = 1,[5] = 3}, [45865] = {[1] = 20,[2] = 7,[3] = 1,[5] = 3}, @@ -3419,6 +3858,7 @@ local SOURCE_DATA = { [46348] = {20,16,1}, [46350] = {[1] = 20,[2] = 15,[3] = 1,[5] = 3}, [46351] = {[1] = 20,[2] = 15,[3] = 1,[5] = 3}, +[46372] = {[3] = 18,[4] = 65245}, [46373] = {[1] = 25,[2] = 3,[3] = 1,[5] = 3}, [46374] = {{[1] = 25,[2] = 3,[3] = 1,[5] = 4},{[1] = 25,[2] = 4,[3] = 1,[5] = 3}}, [46376] = {[3] = 7,[4] = 53901}, @@ -4226,8 +4666,10 @@ local SOURCE_DATA = { [48655] = {[1] = 25,[2] = 3,[3] = 1,[5] = 3}, [48658] = {[1] = 25,[2] = 3,[3] = 1,[5] = 4}, [48660] = {[1] = 25,[2] = 3,[3] = 1,[5] = 4}, -[48933] = {[3] = 12,[4] = 67790}, +[48720] = {[3] = 18,[4] = 67600}, +[48933] = {[3] = 12,[4] = 67920}, [49040] = {[3] = 12,[4] = 68067}, +[49084] = {[3] = 18,[4] = 68166}, [49110] = {[3] = 17,[4] = 68253}, [49179] = {{[1] = 25,[2] = 3,[3] = 1,[5] = 4},{[1] = 25,[2] = 4,[3] = 1,[5] = 3}}, [49181] = {{[1] = 25,[2] = 3,[3] = 1,[5] = 4},{[1] = 25,[2] = 4,[3] = 1,[5] = 3}}, @@ -4315,6 +4757,7 @@ local SOURCE_DATA = { [49499] = {[1] = 22,[2] = 1,[3] = 1,[5] = 4}, [49500] = {[1] = 22,[2] = 1,[3] = 1,[5] = 4}, [49501] = {[1] = 22,[2] = 1,[3] = 1,[5] = 4}, +[49632] = {[3] = 18,[4] = 69385}, [49633] = {[3] = 6,[4] = 69386}, [49634] = {[3] = 6,[4] = 69388}, [49636] = {[1] = 22,[2] = 1,[3] = 1,[5] = {3,4}}, @@ -4477,6 +4920,7 @@ local SOURCE_DATA = { [50040] = {[1] = 23,[2] = 5,[3] = 1,[5] = 4}, [50041] = {[1] = 23,[2] = 5,[3] = 1,[5] = 4}, [50042] = {[1] = 23,[2] = 5,[3] = 1,[5] = 4}, +[50045] = {[3] = 18,[4] = 71101}, [50046] = 50379, [50047] = 50379, [50048] = 50379, @@ -4501,6 +4945,7 @@ local SOURCE_DATA = { [50073] = {[1] = 23,[2] = 8,[3] = 1,[5] = 4}, [50074] = {[1] = 23,[2] = 8,[3] = 1,[5] = 4}, [50075] = {[1] = 23,[2] = 8,[3] = 1,[5] = 4}, +[50077] = {[3] = 18,[4] = 71102}, [50079] = {[1] = 25,[2] = 4,[3] = 1,[5] = 3}, [50081] = {[1] = 25,[2] = 4,[3] = 1,[5] = 3}, [50088] = {[1] = 25,[2] = 4,[3] = 1,[5] = 3}, @@ -4511,6 +4956,7 @@ local SOURCE_DATA = { [50109] = {[1] = 25,[2] = 4,[3] = 1,[5] = 3}, [50114] = {[1] = 25,[2] = 4,[3] = 1,[5] = 3}, [50116] = {[1] = 25,[2] = 4,[3] = 1,[5] = 3}, +[50125] = {[3] = 18,[4] = 71015}, [50169] = {[1] = 14,[2] = 1,[3] = 1,[5] = 2}, [50170] = {[1] = 23,[2] = 8,[3] = 1,[5] = 4}, [50171] = {[1] = 23,[2] = 8,[3] = 1,[5] = 4}, diff --git a/CHANGELOG.md b/CHANGELOG.md index 931241a2..4b5d4d19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,5 +14,6 @@ This mod is distributed under Version 2 of the GPL. A copy of the GPL is includ - add Wrath Collection items (beta2) - move Mining and Herbalism into Gathering Professions (beta3) - add support for switching game version and stay at the same entry if exist (beta3) -- add Wrath professions -- fix filter button for crafting items +- update professions with Wrath data (beta3) +- add Inscription (beta3) +- fix filter button for crafting items (beta3)