diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 9c405e74..a84a3290 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,5 @@ +- v4.4.0.0 (2024-04-01) + - Season 4 Dungeon update - v4.3.5.1 (2024-03-21) - Patch 10.2.6 update - v4.3.5.0 (2024-03-15) diff --git a/Developer/DataCollection.lua b/Developer/DataCollection.lua index ea92e92f..cffec07a 100644 --- a/Developer/DataCollection.lua +++ b/Developer/DataCollection.lua @@ -5,14 +5,14 @@ local MDT = MDT -- CHANGE HERE TO DEFINE WHICH DUNGEONS TO TRACK FOR DATA COLLECTION local dungeonsToTrack = { - [1] = 100, - [2] = 101, - [3] = 102, - [4] = 103, - [5] = 15, - [6] = 104, - [7] = 4, - [8] = 105, + [1] = 42, + [2] = 43, + [3] = 44, + [4] = 45, + [5] = 49, + [6] = 48, + [7] = 51, + [8] = 50, } MDT.DataCollection = {} @@ -556,7 +556,9 @@ function DC:InitHealthTrack() print("MDT HPTRACK: Processed "..numEnemyHealthChanged.." enemies") end end +end +do function MDT:CompleteCharacteristics() local dungeonIdx = MDT:GetDB().currentDungeonIdx diff --git a/Developer/Devpanel.lua b/Developer/Devpanel.lua index 22c4e0a3..db690738 100644 --- a/Developer/Devpanel.lua +++ b/Developer/Devpanel.lua @@ -309,12 +309,26 @@ function MDT:CreateDevPanel(frame) end, }, [11] = { + text = "Brackenhide Cage", + func = function() + if not MDT.mapPOIs[db.currentDungeonIdx] then MDT.mapPOIs[db.currentDungeonIdx] = {} end + if not MDT.mapPOIs[db.currentDungeonIdx][MDT:GetCurrentSubLevel()] then + MDT.mapPOIs[db.currentDungeonIdx][MDT:GetCurrentSubLevel()] = {} + end + local pois = MDT.mapPOIs[db.currentDungeonIdx][MDT:GetCurrentSubLevel()] + local cageIndex = tonumber(option1:GetText()) + local posx, posy = 400, -250 + tinsert(pois, { x = posx, y = posy, template = "MapLinkPinTemplate", type = "brackenhideCage", cageIndex = cageIndex }) + MDT:POI_UpdateAll() + end, + }, + [12] = { text = "Export Zoom Settings", func = function() MDT:ExportCurrentZoomPanSettings() end, }, - [12] = { + [13] = { text = "Export to LUA", func = function() local export = MDT:ExportLuaTable(MDT.mapPOIs[db.currentDungeonIdx], MDT:GetSchema("pois")) diff --git a/Developer/Schema.lua b/Developer/Schema.lua index 4cb70a75..41ea43d2 100644 --- a/Developer/Schema.lua +++ b/Developer/Schema.lua @@ -78,6 +78,14 @@ local schemas = { name = "botTypeIndex", type = "number" }, + { + name = "cageIndex", + type = "number" + }, + { + name = "chainIndex", + type = "number" + }, { name = "textAnchor", type = "string" diff --git a/Dragonflight/AlgetharAcademy.lua b/Dragonflight/AlgetharAcademy.lua index 9bdd9034..f42c83d0 100644 --- a/Dragonflight/AlgetharAcademy.lua +++ b/Dragonflight/AlgetharAcademy.lua @@ -2,1557 +2,1795 @@ local MDT = MDT local L = MDT.L local dungeonIndex = 45 MDT.dungeonList[dungeonIndex] = L["AlgetharAcademy"] -MDT.mapInfo[dungeonIndex] = { - viewportPositionOverrides = { - [2] = { - zoomScale = 1.2999999523163, - horizontalPan = 105.88442288912, - verticalPan = 109.93207491361, - }, - } -}; +MDT.mapInfo[dungeonIndex] = {}; + local zones = { 2097, 2098, 2099 } --- add zones to MDT.zoneIdToDungeonIdx for _, zone in ipairs(zones) do MDT.zoneIdToDungeonIdx[zone] = dungeonIndex end MDT.dungeonMaps[dungeonIndex] = { - [0] = "DragonAcademy", - [1] = "DragonAcademy_A", - [2] = "DragonAcademy_B", + [0] = "", + [1] = { customTextures = 'AlgetharAcademy' }, } MDT.dungeonSubLevels[dungeonIndex] = { - [1] = L["AlgetharAcademy"], - [2] = L["ThePitch"], + [1] = L["AlgetharAcademy"], } MDT.dungeonTotalCount[dungeonIndex] = { normal = 450, teeming = 1000, teemingEnabled = true } -MDT.mapPOIs[dungeonIndex] = { - [1] = { - [1] = { - ["template"] = "MapLinkPinTemplate", - ["type"] = "mapLink", - ["x"] = 367.30845290308, - ["y"] = -43.589625785557, - ["target"] = 2, - ["direction"] = 2, - ["connectionIndex"] = 1, - }, - [2] = { - ["template"] = "MapLinkPinTemplate", - ["type"] = "mapLink", - ["x"] = 505.79059111917, - ["y"] = -156.69082396831, - ["target"] = 2, - ["direction"] = 1, - ["connectionIndex"] = 2, - }, - }, - [2] = { - [1] = { - ["template"] = "MapLinkPinTemplate", - ["type"] = "mapLink", - ["x"] = 408.97514495426, - ["y"] = -486.53834385367, - ["target"] = 1, - ["direction"] = -2, - ["connectionIndex"] = 1, - }, - [2] = { - ["template"] = "MapLinkPinTemplate", - ["type"] = "mapLink", - ["x"] = 465.15396478348, - ["y"] = -511.73569924869, - ["target"] = 1, - ["direction"] = -1, - ["connectionIndex"] = 2, - }, - }, -}; +MDT.mapPOIs[dungeonIndex] = {}; MDT.dungeonEnemies[dungeonIndex] = { - [1] = { - ["name"] = "Corrupted Manafiend", - ["id"] = 196045, - ["count"] = 5, - ["health"] = 716377, - ["scale"] = 1, - ["displayId"] = 107525, - ["creatureType"] = "Elemental", - ["level"] = 70, - ["characteristics"] = { - ["Taunt"] = true, - ["Silence"] = true, - ["Root"] = true, - ["Fear"] = true, - ["Disorient"] = true, - ["Stun"] = true, - }, - ["spells"] = { - [388862] = { - }, - [388863] = { - }, - [388866] = { - }, - [388868] = { - }, - }, - ["clones"] = { - [1] = { - ["x"] = 351.59904107807, - ["y"] = -301.47738656087, - ["g"] = 1, - ["sublevel"] = 1, - ["scale"] = 1.2, - }, - [2] = { - ["x"] = 361.46995970716, - ["y"] = -296.16826838405, - ["g"] = 1, - ["sublevel"] = 1, - ["scale"] = 1.2, - }, - [3] = { - ["x"] = 339.61994196593, - ["y"] = -264.11459344236, - ["g"] = 2, - ["sublevel"] = 1, - ["scale"] = 1.2, - }, - [4] = { - ["x"] = 328.80510748232, - ["y"] = -271.54425267919, - ["g"] = 2, - ["sublevel"] = 1, - ["scale"] = 1.2, - }, - [5] = { - ["x"] = 306.48671857315, - ["y"] = -157.1224146506, - ["g"] = 10, - ["sublevel"] = 1, - ["scale"] = 1.2, - }, - [6] = { - ["x"] = 320.96429514526, - ["y"] = -157.91977808175, - ["g"] = 10, - ["sublevel"] = 1, - ["scale"] = 1.2, - }, - [7] = { - ["x"] = 338.10496213557, - ["y"] = -42.664248167013, - ["g"] = 14, - ["sublevel"] = 1, - ["scale"] = 1.2, - }, - [8] = { - ["x"] = 347.97835967997, - ["y"] = -56.660419393888, - ["g"] = 14, - ["sublevel"] = 1, - ["scale"] = 1.2, - }, - [9] = { - ["x"] = 262.02949401076, - ["y"] = -233.96860214834, - ["g"] = 7, - ["sublevel"] = 1, - ["scale"] = 1.2, - }, - [10] = { - ["x"] = 262.572290218, - ["y"] = -223.92655783236, - ["g"] = 7, - ["sublevel"] = 1, - ["scale"] = 1.2, - }, - [11] = { - ["x"] = 258.90830905053, - ["y"] = -205.47093547201, - ["g"] = 9, - ["sublevel"] = 1, - ["scale"] = 1.2, - }, - [12] = { - ["x"] = 263.11510195521, - ["y"] = -197.05734966265, - ["g"] = 9, - ["sublevel"] = 1, - ["scale"] = 1.2, - }, - [13] = { - ["x"] = 274.37847073868, - ["y"] = -188.23662981416, - ["g"] = 8, - ["sublevel"] = 1, - ["scale"] = 1.2, - }, - [14] = { - ["x"] = 284.55618498776, - ["y"] = -186.33680038139, - ["g"] = 8, - ["sublevel"] = 1, - ["scale"] = 1.2, - }, - }, + [1] = { + ["name"] = "Corrupted Manafiend", + ["id"] = 196045, + ["count"] = 5, + ["health"] = 716377, + ["scale"] = 1, + ["displayId"] = 107525, + ["creatureType"] = "Elemental", + ["level"] = 70, + ["characteristics"] = { + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Banish"] = true, + ["Disorient"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, }, - [2] = { - ["name"] = "Spellbound Battleaxe", - ["id"] = 196577, - ["count"] = 5, - ["health"] = 788015, - ["scale"] = 1, - ["displayId"] = 109246, - ["creatureType"] = "Not specified", - ["level"] = 70, - ["characteristics"] = { - ["Taunt"] = true, - ["Silence"] = true, - ["Root"] = true, - ["Fear"] = true, - ["Disorient"] = true, - ["Stun"] = true, - }, - ["spells"] = { - [388911] = { - }, - [388912] = { - }, - }, - ["clones"] = { - [1] = { - ["x"] = 361.29592747664, - ["y"] = -306.38220490263, - ["g"] = 1, - ["sublevel"] = 1, - ["scale"] = 1.2, - }, - [2] = { - ["x"] = 336.43667982038, - ["y"] = -278.88435340166, - ["g"] = 2, - ["sublevel"] = 1, - ["scale"] = 1.2, - }, - [3] = { - ["x"] = 318.2856915127, - ["y"] = -147.71663299511, - ["g"] = 10, - ["sublevel"] = 1, - ["scale"] = 1.2, - }, - [4] = { - ["x"] = 321.87661026138, - ["y"] = -71.440580082136, - ["g"] = 11, - ["sublevel"] = 1, - ["scale"] = 1.2, - }, - [5] = { - ["x"] = 338.1435581491, - ["y"] = -52.622013957494, - ["g"] = 14, - ["sublevel"] = 1, - ["scale"] = 1.2, - }, - [6] = { - ["x"] = 280.83891010722, - ["y"] = -177.21821927523, - ["g"] = 8, - ["sublevel"] = 1, - ["scale"] = 1.2, - }, - [7] = { - ["x"] = 250.71280821924, - ["y"] = -233.12789809349, - ["g"] = 7, - ["sublevel"] = 1, - ["scale"] = 1.2, - }, - }, + ["spells"] = { + [388862] = { + }, + [388863] = { + }, + [388866] = { + }, + [388868] = { + }, }, - [3] = { - ["name"] = "Spellbound Scepter", - ["id"] = 196576, - ["count"] = 5, - ["health"] = 644740, - ["scale"] = 1, - ["displayId"] = 109246, - ["creatureType"] = "Not specified", - ["level"] = 70, - ["characteristics"] = { - ["Taunt"] = true, - ["Incapacitate"] = true, - ["Silence"] = true, - ["Root"] = true, - ["Fear"] = true, - ["Disorient"] = true, - ["Stun"] = true, - }, - ["spells"] = { - [388884] = { - }, - [388886] = { - }, - [388899] = { - }, - [396812] = { - }, - }, - ["clones"] = { - [1] = { - ["x"] = 343.82495168106, - ["y"] = -273.79038687022, - ["g"] = 2, - ["sublevel"] = 1, - ["scale"] = 1.2, - }, - [2] = { - ["x"] = 308.70122835978, - ["y"] = -147.4430649681, - ["g"] = 10, - ["sublevel"] = 1, - ["scale"] = 1.2, - }, - [3] = { - ["x"] = 309.22354974101, - ["y"] = -65.768635722974, - ["g"] = 11, - ["sublevel"] = 1, - ["scale"] = 1.2, - }, - [4] = { - ["x"] = 243.47573546205, - ["y"] = -192.07719073914, - ["g"] = 9, - ["sublevel"] = 1, - ["scale"] = 1.2, - }, - }, + ["clones"] = { + [1] = { + ["x"] = 194.89855157761, + ["y"] = -342.96609758159, + ["g"] = 1, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + [2] = { + ["x"] = 207.03353671286, + ["y"] = -332.90245787882, + ["g"] = 1, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + [3] = { + ["x"] = 179.74981260726, + ["y"] = -293.34911130947, + ["g"] = 2, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + [4] = { + ["x"] = 167.12371455473, + ["y"] = -300.09956614044, + ["g"] = 2, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + [5] = { + ["x"] = 136.10363637264, + ["y"] = -149.55276862046, + ["g"] = 10, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + [6] = { + ["x"] = 151.8919282734, + ["y"] = -149.82583391974, + ["g"] = 10, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + [7] = { + ["x"] = 176.93703091491, + ["y"] = -17.003610186356, + ["g"] = 14, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + [8] = { + ["x"] = 188.05563655599, + ["y"] = -28.50934486202, + ["g"] = 14, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + [9] = { + ["x"] = 67.803021697428, + ["y"] = -249.67002370655, + ["g"] = 7, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + [10] = { + ["x"] = 67.82145977072, + ["y"] = -232.54984960665, + ["g"] = 7, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + [11] = { + ["x"] = 68.358323167089, + ["y"] = -209.93010704136, + ["g"] = 9, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + [12] = { + ["x"] = 75.549700012888, + ["y"] = -199.2579323093, + ["g"] = 9, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + [13] = { + ["x"] = 93.886060034298, + ["y"] = -187.52194137414, + ["g"] = 8, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + [14] = { + ["x"] = 107.9960702745, + ["y"] = -184.83570974512, + ["g"] = 8, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, }, - [4] = { - ["name"] = "Arcane Ravager", - ["id"] = 196671, - ["count"] = 15, - ["health"] = 1719305, - ["scale"] = 1, - ["displayId"] = 108194, - ["creatureType"] = "Beast", - ["level"] = 71, - ["characteristics"] = { - ["Taunt"] = true, - }, - ["spells"] = { - [388940] = { - }, - [388942] = { - }, - [388957] = { - }, - [388958] = { - }, - [388976] = { - }, - [388982] = { - }, - [388984] = { - }, - }, - ["clones"] = { - [1] = { - ["x"] = 295.39056178744, - ["y"] = -215.84298443483, - ["g"] = 3, - ["sublevel"] = 1, - ["scale"] = 1.5, - }, - [2] = { - ["x"] = 311.68977142689, - ["y"] = -77.127751346726, - ["g"] = 11, - ["sublevel"] = 1, - ["scale"] = 1.5, - }, - }, + }, + [2] = { + ["name"] = "Spellbound Battleaxe", + ["id"] = 196577, + ["count"] = 5, + ["health"] = 788015, + ["scale"] = 1, + ["displayId"] = 109246, + ["creatureType"] = "Not specified", + ["level"] = 70, + ["characteristics"] = { + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Disorient"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, }, - [5] = { - ["name"] = "Arcane Forager", - ["id"] = 196694, - ["count"] = 4, - ["health"] = 573101, - ["scale"] = 1, - ["displayId"] = 62384, - ["creatureType"] = "Elemental", - ["level"] = 70, - ["characteristics"] = { - ["Taunt"] = true, - ["Silence"] = true, - ["Root"] = true, - ["Fear"] = true, - ["Disorient"] = true, - ["Stun"] = true, - }, - ["spells"] = { - [389054] = { - }, - [389055] = { - }, - }, - ["clones"] = { - [1] = { - ["x"] = 305.03314384555, - ["y"] = -220.74289806989, - ["g"] = 3, - ["sublevel"] = 1, - ["scale"] = 1, - }, - [2] = { - ["x"] = 301.18289137086, - ["y"] = -206.81877140698, - ["g"] = 3, - ["sublevel"] = 1, - ["scale"] = 1, - }, - [3] = { - ["x"] = 281.6802635331, - ["y"] = -233.4362687162, - ["g"] = 4, - ["sublevel"] = 1, - ["scale"] = 1, - }, - [4] = { - ["x"] = 289.37182952392, - ["y"] = -238.77423124083, - ["g"] = 4, - ["sublevel"] = 1, - ["scale"] = 1, - }, - [5] = { - ["x"] = 323.11286044323, - ["y"] = -205.77451232033, - ["g"] = 5, - ["sublevel"] = 1, - ["scale"] = 1, - }, - [6] = { - ["x"] = 323.70701681164, - ["y"] = -213.35841045312, - ["g"] = 5, - ["sublevel"] = 1, - ["scale"] = 1, - }, - [7] = { - ["x"] = 301.58313098653, - ["y"] = -193.33640997765, - ["g"] = 6, - ["sublevel"] = 1, - ["scale"] = 1, - }, - [8] = { - ["x"] = 294.67436216167, - ["y"] = -197.00818408153, - ["g"] = 6, - ["sublevel"] = 1, - ["scale"] = 1, - }, - [9] = { - ["x"] = 285.84041498342, - ["y"] = -76.231420006339, - ["g"] = 12, - ["sublevel"] = 1, - ["scale"] = 1, - }, - [10] = { - ["x"] = 282.81643884627, - ["y"] = -85.610566203637, - ["g"] = 12, - ["sublevel"] = 1, - ["scale"] = 1, - }, - [11] = { - ["x"] = 274.04213013925, - ["y"] = -81.962872498187, - ["g"] = 12, - ["sublevel"] = 1, - ["scale"] = 1, - }, - [12] = { - ["x"] = 278.00290144787, - ["y"] = -73.688588146346, - ["g"] = 12, - ["sublevel"] = 1, - ["scale"] = 1, - }, - [13] = { - ["x"] = 335.64637751945, - ["y"] = -92.60260222923, - ["g"] = 13, - ["sublevel"] = 1, - ["scale"] = 1, - }, - [14] = { - ["x"] = 339.48771540269, - ["y"] = -84.468429027226, - ["g"] = 13, - ["sublevel"] = 1, - ["scale"] = 1, - }, - [15] = { - ["x"] = 316.71242392146, - ["y"] = -31.405273178297, - ["g"] = 15, - ["sublevel"] = 1, - ["scale"] = 1, - }, - [16] = { - ["x"] = 308.89338756752, - ["y"] = -35.861265580576, - ["g"] = 15, - ["sublevel"] = 1, - ["scale"] = 1, - }, - }, + ["spells"] = { + [388911] = { + }, + [388912] = { + }, }, - [6] = { - ["name"] = "Unruly Textbook", - ["id"] = 196044, - ["count"] = 4, - ["health"] = 573101, - ["scale"] = 1, - ["displayId"] = 109308, - ["creatureType"] = "Not specified", - ["level"] = 70, - ["characteristics"] = { - ["Taunt"] = true, - ["Incapacitate"] = true, - ["Silence"] = true, - ["Root"] = true, - ["Fear"] = true, - ["Disorient"] = true, - ["Stun"] = true, - }, - ["spells"] = { - [387523] = { - }, - [388392] = { - }, - }, - ["clones"] = { - [1] = { - ["x"] = 251.625074088, - ["y"] = -222.67209101937, - ["g"] = 7, - ["sublevel"] = 1, - ["scale"] = 1.2, - }, - [2] = { - ["x"] = 270.92335834871, - ["y"] = -177.76267743433, - ["g"] = 8, - ["sublevel"] = 1, - ["scale"] = 1.2, - }, - [3] = { - ["x"] = 246.55295777094, - ["y"] = -203.16114786531, - ["g"] = 9, - ["sublevel"] = 1, - ["scale"] = 1.2, - }, - [4] = { - ["x"] = 254.44086292697, - ["y"] = -188.05386121362, - ["g"] = 9, - ["sublevel"] = 1, - ["scale"] = 1.2, - }, - }, + ["clones"] = { + [1] = { + ["x"] = 208.12732407607, + ["y"] = -348.73126184344, + ["g"] = 1, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + [2] = { + ["x"] = 175.66094458724, + ["y"] = -311.51493216303, + ["g"] = 2, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + [3] = { + ["x"] = 152.11665117152, + ["y"] = -133.85531937938, + ["g"] = 10, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + [4] = { + ["x"] = 131.84247158173, + ["y"] = -51.641528219394, + ["g"] = 11, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + [5] = { + ["x"] = 173.77358181987, + ["y"] = -29.27394601494, + ["g"] = 14, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + [6] = { + ["x"] = 104.01664632803, + ["y"] = -172.30914578023, + ["g"] = 8, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + [7] = { + ["x"] = 49.932489253343, + ["y"] = -249.09148371815, + ["g"] = 7, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, }, - [7] = { - ["name"] = "Vexamus", - ["id"] = 194181, - ["count"] = 0, - ["health"] = 5005685, - ["scale"] = 1, - ["displayId"] = 109099, - ["creatureType"] = "Elemental", - ["level"] = 72, - ["isBoss"] = true, - ["encounterID"] = 2509, - ["instanceID"] = 1201, - ["characteristics"] = { - ["Taunt"] = true, - }, - ["spells"] = { - [385958] = { - }, - [386173] = { - }, - [386181] = { - }, - [386202] = { - }, - [387691] = { - }, - [388537] = { - }, - [388546] = { - }, - [388651] = { - }, - [392557] = { - }, - }, - ["clones"] = { - [1] = { - ["x"] = 217.09857498671, - ["y"] = -184.35278357678, - ["sublevel"] = 1, - ["scale"] = 1.6, - }, - }, + }, + [3] = { + ["name"] = "Spellbound Scepter", + ["id"] = 196576, + ["count"] = 5, + ["health"] = 644740, + ["scale"] = 1, + ["displayId"] = 109246, + ["creatureType"] = "Not specified", + ["level"] = 70, + ["characteristics"] = { + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Disorient"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, }, - [8] = { - ["name"] = "Guardian Sentry", - ["id"] = 192680, - ["count"] = 18, - ["health"] = 2149131, - ["scale"] = 1, - ["displayId"] = 26385, - ["creatureType"] = "Elemental", - ["level"] = 71, - ["characteristics"] = { - ["Taunt"] = true, - }, - ["spells"] = { - [377912] = { - }, - [377991] = { - }, - [378003] = { - }, - [378011] = { - }, - }, - ["clones"] = { - [1] = { - ["x"] = 456.57710969992, - ["y"] = -473.19483567904, - ["sublevel"] = 2, - ["scale"] = 2, - }, - }, + ["spells"] = { + [388884] = { + }, + [388886] = { + }, + [388899] = { + }, + [396812] = { + }, }, - [9] = { - ["name"] = "Territorial Eagle", - ["id"] = 192329, - ["count"] = 2, - ["health"] = 286551, - ["scale"] = 1, - ["displayId"] = 34918, - ["creatureType"] = "Beast", - ["level"] = 70, - ["characteristics"] = { - ["Taunt"] = true, - ["Root"] = true, - ["Fear"] = true, - ["Disorient"] = true, - ["Stun"] = true, - }, - ["spells"] = { - [377344] = { - }, - [377516] = { - }, - }, - ["clones"] = { - [1] = { - ["x"] = 359.61902396908, - ["y"] = -220.97504028426, - ["g"] = 16, - ["sublevel"] = 2, - ["scale"] = 1, - }, - [2] = { - ["x"] = 367.40715613221, - ["y"] = -232.07677144674, - ["g"] = 16, - ["sublevel"] = 2, - ["scale"] = 1, - }, - [3] = { - ["x"] = 350.48008268144, - ["y"] = -230.63761016367, - ["g"] = 16, - ["sublevel"] = 2, - ["scale"] = 1, - }, - [4] = { - ["x"] = 357.1880158929, - ["y"] = -237.45382929211, - ["g"] = 16, - ["sublevel"] = 2, - ["scale"] = 1, - }, - [5] = { - ["x"] = 367.56131072421, - ["y"] = -225.23701104453, - ["g"] = 16, - ["sublevel"] = 2, - ["scale"] = 1, - }, - [6] = { - ["x"] = 359.07275802616, - ["y"] = -229.54859313809, - ["g"] = 16, - ["sublevel"] = 2, - ["scale"] = 1, - }, - [7] = { - ["x"] = 406.19818909128, - ["y"] = -240.2222050112, - ["g"] = 17, - ["sublevel"] = 2, - }, - [8] = { - ["x"] = 399.48300895913, - ["y"] = -234.34136029051, - ["g"] = 17, - ["sublevel"] = 2, - }, - [9] = { - ["x"] = 391.04122631325, - ["y"] = -237.41773011486, - ["g"] = 17, - ["sublevel"] = 2, - }, - [10] = { - ["x"] = 449.4974178048, - ["y"] = -234.61655686974, - ["g"] = 18, - ["sublevel"] = 2, - }, - [11] = { - ["x"] = 443.57897245467, - ["y"] = -228.95372542363, - ["g"] = 18, - ["sublevel"] = 2, - }, - [12] = { - ["x"] = 435.53276102898, - ["y"] = -232.12107377465, - ["g"] = 18, - ["sublevel"] = 2, - }, - [13] = { - ["x"] = 353.00161350402, - ["y"] = -223.11417024576, - ["g"] = 16, - ["sublevel"] = 2, - ["scale"] = 1, - }, - [14] = { - ["x"] = 392.55120672989, - ["y"] = -229.51431184916, - ["g"] = 17, - ["sublevel"] = 2, - }, - [15] = { - ["x"] = 408.14132534785, - ["y"] = -230.99128132796, - ["g"] = 17, - ["sublevel"] = 2, - }, - [16] = { - ["x"] = 442.11124775138, - ["y"] = -237.09602102449, - ["g"] = 18, - ["sublevel"] = 2, - }, - }, + ["clones"] = { + [1] = { + ["x"] = 189.16213383059, + ["y"] = -307.10019594744, + ["g"] = 2, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + [2] = { + ["x"] = 137.26951989449, + ["y"] = -133.84388541779, + ["g"] = 10, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + [3] = { + ["x"] = 124.46922561771, + ["y"] = -66.092485549138, + ["g"] = 11, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + [4] = { + ["x"] = 55.668371719976, + ["y"] = -193.4510037728, + ["g"] = 9, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, }, - [10] = { - ["name"] = "Alpha Eagle", - ["id"] = 192333, - ["count"] = 8, - ["health"] = 1289478, - ["scale"] = 1, - ["displayId"] = 101438, - ["creatureType"] = "Beast", - ["level"] = 71, - ["characteristics"] = { - ["Taunt"] = true, - }, - ["spells"] = { - [377383] = { - }, - [377389] = { - }, - [377524] = { - }, - }, - ["clones"] = { - [1] = { - ["x"] = 397.66315563862, - ["y"] = -246.47471350037, - ["g"] = 17, - ["sublevel"] = 2, - ["scale"] = 1.5, - }, - [2] = { - ["x"] = 447.12298865427, - ["y"] = -247.22612719983, - ["g"] = 18, - ["sublevel"] = 2, - ["scale"] = 1.5, - }, - [3] = { - ["x"] = 433.65432418088, - ["y"] = -245.07105848223, - ["g"] = 18, - ["sublevel"] = 2, - ["scale"] = 1.5, - }, - }, + }, + [4] = { + ["name"] = "Arcane Ravager", + ["id"] = 196671, + ["count"] = 15, + ["health"] = 1719305, + ["scale"] = 1, + ["displayId"] = 108194, + ["creatureType"] = "Beast", + ["level"] = 71, + ["characteristics"] = { + ["Taunt"] = true, }, - [11] = { - ["name"] = "Crawth", - ["id"] = 191736, - ["count"] = 0, - ["health"] = 7150978, - ["scale"] = 1, - ["displayId"] = 64923, - ["creatureType"] = "Beast", - ["level"] = 72, - ["isBoss"] = true, - ["encounterID"] = 2495, - ["instanceID"] = 1201, - ["characteristics"] = { - ["Taunt"] = true, - }, - ["spells"] = { - [181089] = { - }, - [376997] = { - }, - [377004] = { - }, - [377008] = { - }, - [377009] = { - }, - [377034] = { - }, - [397210] = { - }, - }, - ["clones"] = { - [1] = { - ["x"] = 393.90133885935, - ["y"] = -195.95989685615, - ["sublevel"] = 2, - ["scale"] = 1.6, - }, - }, + ["spells"] = { + [388940] = { + }, + [388942] = { + }, + [388957] = { + }, + [388958] = { + }, + [388976] = { + }, + [388982] = { + }, + [388984] = { + }, }, - [12] = { - ["name"] = "Aggravated Skitterfly", - ["id"] = 197406, - ["count"] = 4, - ["health"] = 573101, - ["scale"] = 1, - ["displayId"] = 103762, - ["creatureType"] = "Elemental", - ["level"] = 70, - ["characteristics"] = { - ["Taunt"] = true, - ["Incapacitate"] = true, - ["Polymorph"] = true, - ["Root"] = true, - ["Fear"] = true, - ["Imprison"] = true, - ["Sap"] = true, - ["Stun"] = true, - ["Slow"] = true, - }, - ["spells"] = { - [228318] = { - }, - [390938] = { - }, - [390942] = { - }, - [390944] = { - }, + ["clones"] = { + [1] = { + ["x"] = 143.10492012138, + ["y"] = -237.54955824779, + ["g"] = 3, + ["sublevel"] = 1, + ["scale"] = 2.1, + ["patrol"] = { + [1] = { + ["x"] = 143.10492012138, + ["y"] = -237.54955824779, + }, + [2] = { + ["x"] = 145.22104727864, + ["y"] = -225.57120353582, + }, + [3] = { + ["x"] = 142.41927574104, + ["y"] = -217.47722656017, + }, + [4] = { + ["x"] = 130.27835481036, + ["y"] = -212.49632313304, + }, + [5] = { + ["x"] = 116.26955056171, + ["y"] = -218.72247023007, + }, + [6] = { + ["x"] = 113.1564770132, + ["y"] = -230.8634446001, + }, + [7] = { + ["x"] = 116.26955056171, + ["y"] = -240.82525145436, + }, + [8] = { + ["x"] = 125.92003759194, + ["y"] = -246.42874109021, + }, }, - ["clones"] = { - [1] = { - ["x"] = 500.41425913816, - ["y"] = -184.49168935471, - ["g"] = 19, - ["sublevel"] = 1, - ["scale"] = 1.2, - }, - [2] = { - ["x"] = 509.05546739558, - ["y"] = -192.16825929829, - ["g"] = 19, - ["sublevel"] = 1, - ["scale"] = 1.2, - }, - [3] = { - ["x"] = 511.59816151005, - ["y"] = -181.42691203599, - ["g"] = 19, - ["sublevel"] = 1, - ["scale"] = 1.2, - }, - [4] = { - ["x"] = 470.24450552313, - ["y"] = -281.60953462968, - ["g"] = 22, - ["sublevel"] = 1, - ["scale"] = 1.2, - }, - [5] = { - ["x"] = 470.6432974196, - ["y"] = -269.71334344173, - ["g"] = 22, - ["sublevel"] = 1, - ["scale"] = 1.2, - }, - [6] = { - ["x"] = 480.21066167712, - ["y"] = -276.44416690988, - ["g"] = 22, - ["sublevel"] = 1, - ["scale"] = 1.2, - }, + }, + [2] = { + ["x"] = 141.80342218758, + ["y"] = -65.696628584958, + ["g"] = 11, + ["sublevel"] = 1, + ["scale"] = 2.1, + ["patrol"] = { + [1] = { + ["x"] = 143.35996786839, + ["y"] = -66.630534617708, + }, + [2] = { + ["x"] = 158.60725558722, + ["y"] = -66.151682066452, + }, + [3] = { + ["x"] = 167.32381877158, + ["y"] = -54.633365157605, + }, + [4] = { + ["x"] = 166.38994836507, + ["y"] = -43.426314633442, + }, + [5] = { + ["x"] = 162.03164895977, + ["y"] = -36.577545701463, + }, + [6] = { + ["x"] = 150.51326079846, + ["y"] = -28.483586538931, + }, + [7] = { + ["x"] = 131.52358874891, + ["y"] = -26.927058671232, + }, + [8] = { + ["x"] = 120.31653822475, + ["y"] = -35.021000020647, + }, + [9] = { + ["x"] = 117.82605088495, + ["y"] = -49.96376374139, + }, + [10] = { + ["x"] = 120.62784023567, + ["y"] = -57.746420893004, + }, + [11] = { + ["x"] = 129.65570543095, + ["y"] = -64.595172011868, + }, }, + }, }, - [13] = { - ["name"] = "Vile Lasher", - ["id"] = 197219, - ["count"] = 9, - ["health"] = 1289478, - ["scale"] = 1, - ["displayId"] = 104635, - ["creatureType"] = "Elemental", - ["level"] = 71, - ["characteristics"] = { - ["Taunt"] = true, - }, - ["spells"] = { - [390912] = { - }, - [390915] = { - }, - [390918] = { - }, - }, - ["clones"] = { - [1] = { - ["x"] = 495.90692493515, - ["y"] = -210.85520393322, - ["g"] = 20, - ["sublevel"] = 1, - ["scale"] = 1.5, - }, - [2] = { - ["x"] = 517.07914669436, - ["y"] = -245.84898770241, - ["g"] = 21, - ["sublevel"] = 1, - ["scale"] = 1.5, - }, - [3] = { - ["x"] = 439.16665162786, - ["y"] = -222.91211189443, - ["g"] = 23, - ["sublevel"] = 1, - ["scale"] = 1.5, - }, - }, + }, + [5] = { + ["name"] = "Arcane Forager", + ["id"] = 196694, + ["count"] = 4, + ["health"] = 573101, + ["scale"] = 1, + ["displayId"] = 62384, + ["creatureType"] = "Elemental", + ["level"] = 70, + ["characteristics"] = { + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Banish"] = true, + ["Disorient"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, }, - [14] = { - ["name"] = "Hungry Lasher", - ["id"] = 197398, - ["count"] = 2, - ["health"] = 358189, - ["scale"] = 1, - ["displayId"] = 104474, - ["creatureType"] = "Elemental", - ["level"] = 70, - ["characteristics"] = { - ["Taunt"] = true, - ["Root"] = true, - ["Fear"] = true, - ["Disorient"] = true, - ["Stun"] = true, - ["Slow"] = true, - }, - ["spells"] = { - }, - ["clones"] = { - [1] = { - ["x"] = 524.39445302918, - ["y"] = -214.77252107362, - ["g"] = 20, - ["sublevel"] = 1, - ["scale"] = 0.8, - }, - [2] = { - ["x"] = 462.73074478921, - ["y"] = -193.43800343357, - ["g"] = 20, - ["sublevel"] = 1, - ["scale"] = 0.8, - }, - [3] = { - ["x"] = 519.86325773976, - ["y"] = -206.93518612885, - ["g"] = 20, - ["sublevel"] = 1, - ["scale"] = 0.8, - }, - [4] = { - ["x"] = 515.21451903068, - ["y"] = -215.89770048111, - ["g"] = 20, - ["sublevel"] = 1, - ["scale"] = 0.8, - }, - [5] = { - ["x"] = 469.03862340333, - ["y"] = -201.71005599611, - ["g"] = 20, - ["sublevel"] = 1, - ["scale"] = 0.8, - }, - [6] = { - ["x"] = 479.12102763595, - ["y"] = -199.38965785348, - ["g"] = 20, - ["sublevel"] = 1, - ["scale"] = 0.8, - }, - [7] = { - ["x"] = 472.48752345798, - ["y"] = -188.8744070081, - ["g"] = 20, - ["sublevel"] = 1, - ["scale"] = 0.8, - }, - [8] = { - ["x"] = 480.30343430069, - ["y"] = -191.92759549776, - ["g"] = 20, - ["sublevel"] = 1, - ["scale"] = 0.8, - }, - [9] = { - ["x"] = 524.50191116694, - ["y"] = -265.26833674059, - ["g"] = 21, - ["sublevel"] = 1, - ["scale"] = 0.8, - }, - [10] = { - ["x"] = 525.89464996217, - ["y"] = -237.22355449744, - ["g"] = 21, - ["sublevel"] = 1, - ["scale"] = 0.8, - }, - [11] = { - ["x"] = 505.19928386545, - ["y"] = -237.41304318035, - ["g"] = 21, - ["sublevel"] = 1, - ["scale"] = 0.8, - }, - [12] = { - ["x"] = 521.58517861402, - ["y"] = -227.65001448315, - ["g"] = 21, - ["sublevel"] = 1, - ["scale"] = 0.8, - }, - [13] = { - ["x"] = 514.78313538914, - ["y"] = -232.49696938332, - ["g"] = 21, - ["sublevel"] = 1, - ["scale"] = 0.8, - }, - [14] = { - ["x"] = 516.61613579728, - ["y"] = -256.87090900848, - ["g"] = 21, - ["sublevel"] = 1, - ["scale"] = 0.8, - }, - [15] = { - ["x"] = 530.11477431495, - ["y"] = -255.18599111826, - ["g"] = 21, - ["sublevel"] = 1, - ["scale"] = 0.8, - }, - [16] = { - ["x"] = 506.0401354686, - ["y"] = -253.09754341077, - ["g"] = 21, - ["sublevel"] = 1, - ["scale"] = 0.8, - }, - [17] = { - ["x"] = 452.24790828168, - ["y"] = -225.37892690058, - ["g"] = 23, - ["sublevel"] = 1, - ["scale"] = 0.8, - }, - [18] = { - ["x"] = 451.545386254, - ["y"] = -211.51286388404, - ["g"] = 23, - ["sublevel"] = 1, - ["scale"] = 0.8, - }, - [19] = { - ["x"] = 441.95093787909, - ["y"] = -238.84400113189, - ["g"] = 23, - ["sublevel"] = 1, - ["scale"] = 0.8, - }, - [20] = { - ["x"] = 430.82132690348, - ["y"] = -239.47387547021, - ["g"] = 23, - ["sublevel"] = 1, - ["scale"] = 0.8, - }, - [21] = { - ["x"] = 424.26377256921, - ["y"] = -221.59312030306, - ["g"] = 23, - ["sublevel"] = 1, - ["scale"] = 0.8, - }, - [22] = { - ["x"] = 429.25030269465, - ["y"] = -211.01545505825, - ["g"] = 23, - ["sublevel"] = 1, - ["scale"] = 0.8, - }, - [23] = { - ["x"] = 441.78607940292, - ["y"] = -210.24124235127, - ["g"] = 23, - ["sublevel"] = 1, - ["scale"] = 0.8, - }, - [24] = { - ["x"] = 428.5645197803, - ["y"] = -230.37586587178, - ["g"] = 23, - ["sublevel"] = 1, - ["scale"] = 0.8, - }, - }, + ["spells"] = { + [389054] = { + }, + [389055] = { + }, }, - [15] = { - ["name"] = "Overgrown Ancient", - ["id"] = 196482, - ["count"] = 0, - ["health"] = 4290587, - ["scale"] = 1, - ["displayId"] = 109194, - ["creatureType"] = "Elemental", - ["level"] = 72, - ["isBoss"] = true, - ["encounterID"] = 2512, - ["instanceID"] = 1201, - ["characteristics"] = { - ["Taunt"] = true, - }, - ["spells"] = { - [388544] = { - }, - [388623] = { - }, - [388625] = { - }, - [388796] = { - }, - [388799] = { - }, - [388923] = { - }, - [390297] = { - }, - [396716] = { - }, - }, - ["clones"] = { - [1] = { - ["x"] = 476.86591593386, - ["y"] = -239.19989749755, - ["sublevel"] = 1, - ["scale"] = 1.6, - }, - }, + ["clones"] = { + [1] = { + ["x"] = 133.29623705326, + ["y"] = -249.34390539772, + ["g"] = 3, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [2] = { + ["x"] = 128.29441384477, + ["y"] = -233.61949948076, + ["g"] = 3, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [3] = { + ["x"] = 104.23539318582, + ["y"] = -251.15245820389, + ["g"] = 4, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [4] = { + ["x"] = 115.09661860228, + ["y"] = -258.52804690109, + ["g"] = 4, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [5] = { + ["x"] = 163.97850024821, + ["y"] = -214.17980075324, + ["g"] = 5, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [6] = { + ["x"] = 165.7046898697, + ["y"] = -227.42383924145, + ["g"] = 5, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [7] = { + ["x"] = 129.99650561123, + ["y"] = -196.95886390629, + ["g"] = 6, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [8] = { + ["x"] = 121.50292650604, + ["y"] = -205.61152213976, + ["g"] = 6, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [9] = { + ["x"] = 99.454784309139, + ["y"] = -46.595053842098, + ["g"] = 12, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [10] = { + ["x"] = 98.223964820969, + ["y"] = -61.752056771797, + ["g"] = 12, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [11] = { + ["x"] = 83.273332793324, + ["y"] = -57.705873677334, + ["g"] = 12, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [12] = { + ["x"] = 85.640226348654, + ["y"] = -43.653755393882, + ["g"] = 12, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [13] = { + ["x"] = 180.41641158631, + ["y"] = -68.79382483625, + ["g"] = 13, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [14] = { + ["x"] = 185.65238252834, + ["y"] = -56.874173444542, + ["g"] = 13, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [15] = { + ["x"] = 150.29673116075, + ["y"] = -10.414312743717, + ["g"] = 15, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [16] = { + ["x"] = 135.36211817939, + ["y"] = -16.649214571237, + ["g"] = 15, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, }, - [16] = { - ["name"] = "Algeth'ar Echoknight", - ["id"] = 196200, - ["count"] = 8, - ["health"] = 895471, - ["scale"] = 1, - ["displayId"] = 109104, - ["creatureType"] = "Dragonkin", - ["level"] = 70, - ["characteristics"] = { - ["Taunt"] = true, - ["Incapacitate"] = true, - ["Silence"] = true, - ["Root"] = true, - ["Fear"] = true, - ["Disorient"] = true, - ["Stun"] = true, - ["Slow"] = true, - }, - ["spells"] = { - [181089] = { - }, - [387910] = { - }, - [387932] = { - }, - [387970] = { - }, - }, - ["clones"] = { - [1] = { - ["x"] = 537.92862528765, - ["y"] = -325.44347858447, - ["g"] = 26, - ["sublevel"] = 1, - ["scale"] = 1.5, - }, - [2] = { - ["x"] = 528.46615898006, - ["y"] = -316.53946355236, - ["g"] = 26, - ["sublevel"] = 1, - ["scale"] = 1.5, - }, - [3] = { - ["x"] = 501.1885770607, - ["y"] = -373.72258094781, - ["g"] = 29, - ["sublevel"] = 1, - ["scale"] = 1.5, - }, - [4] = { - ["x"] = 493.44498075235, - ["y"] = -401.15845872385, - ["g"] = 34, - ["sublevel"] = 1, - ["scale"] = 1.5, - }, - [5] = { - ["x"] = 481.51691625773, - ["y"] = -418.96561503958, - ["g"] = 34, - ["sublevel"] = 1, - ["scale"] = 1.5, - }, - [6] = { - ["x"] = 446.43965778082, - ["y"] = -358.22098021788, - ["g"] = 31, - ["sublevel"] = 1, - ["scale"] = 1.5, - }, - [7] = { - ["x"] = 474.26506521862, - ["y"] = -345.08119281227, - ["g"] = 28, - ["sublevel"] = 1, - ["scale"] = 1.5, - }, - [8] = { - ["x"] = 490.11007077757, - ["y"] = -349.71876808979, - ["g"] = 28, - ["sublevel"] = 1, - ["scale"] = 1.5, - }, - [9] = { - ["x"] = 478.32289797704, - ["y"] = -324.21212064868, - ["g"] = 25, - ["sublevel"] = 1, - ["scale"] = 1.5, - }, - [10] = { - ["x"] = 491.84917670977, - ["y"] = -327.49708132112, - ["g"] = 25, - ["sublevel"] = 1, - ["scale"] = 1.5, - }, - [11] = { - ["x"] = 466.1896301774, - ["y"] = -432.05599217242, - ["g"] = 33, - ["sublevel"] = 1, - ["scale"] = 1.5, - }, - }, + }, + [6] = { + ["name"] = "Unruly Textbook", + ["id"] = 196044, + ["count"] = 4, + ["health"] = 573101, + ["scale"] = 1, + ["displayId"] = 109308, + ["creatureType"] = "Not specified", + ["level"] = 70, + ["characteristics"] = { + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Disorient"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, }, - [17] = { - ["name"] = "Spectral Invoker", - ["id"] = 196202, - ["count"] = 5, - ["health"] = 788015, - ["scale"] = 1, - ["displayId"] = 109105, - ["creatureType"] = "Dragonkin", - ["level"] = 70, - ["characteristics"] = { - ["Taunt"] = true, - ["Incapacitate"] = true, - ["Silence"] = true, - ["Root"] = true, - ["Fear"] = true, - ["Disorient"] = true, - ["Stun"] = true, - }, - ["spells"] = { - [387843] = { - }, - [387970] = { - }, - [387975] = { - }, - }, - ["clones"] = { - [1] = { - ["x"] = 479.6382903722, - ["y"] = -356.74319292662, - ["g"] = 28, - ["sublevel"] = 1, - ["scale"] = 1.5, - }, - [2] = { - ["x"] = 497.28097671736, - ["y"] = -384.791922329, - ["g"] = 29, - ["sublevel"] = 1, - ["scale"] = 1.5, - }, - [3] = { - ["x"] = 489.72798079717, - ["y"] = -375.74662806004, - ["g"] = 29, - ["sublevel"] = 1, - ["scale"] = 1.5, - }, - [4] = { - ["x"] = 446.28356617903, - ["y"] = -380.02727712342, - ["g"] = 30, - ["sublevel"] = 1, - ["scale"] = 1.5, - }, - [5] = { - ["x"] = 437.29864643564, - ["y"] = -386.69600237666, - ["g"] = 30, - ["sublevel"] = 1, - ["scale"] = 1.5, - ["patrol"] = { - [1] = { - ["x"] = 438.61840672433, - ["y"] = -386.69600237666, - }, - [2] = { - ["x"] = 438.62669114296, - ["y"] = -402.59737192282, - }, - [3] = { - ["x"] = 450.12740080865, - ["y"] = -408.81909437459, - }, - [4] = { - ["x"] = 465.21036628959, - ["y"] = -405.80251638185, - }, - [5] = { - ["x"] = 470.48942902071, - ["y"] = -389.96540370569, - }, - [6] = { - ["x"] = 468.60404485038, - ["y"] = -373.75123361417, - }, - [7] = { - ["x"] = 452.95547706415, - ["y"] = -369.41486296821, - }, - [8] = { - ["x"] = 442.20886065283, - ["y"] = -371.86586023201, - }, - }, - }, - [6] = { - ["x"] = 438.5142151891, - ["y"] = -348.32561932373, - ["g"] = 31, - ["sublevel"] = 1, - ["scale"] = 1.5, - }, - [7] = { - ["x"] = 415.55351456183, - ["y"] = -412.90141177746, - ["g"] = 32, - ["sublevel"] = 1, - ["scale"] = 1.5, - }, - [8] = { - ["x"] = 423.01198339432, - ["y"] = -406.93392355926, - ["g"] = 32, - ["sublevel"] = 1, - ["scale"] = 1.5, - }, - [9] = { - ["x"] = 451.23727055984, - ["y"] = -431.89408492426, - ["g"] = 33, - ["sublevel"] = 1, - ["scale"] = 1.5, - }, - [10] = { - ["x"] = 499.57834874655, - ["y"] = -411.68379988068, - ["g"] = 34, - ["sublevel"] = 1, - ["scale"] = 1.5, - }, - }, + ["spells"] = { + [387523] = { + }, + [388392] = { + }, }, - [18] = { - ["name"] = "Ethereal Restorer", - ["id"] = 196203, - ["count"] = 6, - ["health"] = 716377, - ["scale"] = 1, - ["displayId"] = 109106, - ["creatureType"] = "Dragonkin", - ["level"] = 70, - ["characteristics"] = { - ["Taunt"] = true, - ["Silence"] = true, - ["Root"] = true, - ["Fear"] = true, - ["Disorient"] = true, - ["Stun"] = true, - ["Slow"] = true, - }, - ["spells"] = { - [387955] = { - }, - [387970] = { - }, - }, - ["clones"] = { - [1] = { - ["x"] = 435.42654064116, - ["y"] = -374.05898490785, - ["g"] = 30, - ["sublevel"] = 1, - ["scale"] = 1.5, - }, - [2] = { - ["x"] = 452.45856451714, - ["y"] = -347.16299257689, - ["g"] = 31, - ["sublevel"] = 1, - ["scale"] = 1.5, - }, - [3] = { - ["x"] = 412.9012788349, - ["y"] = -398.96123488267, - ["g"] = 32, - ["sublevel"] = 1, - ["scale"] = 1.5, - }, - [4] = { - ["x"] = 493.54888596072, - ["y"] = -421.65394838311, - ["g"] = 34, - ["sublevel"] = 1, - ["scale"] = 1.5, - }, - [5] = { - ["x"] = 460.15908184931, - ["y"] = -442.85651382748, - ["g"] = 33, - ["sublevel"] = 1, - ["scale"] = 1.5, - }, - }, + ["clones"] = { + [1] = { + ["x"] = 50.844785123141, + ["y"] = -231.81969592605, + ["g"] = 7, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + [2] = { + ["x"] = 90.693081709746, + ["y"] = -173.90220020307, + ["g"] = 8, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + [3] = { + ["x"] = 51.243980132084, + ["y"] = -207.74133437417, + ["g"] = 9, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + [4] = { + ["x"] = 68.468528799821, + ["y"] = -184.32583397828, + ["g"] = 9, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + }, + }, + [7] = { + ["name"] = "Vexamus", + ["id"] = 194181, + ["count"] = 0, + ["health"] = 5005685, + ["scale"] = 1, + ["displayId"] = 109099, + ["creatureType"] = "Elemental", + ["level"] = 72, + ["isBoss"] = true, + ["encounterID"] = 2509, + ["instanceID"] = 1201, + ["characteristics"] = { + ["Taunt"] = true, + }, + ["spells"] = { + [385958] = { + }, + [386173] = { + }, + [386181] = { + }, + [386202] = { + }, + [387691] = { + }, + [388537] = { + }, + [388546] = { + }, + [388651] = { + }, + [392557] = { + }, + }, + ["clones"] = { + [1] = { + ["x"] = 34.0814753229, + ["y"] = -172.25800558101, + ["sublevel"] = 1, + ["scale"] = 2, + }, + }, + }, + [8] = { + ["name"] = "Guardian Sentry", + ["id"] = 192680, + ["count"] = 18, + ["health"] = 2149131, + ["scale"] = 1, + ["displayId"] = 26385, + ["creatureType"] = "Elemental", + ["level"] = 71, + ["characteristics"] = { + ["Taunt"] = true, + }, + ["spells"] = { + [377912] = { + }, + [377991] = { + }, + [378003] = { + }, + [378011] = { + }, + }, + ["clones"] = { + [1] = { + ["x"] = 697.95953352601, + ["y"] = -455.18691610399, + ["sublevel"] = 1, + ["scale"] = 3, + }, + }, + }, + [9] = { + ["name"] = "Territorial Eagle", + ["id"] = 192329, + ["count"] = 2, + ["health"] = 286551, + ["scale"] = 1, + ["displayId"] = 34918, + ["creatureType"] = "Beast", + ["level"] = 70, + ["characteristics"] = { + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Disorient"] = true, + ["Imprison"] = true, + ["Sap"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Scare Beast"] = true, + ["Hibernate"] = true, + }, + ["spells"] = { + [377344] = { + }, + [377516] = { + }, + }, + ["clones"] = { + [1] = { + ["x"] = 691.69990656677, + ["y"] = -196.20831690923, + ["g"] = 16, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [2] = { + ["x"] = 696.05514164241, + ["y"] = -218.71254527142, + ["g"] = 16, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [3] = { + ["x"] = 672.23141895016, + ["y"] = -209.22726431588, + ["g"] = 16, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [4] = { + ["x"] = 680.01218698218, + ["y"] = -219.33850015834, + ["g"] = 16, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [5] = { + ["x"] = 702.89138476737, + ["y"] = -203.7193876195, + ["g"] = 16, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [6] = { + ["x"] = 688.05786012712, + ["y"] = -208.49074069717, + ["g"] = 16, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [7] = { + ["x"] = 663.39684596842, + ["y"] = -168.66576249887, + ["g"] = 17, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [8] = { + ["x"] = 650.78122866692, + ["y"] = -157.65068733862, + ["g"] = 17, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [9] = { + ["x"] = 640.27048302354, + ["y"] = -166.62751420993, + ["g"] = 17, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [10] = { + ["x"] = 740.42837784868, + ["y"] = -162.8915522619, + ["g"] = 18, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [11] = { + ["x"] = 727.53667600147, + ["y"] = -155.83403075503, + ["g"] = 18, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [12] = { + ["x"] = 714.90800760805, + ["y"] = -160.39603496562, + ["g"] = 18, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [13] = { + ["x"] = 677.17446347139, + ["y"] = -197.81108003142, + ["g"] = 16, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [14] = { + ["x"] = 637.62710713492, + ["y"] = -153.39061788698, + ["g"] = 17, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [15] = { + ["x"] = 665.99909495311, + ["y"] = -154.8676303365, + ["g"] = 17, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [16] = { + ["x"] = 727.06518617111, + ["y"] = -169.35570509968, + ["g"] = 18, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + }, + }, + [10] = { + ["name"] = "Alpha Eagle", + ["id"] = 192333, + ["count"] = 8, + ["health"] = 1289478, + ["scale"] = 1, + ["displayId"] = 101438, + ["creatureType"] = "Beast", + ["level"] = 71, + ["characteristics"] = { + ["Taunt"] = true, + }, + ["spells"] = { + [377383] = { + }, + [377389] = { + }, + [377524] = { + }, + }, + ["clones"] = { + [1] = { + ["x"] = 650.12614659089, + ["y"] = -179.02549976816, + ["g"] = 17, + ["sublevel"] = 1, + ["scale"] = 2.1, + }, + [2] = { + ["x"] = 735.17277451151, + ["y"] = -182.10652845137, + ["g"] = 18, + ["sublevel"] = 1, + ["scale"] = 2.1, + }, + [3] = { + ["x"] = 712.09472973216, + ["y"] = -176.91692838486, + ["g"] = 18, + ["sublevel"] = 1, + ["scale"] = 2.1, + }, + }, + }, + [11] = { + ["name"] = "Crawth", + ["id"] = 191736, + ["count"] = 0, + ["health"] = 7150978, + ["scale"] = 1, + ["displayId"] = 64923, + ["creatureType"] = "Beast", + ["level"] = 72, + ["isBoss"] = true, + ["encounterID"] = 2495, + ["instanceID"] = 1201, + ["characteristics"] = { + ["Taunt"] = true, }, - [19] = { - ["name"] = "Echo of Doragosa", - ["id"] = 190609, - ["count"] = 0, - ["health"] = 5720782, - ["scale"] = 1, - ["displayId"] = 108925, - ["creatureType"] = "Dragonkin", - ["level"] = 72, - ["isBoss"] = true, - ["encounterID"] = 2514, - ["instanceID"] = 1201, - ["characteristics"] = { - ["Taunt"] = true, + ["spells"] = { + [181089] = { + }, + [376997] = { + }, + [377004] = { + }, + [377008] = { + }, + [377009] = { + }, + [377034] = { + }, + [397210] = { + }, + }, + ["clones"] = { + [1] = { + ["x"] = 684.32659069286, + ["y"] = -117.03170378065, + ["sublevel"] = 1, + ["scale"] = 2, + }, + }, + }, + [12] = { + ["name"] = "Aggravated Skitterfly", + ["id"] = 197406, + ["count"] = 4, + ["health"] = 573101, + ["scale"] = 1, + ["displayId"] = 103762, + ["creatureType"] = "Elemental", + ["level"] = 70, + ["characteristics"] = { + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Banish"] = true, + ["Disorient"] = true, + ["Imprison"] = true, + ["Sap"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + }, + ["spells"] = { + [228318] = { + }, + [390938] = { + }, + [390942] = { + }, + [390944] = { + }, + }, + ["clones"] = { + [1] = { + ["x"] = 373.67756650156, + ["y"] = -197.84159538266, + ["g"] = 19, + ["sublevel"] = 1, + ["scale"] = 1.8, + ["patrol"] = { + [1] = { + ["x"] = 373.67756650156, + ["y"] = -197.84159538266, + }, + [2] = { + ["x"] = 350.70008675789, + ["y"] = -198.98518229782, + }, + [3] = { + ["x"] = 338.74586224333, + ["y"] = -204.96223755313, + }, + [4] = { + ["x"] = 337.25166968196, + ["y"] = -221.89736519794, + }, + [5] = { + ["x"] = 350.70008675789, + ["y"] = -234.84771333658, + }, + [6] = { + ["x"] = 364.14850383382, + ["y"] = -254.27325692028, + }, + [7] = { + ["x"] = 367.6352001522, + ["y"] = -271.7064107509, + }, + [8] = { + ["x"] = 379.5893676648, + ["y"] = -278.18159194547, + }, + [9] = { + ["x"] = 403.99584287973, + ["y"] = -280.67203638534, + }, + [10] = { + ["x"] = 412.96139726171, + ["y"] = -250.28852016559, + }, + [11] = { + ["x"] = 422.92328902516, + ["y"] = -236.34196289992, + }, + [12] = { + ["x"] = 435.87356591134, + ["y"] = -223.88969794905, + }, + [13] = { + ["x"] = 423.42131521097, + ["y"] = -212.43362787473, + }, + [14] = { + ["x"] = 401.50536993887, + ["y"] = -200.47943186116, + }, }, - ["spells"] = { - [373326] = { - }, - [374343] = { - }, - [374350] = { - }, - [374352] = { - }, - [374361] = { - }, - [388822] = { - }, - [389011] = { - }, + }, + [2] = { + ["x"] = 386.95330731721, + ["y"] = -203.8179360113, + ["g"] = 19, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + [3] = { + ["x"] = 385.17606612285, + ["y"] = -188.91209956221, + ["g"] = 19, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + [4] = { + ["x"] = 330.62039086056, + ["y"] = -318.46006031499, + ["g"] = 22, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + [5] = { + ["x"] = 332.97599941107, + ["y"] = -298.20306913456, + ["g"] = 22, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + [6] = { + ["x"] = 343.43279802336, + ["y"] = -310.80424077559, + ["g"] = 22, + ["sublevel"] = 1, + ["scale"] = 1.8, + ["patrol"] = { + [1] = { + ["x"] = 343.43279802336, + ["y"] = -310.80424077559, + }, + [2] = { + ["x"] = 359.66575514381, + ["y"] = -308.56515091669, + }, + [3] = { + ["x"] = 383.07600698122, + ["y"] = -307.5689631654, + }, + [4] = { + ["x"] = 396.52442405714, + ["y"] = -301.59187228386, + }, + [5] = { + ["x"] = 392.53964455098, + ["y"] = -290.13575945806, + }, + [6] = { + ["x"] = 380.08739385061, + ["y"] = -278.67968938374, + }, + [7] = { + ["x"] = 355.68097563765, + ["y"] = -274.19685519078, + }, + [8] = { + ["x"] = 331.77264061246, + ["y"] = -272.20450818917, + }, + [9] = { + ["x"] = 310.35472152617, + ["y"] = -270.71023012485, + }, + [10] = { + ["x"] = 292.4234417563, + ["y"] = -265.23122955633, + }, + [11] = { + ["x"] = 277.97885830481, + ["y"] = -272.70260562744, + }, + [12] = { + ["x"] = 281.96358080901, + ["y"] = -293.62241302497, + }, + [13] = { + ["x"] = 293.9177483216, + ["y"] = -308.06706060367, + }, + [14] = { + ["x"] = 315.83375059567, + ["y"] = -310.5574979183, + }, }, - ["clones"] = { - [1] = { - ["x"] = 555.78017183634, - ["y"] = -446.94330489, - ["sublevel"] = 1, - ["scale"] = 1.6, - }, + }, + }, + }, + [13] = { + ["name"] = "Vile Lasher", + ["id"] = 197219, + ["count"] = 9, + ["health"] = 1289478, + ["scale"] = 1, + ["displayId"] = 104635, + ["creatureType"] = "Elemental", + ["level"] = 71, + ["characteristics"] = { + ["Taunt"] = true, + }, + ["spells"] = { + [390912] = { + }, + [390915] = { + }, + [390918] = { + }, + }, + ["clones"] = { + [1] = { + ["x"] = 359.26591043657, + ["y"] = -222.6478643899, + ["g"] = 20, + ["sublevel"] = 1, + ["scale"] = 2.1, + }, + [2] = { + ["x"] = 393.04915735986, + ["y"] = -281.61845712637, + ["g"] = 21, + ["sublevel"] = 1, + ["scale"] = 2.1, + }, + [3] = { + ["x"] = 298.59000888491, + ["y"] = -246.0541860745, + ["g"] = 23, + ["sublevel"] = 1, + ["scale"] = 2.1, + }, + }, + }, + [14] = { + ["name"] = "Hungry Lasher", + ["id"] = 197398, + ["count"] = 2, + ["health"] = 358189, + ["scale"] = 1, + ["displayId"] = 104474, + ["creatureType"] = "Elemental", + ["level"] = 70, + ["characteristics"] = { + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Banish"] = true, + ["Disorient"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + }, + ["spells"] = { + }, + ["clones"] = { + [1] = { + ["x"] = 411.98193093823, + ["y"] = -236.59817419562, + ["g"] = 20, + ["sublevel"] = 1, + ["scale"] = 1.4, + }, + [2] = { + ["x"] = 307.62468150236, + ["y"] = -203.87872377278, + ["g"] = 20, + ["sublevel"] = 1, + ["scale"] = 1.4, + }, + [3] = { + ["x"] = 401.04670650521, + ["y"] = -219.15479553545, + ["g"] = 20, + ["sublevel"] = 1, + ["scale"] = 1.4, + }, + [4] = { + ["x"] = 395.15275969944, + ["y"] = -233.0982135269, + ["g"] = 20, + ["sublevel"] = 1, + ["scale"] = 1.4, + }, + [5] = { + ["x"] = 316.9566776384, + ["y"] = -211.4392288515, + ["g"] = 20, + ["sublevel"] = 1, + ["scale"] = 1.4, + }, + [6] = { + ["x"] = 330.02221265661, + ["y"] = -208.80406999885, + ["g"] = 20, + ["sublevel"] = 1, + ["scale"] = 1.4, + }, + [7] = { + ["x"] = 320.58352563755, + ["y"] = -195.57944198372, + ["g"] = 20, + ["sublevel"] = 1, + ["scale"] = 1.4, + }, + [8] = { + ["x"] = 337.49913587399, + ["y"] = -194.8422251583, + ["g"] = 20, + ["sublevel"] = 1, + ["scale"] = 1.4, + }, + [9] = { + ["x"] = 400.47192183244, + ["y"] = -301.03780616455, + ["g"] = 21, + ["sublevel"] = 1, + ["scale"] = 1.4, + }, + [10] = { + ["x"] = 407.91291602936, + ["y"] = -273.52670489211, + ["g"] = 21, + ["sublevel"] = 1, + ["scale"] = 1.4, + }, + [11] = { + ["x"] = 377.96724942238, + ["y"] = -269.80261116156, + ["g"] = 21, + ["sublevel"] = 1, + ["scale"] = 1.4, + }, + [12] = { + ["x"] = 405.56020026171, + ["y"] = -259.50592185149, + ["g"] = 21, + ["sublevel"] = 1, + ["scale"] = 1.4, + }, + [13] = { + ["x"] = 390.39735195489, + ["y"] = -260.08351041737, + ["g"] = 21, + ["sublevel"] = 1, + ["scale"] = 1.4, + }, + [14] = { + ["x"] = 384.5810947649, + ["y"] = -295.30871203353, + ["g"] = 21, + ["sublevel"] = 1, + ["scale"] = 1.4, + }, + [15] = { + ["x"] = 409.46467624428, + ["y"] = -290.2439130584, + ["g"] = 21, + ["sublevel"] = 1, + ["scale"] = 1.4, + }, + [16] = { + ["x"] = 375.07247673549, + ["y"] = -285.84287495496, + ["g"] = 21, + ["sublevel"] = 1, + ["scale"] = 1.4, + }, + [17] = { + ["x"] = 314.5174961897, + ["y"] = -254.74712299544, + ["g"] = 23, + ["sublevel"] = 1, + ["scale"] = 1.4, + }, + [18] = { + ["x"] = 313.28131354916, + ["y"] = -235.01073216386, + ["g"] = 23, + ["sublevel"] = 1, + ["scale"] = 1.4, + }, + [19] = { + ["x"] = 304.75420675782, + ["y"] = -265.0102030128, + ["g"] = 23, + ["sublevel"] = 1, + ["scale"] = 1.4, + }, + [20] = { + ["x"] = 288.64370232194, + ["y"] = -267.06320285553, + ["g"] = 23, + ["sublevel"] = 1, + ["scale"] = 1.4, + }, + [21] = { + ["x"] = 283.68712982626, + ["y"] = -244.73519448313, + ["g"] = 23, + ["sublevel"] = 1, + ["scale"] = 1.4, + }, + [22] = { + ["x"] = 285.82744965858, + ["y"] = -230.59971038784, + ["g"] = 23, + ["sublevel"] = 1, + ["scale"] = 1.4, + }, + [23] = { + ["x"] = 300.14211543425, + ["y"] = -226.26772972499, + ["g"] = 23, + ["sublevel"] = 1, + ["scale"] = 1.4, + }, + [24] = { + ["x"] = 284.96371879974, + ["y"] = -256.36417070281, + ["g"] = 23, + ["sublevel"] = 1, + ["scale"] = 1.4, + }, + }, + }, + [15] = { + ["name"] = "Overgrown Ancient", + ["id"] = 196482, + ["count"] = 0, + ["health"] = 4290587, + ["scale"] = 1, + ["displayId"] = 109194, + ["creatureType"] = "Elemental", + ["level"] = 72, + ["isBoss"] = true, + ["encounterID"] = 2512, + ["instanceID"] = 1201, + ["characteristics"] = { + ["Taunt"] = true, + }, + ["spells"] = { + [388544] = { + }, + [388623] = { + }, + [388625] = { + }, + [388796] = { + }, + [388799] = { + }, + [388923] = { + }, + [390297] = { + }, + [396716] = { + }, + }, + ["clones"] = { + [1] = { + ["x"] = 350.31256910172, + ["y"] = -260.80939298541, + ["sublevel"] = 1, + ["scale"] = 2, + }, + }, + }, + [16] = { + ["name"] = "Algeth'ar Echoknight", + ["id"] = 196200, + ["count"] = 8, + ["health"] = 895471, + ["scale"] = 1, + ["displayId"] = 109104, + ["creatureType"] = "Dragonkin", + ["level"] = 70, + ["characteristics"] = { + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Disorient"] = true, + ["Repentance"] = true, + ["Sap"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Hibernate"] = true, + ["Mind Soothe"] = true, + }, + ["spells"] = { + [181089] = { + }, + [387910] = { + }, + [387932] = { + }, + [387970] = { + }, + }, + ["clones"] = { + [1] = { + ["x"] = 428.44450326461, + ["y"] = -366.27600338196, + ["g"] = 26, + ["sublevel"] = 1, + ["scale"] = 2.1, + }, + [2] = { + ["x"] = 415.42429953793, + ["y"] = -354.52573734103, + ["g"] = 26, + ["sublevel"] = 1, + ["scale"] = 2.1, + }, + [3] = { + ["x"] = 386.16241104438, + ["y"] = -427.63679778498, + ["g"] = 29, + ["sublevel"] = 1, + ["scale"] = 2.1, + }, + [4] = { + ["x"] = 358.48153116961, + ["y"] = -462.55776573571, + ["g"] = 34, + ["sublevel"] = 1, + ["scale"] = 2.1, + }, + [5] = { + ["x"] = 349.2218511707, + ["y"] = -479.83124108073, + ["g"] = 34, + ["sublevel"] = 1, + ["scale"] = 2.1, + }, + [6] = { + ["x"] = 316.86760663993, + ["y"] = -409.49424303719, + ["g"] = 31, + ["sublevel"] = 1, + ["scale"] = 2.1, + }, + [7] = { + ["x"] = 351.0560949822, + ["y"] = -385.87267573758, + ["g"] = 28, + ["sublevel"] = 1, + ["scale"] = 2.1, + }, + [8] = { + ["x"] = 369.0357837083, + ["y"] = -388.55346489783, + ["g"] = 28, + ["sublevel"] = 1, + ["scale"] = 2.1, + }, + [9] = { + ["x"] = 359.13692487077, + ["y"] = -357.35431230712, + ["g"] = 25, + ["sublevel"] = 1, + ["scale"] = 2.1, + }, + [10] = { + ["x"] = 375.68732112542, + ["y"] = -361.88450143409, + ["g"] = 25, + ["sublevel"] = 1, + ["scale"] = 2.1, + }, + [11] = { + ["x"] = 340.75016203281, + ["y"] = -503.45813332745, + ["g"] = 33, + ["sublevel"] = 1, + ["scale"] = 2.1, + }, + }, + }, + [17] = { + ["name"] = "Spectral Invoker", + ["id"] = 196202, + ["count"] = 5, + ["health"] = 788015, + ["scale"] = 1, + ["displayId"] = 109105, + ["creatureType"] = "Dragonkin", + ["level"] = 70, + ["characteristics"] = { + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Disorient"] = true, + ["Repentance"] = true, + ["Sap"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Hibernate"] = true, + ["Mind Soothe"] = true, + }, + ["spells"] = { + [387843] = { + }, + [387970] = { + }, + [387975] = { + }, + }, + ["clones"] = { + [1] = { + ["x"] = 357.3187748484, + ["y"] = -400.20300945302, + ["g"] = 28, + ["sublevel"] = 1, + ["scale"] = 2.1, + }, + [2] = { + ["x"] = 377.09605072767, + ["y"] = -443.33126906346, + ["g"] = 29, + ["sublevel"] = 1, + ["scale"] = 2.1, + }, + [3] = { + ["x"] = 367.94207296888, + ["y"] = -428.23772957173, + ["g"] = 29, + ["sublevel"] = 1, + ["scale"] = 2.1, + }, + [4] = { + ["x"] = 312.9485063364, + ["y"] = -435.20041478409, + ["g"] = 30, + ["sublevel"] = 1, + ["scale"] = 2.1, + }, + [5] = { + ["x"] = 298.1753575297, + ["y"] = -444.920634924, + ["g"] = 30, + ["sublevel"] = 1, + ["scale"] = 2.1, + ["patrol"] = { + [1] = { + ["x"] = 297.40907567424, + ["y"] = -444.53749399627, + }, + [2] = { + ["x"] = 298.76500235356, + ["y"] = -460.82979849974, + }, + [3] = { + ["x"] = 307.57737523434, + ["y"] = -473.85676543321, + }, + [4] = { + ["x"] = 326.35163147444, + ["y"] = -475.38938395372, + }, + [5] = { + ["x"] = 344.35947431607, + ["y"] = -459.6803428308, + }, + [6] = { + ["x"] = 346.65831988245, + ["y"] = -444.73761644908, + }, + [7] = { + ["x"] = 339.37859840792, + ["y"] = -430.56120480858, + }, + [8] = { + ["x"] = 324.81902391585, + ["y"] = -422.89825471099, + }, + [9] = { + ["x"] = 308.34370093747, + ["y"] = -422.13195093169, + }, }, + }, + [6] = { + ["x"] = 305.56225242653, + ["y"] = -396.21898070029, + ["g"] = 31, + ["sublevel"] = 1, + ["scale"] = 2.1, + }, + [7] = { + ["x"] = 283.2994684444, + ["y"] = -490.0370095837, + ["g"] = 32, + ["sublevel"] = 1, + ["scale"] = 2.1, + }, + [8] = { + ["x"] = 292.71475393093, + ["y"] = -476.59817608564, + ["g"] = 32, + ["sublevel"] = 1, + ["scale"] = 2.1, + }, + [9] = { + ["x"] = 320.28318726858, + ["y"] = -504.00777865257, + ["g"] = 33, + ["sublevel"] = 1, + ["scale"] = 2.1, + }, + [10] = { + ["x"] = 372.08626989099, + ["y"] = -472.72730261386, + ["g"] = 34, + ["sublevel"] = 1, + ["scale"] = 2.1, + }, + }, + }, + [18] = { + ["name"] = "Ethereal Restorer", + ["id"] = 196203, + ["count"] = 6, + ["health"] = 716377, + ["scale"] = 1, + ["displayId"] = 109106, + ["creatureType"] = "Dragonkin", + ["level"] = 70, + ["characteristics"] = { + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Disorient"] = true, + ["Repentance"] = true, + ["Sap"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Hibernate"] = true, + ["Mind Soothe"] = true, + }, + ["spells"] = { + [387955] = { + }, + [387970] = { + }, + }, + ["clones"] = { + [1] = { + ["x"] = 295.96109441185, + ["y"] = -426.5501251125, + ["g"] = 30, + ["sublevel"] = 1, + ["scale"] = 2.1, + }, + [2] = { + ["x"] = 322.17496589243, + ["y"] = -393.81111531999, + ["g"] = 31, + ["sublevel"] = 1, + ["scale"] = 2.1, + }, + [3] = { + ["x"] = 278.86838436577, + ["y"] = -469.51494212167, + ["g"] = 32, + ["sublevel"] = 1, + ["scale"] = 2.1, + }, + [4] = { + ["x"] = 364.98950623728, + ["y"] = -488.21204081566, + ["g"] = 34, + ["sublevel"] = 1, + ["scale"] = 2.1, + }, + [5] = { + ["x"] = 333.11855043474, + ["y"] = -518.7059030983, + ["g"] = 33, + ["sublevel"] = 1, + ["scale"] = 2.1, + }, + }, + }, + [19] = { + ["name"] = "Echo of Doragosa", + ["id"] = 190609, + ["count"] = 0, + ["health"] = 5720782, + ["scale"] = 1, + ["displayId"] = 108925, + ["creatureType"] = "Dragonkin", + ["level"] = 72, + ["isBoss"] = true, + ["encounterID"] = 2514, + ["instanceID"] = 1201, + ["characteristics"] = { + ["Taunt"] = true, + ["Mind Soothe"] = true, + }, + ["spells"] = { + [373326] = { + }, + [374343] = { + }, + [374350] = { + }, + [374352] = { + }, + [374361] = { + }, + [388822] = { + }, + [389011] = { + }, + }, + ["clones"] = { + [1] = { + ["x"] = 452.71368376103, + ["y"] = -521.27375202316, + ["sublevel"] = 1, + ["scale"] = 2, + }, }, + }, }; diff --git a/Dragonflight/BrackenhideHollow.lua b/Dragonflight/BrackenhideHollow.lua index 1f7aff1d..62edff45 100644 --- a/Dragonflight/BrackenhideHollow.lua +++ b/Dragonflight/BrackenhideHollow.lua @@ -13,8 +13,8 @@ for _, zone in ipairs(zones) do end MDT.dungeonMaps[dungeonIndex] = { - [0] = "BrackenHideHollow", - [1] = "BrackenHideHollow", + [0] = "", + [1] = { customTextures = 'BrackenhideHollow' }, } MDT.dungeonSubLevels[dungeonIndex] = { [1] = L["BrackenhideHollow"], @@ -27,10 +27,138 @@ MDT.mapPOIs[dungeonIndex] = { [1] = { ["template"] = "DeathReleasePinTemplate", ["type"] = "graveyard", - ["x"] = 78.221439342171, - ["y"] = -237.35277751127, + ["x"] = 16.985726252635, + ["y"] = -211.92254510618, ["graveyardDescription"] = "", }, + [2] = { + ["template"] = "MapLinkPinTemplate", + ["type"] = "brackenhideCage", + ["x"] = 42.235569286122, + ["y"] = -148.66147980926, + ["cageIndex"] = 1, + ["textAnchor"] = "RIGHT", + ["textAnchorTo"] = "LEFT", + }, + [3] = { + ["template"] = "MapLinkPinTemplate", + ["type"] = "brackenhideCage", + ["x"] = 126.82807502331, + ["y"] = -197.80800969612, + ["cageIndex"] = 2, + ["textAnchor"] = "TOP", + ["textAnchorTo"] = "BOTTOM", + }, + [4] = { + ["template"] = "MapLinkPinTemplate", + ["type"] = "brackenhideCage", + ["x"] = 205.7683928738, + ["y"] = -229.31582116284, + ["cageIndex"] = 3, + ["textAnchor"] = "RIGHT", + ["textAnchorTo"] = "LEFT", + }, + [5] = { + ["template"] = "MapLinkPinTemplate", + ["type"] = "brackenhideCage", + ["x"] = 251.57280910073, + ["y"] = -139.99512947501, + ["cageIndex"] = 4, + }, + [6] = { + ["template"] = "MapLinkPinTemplate", + ["type"] = "brackenhideCage", + ["x"] = 230.17715470749, + ["y"] = -95.841033920673, + ["cageIndex"] = 5, + }, + [7] = { + ["template"] = "MapLinkPinTemplate", + ["type"] = "brackenhideCage", + ["x"] = 161.07582704164, + ["y"] = -113.60696849107, + ["cageIndex"] = 6, + }, + [8] = { + ["template"] = "MapLinkPinTemplate", + ["type"] = "brackenhideCage", + ["x"] = 195.0550772337, + ["y"] = -18.147799835749, + ["cageIndex"] = 7, + }, + [9] = { + ["template"] = "DeathReleasePinTemplate", + ["type"] = "graveyard", + ["x"] = 534.04245285223, + ["y"] = -517.53682311324, + ["graveyardDescription"] = "", + }, + [10] = { + ["template"] = "MapLinkPinTemplate", + ["type"] = "brackenhideCauldron", + ["x"] = 180.4793232459, + ["y"] = -27.619276155185, + }, + [11] = { + ["template"] = "MapLinkPinTemplate", + ["type"] = "brackenhideCauldron", + ["x"] = 394.75541698158, + ["y"] = -347.18041008767, + }, + [12] = { + ["template"] = "MapLinkPinTemplate", + ["type"] = "brackenhideCauldron", + ["x"] = 684.7420177216, + ["y"] = -442.8435533566, + }, + [13] = { + ["template"] = "MapLinkPinTemplate", + ["type"] = "brackenhideCauldron", + ["x"] = 722.47488312314, + ["y"] = -364.44171920595, + }, + [14] = { + ["template"] = "MapLinkPinTemplate", + ["type"] = "brackenhideCauldron", + ["x"] = 643.15406258509, + ["y"] = -224.6883944552, + }, + [15] = { + ["template"] = "MapLinkPinTemplate", + ["type"] = "brackenhideCauldron", + ["x"] = 108.82148036608, + ["y"] = -189.520032362, + }, + [16] = { + ["template"] = "MapLinkPinTemplate", + ["type"] = "brackenhideCauldron", + ["x"] = 155.24768300646, + ["y"] = -106.08739195342, + }, + [17] = { + ["template"] = "MapLinkPinTemplate", + ["type"] = "brackenhideCauldron", + ["x"] = 204.36529653945, + ["y"] = -126.94557611833, + }, + [18] = { + ["template"] = "MapLinkPinTemplate", + ["type"] = "brackenhideCauldron", + ["x"] = 456.88626967948, + ["y"] = -381.64059917777, + }, + [19] = { + ["template"] = "MapLinkPinTemplate", + ["type"] = "brackenhideCauldron", + ["x"] = 378.86269714218, + ["y"] = -216.4852116281, + }, + [20] = { + ["template"] = "MapLinkPinTemplate", + ["type"] = "brackenhideCauldron", + ["x"] = 462.13348989507, + ["y"] = -320.3265412902, + }, }, }; @@ -47,8 +175,22 @@ MDT.dungeonEnemies[dungeonIndex] = { ["level"] = 70, ["characteristics"] = { ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, + ["Root"] = true, ["Fear"] = true, + ["Disorient"] = true, + ["Imprison"] = true, + ["Sap"] = true, ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Scare Beast"] = true, + ["Hibernate"] = true, }, ["spells"] = { [368091] = { @@ -58,273 +200,171 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 108.61163534958, - ["y"] = -215.72788918496, + ["x"] = 60.127719520239, + ["y"] = -185.80891376254, ["g"] = 1, ["sublevel"] = 1, }, [2] = { - ["x"] = 156.4, - ["y"] = -199.9, - ["g"] = 6, + ["x"] = 136.65628440197, + ["y"] = -150.13374676459, + ["g"] = 7, ["sublevel"] = 1, - ["patrol"] = { - [1] = { - ["x"] = 161.3, - ["y"] = -210.9, - }, - [2] = { - ["x"] = 159.4, - ["y"] = -211.4, - }, - [3] = { - ["x"] = 158, - ["y"] = -199.7, - }, - [4] = { - ["x"] = 146.8, - ["y"] = -185, - }, - [5] = { - ["x"] = 168.8, - ["y"] = -180.9, - }, - [6] = { - ["x"] = 169.2, - ["y"] = -183.3, - }, - [7] = { - ["x"] = 151.7, - ["y"] = -186.3, - }, - [8] = { - ["x"] = 160.9, - ["y"] = -198.2, - }, - [9] = { - ["x"] = 162.2, - ["y"] = -210, - }, - [10] = { - ["x"] = 161.4, - ["y"] = -210.9, - }, - }, }, [3] = { - ["x"] = 227.83740416766, - ["y"] = -237.50432638724, - ["g"] = 14, + ["x"] = 215.38578775358, + ["y"] = -209.72179049444, + ["g"] = 9, ["sublevel"] = 1, }, [4] = { - ["x"] = 260.3208514453, - ["y"] = -235.89214846462, - ["g"] = 27, + ["x"] = 246.73067776436, + ["y"] = -211.30419543238, + ["g"] = 28, ["sublevel"] = 1, }, [5] = { - ["x"] = 257.94173055489, - ["y"] = -242.79295661978, - ["g"] = 27, + ["x"] = 248.44312340645, + ["y"] = -219.32936654468, + ["g"] = 28, ["sublevel"] = 1, }, [6] = { - ["x"] = 205.7, - ["y"] = -130.9, - ["g"] = 19, + ["x"] = 183.27790813351, + ["y"] = -68.811268940257, + ["g"] = 20, ["sublevel"] = 1, }, [7] = { - ["x"] = 176.5, - ["y"] = -109.7, - ["g"] = 24, + ["x"] = 138.1612174484, + ["y"] = -40.319569266907, + ["g"] = 25, ["sublevel"] = 1, }, [8] = { - ["x"] = 193.85123298096, - ["y"] = -91.025219328971, - ["g"] = 22, + ["x"] = 161.95256020058, + ["y"] = -16.095825876018, + ["g"] = 23, ["sublevel"] = 1, }, [9] = { - ["x"] = 127.3, - ["y"] = -173.3, - ["g"] = 8, + ["x"] = 80.289861967233, + ["y"] = -125.44346517926, + ["g"] = 4, ["sublevel"] = 1, }, [10] = { - ["x"] = 134.77561649048, - ["y"] = -174.33739725159, - ["g"] = 8, + ["x"] = 88.417851196915, + ["y"] = -124.88684072885, + ["g"] = 4, ["sublevel"] = 1, }, [11] = { - ["x"] = 137.50432638724, - ["y"] = -168.28265295463, - ["g"] = 8, + ["x"] = 92.988796747665, + ["y"] = -119.29024359961, + ["g"] = 4, ["sublevel"] = 1, }, [12] = { - ["x"] = 322, - ["y"] = -312.7, - ["g"] = 34, + ["x"] = 342.02360105828, + ["y"] = -295.53516570405, + ["g"] = 33, ["sublevel"] = 1, }, [13] = { - ["x"] = 327.3, - ["y"] = -317.2, - ["g"] = 34, + ["x"] = 339.67644893063, + ["y"] = -310.57581896092, + ["g"] = 33, ["sublevel"] = 1, }, [14] = { - ["x"] = 481, - ["y"] = -341, - ["g"] = 49, + ["x"] = 544.36862875051, + ["y"] = -349.37296590367, + ["g"] = 56, ["sublevel"] = 1, }, [15] = { - ["x"] = 519.03558466492, - ["y"] = -265.377981515, - ["g"] = 73, + ["x"] = 591.64893866664, + ["y"] = -249.26763726119, + ["g"] = 60, ["sublevel"] = 1, }, [16] = { - ["x"] = 524.89832990562, - ["y"] = -261.5220330326, - ["g"] = 73, + ["x"] = 592.85062209046, + ["y"] = -267.10178635875, + ["g"] = 60, ["sublevel"] = 1, }, [17] = { - ["x"] = 527.00848227954, - ["y"] = -269.51695001147, - ["g"] = 73, + ["x"] = 599.00810411132, + ["y"] = -253.48719623231, + ["g"] = 60, ["sublevel"] = 1, }, [18] = { - ["x"] = 526.2, - ["y"] = -278.15761857677, - ["g"] = 73, + ["x"] = 599.10243069516, + ["y"] = -261.02653933983, + ["g"] = 60, ["sublevel"] = 1, }, [19] = { - ["x"] = 491.67966615698, - ["y"] = -242.83897577027, - ["g"] = 72, + ["x"] = 569.91305717304, + ["y"] = -193.13610180554, + ["g"] = 62, ["sublevel"] = 1, - ["patrol"] = { - [1] = { - ["x"] = 497, - ["y"] = -217.2, - }, - [2] = { - ["x"] = 500.7, - ["y"] = -217.4, - }, - [3] = { - ["x"] = 497.2, - ["y"] = -252.2, - }, - [4] = { - ["x"] = 493.7, - ["y"] = -251.8, - }, - [5] = { - ["x"] = 496.9, - ["y"] = -217.1, - }, - }, }, [20] = { - ["x"] = 492.30167009438, - ["y"] = -252.05762585057, - ["g"] = 72, + ["x"] = 588.96454571905, + ["y"] = -193.66229505245, + ["g"] = 62, ["sublevel"] = 1, }, [21] = { - ["x"] = 498.92541774341, - ["y"] = -251.26780731969, - ["g"] = 72, + ["x"] = 584.3205926619, + ["y"] = -186.24730774156, + ["g"] = 62, ["sublevel"] = 1, }, [22] = { - ["x"] = 500.01018146911, - ["y"] = -241.91186611109, - ["g"] = 72, + ["x"] = 575.68093649989, + ["y"] = -185.77153087796, + ["g"] = 62, ["sublevel"] = 1, }, [23] = { - ["x"] = 451.64236775488, - ["y"] = -282.38134352515, - ["g"] = 69, + ["x"] = 503.81248716671, + ["y"] = -274.08230209037, + ["g"] = 75, ["sublevel"] = 1, }, [24] = { - ["x"] = 444.64406694446, - ["y"] = -280.45763951892, - ["g"] = 69, + ["x"] = 496.3974209985, + ["y"] = -271.17823054053, + ["g"] = 75, ["sublevel"] = 1, }, [25] = { - ["x"] = 439.92541774341, - ["y"] = -286.477981515, - ["g"] = 69, + ["x"] = 490.28556082272, + ["y"] = -276.70799310021, + ["g"] = 75, ["sublevel"] = 1, }, [26] = { - ["x"] = 446.83558466492, - ["y"] = -289.45932504015, - ["g"] = 69, + ["x"] = 497.79270910265, + ["y"] = -280.77577622355, + ["g"] = 75, ["sublevel"] = 1, }, [27] = { - ["x"] = 390.95819949391, - ["y"] = -187.280680937, - ["g"] = 64, + ["x"] = 439.76230365715, + ["y"] = -141.4324087449, + ["g"] = 69, ["sublevel"] = 1, - ["patrol"] = { - [1] = { - ["x"] = 416.4, - ["y"] = -190, - }, - [2] = { - ["x"] = 396.6, - ["y"] = -188.8, - }, - [3] = { - ["x"] = 376, - ["y"] = -197.4, - }, - [4] = { - ["x"] = 364.5, - ["y"] = -213.3, - }, - [5] = { - ["x"] = 368.3, - ["y"] = -215.3, - }, - [6] = { - ["x"] = 378.5, - ["y"] = -199.5, - }, - [7] = { - ["x"] = 397.3, - ["y"] = -191.5, - }, - [8] = { - ["x"] = 417.5, - ["y"] = -192.7, - }, - [9] = { - ["x"] = 416.4, - ["y"] = -190, - }, - }, }, [28] = { - ["x"] = 361.2, - ["y"] = -199.5, - ["g"] = 62, + ["x"] = 400.20154763889, + ["y"] = -149.04863127665, + ["g"] = 68, ["sublevel"] = 1, }, }, @@ -339,10 +379,23 @@ MDT.dungeonEnemies[dungeonIndex] = { ["creatureType"] = "Humanoid", ["level"] = 70, ["characteristics"] = { + ["Taunt"] = true, ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, + ["Root"] = true, ["Fear"] = true, ["Disorient"] = true, + ["Repentance"] = true, + ["Imprison"] = true, + ["Sap"] = true, ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Mind Soothe"] = true, }, ["spells"] = { [367521] = { @@ -358,183 +411,294 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 114.24651779582, - ["y"] = -220.31394981845, + ["x"] = 65.973594691137, + ["y"] = -192.03957948915, ["g"] = 1, ["sublevel"] = 1, }, [2] = { - ["x"] = 159.3, - ["y"] = -198.6, - ["g"] = 6, + ["x"] = 130.92758142059, + ["y"] = -145.35696755828, + ["g"] = 7, ["sublevel"] = 1, + ["patrol"] = { + [1] = { + ["x"] = 130.92758142059, + ["y"] = -145.35696755828, + }, + [2] = { + ["x"] = 127.78209274948, + ["y"] = -151.82415859208, + }, + [3] = { + ["x"] = 127.163496471, + ["y"] = -157.59759800707, + }, + [4] = { + ["x"] = 126.75111468337, + ["y"] = -162.5462443505, + }, + [5] = { + ["x"] = 126.95732917422, + ["y"] = -168.52585696153, + }, + [6] = { + ["x"] = 126.75111468337, + ["y"] = -162.5462443505, + }, + [7] = { + ["x"] = 127.163496471, + ["y"] = -157.59759800707, + }, + [8] = { + ["x"] = 127.78209274948, + ["y"] = -151.82415859208, + }, + [9] = { + ["x"] = 130.92758142059, + ["y"] = -145.35696755828, + }, + [10] = { + ["x"] = 136.37491637167, + ["y"] = -142.52859082441, + }, + [11] = { + ["x"] = 140.94063136322, + ["y"] = -141.87635435632, + }, + [12] = { + ["x"] = 145.63680857713, + ["y"] = -143.1808496856, + }, + [13] = { + ["x"] = 152.55061964, + ["y"] = -144.09398820529, + }, + [14] = { + ["x"] = 145.63680857713, + ["y"] = -143.1808496856, + }, + [15] = { + ["x"] = 140.94063136322, + ["y"] = -141.87635435632, + }, + [16] = { + ["x"] = 136.37491637167, + ["y"] = -142.52859082441, + }, + }, }, [3] = { - ["x"] = 223.41085778862, - ["y"] = -245.58428309709, - ["g"] = 14, + ["x"] = 210.56540676903, + ["y"] = -217.46597788598, + ["g"] = 9, ["sublevel"] = 1, }, [4] = { - ["x"] = 257.67124860681, - ["y"] = -228.08619885099, - ["g"] = 27, + ["x"] = 255.62621657905, + ["y"] = -210.09665593115, + ["g"] = 28, ["sublevel"] = 1, }, [5] = { - ["x"] = 250.45312107057, - ["y"] = -240.87209825841, - ["g"] = 27, + ["x"] = 256.09323422131, + ["y"] = -217.98280270524, + ["g"] = 28, ["sublevel"] = 1, }, [6] = { - ["x"] = 222.7, - ["y"] = -182, - ["g"] = 12, + ["x"] = 210.2462435164, + ["y"] = -132.21416389449, + ["g"] = 17, ["sublevel"] = 1, }, [7] = { - ["x"] = 218.8, - ["y"] = -185.2, - ["g"] = 12, + ["x"] = 204.99737126475, + ["y"] = -135.40957053913, + ["g"] = 17, ["sublevel"] = 1, }, [8] = { - ["x"] = 208.7, - ["y"] = -133.9, - ["g"] = 19, + ["x"] = 189.28773120418, + ["y"] = -75.386824906341, + ["g"] = 20, ["sublevel"] = 1, }, [9] = { - ["x"] = 154.8, - ["y"] = -148.8, + ["x"] = 118.50074861002, + ["y"] = -99.410684378538, ["sublevel"] = 1, }, [10] = { - ["x"] = 148.5, - ["y"] = -137.9, + ["x"] = 112.16689600302, + ["y"] = -83.237832533299, ["sublevel"] = 1, }, [11] = { - ["x"] = 169.55312107057, - ["y"] = -110.36260966449, - ["g"] = 24, + ["x"] = 134.64209355348, + ["y"] = -33.416086801918, + ["g"] = 25, ["sublevel"] = 1, ["patrol"] = { [1] = { - ["x"] = 153, - ["y"] = -112.4, + ["x"] = 134.64209355348, + ["y"] = -33.416086801918, }, [2] = { - ["x"] = 153.7, - ["y"] = -114.6, + ["x"] = 140.5593289471, + ["y"] = -31.43407940357, }, [3] = { - ["x"] = 174, - ["y"] = -102.3, + ["x"] = 145.35334553835, + ["y"] = -31.205796631409, }, [4] = { - ["x"] = 173.4, - ["y"] = -122, + ["x"] = 148.32102157644, + ["y"] = -33.945216022631, }, [5] = { - ["x"] = 175.8, - ["y"] = -121.4, + ["x"] = 145.35334553835, + ["y"] = -39.195824283492, }, [6] = { - ["x"] = 176.6, - ["y"] = -98.9, + ["x"] = 142.61384777126, + ["y"] = -45.816116114676, }, [7] = { - ["x"] = 153, - ["y"] = -112.5, + ["x"] = 137.13500898882, + ["y"] = -52.208138236343, + }, + [8] = { + ["x"] = 131.88440072795, + ["y"] = -46.729273328609, + }, + [9] = { + ["x"] = 128.91669856457, + ["y"] = -42.848413951292, + }, + [10] = { + ["x"] = 119.55697427952, + ["y"] = -42.163526446876, + }, + [11] = { + ["x"] = 112.93666938569, + ["y"] = -42.848413951292, + }, + [12] = { + ["x"] = 119.32866538207, + ["y"] = -38.054384297398, + }, + [13] = { + ["x"] = 125.03583918725, + ["y"] = -34.401794629598, }, }, }, [12] = { - ["x"] = 189.3, - ["y"] = -86.6, - ["g"] = 22, + ["x"] = 159.00767662087, + ["y"] = -8.1514107171744, + ["g"] = 23, ["sublevel"] = 1, }, [13] = { - ["x"] = 130.49131956124, - ["y"] = -164.98184479947, - ["g"] = 8, + ["x"] = 84.768908335786, + ["y"] = -117.95172772382, + ["g"] = 4, ["sublevel"] = 1, }, [14] = { - ["x"] = 324.2, - ["y"] = -314.8, - ["g"] = 34, + ["x"] = 337.35315410521, + ["y"] = -302.20320697027, + ["g"] = 33, ["sublevel"] = 1, }, [15] = { - ["x"] = 473.48071338934, - ["y"] = -339.53284665414, - ["g"] = 49, + ["x"] = 537.60227841821, + ["y"] = -346.72936298386, + ["g"] = 56, ["sublevel"] = 1, }, [16] = { - ["x"] = 491.5, - ["y"] = -308.8, + ["x"] = 554.91084836825, + ["y"] = -302.04348282946, + ["g"] = 59, ["sublevel"] = 1, }, [17] = { - ["x"] = 519.18983307849, - ["y"] = -273.50509117418, - ["g"] = 73, + ["x"] = 590.479085516, + ["y"] = -257.73970404436, + ["g"] = 60, ["sublevel"] = 1, }, [18] = { - ["x"] = 464.52374764903, - ["y"] = -248.54068223365, - ["g"] = 71, + ["x"] = 522.14672656766, + ["y"] = -226.33230947182, + ["g"] = 77, ["sublevel"] = 1, }, [19] = { - ["x"] = 458.66101695593, - ["y"] = -249.99491609962, - ["g"] = 71, + ["x"] = 514.96536940211, + ["y"] = -229.45307223157, + ["g"] = 77, ["sublevel"] = 1, }, - [21] = { - ["x"] = 399.49394999706, - ["y"] = -210.18643995652, - ["g"] = 63, + [20] = { + ["x"] = 444.34526519347, + ["y"] = -166.59437968658, + ["g"] = 67, ["sublevel"] = 1, }, - [22] = { - ["x"] = 366.66655923221, - ["y"] = -195.1669777287, - ["g"] = 62, + [21] = { + ["x"] = 406.25118853648, + ["y"] = -143.64248310622, + ["g"] = 68, ["sublevel"] = 1, }, - [23] = { - ["x"] = 359.35964330533, - ["y"] = -227.88502048435, - ["g"] = 61, + [22] = { + ["x"] = 392.36110325475, + ["y"] = -186.77917155263, + ["g"] = 65, ["sublevel"] = 1, ["patrol"] = { [1] = { - ["x"] = 353.3, - ["y"] = -222.6, + ["x"] = 392.36110325475, + ["y"] = -186.77917155263, }, [2] = { - ["x"] = 362.9, - ["y"] = -215.5, + ["x"] = 386.87491108969, + ["y"] = -190.58264656032, }, [3] = { - ["x"] = 365.9, - ["y"] = -217.3, + ["x"] = 383.90718280102, + ["y"] = -194.00692733067, }, [4] = { - ["x"] = 356.1, - ["y"] = -225.5, + ["x"] = 381.16773728451, + ["y"] = -196.74635978454, }, [5] = { - ["x"] = 353.3, - ["y"] = -222.7, + ["x"] = 383.90718280102, + ["y"] = -194.00692733067, + }, + [6] = { + ["x"] = 386.87491108969, + ["y"] = -190.58264656032, + }, + [7] = { + ["x"] = 392.36110325475, + ["y"] = -186.77917155263, + }, + [8] = { + ["x"] = 396.46297039748, + ["y"] = -182.13602723863, + }, + [9] = { + ["x"] = 404.22466302682, + ["y"] = -178.48346369612, + }, + [10] = { + ["x"] = 396.46297039748, + ["y"] = -182.13602723863, }, }, }, @@ -551,8 +715,22 @@ MDT.dungeonEnemies[dungeonIndex] = { ["level"] = 70, ["characteristics"] = { ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, + ["Root"] = true, ["Fear"] = true, + ["Disorient"] = true, + ["Repentance"] = true, + ["Imprison"] = true, + ["Sap"] = true, ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Mind Soothe"] = true, }, ["spells"] = { [382593] = { @@ -562,192 +740,133 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 94.2, - ["y"] = -211.6, + ["x"] = 40.008215922995, + ["y"] = -179.59060572484, + ["g"] = 1, ["sublevel"] = 1, }, [2] = { - ["x"] = 128.6, - ["y"] = -215.1, - ["g"] = 4, + ["x"] = 84.737787705253, + ["y"] = -179.9307178954, + ["g"] = 5, ["sublevel"] = 1, - ["patrol"] = { - [1] = { - ["x"] = 127.8, - ["y"] = -214.9, - }, - [2] = { - ["x"] = 140.4, - ["y"] = -206.4, - }, - [3] = { - ["x"] = 139.1, - ["y"] = -204.9, - }, - [4] = { - ["x"] = 126.6, - ["y"] = -213.1, - }, - [5] = { - ["x"] = 128, - ["y"] = -214.9, - }, - }, }, [3] = { - ["x"] = 129.12838409309, - ["y"] = -189.09875173936, - ["g"] = 2, + ["x"] = 98.206234520035, + ["y"] = -139.34213637065, + ["g"] = 3, ["sublevel"] = 1, - ["patrol"] = { - [1] = { - ["x"] = 104.5, - ["y"] = -210.3, - }, - [2] = { - ["x"] = 107.4, - ["y"] = -211.4, - }, - [3] = { - ["x"] = 169.5, - ["y"] = -163.5, - }, - [4] = { - ["x"] = 162.8, - ["y"] = -152.7, - }, - [5] = { - ["x"] = 161.1, - ["y"] = -154, - }, - [6] = { - ["x"] = 166.9, - ["y"] = -162.7, - }, - [7] = { - ["x"] = 104.7, - ["y"] = -209.8, - }, - }, }, [4] = { - ["x"] = 131.77400524506, - ["y"] = -196.03933729969, - ["g"] = 2, + ["x"] = 105.77916047271, + ["y"] = -148.50471830937, + ["g"] = 3, ["sublevel"] = 1, }, [5] = { - ["x"] = 190.2, - ["y"] = -220.4, - ["g"] = 9, + ["x"] = 162.06996811859, + ["y"] = -188.04188749951, + ["g"] = 8, ["sublevel"] = 1, }, [6] = { - ["x"] = 224.30079432302, - ["y"] = -206.14605694213, - ["g"] = 13, + ["x"] = 204.95007250299, + ["y"] = -166.73248666793, + ["g"] = 16, ["sublevel"] = 1, }, [7] = { - ["x"] = 246.4, - ["y"] = -186.2, - ["g"] = 15, + ["x"] = 242.58131031456, + ["y"] = -142.44154174636, + ["g"] = 10, ["sublevel"] = 1, }, [8] = { - ["x"] = 262.7, - ["y"] = -197.3, - ["g"] = 28, + ["x"] = 263.28123091135, + ["y"] = -163.6003254667, + ["g"] = 29, ["sublevel"] = 1, }, [9] = { - ["x"] = 266.5, - ["y"] = -201.8, - ["g"] = 28, + ["x"] = 268.65969211555, + ["y"] = -171.25528040478, + ["g"] = 29, ["sublevel"] = 1, }, [10] = { - ["x"] = 244.3, - ["y"] = -151, + ["x"] = 229.86042885522, + ["y"] = -78.518474212669, + ["g"] = 11, ["sublevel"] = 1, - ["patrol"] = { - [1] = { - ["x"] = 244, - ["y"] = -151.9, - }, - [2] = { - ["x"] = 248.5, - ["y"] = -159, - }, - [3] = { - ["x"] = 249.6, - ["y"] = -158, - }, - [4] = { - ["x"] = 245.5, - ["y"] = -151, - }, - [5] = { - ["x"] = 244.1, - ["y"] = -151.9, - }, - }, }, [11] = { - ["x"] = 209.1, - ["y"] = -186.1, + ["x"] = 191.24220174932, + ["y"] = -134.96289042626, ["sublevel"] = 1, ["patrol"] = { [1] = { - ["x"] = 214.8, - ["y"] = -185.5, + ["x"] = 191.88143011399, + ["y"] = -134.55163595614, }, [2] = { - ["x"] = 216.2, - ["y"] = -187.6, + ["x"] = 185.13844968541, + ["y"] = -134.43410915131, }, [3] = { - ["x"] = 204.9, - ["y"] = -187, + ["x"] = 181.71415585241, + ["y"] = -132.15126836706, }, [4] = { - ["x"] = 198.6, - ["y"] = -180.7, + ["x"] = 179.65958477768, + ["y"] = -128.95524424358, }, [5] = { - ["x"] = 200.5, - ["y"] = -179.7, + ["x"] = 181.71415585241, + ["y"] = -132.15126836706, }, [6] = { - ["x"] = 206, - ["y"] = -184.8, + ["x"] = 185.13844968541, + ["y"] = -134.43410915131, }, [7] = { - ["x"] = 214.3, - ["y"] = -185.5, + ["x"] = 191.88143011399, + ["y"] = -134.71143390346, + }, + [8] = { + ["x"] = 196.50783907692, + ["y"] = -138.6802746164, + }, + [9] = { + ["x"] = 200.50286091063, + ["y"] = -142.35568226778, + }, + [10] = { + ["x"] = 196.50783907692, + ["y"] = -138.6802746164, }, }, }, [12] = { - ["x"] = 158.8, - ["y"] = -140, + ["x"] = 122.5403338838, + ["y"] = -88.469007413792, ["sublevel"] = 1, }, [13] = { - ["x"] = 171.47561649048, - ["y"] = -124.85908451634, - ["g"] = 25, + ["x"] = 142.38282614748, + ["y"] = -64.748498869716, + ["g"] = 26, ["sublevel"] = 1, }, [14] = { - ["x"] = 411.7, - ["y"] = -246.2, + ["x"] = 456.40689186759, + ["y"] = -232.3730197434, + ["g"] = 73, ["sublevel"] = 1, }, - [16] = { - ["x"] = 188.73387884925, - ["y"] = -197.85676507865, - ["g"] = 92, + [15] = { + ["x"] = 159.25779582161, + ["y"] = -159.56774788432, + ["g"] = 14, ["sublevel"] = 1, }, }, @@ -764,9 +883,21 @@ MDT.dungeonEnemies[dungeonIndex] = { ["characteristics"] = { ["Taunt"] = true, ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, + ["Root"] = true, ["Fear"] = true, ["Disorient"] = true, + ["Repentance"] = true, + ["Imprison"] = true, + ["Sap"] = true, ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Mind Soothe"] = true, }, ["spells"] = { [367481] = { @@ -780,170 +911,192 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 96.3, - ["y"] = -186.8, - ["g"] = 3, + ["x"] = 45.146877159212, + ["y"] = -139.1287660775, + ["g"] = 2, ["sublevel"] = 1, }, [2] = { - ["x"] = 102.7, - ["y"] = -186.4, - ["g"] = 3, + ["x"] = 51.536178012847, + ["y"] = -145.00263123078, + ["g"] = 2, ["sublevel"] = 1, }, [3] = { - ["x"] = 106.2, - ["y"] = -190.1, - ["g"] = 3, + ["x"] = 51.923386896163, + ["y"] = -153.25029905194, + ["g"] = 2, ["sublevel"] = 1, }, [4] = { - ["x"] = 142.1287237289, - ["y"] = -213.45826252903, - ["g"] = 4, + ["x"] = 102.08819800118, + ["y"] = -183.15970723408, + ["g"] = 5, ["sublevel"] = 1, }, [5] = { - ["x"] = 142.33387210344, - ["y"] = -205.85312107057, - ["g"] = 4, + ["x"] = 102.35391772881, + ["y"] = -173.30909973379, + ["g"] = 5, ["sublevel"] = 1, }, [6] = { - ["x"] = 161.8, - ["y"] = -218.6, - ["g"] = 5, + ["x"] = 128.25239118959, + ["y"] = -187.53668846536, + ["g"] = 6, ["sublevel"] = 1, }, [7] = { - ["x"] = 169.30811371379, - ["y"] = -222.89905925471, - ["g"] = 5, + ["x"] = 136.60757389069, + ["y"] = -190.13736969737, + ["g"] = 6, ["sublevel"] = 1, }, [8] = { - ["x"] = 192.6, - ["y"] = -225.9, - ["g"] = 9, + ["x"] = 165.40686606611, + ["y"] = -194.93751444024, + ["g"] = 8, ["sublevel"] = 1, }, [9] = { - ["x"] = 188.9, - ["y"] = -213.4, + ["x"] = 166.09330920027, + ["y"] = -179.88821792981, + ["g"] = 8, ["sublevel"] = 1, }, [10] = { - ["x"] = 234.12954571621, - ["y"] = -243.46692913565, - ["g"] = 14, + ["x"] = 218.28511512107, + ["y"] = -216.32146746288, + ["g"] = 9, ["sublevel"] = 1, }, [11] = { - ["x"] = 274.4, - ["y"] = -192.2, - ["g"] = 28, + ["x"] = 279.1204736701, + ["y"] = -154.93993394803, + ["g"] = 29, ["sublevel"] = 1, }, [12] = { - ["x"] = 269.4, - ["y"] = -188.9, - ["g"] = 28, + ["x"] = 282.46058726165, + ["y"] = -162.53647614884, + ["g"] = 29, ["sublevel"] = 1, }, [13] = { - ["x"] = 221.3, - ["y"] = -157.5, - ["g"] = 16, + ["x"] = 196.64521365269, + ["y"] = -97.43879146845, + ["g"] = 18, ["sublevel"] = 1, }, [14] = { - ["x"] = 207.8, - ["y"] = -175.1, + ["x"] = 198.13397656171, + ["y"] = -119.42963857606, ["sublevel"] = 1, }, [15] = { - ["x"] = 198, - ["y"] = -177.5, + ["x"] = 178.49784332181, + ["y"] = -124.27050727478, ["sublevel"] = 1, }, [16] = { - ["x"] = 169.96611406441, - ["y"] = -143.98266678677, - ["g"] = 11, + ["x"] = 137.2316486621, + ["y"] = -93.627581719767, + ["g"] = 13, ["sublevel"] = 1, }, [17] = { - ["x"] = 168.4574474578, - ["y"] = -151.09567361276, - ["g"] = 11, + ["x"] = 142.35435690029, + ["y"] = -104.66703703211, + ["g"] = 13, ["sublevel"] = 1, }, [18] = { - ["x"] = 166.1, - ["y"] = -119.6, - ["g"] = 25, + ["x"] = 135.19174216918, + ["y"] = -59.991181388429, + ["g"] = 26, ["sublevel"] = 1, }, [19] = { - ["x"] = 178.5, - ["y"] = -119.4, - ["g"] = 25, + ["x"] = 149.19832327475, + ["y"] = -59.047268746308, + ["g"] = 26, ["sublevel"] = 1, }, [20] = { - ["x"] = 196.80948859392, - ["y"] = -85.8287237289, - ["g"] = 22, + ["x"] = 166.76764540279, + ["y"] = -9.3650180668635, + ["g"] = 23, ["sublevel"] = 1, }, [21] = { - ["x"] = 157, - ["y"] = -97.1, + ["x"] = 123.96525429268, + ["y"] = -24.891765600578, ["sublevel"] = 1, ["patrol"] = { [1] = { - ["x"] = 147.9, - ["y"] = -99.2, + ["x"] = 123.96525429268, + ["y"] = -24.891765600578, }, [2] = { - ["x"] = 148.4, - ["y"] = -100.5, + ["x"] = 130.93236744124, + ["y"] = -20.887232289615, }, [3] = { - ["x"] = 170.6, - ["y"] = -93.3, + ["x"] = 137.09610679074, + ["y"] = -19.74581842881, }, [4] = { - ["x"] = 169.7, - ["y"] = -91.6, + ["x"] = 139.83552618196, + ["y"] = -17.919543188876, }, [5] = { - ["x"] = 148, - ["y"] = -99.2, + ["x"] = 137.09610679074, + ["y"] = -19.74581842881, + }, + [6] = { + ["x"] = 130.93236744124, + ["y"] = -20.887232289615, + }, + [7] = { + ["x"] = 123.96525429268, + ["y"] = -24.891765600578, + }, + [8] = { + ["x"] = 115.88227486398, + ["y"] = -28.225112212857, + }, + [9] = { + ["x"] = 108.59835933004, + ["y"] = -34.765789980961, + }, + [10] = { + ["x"] = 115.88227486398, + ["y"] = -28.225112212857, }, }, }, [22] = { - ["x"] = 142.46259583234, - ["y"] = -101.60351823207, - ["g"] = 26, + ["x"] = 101.37920796546, + ["y"] = -34.39829700971, + ["g"] = 27, ["sublevel"] = 1, }, [23] = { - ["x"] = 340.81371963801, - ["y"] = -307.97055302884, + ["x"] = 348.72020239049, + ["y"] = -303.13332599547, + ["g"] = 33, ["sublevel"] = 1, }, [24] = { - ["x"] = 201.27876445493, - ["y"] = -204.94079589091, - ["g"] = 93, + ["x"] = 173.81465976822, + ["y"] = -166.48739625354, + ["g"] = 15, ["sublevel"] = 1, }, - [26] = { - ["x"] = 180.19930113681, - ["y"] = -195.05215298122, - ["g"] = 92, + [25] = { + ["x"] = 151.96336810307, + ["y"] = -159.1310746346, + ["g"] = 14, ["sublevel"] = 1, }, }, @@ -953,13 +1106,14 @@ MDT.dungeonEnemies[dungeonIndex] = { ["id"] = 185529, ["count"] = 15, ["health"] = 1581412, - ["scale"] = 1, + ["scale"] = 1.4, ["stealthDetect"] = true, ["displayId"] = 105677, ["creatureType"] = "Humanoid", ["level"] = 70, ["characteristics"] = { ["Taunt"] = true, + ["Mind Soothe"] = true, }, ["spells"] = { [367481] = { @@ -979,316 +1133,588 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 104.5, - ["y"] = -180.5, + ["x"] = 61.641732405299, + ["y"] = -141.1544225796, + ["g"] = 2, ["sublevel"] = 1, - ["patrol"] = { - [1] = { - ["x"] = 104.1, - ["y"] = -180.3, - }, - [2] = { - ["x"] = 119.4, - ["y"] = -198.6, - }, - }, }, [2] = { - ["x"] = 166.17903190187, - ["y"] = -212.20272486701, - ["g"] = 5, + ["x"] = 129.58693462296, + ["y"] = -178.5657356073, + ["g"] = 6, + ["sublevel"] = 1, + }, + [3] = { + ["x"] = 172.26028517651, + ["y"] = -188.62150737432, + ["g"] = 8, ["sublevel"] = 1, }, [4] = { - ["x"] = 195.6, - ["y"] = -221.2, - ["g"] = 9, + ["x"] = 219.30941351321, + ["y"] = -142.62321306499, ["sublevel"] = 1, }, [5] = { - ["x"] = 233.5, - ["y"] = -190, + ["x"] = 272.68796855966, + ["y"] = -162.41675592897, + ["g"] = 29, ["sublevel"] = 1, }, [6] = { - ["x"] = 268.2, - ["y"] = -194.8, + ["x"] = 252.00111386279, + ["y"] = -201.2405853577, ["g"] = 28, ["sublevel"] = 1, }, [7] = { - ["x"] = 251.7, - ["y"] = -232, - ["g"] = 27, - ["sublevel"] = 1, - }, - [8] = { - ["x"] = 225.1, - ["y"] = -148, - ["g"] = 18, + ["x"] = 204.28126333376, + ["y"] = -71.158784140702, + ["g"] = 19, ["sublevel"] = 1, ["patrol"] = { [1] = { - ["x"] = 244.2, - ["y"] = -157.2, + ["x"] = 204.38606084393, + ["y"] = -71.158784140702, }, [2] = { - ["x"] = 244.5, - ["y"] = -159.4, + ["x"] = 211.26136997144, + ["y"] = -75.883752404992, }, [3] = { - ["x"] = 228.1, - ["y"] = -158.2, + ["x"] = 215.01319542616, + ["y"] = -76.300624550352, }, [4] = { - ["x"] = 221.1, - ["y"] = -134.2, + ["x"] = 219.59878107395, + ["y"] = -76.300624550352, }, [5] = { - ["x"] = 208.3, - ["y"] = -123.8, + ["x"] = 223.62851599146, + ["y"] = -78.246022594583, }, [6] = { - ["x"] = 213.2, - ["y"] = -117, + ["x"] = 219.59878107395, + ["y"] = -76.300624550352, }, [7] = { - ["x"] = 215.2, - ["y"] = -118.6, + ["x"] = 215.01319542616, + ["y"] = -76.300624550352, }, [8] = { - ["x"] = 211.5, - ["y"] = -123.6, + ["x"] = 211.26136997144, + ["y"] = -75.883752404992, }, [9] = { - ["x"] = 223.2, - ["y"] = -132.2, + ["x"] = 204.38606084393, + ["y"] = -71.158784140702, }, [10] = { - ["x"] = 230, - ["y"] = -155.9, + ["x"] = 202.28610050674, + ["y"] = -62.99484434325, }, [11] = { - ["x"] = 244.1, - ["y"] = -157.1, + ["x"] = 203.96269278235, + ["y"] = -59.956022342694, + }, + [12] = { + ["x"] = 205.6392970499, + ["y"] = -57.545913451542, + }, + [13] = { + ["x"] = 205.86993013525, + ["y"] = -53.133376838211, + }, + [14] = { + ["x"] = 205.6392970499, + ["y"] = -57.545913451542, + }, + [15] = { + ["x"] = 203.96269278235, + ["y"] = -59.956022342694, + }, + [16] = { + ["x"] = 202.28610050674, + ["y"] = -62.99484434325, }, }, }, - [9] = { - ["x"] = 210.40947476178, - ["y"] = -118.40434021938, - ["g"] = 20, + [8] = { + ["x"] = 204.80650566378, + ["y"] = -45.872438150479, + ["g"] = 21, ["sublevel"] = 1, }, - [10] = { - ["x"] = 195.2, - ["y"] = -187.8, + [9] = { + ["x"] = 173.46113460905, + ["y"] = -148.60967598257, ["sublevel"] = 1, ["patrol"] = { [1] = { - ["x"] = 176.5, - ["y"] = -179.6, + ["x"] = 173.46113460905, + ["y"] = -148.60967598257, }, [2] = { - ["x"] = 197.9, - ["y"] = -190.5, + ["x"] = 177.59588432623, + ["y"] = -156.72547838079, }, [3] = { - ["x"] = 219.7, - ["y"] = -200.6, + ["x"] = 180.03987457572, + ["y"] = -161.42548817849, }, [4] = { - ["x"] = 238.9, - ["y"] = -201.8, + ["x"] = 189.81590011852, + ["y"] = -161.23748520479, }, [5] = { - ["x"] = 239, - ["y"] = -199.6, + ["x"] = 201.65994223584, + ["y"] = -160.67349241989, }, [6] = { - ["x"] = 220.6, - ["y"] = -198.5, + ["x"] = 209.36792968919, + ["y"] = -162.17748393709, }, [7] = { - ["x"] = 198.8, - ["y"] = -188.5, + ["x"] = 215.94795308769, + ["y"] = -165.18549924389, }, [8] = { - ["x"] = 178.3, - ["y"] = -177.3, + ["x"] = 218.57998396204, + ["y"] = -165.37350221759, }, [9] = { - ["x"] = 176.6, - ["y"] = -179.6, + ["x"] = 215.94795308769, + ["y"] = -165.18549924389, + }, + [10] = { + ["x"] = 209.36792968919, + ["y"] = -162.17748393709, + }, + [11] = { + ["x"] = 201.65994223584, + ["y"] = -160.67349241989, + }, + [12] = { + ["x"] = 189.81590011852, + ["y"] = -161.23748520479, + }, + [13] = { + ["x"] = 180.03987457572, + ["y"] = -161.42548817849, + }, + [14] = { + ["x"] = 177.59588432623, + ["y"] = -156.72547838079, + }, + [15] = { + ["x"] = 173.46113460905, + ["y"] = -148.60967598257, + }, + [16] = { + ["x"] = 164.24781841931, + ["y"] = -143.18944177258, + }, + [17] = { + ["x"] = 153.15580971175, + ["y"] = -139.24142773348, + }, + [18] = { + ["x"] = 146.76380542315, + ["y"] = -136.79742672652, + }, + [19] = { + ["x"] = 140.18378202465, + ["y"] = -133.78942217718, + }, + [20] = { + ["x"] = 146.76380542315, + ["y"] = -136.79742672652, + }, + [21] = { + ["x"] = 153.15580971175, + ["y"] = -139.24142773348, + }, + [22] = { + ["x"] = 164.24781841931, + ["y"] = -143.18944177258, }, }, }, + [10] = { + ["x"] = 145.68915096728, + ["y"] = -97.492256903899, + ["g"] = 13, + ["sublevel"] = 1, + }, [11] = { - ["x"] = 174.2287237289, - ["y"] = -148.91652505807, - ["g"] = 11, + ["x"] = 103.37414962034, + ["y"] = -62.622882540379, ["sublevel"] = 1, }, [12] = { - ["x"] = 142.41653889021, - ["y"] = -121.98429001317, + ["x"] = 91.321899330667, + ["y"] = -39.02682899205, + ["g"] = 27, ["sublevel"] = 1, }, [13] = { - ["x"] = 136.63658909643, - ["y"] = -106.58697934186, - ["g"] = 26, + ["x"] = 581.27583482993, + ["y"] = -317.28394656039, + ["g"] = 58, ["sublevel"] = 1, }, [14] = { - ["x"] = 510.82214178116, - ["y"] = -318.95963519224, - ["g"] = 60, - ["sublevel"] = 1, - }, - [15] = { - ["x"] = 434.3, - ["y"] = -254.4, - ["g"] = 67, + ["x"] = 482.99915577217, + ["y"] = -237.22075290225, ["sublevel"] = 1, ["patrol"] = { [1] = { - ["x"] = 434.2, - ["y"] = -236.2, + ["x"] = 482.99915577217, + ["y"] = -237.22075290225, }, [2] = { - ["x"] = 431.8, - ["y"] = -269.5, + ["x"] = 483.07552985388, + ["y"] = -229.06843384883, }, [3] = { - ["x"] = 433.7, - ["y"] = -269.4, + ["x"] = 483.48793523855, + ["y"] = -222.67640995387, }, [4] = { - ["x"] = 435.7, - ["y"] = -236.3, + ["x"] = 482.86931536303, + ["y"] = -217.31537592355, }, [5] = { - ["x"] = 434.1, - ["y"] = -236.2, + ["x"] = 483.48793523855, + ["y"] = -222.67640995387, + }, + [6] = { + ["x"] = 483.07552985388, + ["y"] = -229.06843384883, + }, + [7] = { + ["x"] = 482.99915577217, + ["y"] = -237.22075290225, + }, + [8] = { + ["x"] = 483.28174434473, + ["y"] = -244.94536864302, + }, + [9] = { + ["x"] = 484.93127149526, + ["y"] = -250.71880805801, + }, + [10] = { + ["x"] = 483.28174434473, + ["y"] = -244.94536864302, }, }, }, - [16] = { - ["x"] = 545, - ["y"] = -225.3, + [15] = { + ["x"] = 668.03525110689, + ["y"] = -206.74554621136, ["sublevel"] = 1, ["patrol"] = { [1] = { - ["x"] = 548.3, - ["y"] = -218.3, + ["x"] = 668.03525110689, + ["y"] = -206.74554621136, }, [2] = { - ["x"] = 568.6, - ["y"] = -225.2, + ["x"] = 666.66243604484, + ["y"] = -216.28503853387, }, [3] = { - ["x"] = 569.3, - ["y"] = -241.2, + ["x"] = 663.56952544353, + ["y"] = -223.2956469088, }, [4] = { - ["x"] = 570.4, - ["y"] = -256.6, + ["x"] = 658.82706409466, + ["y"] = -227.41950018067, }, [5] = { - ["x"] = 554.4, - ["y"] = -248.9, + ["x"] = 647.89878154316, + ["y"] = -229.4814563129, }, [6] = { - ["x"] = 545.6, - ["y"] = -235.4, + ["x"] = 638.00145346074, + ["y"] = -224.73899496403, }, [7] = { - ["x"] = 545, - ["y"] = -222.2, + ["x"] = 630.99084508582, + ["y"] = -214.22310599868, }, [8] = { - ["x"] = 548.2, - ["y"] = -218.3, + ["x"] = 629.9598670197, + ["y"] = -202.88241806251, + }, + [9] = { + ["x"] = 631.81565585515, + ["y"] = -191.12937193575, + }, + [10] = { + ["x"] = 636.76428450081, + ["y"] = -184.94355073313, + }, + [11] = { + ["x"] = 643.56867838488, + ["y"] = -183.29398818705, + }, + [12] = { + ["x"] = 653.87841185196, + ["y"] = -187.21169775918, + }, + [13] = { + ["x"] = 662.53854737741, + ["y"] = -192.16033820335, }, }, }, - [18] = { - ["x"] = 572.63807702207, - ["y"] = -280.37479509468, - ["g"] = 82, + [16] = { + ["x"] = 661.97625633867, + ["y"] = -267.77181248324, + ["g"] = 84, ["sublevel"] = 1, }, - [19] = { - ["x"] = 575.1, - ["y"] = -405.5, - ["g"] = 85, + [17] = { + ["x"] = 662.89697779082, + ["y"] = -431.90298043067, + ["g"] = 91, ["sublevel"] = 1, }, - [20] = { - ["x"] = 597.44746532361, - ["y"] = -361.9152580957, - ["g"] = 87, + [18] = { + ["x"] = 691.84267337474, + ["y"] = -375.4495682429, + ["g"] = 93, ["sublevel"] = 1, }, - [21] = { - ["x"] = 605.58984762609, - ["y"] = -362.9152580957, - ["g"] = 87, + [19] = { + ["x"] = 702.38914547091, + ["y"] = -376.74482455787, + ["g"] = 93, ["sublevel"] = 1, }, - [22] = { - ["x"] = 622.8, - ["y"] = -312.8, + [20] = { + ["x"] = 702.08031769149, + ["y"] = -303.15785712727, ["sublevel"] = 1, ["patrol"] = { [1] = { - ["x"] = 622.8, - ["y"] = -312.8, + ["x"] = 702.08031769149, + ["y"] = -303.15785712727, }, [2] = { - ["x"] = 606.32116221251, - ["y"] = -288.20814407903, + ["x"] = 709.49456676113, + ["y"] = -300.7915408415, }, [3] = { - ["x"] = 602.99410946443, - ["y"] = -289.99963739977, + ["x"] = 719.08259994363, + ["y"] = -292.57325654255, }, [4] = { - ["x"] = 618.00853990405, - ["y"] = -314.22748786219, + ["x"] = 723.64830763743, + ["y"] = -286.86609580001, + }, + [5] = { + ["x"] = 719.08259994363, + ["y"] = -292.57325654255, + }, + [6] = { + ["x"] = 709.49456676113, + ["y"] = -300.7915408415, + }, + [7] = { + ["x"] = 702.08031769149, + ["y"] = -303.15785712727, + }, + [8] = { + ["x"] = 692.37309759616, + ["y"] = -305.81385326756, + }, + [9] = { + ["x"] = 687.35077210746, + ["y"] = -307.18356296317, + }, + [10] = { + ["x"] = 683.92653052504, + ["y"] = -299.6501269807, + }, + [11] = { + ["x"] = 683.24162995798, + ["y"] = -287.55095717914, + }, + [12] = { + ["x"] = 683.24162995798, + ["y"] = -280.24579090618, + }, + [13] = { + ["x"] = 683.24162995798, + ["y"] = -287.55095717914, + }, + [14] = { + ["x"] = 683.92653052504, + ["y"] = -299.6501269807, + }, + [15] = { + ["x"] = 687.35077210746, + ["y"] = -307.18356296317, + }, + [16] = { + ["x"] = 692.37309759616, + ["y"] = -305.81385326756, }, }, }, - [23] = { - ["x"] = 619.49989493622, - ["y"] = -242.13019577323, - ["g"] = 91, + [21] = { + ["x"] = 723.60222401103, + ["y"] = -225.58543421422, + ["g"] = 87, ["sublevel"] = 1, ["patrol"] = { [1] = { - ["x"] = 614.70327876777, - ["y"] = -242.54547569033, + ["x"] = 723.60222401103, + ["y"] = -225.58543421422, }, [2] = { - ["x"] = 589.53344878847, - ["y"] = -262.28353612152, + ["x"] = 714.94723516627, + ["y"] = -226.17309125909, }, [3] = { - ["x"] = 594.31388505609, - ["y"] = -264.36199210206, + ["x"] = 709.11922407125, + ["y"] = -227.67711494323, }, [4] = { - ["x"] = 617.12, - ["y"] = -245.15, + ["x"] = 709.72082915583, + ["y"] = -233.95642131443, + }, + [5] = { + ["x"] = 709.11922407125, + ["y"] = -227.67711494323, + }, + [6] = { + ["x"] = 714.94723516627, + ["y"] = -226.17309125909, + }, + [7] = { + ["x"] = 723.60222401103, + ["y"] = -225.58543421422, + }, + [8] = { + ["x"] = 733.22091414759, + ["y"] = -224.5564346506, + }, + [9] = { + ["x"] = 740.74090347865, + ["y"] = -232.07644549661, + }, + [10] = { + ["x"] = 746.00494334327, + ["y"] = -235.46042348363, + }, + [11] = { + ["x"] = 740.74090347865, + ["y"] = -232.07644549661, + }, + [12] = { + ["x"] = 733.22091414759, + ["y"] = -224.5564346506, }, }, }, [24] = { - ["x"] = 123.43122629716, - ["y"] = -196.43560462157, - ["g"] = 2, + ["x"] = 95.836876322477, + ["y"] = -149.88178845308, + ["g"] = 3, ["sublevel"] = 1, + ["patrol"] = { + [1] = { + ["x"] = 95.836876322477, + ["y"] = -149.88178845308, + }, + [2] = { + ["x"] = 83.870074045881, + ["y"] = -155.05350079806, + }, + [3] = { + ["x"] = 74.022926451816, + ["y"] = -156.09003796759, + }, + [4] = { + ["x"] = 67.630889575831, + ["y"] = -157.47209905974, + }, + [5] = { + ["x"] = 74.022926451816, + ["y"] = -156.09003796759, + }, + [6] = { + ["x"] = 83.870074045881, + ["y"] = -155.05350079806, + }, + [7] = { + ["x"] = 95.836876322477, + ["y"] = -149.88178845308, + }, + [8] = { + ["x"] = 103.21886013925, + ["y"] = -140.8874203228, + }, + [9] = { + ["x"] = 107.01951949307, + ["y"] = -134.4954032173, + }, + [10] = { + ["x"] = 114.10257455857, + ["y"] = -132.42231899301, + }, + [11] = { + ["x"] = 124.81351466003, + ["y"] = -131.38577193824, + }, + [12] = { + ["x"] = 130.86002267076, + ["y"] = -130.34922488348, + }, + [13] = { + ["x"] = 133.45138042244, + ["y"] = -123.4389342506, + }, + [14] = { + ["x"] = 131.72379540766, + ["y"] = -116.87417248297, + }, + [15] = { + ["x"] = 128.44141946647, + ["y"] = -106.50873159103, + }, + [16] = { + ["x"] = 131.72379540766, + ["y"] = -116.87417248297, + }, + [17] = { + ["x"] = 133.45138042244, + ["y"] = -123.4389342506, + }, + [18] = { + ["x"] = 130.86002267076, + ["y"] = -130.34922488348, + }, + [19] = { + ["x"] = 124.81351466003, + ["y"] = -131.38577193824, + }, + [20] = { + ["x"] = 114.10257455857, + ["y"] = -132.42231899301, + }, + [21] = { + ["x"] = 107.01951949307, + ["y"] = -134.4954032173, + }, + [22] = { + ["x"] = 103.21886013925, + ["y"] = -140.8874203228, + }, + }, }, }, }, @@ -1304,8 +1730,21 @@ MDT.dungeonEnemies[dungeonIndex] = { ["characteristics"] = { ["Taunt"] = true, ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, + ["Root"] = true, ["Fear"] = true, + ["Disorient"] = true, + ["Repentance"] = true, + ["Imprison"] = true, + ["Sap"] = true, ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Mind Soothe"] = true, }, ["spells"] = { [376800] = { @@ -1319,142 +1758,144 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 135.71653889021, - ["y"] = -209.78699317401, - ["g"] = 4, + ["x"] = 96.028623753043, + ["y"] = -178.40447241805, + ["g"] = 5, ["sublevel"] = 1, }, [2] = { - ["x"] = 154.93077117942, - ["y"] = -222.67871207951, - ["g"] = 5, + ["x"] = 119.81159701456, + ["y"] = -190.99339064784, + ["g"] = 6, ["sublevel"] = 1, }, [3] = { - ["x"] = 208.24194334236, - ["y"] = -208.44332929182, - ["g"] = 93, + ["x"] = 179.82573513013, + ["y"] = -169.70807007975, + ["g"] = 15, + ["sublevel"] = 1, + }, + [4] = { + ["x"] = 214.73164867369, + ["y"] = -223.64266225036, + ["g"] = 9, ["sublevel"] = 1, }, [5] = { - ["x"] = 230.85736338967, - ["y"] = -250.35297968093, - ["g"] = 14, + ["x"] = 210.53023915888, + ["y"] = -174.09255603936, + ["g"] = 16, ["sublevel"] = 1, }, [6] = { - ["x"] = 229.33466642646, - ["y"] = -213.1346802586, - ["g"] = 13, + ["x"] = 244.87918695374, + ["y"] = -131.69176250537, + ["g"] = 10, ["sublevel"] = 1, }, [7] = { - ["x"] = 248.4, - ["y"] = -177.6, - ["g"] = 15, + ["x"] = 234.36880328296, + ["y"] = -140.56932064449, + ["g"] = 10, ["sublevel"] = 1, }, [8] = { - ["x"] = 244.2, - ["y"] = -181.3, - ["g"] = 15, + ["x"] = 205.19213221564, + ["y"] = -96.617965852312, + ["g"] = 18, ["sublevel"] = 1, }, [9] = { - ["x"] = 217.5, - ["y"] = -158.1, - ["g"] = 16, + ["x"] = 227.42869437233, + ["y"] = -86.380749349096, + ["g"] = 11, ["sublevel"] = 1, }, [10] = { - ["x"] = 246.3, - ["y"] = -161.3, - ["g"] = 17, + ["x"] = 235.30546719625, + ["y"] = -86.178338562825, + ["g"] = 11, ["sublevel"] = 1, }, [11] = { - ["x"] = 251.5, - ["y"] = -158.5, - ["g"] = 17, + ["x"] = 162.8456600814, + ["y"] = -66.779053007561, ["sublevel"] = 1, }, [12] = { - ["x"] = 188.5, - ["y"] = -129.4, + ["x"] = 181.92114664158, + ["y"] = -77.322270340907, + ["g"] = 20, ["sublevel"] = 1, }, [13] = { - ["x"] = 204.3, - ["y"] = -135.9, - ["g"] = 19, + ["x"] = 155.10606324293, + ["y"] = -92.835115815773, + ["g"] = 13, ["sublevel"] = 1, }, [14] = { - ["x"] = 183.27563032262, - ["y"] = -148.65828327725, + ["x"] = 204.92439762901, + ["y"] = -35.474153212912, + ["g"] = 21, ["sublevel"] = 1, }, [15] = { - ["x"] = 214.8983136678, - ["y"] = -113.2010055785, - ["g"] = 20, + ["x"] = 147.60407091032, + ["y"] = -121.57872233096, + ["g"] = 12, ["sublevel"] = 1, }, [16] = { - ["x"] = 179.20785845145, - ["y"] = -171.55473738089, - ["g"] = 10, - ["sublevel"] = 1, - }, - [17] = { - ["x"] = 186.64173055489, - ["y"] = -173.14173055489, - ["g"] = 10, + ["x"] = 155.63483516654, + ["y"] = -122.49288446323, + ["g"] = 12, ["sublevel"] = 1, }, [18] = { - ["x"] = 160.3, - ["y"] = -130.6, + ["x"] = 124.02667893721, + ["y"] = -67.618709021887, + ["g"] = 26, ["sublevel"] = 1, }, [19] = { - ["x"] = 183.70868043876, - ["y"] = -104.24605694213, - ["g"] = 23, + ["x"] = 156.19072840593, + ["y"] = -38.260050458605, + ["g"] = 24, ["sublevel"] = 1, }, [20] = { - ["x"] = 181.1, - ["y"] = -97.6, - ["g"] = 23, + ["x"] = 153.67229711573, + ["y"] = -30.389260272677, + ["g"] = 24, ["sublevel"] = 1, }, [21] = { - ["x"] = 188.32954571621, - ["y"] = -99.637404167659, - ["g"] = 23, + ["x"] = 161.43841850155, + ["y"] = -32.536513850402, + ["g"] = 24, ["sublevel"] = 1, }, [22] = { - ["x"] = 173.4, - ["y"] = -91.8, + ["x"] = 144.94557050468, + ["y"] = -16.396963064916, ["sublevel"] = 1, }, [23] = { - ["x"] = 140.89133339339, - ["y"] = -110.57046119987, - ["g"] = 26, + ["x"] = 98.659145927163, + ["y"] = -46.925917603351, + ["g"] = 27, ["sublevel"] = 1, }, [24] = { - ["x"] = 203.1, - ["y"] = -96.6, - ["g"] = 21, + ["x"] = 185.7327153464, + ["y"] = -19.874744960929, + ["g"] = 22, ["sublevel"] = 1, }, - [28] = { - ["x"] = 336.52515824001, - ["y"] = -315.66163235961, + [25] = { + ["x"] = 354.82139531775, + ["y"] = -311.5912482771, ["g"] = 33, ["sublevel"] = 1, }, @@ -1465,11 +1906,15 @@ MDT.dungeonEnemies[dungeonIndex] = { ["id"] = 195135, ["count"] = 15, ["health"] = 1580808, - ["scale"] = 1, + ["scale"] = 1.4, ["stealthDetect"] = true, ["displayId"] = 105677, ["creatureType"] = "Humanoid", ["level"] = 70, + ["characteristics"] = { + ["Taunt"] = true, + ["Mind Soothe"] = true, + }, ["spells"] = { [367481] = { }, @@ -1485,10 +1930,10 @@ MDT.dungeonEnemies[dungeonIndex] = { }, }, ["clones"] = { - [2] = { - ["x"] = 431.9, - ["y"] = -208, - ["g"] = 66, + [17] = { + ["x"] = 495.20044684002, + ["y"] = -170.44896131859, + ["g"] = 71, ["sublevel"] = 1, }, }, @@ -1502,6 +1947,10 @@ MDT.dungeonEnemies[dungeonIndex] = { ["displayId"] = 105637, ["creatureType"] = "Humanoid", ["level"] = 70, + ["characteristics"] = { + ["Taunt"] = true, + ["Mind Soothe"] = true, + }, ["spells"] = { [367503] = { }, @@ -1514,55 +1963,55 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 161.45870063342, - ["y"] = -227.15247641138, - ["g"] = 5, + ["x"] = 118.90713540561, + ["y"] = -181.72116930852, + ["g"] = 6, ["sublevel"] = 1, }, [2] = { - ["x"] = 223.53036770351, - ["y"] = -213.75554553605, - ["g"] = 13, + ["x"] = 204.14019166876, + ["y"] = -174.52072976332, + ["g"] = 16, ["sublevel"] = 1, }, [3] = { - ["x"] = 244.8, - ["y"] = -177.7, - ["g"] = 15, + ["x"] = 236.81601502418, + ["y"] = -132.8546559791, + ["g"] = 10, ["sublevel"] = 1, }, [4] = { - ["x"] = 228.1, - ["y"] = -147, - ["g"] = 18, + ["x"] = 213.19493486052, + ["y"] = -65.813950213914, + ["g"] = 19, ["sublevel"] = 1, }, [5] = { - ["x"] = 192.1, - ["y"] = -141.5, + ["x"] = 168.75922310488, + ["y"] = -83.563292269827, ["sublevel"] = 1, }, [6] = { - ["x"] = 183.80784461931, - ["y"] = -164.2365960125, - ["g"] = 10, + ["x"] = 152.42076593161, + ["y"] = -115.06759486105, + ["g"] = 12, ["sublevel"] = 1, }, [7] = { - ["x"] = 145.99214154855, - ["y"] = -106.69133339339, - ["g"] = 26, + ["x"] = 105.0377432547, + ["y"] = -42.129735587603, + ["g"] = 27, ["sublevel"] = 1, }, [8] = { - ["x"] = 209.66343165179, - ["y"] = -99.316525058068, - ["g"] = 21, + ["x"] = 190.54635492347, + ["y"] = -26.220577527997, + ["g"] = 22, ["sublevel"] = 1, }, - [10] = { - ["x"] = 331.7817629402, - ["y"] = -310.4182370598, + [9] = { + ["x"] = 347.5494971106, + ["y"] = -312.88373250944, ["g"] = 33, ["sublevel"] = 1, }, @@ -1573,14 +2022,18 @@ MDT.dungeonEnemies[dungeonIndex] = { ["id"] = 191926, ["count"] = 30, ["health"] = 1716607, - ["scale"] = 1, + ["scale"] = 1.6, ["displayId"] = 107685, ["creatureType"] = "Humanoid", ["level"] = 70, + ["characteristics"] = { + ["Taunt"] = true, + ["Mind Soothe"] = true, + }, ["clones"] = { [1] = { - ["x"] = 131.1, - ["y"] = -89.9, + ["x"] = 91.91231609477, + ["y"] = -13.988632851424, ["sublevel"] = 1, }, }, @@ -1599,6 +2052,7 @@ MDT.dungeonEnemies[dungeonIndex] = { ["instanceID"] = 1196, ["characteristics"] = { ["Taunt"] = true, + ["Mind Soothe"] = true, }, ["spells"] = { [377996] = { @@ -1628,8 +2082,8 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 310.89135905405, - ["y"] = -222.85976753143, + ["x"] = 320.67906713662, + ["y"] = -195.33706595864, ["g"] = 30, ["sublevel"] = 1, }, @@ -1647,6 +2101,10 @@ MDT.dungeonEnemies[dungeonIndex] = { ["isBoss"] = true, ["encounterID"] = 2471, ["instanceID"] = 1196, + ["characteristics"] = { + ["Taunt"] = true, + ["Mind Soothe"] = true, + }, ["spells"] = { [377807] = { }, @@ -1673,8 +2131,8 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 320.59044795502, - ["y"] = -235.50430709501, + ["x"] = 333.24187328503, + ["y"] = -211.71498567822, ["g"] = 30, ["sublevel"] = 1, }, @@ -1692,6 +2150,10 @@ MDT.dungeonEnemies[dungeonIndex] = { ["isBoss"] = true, ["encounterID"] = 2471, ["instanceID"] = 1196, + ["characteristics"] = { + ["Taunt"] = true, + ["Mind Soothe"] = true, + }, ["spells"] = { [377950] = { }, @@ -1708,8 +2170,8 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 305.8334939861, - ["y"] = -238.21280162506, + ["x"] = 314.12783546711, + ["y"] = -215.22318032233, ["g"] = 30, ["sublevel"] = 1, }, @@ -1720,13 +2182,24 @@ MDT.dungeonEnemies[dungeonIndex] = { ["id"] = 189299, ["count"] = 1, ["health"] = 197676, - ["scale"] = 0.4, + ["scale"] = 0.6, ["displayId"] = 104893, ["creatureType"] = "Elemental", ["level"] = 70, ["characteristics"] = { + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Root"] = true, ["Fear"] = true, + ["Banish"] = true, + ["Disorient"] = true, ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, }, ["spells"] = { [375614] = { @@ -1734,124 +2207,129 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 366.92950065706, - ["y"] = -272.45586910657, + ["x"] = 396.64684494387, + ["y"] = -258.07271679494, ["g"] = 31, ["sublevel"] = 1, }, [2] = { - ["x"] = 364.6, - ["y"] = -275, + ["x"] = 391.93754475611, + ["y"] = -259.67601864977, ["g"] = 31, ["sublevel"] = 1, }, [3] = { - ["x"] = 366.2, - ["y"] = -277.7, + ["x"] = 394.7619021573, + ["y"] = -263.36121903944, ["g"] = 31, ["sublevel"] = 1, }, [4] = { - ["x"] = 369, - ["y"] = -275.4, + ["x"] = 398.76463651772, + ["y"] = -262.07411850852, ["g"] = 31, ["sublevel"] = 1, }, [5] = { - ["x"] = 404.14292016057, - ["y"] = -313.32829973538, + ["x"] = 442.84577683039, + ["y"] = -306.64327028726, ["g"] = 43, ["sublevel"] = 1, }, [6] = { - ["x"] = 410.48513939047, - ["y"] = -316.9568396551, + ["x"] = 453.82476754173, + ["y"] = -317.90792087701, ["g"] = 43, ["sublevel"] = 1, }, [7] = { - ["x"] = 407.12829973538, - ["y"] = -316.31391949453, + ["x"] = 447.92189033097, + ["y"] = -315.52035399704, ["g"] = 43, ["sublevel"] = 1, }, [8] = { - ["x"] = 415.77121989595, - ["y"] = -346.85732002377, + ["x"] = 460.66142386896, + ["y"] = -348.80165192398, + ["g"] = 44, ["sublevel"] = 1, }, [9] = { - ["x"] = 414.1, - ["y"] = -349.7, + ["x"] = 456.99269892553, + ["y"] = -353.61166895683, + ["g"] = 44, ["sublevel"] = 1, }, [10] = { - ["x"] = 409.3, - ["y"] = -351.6, + ["x"] = 445.51147140982, + ["y"] = -371.6766822443, + ["g"] = 45, ["sublevel"] = 1, }, [11] = { - ["x"] = 404.8, - ["y"] = -355.3, + ["x"] = 440.99888721701, + ["y"] = -374.77714149752, + ["g"] = 45, ["sublevel"] = 1, }, [12] = { - ["x"] = 400.9, - ["y"] = -360, + ["x"] = 435.9473230438, + ["y"] = -375.60081670158, + ["g"] = 45, ["sublevel"] = 1, }, [13] = { - ["x"] = 450.5, - ["y"] = -371.1, - ["g"] = 47, + ["x"] = 501.15937762987, + ["y"] = -382.11633315697, + ["g"] = 48, ["sublevel"] = 1, }, [14] = { - ["x"] = 446.57196007131, - ["y"] = -372.25685927744, - ["g"] = 47, + ["x"] = 496.07155910679, + ["y"] = -383.61476244161, + ["g"] = 48, ["sublevel"] = 1, }, [15] = { - ["x"] = 446.45754058576, - ["y"] = -368.8717100758, - ["g"] = 47, + ["x"] = 497.89907986924, + ["y"] = -379.23012656107, + ["g"] = 48, ["sublevel"] = 1, }, [16] = { - ["x"] = 340.7, - ["y"] = -347.1, - ["g"] = 37, + ["x"] = 356.35207044625, + ["y"] = -355.05071011236, + ["g"] = 36, ["sublevel"] = 1, }, [17] = { - ["x"] = 344.9, - ["y"] = -350.1, - ["g"] = 37, + ["x"] = 363.86522117457, + ["y"] = -357.20891392429, + ["g"] = 36, ["sublevel"] = 1, }, [18] = { - ["x"] = 389.8, - ["y"] = -350.6, - ["g"] = 41, + ["x"] = 423.23149169986, + ["y"] = -358.54756022676, + ["g"] = 42, ["sublevel"] = 1, }, [19] = { - ["x"] = 394.3, - ["y"] = -347.3, - ["g"] = 41, + ["x"] = 427.85084359298, + ["y"] = -356.00080917607, + ["g"] = 42, ["sublevel"] = 1, }, [20] = { - ["x"] = 412.9, - ["y"] = -497.5, - ["g"] = 58, + ["x"] = 458.39942309769, + ["y"] = -540.51973343846, + ["g"] = 54, ["sublevel"] = 1, }, [21] = { - ["x"] = 420.9, - ["y"] = -499.2, - ["g"] = 58, + ["x"] = 462.84883984051, + ["y"] = -544.63928568903, + ["g"] = 54, ["sublevel"] = 1, }, }, @@ -1866,9 +2344,23 @@ MDT.dungeonEnemies[dungeonIndex] = { ["creatureType"] = "Humanoid", ["level"] = 70, ["characteristics"] = { + ["Taunt"] = true, + ["Incapacitate"] = true, ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, + ["Root"] = true, ["Fear"] = true, + ["Disorient"] = true, + ["Repentance"] = true, + ["Imprison"] = true, + ["Sap"] = true, ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Mind Soothe"] = true, }, ["spells"] = { [372711] = { @@ -1882,156 +2374,135 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 360.75730040142, - ["y"] = -279.59930888051, + ["x"] = 391.09625366362, + ["y"] = -267.88931653301, ["g"] = 31, ["sublevel"] = 1, }, [2] = { - ["x"] = 356.3287997264, - ["y"] = -273.65609947974, + ["x"] = 385.17221261668, + ["y"] = -261.31934403112, ["g"] = 31, ["sublevel"] = 1, }, [3] = { - ["x"] = 351.39953925367, - ["y"] = -295.35756020811, + ["x"] = 375.02754068079, + ["y"] = -290.18030992564, ["g"] = 32, ["sublevel"] = 1, - ["patrol"] = { - [1] = { - ["x"] = 345.2, - ["y"] = -283.2, - }, - [2] = { - ["x"] = 372.8, - ["y"] = -311.3, - }, - [3] = { - ["x"] = 375.5, - ["y"] = -309.2, - }, - [4] = { - ["x"] = 348.4, - ["y"] = -281, - }, - [5] = { - ["x"] = 345.2, - ["y"] = -283.2, - }, - }, }, [4] = { - ["x"] = 383.27071990493, - ["y"] = -312.67146008028, - ["g"] = 38, + ["x"] = 432.22290514287, + ["y"] = -322.89545068095, + ["g"] = 40, ["sublevel"] = 1, }, [5] = { - ["x"] = 379.97099933396, - ["y"] = -316.48585994348, - ["g"] = 38, + ["x"] = 426.22131656175, + ["y"] = -331.80949972198, + ["g"] = 40, ["sublevel"] = 1, }, [6] = { - ["x"] = 401.63780449766, - ["y"] = -338.72164201528, - ["g"] = 42, + ["x"] = 440.46486171148, + ["y"] = -347.13544579553, + ["g"] = 41, ["sublevel"] = 1, }, [7] = { - ["x"] = 406.1143998632, - ["y"] = -332.87121989595, - ["g"] = 42, + ["x"] = 453.00068635337, + ["y"] = -334.02941547312, + ["g"] = 41, ["sublevel"] = 1, }, [8] = { - ["x"] = 413.51438024085, - ["y"] = -304.44173886123, + ["x"] = 456.36633505178, + ["y"] = -304.63452419847, ["g"] = 43, ["sublevel"] = 1, }, [9] = { - ["x"] = 417.98658049649, - ["y"] = -310.77073952727, + ["x"] = 457.66720456835, + ["y"] = -312.48667343562, ["g"] = 43, ["sublevel"] = 1, }, [10] = { - ["x"] = 342.4, - ["y"] = -342.8, - ["g"] = 37, + ["x"] = 359.93604247168, + ["y"] = -348.09904201228, + ["g"] = 36, ["sublevel"] = 1, }, [11] = { - ["x"] = 346.6, - ["y"] = -345.1, - ["g"] = 37, + ["x"] = 368.48572041749, + ["y"] = -351.07814142195, + ["g"] = 36, ["sublevel"] = 1, }, [12] = { - ["x"] = 352.3, - ["y"] = -392.76211798867, - ["g"] = 40, + ["x"] = 374.31387081608, + ["y"] = -415.40415831619, + ["g"] = 38, ["sublevel"] = 1, }, [13] = { - ["x"] = 403.27075103761, - ["y"] = -373.93166533885, - ["g"] = 45, + ["x"] = 443.89922823409, + ["y"] = -396.66075057758, + ["g"] = 39, ["sublevel"] = 1, }, [14] = { - ["x"] = 409.7889505746, - ["y"] = -375.17554778406, - ["g"] = 45, + ["x"] = 451.0635573548, + ["y"] = -395.83132045848, + ["g"] = 39, ["sublevel"] = 1, }, [15] = { - ["x"] = 417.1, - ["y"] = -483.1, - ["g"] = 58, + ["x"] = 458.40625968558, + ["y"] = -532.57467299138, + ["g"] = 54, ["sublevel"] = 1, }, [16] = { - ["x"] = 425.2, - ["y"] = -482.8, - ["g"] = 58, + ["x"] = 468.73805617721, + ["y"] = -532.02629357765, + ["g"] = 54, ["sublevel"] = 1, }, [17] = { - ["x"] = 434.4, - ["y"] = -468.9, - ["g"] = 57, + ["x"] = 480.65441427491, + ["y"] = -514.02223079961, + ["g"] = 54, ["sublevel"] = 1, }, [18] = { - ["x"] = 431.9, - ["y"] = -475.6, - ["g"] = 57, + ["x"] = 477.41627348749, + ["y"] = -522.70044810989, + ["g"] = 54, ["sublevel"] = 1, }, [19] = { - ["x"] = 472.2, - ["y"] = -358.1, - ["g"] = 50, + ["x"] = 526.474234133, + ["y"] = -373.89325233558, + ["g"] = 47, ["sublevel"] = 1, }, [20] = { - ["x"] = 452.8, - ["y"] = -342.2, + ["x"] = 504.48713047031, + ["y"] = -349.91325569323, + ["g"] = 46, ["sublevel"] = 1, }, [21] = { - ["x"] = 453.60605000294, - ["y"] = -335.19106237421, - ["g"] = 48, + ["x"] = 505.53117182679, + ["y"] = -340.83488497222, + ["g"] = 46, ["sublevel"] = 1, }, [22] = { - ["x"] = 461.45070567954, - ["y"] = -335.27464716023, - ["g"] = 48, + ["x"] = 513.01625700514, + ["y"] = -342.72696526405, + ["g"] = 46, ["sublevel"] = 1, }, }, @@ -2041,14 +2512,24 @@ MDT.dungeonEnemies[dungeonIndex] = { ["id"] = 189531, ["count"] = 5, ["health"] = 988383, - ["scale"] = 1, + ["scale"] = 1.4, ["displayId"] = 107352, ["creatureType"] = "Elemental", ["level"] = 70, ["characteristics"] = { ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Root"] = true, ["Fear"] = true, + ["Banish"] = true, + ["Disorient"] = true, ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, }, ["spells"] = { [373024] = { @@ -2062,102 +2543,122 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 356.55709946178, - ["y"] = -290.94292997174, + ["x"] = 382.08394130362, + ["y"] = -282.20620746498, ["g"] = 32, ["sublevel"] = 1, + ["patrol"] = { + [1] = { + ["x"] = 382.08394130362, + ["y"] = -282.20620746498, + }, + [2] = { + ["x"] = 387.53444327463, + ["y"] = -286.35568587842, + }, + [3] = { + ["x"] = 389.79045728591, + ["y"] = -289.17568187757, + }, + [4] = { + ["x"] = 395.24249473231, + ["y"] = -293.3116932216, + }, + [5] = { + ["x"] = 389.79045728591, + ["y"] = -289.17568187757, + }, + [6] = { + ["x"] = 387.53444327463, + ["y"] = -286.35568587842, + }, + [7] = { + ["x"] = 382.08394130362, + ["y"] = -282.20620746498, + }, + [8] = { + ["x"] = 374.56243801211, + ["y"] = -276.57967177861, + }, + [9] = { + ["x"] = 370.80244334658, + ["y"] = -267.55563724846, + }, + [10] = { + ["x"] = 374.56243801211, + ["y"] = -276.57967177861, + }, + }, }, [2] = { - ["x"] = 387.8, - ["y"] = -300.5, + ["x"] = 415.30764386312, + ["y"] = -275.92974208661, ["sublevel"] = 1, }, [3] = { - ["x"] = 397.44171923888, - ["y"] = -332.74194961205, - ["g"] = 42, + ["x"] = 446.08628449518, + ["y"] = -339.73574029167, + ["g"] = 41, ["sublevel"] = 1, }, [4] = { - ["x"] = 425.37190120426, - ["y"] = -343.28488939496, + ["x"] = 468.96071229757, + ["y"] = -351.3184655331, ["g"] = 44, ["sublevel"] = 1, }, [5] = { - ["x"] = 420.02853991972, - ["y"] = -349.58536976364, + ["x"] = 462.03968985062, + ["y"] = -359.47920251796, ["g"] = 44, ["sublevel"] = 1, }, [6] = { - ["x"] = 429.19212311781, - ["y"] = -402.78422244564, - ["g"] = 53, + ["x"] = 485.32312196489, + ["y"] = -426.3307813286, + ["g"] = 50, ["sublevel"] = 1, - ["patrol"] = { - [1] = { - ["x"] = 431.7, - ["y"] = -379.2, - }, - [2] = { - ["x"] = 433.5, - ["y"] = -379, - }, - [3] = { - ["x"] = 433.5, - ["y"] = -407.2, - }, - [4] = { - ["x"] = 431.8, - ["y"] = -407.2, - }, - [5] = { - ["x"] = 431.7, - ["y"] = -379.2, - }, - }, }, [7] = { - ["x"] = 436.26306263746, - ["y"] = -403.7078530922, - ["g"] = 53, + ["x"] = 503.47627290184, + ["y"] = -427.83758744836, + ["g"] = 50, ["sublevel"] = 1, }, [8] = { - ["x"] = 320, - ["y"] = -329, - ["g"] = 36, + ["x"] = 331.6133191614, + ["y"] = -336.27101248685, + ["g"] = 35, ["sublevel"] = 1, }, [9] = { - ["x"] = 326, - ["y"] = -329.5, + ["x"] = 341.11244195466, + ["y"] = -334.15453840863, ["g"] = 35, ["sublevel"] = 1, }, [10] = { - ["x"] = 339.84147507036, - ["y"] = -352.8573122406, - ["g"] = 37, + ["x"] = 358.69517110502, + ["y"] = -364.40822481844, + ["g"] = 36, ["sublevel"] = 1, }, [11] = { - ["x"] = 346.6, - ["y"] = -388.2, - ["g"] = 40, + ["x"] = 368.24693601542, + ["y"] = -408.17904688078, + ["g"] = 38, ["sublevel"] = 1, }, [12] = { - ["x"] = 355.69879631258, - ["y"] = -386.06952034534, - ["g"] = 40, + ["x"] = 378.71618320324, + ["y"] = -406.73552895513, + ["g"] = 38, ["sublevel"] = 1, }, [13] = { - ["x"] = 406.80120368742, - ["y"] = -367.09881431581, - ["g"] = 45, + ["x"] = 448.23964927969, + ["y"] = -387.22936713091, + ["g"] = 39, ["sublevel"] = 1, }, }, @@ -2167,13 +2668,14 @@ MDT.dungeonEnemies[dungeonIndex] = { ["id"] = 186226, ["count"] = 15, ["health"] = 1383736, - ["scale"] = 1, + ["scale"] = 1.4, ["stealthDetect"] = true, ["displayId"] = 105699, ["creatureType"] = "Humanoid", ["level"] = 70, ["characteristics"] = { ["Taunt"] = true, + ["Mind Soothe"] = true, }, ["spells"] = { [367510] = { @@ -2187,238 +2689,162 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 379.25659947076, - ["y"] = -309.94246922542, - ["g"] = 38, + ["x"] = 422.18636443409, + ["y"] = -322.98859284488, + ["g"] = 40, ["sublevel"] = 1, ["patrol"] = { [1] = { - ["x"] = 379, - ["y"] = -310.4, + ["x"] = 422.18636443409, + ["y"] = -322.98859284488, }, [2] = { - ["x"] = 375.8, - ["y"] = -314.9, + ["x"] = 413.46960501622, + ["y"] = -317.12025894971, }, [3] = { - ["x"] = 375.1, - ["y"] = -316.3, + ["x"] = 405.86832633937, + ["y"] = -313.31958995555, }, [4] = { - ["x"] = 400.8, - ["y"] = -333.8, + ["x"] = 402.93143991169, + ["y"] = -310.03720434062, }, [5] = { - ["x"] = 403.4, - ["y"] = -329.5, + ["x"] = 405.86832633937, + ["y"] = -313.31958995555, }, [6] = { - ["x"] = 379, - ["y"] = -310.4, + ["x"] = 413.46960501622, + ["y"] = -317.12025894971, + }, + [7] = { + ["x"] = 422.18636443409, + ["y"] = -322.98859284488, + }, + [8] = { + ["x"] = 430.74533542783, + ["y"] = -328.6949908127, + }, + [9] = { + ["x"] = 434.54601430724, + ["y"] = -331.80461200614, + }, + [10] = { + ["x"] = 430.74533542783, + ["y"] = -328.6949908127, }, }, }, [2] = { - ["x"] = 434.3, - ["y"] = -325.1, + ["x"] = 486.35287863216, + ["y"] = -324.56837056299, ["sublevel"] = 1, ["patrol"] = { [1] = { - ["x"] = 406.8, - ["y"] = -322.8, + ["x"] = 486.35287863216, + ["y"] = -324.19237537306, }, [2] = { - ["x"] = 417.1, - ["y"] = -311.2, + ["x"] = 490.4915255892, + ["y"] = -332.78662813699, }, [3] = { - ["x"] = 441.6, - ["y"] = -331.6, + ["x"] = 489.73951369439, + ["y"] = -340.30665026779, }, [4] = { - ["x"] = 433.4, - ["y"] = -341.1, + ["x"] = 480.7155000464, + ["y"] = -343.12664646469, }, [5] = { - ["x"] = 406.9, - ["y"] = -323.1, + ["x"] = 470.93945298865, + ["y"] = -340.87063229522, }, - }, - }, - [3] = { - ["x"] = 432.8078530922, - ["y"] = -395.3108477726, - ["g"] = 53, - ["sublevel"] = 1, - }, - [4] = { - ["x"] = 350.12804527497, - ["y"] = -379.20861504571, - ["g"] = 40, - ["sublevel"] = 1, - ["patrol"] = { - [1] = { - ["x"] = 340.3, - ["y"] = -386.6, + [6] = { + ["x"] = 463.23144402035, + ["y"] = -335.23062914395, }, - [2] = { - ["x"] = 347, - ["y"] = -382.2, + [7] = { + ["x"] = 461.35144655575, + ["y"] = -324.89060005878, }, - [3] = { - ["x"] = 356.7, - ["y"] = -383.6, + [8] = { + ["x"] = 464.73546780996, + ["y"] = -319.06258855508, }, - [4] = { - ["x"] = 361.8, - ["y"] = -388.2, + [9] = { + ["x"] = 472.25545766835, + ["y"] = -317.55858628042, }, }, }, - [5] = { - ["x"] = 542.4, - ["y"] = -255, - ["sublevel"] = 1, - }, - [6] = { - ["x"] = 585.4, - ["y"] = -382.6, - ["g"] = 86, - ["sublevel"] = 1, - }, - }, - }, - [17] = { - ["name"] = "Wild Lasher", - ["id"] = 191243, - ["count"] = 0, - ["health"] = 197676, - ["scale"] = 0.4, - ["displayId"] = 81393, - ["creatureType"] = "Elemental", - ["level"] = 70, - ["characteristics"] = { - ["Taunt"] = true, - ["Fear"] = true, - ["Stun"] = true, - }, - ["spells"] = { - [372113] = { - }, - [375416] = { - }, - }, - ["clones"] = { - [1] = { - ["x"] = 394.08658049649, - ["y"] = -310.686109939, - ["sublevel"] = 1, - }, - [2] = { - ["x"] = 375.28535995246, - ["y"] = -327.51486060953, - ["sublevel"] = 1, - }, [3] = { - ["x"] = 371.7, - ["y"] = -328.6, - ["sublevel"] = 1, - }, - [4] = { - ["x"] = 399.07073952727, - ["y"] = -350.15754058576, - ["sublevel"] = 1, - }, - [5] = { - ["x"] = 430.35778077009, - ["y"] = -349.97146989146, - ["sublevel"] = 1, - }, - [6] = { - ["x"] = 427.54343977394, - ["y"] = -352.62829973538, - ["sublevel"] = 1, - }, - [7] = { - ["x"] = 430.1143998632, - ["y"] = -354.89928925816, - ["sublevel"] = 1, - }, - [8] = { - ["x"] = 434, - ["y"] = -351.2, - ["sublevel"] = 1, - }, - [9] = { - ["x"] = 449.4, - ["y"] = -383.8, - ["g"] = 51, - ["sublevel"] = 1, - }, - [10] = { - ["x"] = 430.6, - ["y"] = -377.2, - ["g"] = 46, - ["sublevel"] = 1, - }, - [11] = { - ["x"] = 432.4, - ["y"] = -381.4, - ["g"] = 46, - ["sublevel"] = 1, - }, - [12] = { - ["x"] = 346.2, - ["y"] = -324.8, - ["sublevel"] = 1, - }, - [13] = { - ["x"] = 344.1, - ["y"] = -365, - ["g"] = 39, - ["sublevel"] = 1, - }, - [14] = { - ["x"] = 343.7, - ["y"] = -368.4, - ["g"] = 39, - ["sublevel"] = 1, - }, - [15] = { - ["x"] = 384.9, - ["y"] = -368.7, - ["sublevel"] = 1, - }, - [16] = { - ["x"] = 434.8, - ["y"] = -414.2, - ["g"] = 54, + ["x"] = 495.16565252198, + ["y"] = -421.11611884314, + ["g"] = 50, ["sublevel"] = 1, + ["patrol"] = { + [1] = { + ["x"] = 493.88735680061, + ["y"] = -424.18426850906, + }, + [2] = { + ["x"] = 493.65509195107, + ["y"] = -413.65096345561, + }, + [3] = { + ["x"] = 495.02476245874, + ["y"] = -403.83466056359, + }, + [4] = { + ["x"] = 493.65509195107, + ["y"] = -413.65096345561, + }, + [5] = { + ["x"] = 493.88735680061, + ["y"] = -424.18426850906, + }, + [6] = { + ["x"] = 492.74193473713, + ["y"] = -433.51186507445, + }, + [7] = { + ["x"] = 494.11165749539, + ["y"] = -437.84930305873, + }, + [8] = { + ["x"] = 492.74193473713, + ["y"] = -433.51186507445, + }, + }, }, - [17] = { - ["x"] = 439.1, - ["y"] = -414.1, - ["g"] = 54, + [4] = { + ["x"] = 370.37260414298, + ["y"] = -398.41288544555, + ["g"] = 38, ["sublevel"] = 1, }, - [18] = { - ["x"] = 438.8, - ["y"] = -431.1, + [5] = { + ["x"] = 619.62896520275, + ["y"] = -243.1306182523, + ["g"] = 61, ["sublevel"] = 1, }, - [19] = { - ["x"] = 443.1, - ["y"] = -329.9, + [6] = { + ["x"] = 676.23811783499, + ["y"] = -402.24161081792, + ["g"] = 92, ["sublevel"] = 1, }, }, }, - [18] = { + [17] = { ["name"] = "Wilted Oak", ["id"] = 186229, ["count"] = 20, ["health"] = 1976766, - ["scale"] = 1, + ["scale"] = 1.6, ["stealthDetect"] = true, ["displayId"] = 54677, ["creatureType"] = "Elemental", @@ -2442,115 +2868,200 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 356.7, - ["y"] = -329.6, + ["x"] = 379.66746975896, + ["y"] = -328.58307537676, ["sublevel"] = 1, ["patrol"] = { [1] = { - ["x"] = 356.3, - ["y"] = -316.8, + ["x"] = 379.66746975896, + ["y"] = -328.58307537676, }, [2] = { - ["x"] = 358.7, - ["y"] = -316.7, + ["x"] = 372.79527818241, + ["y"] = -338.02461306407, }, [3] = { - ["x"] = 357.4, - ["y"] = -347, + ["x"] = 369.85841152522, + ["y"] = -341.82527217299, }, [4] = { - ["x"] = 354.9, - ["y"] = -347, + ["x"] = 372.79527818241, + ["y"] = -338.02461306407, }, [5] = { - ["x"] = 356.4, - ["y"] = -316.8, + ["x"] = 379.66746975896, + ["y"] = -328.58307537676, + }, + [6] = { + ["x"] = 380.2238220935, + ["y"] = -319.36684636248, + }, + [7] = { + ["x"] = 380.74208570225, + ["y"] = -311.42000918691, + }, + [8] = { + ["x"] = 380.2238220935, + ["y"] = -319.36684636248, }, }, }, [2] = { - ["x"] = 438.4, - ["y"] = -362.6, + ["x"] = 497.92211971964, + ["y"] = -392.60706796992, + ["g"] = 49, ["sublevel"] = 1, ["patrol"] = { [1] = { - ["x"] = 431, - ["y"] = -364.5, + ["x"] = 498.61941975137, + ["y"] = -392.37463462601, }, [2] = { - ["x"] = 452.9, - ["y"] = -362.4, + ["x"] = 490.20264584766, + ["y"] = -385.93508028741, }, [3] = { - ["x"] = 452.7, - ["y"] = -379.8, + ["x"] = 487.29720244851, + ["y"] = -380.24037026062, }, [4] = { - ["x"] = 431.1, - ["y"] = -364.5, + ["x"] = 496.71087257813, + ["y"] = -374.42945021195, + }, + [5] = { + ["x"] = 504.49749600024, + ["y"] = -375.7078469036, + }, + [6] = { + ["x"] = 506.93811261201, + ["y"] = -376.63760022945, + }, + [7] = { + ["x"] = 507.63542594388, + ["y"] = -386.51616364718, + }, + [8] = { + ["x"] = 507.63542594388, + ["y"] = -392.67575366193, + }, + [9] = { + ["x"] = 506.47323262405, + ["y"] = -397.55692038474, }, }, }, [3] = { - ["x"] = 369.8, - ["y"] = -369.6, + ["x"] = 404.60339980635, + ["y"] = -394.72124548678, ["sublevel"] = 1, ["patrol"] = { [1] = { - ["x"] = 369.8, - ["y"] = -369.6, + ["x"] = 404.60339980635, + ["y"] = -394.72124548678, }, [2] = { - ["x"] = 346.3, - ["y"] = -363.9, + ["x"] = 394.34501634157, + ["y"] = -393.30651113378, }, [3] = { - ["x"] = 342.48728627618, - ["y"] = -367.91005668541, + ["x"] = 386.09349963134, + ["y"] = -393.07406448973, }, [4] = { - ["x"] = 388.94054093336, - ["y"] = -376.74345522977, + ["x"] = 381.09610293643, + ["y"] = -390.28482446239, }, [5] = { - ["x"] = 390.18762533347, - ["y"] = -371.54734158711, + ["x"] = 373.07703287026, + ["y"] = -383.54415773794, + }, + [6] = { + ["x"] = 381.09610293643, + ["y"] = -390.28482446239, + }, + [7] = { + ["x"] = 386.09349963134, + ["y"] = -393.07406448973, + }, + [8] = { + ["x"] = 394.34501634157, + ["y"] = -393.30651113378, + }, + [9] = { + ["x"] = 404.60339980635, + ["y"] = -394.72124548678, + }, + [10] = { + ["x"] = 415.03190315295, + ["y"] = -392.26054113598, + }, + [11] = { + ["x"] = 422.00499657124, + ["y"] = -394.70113114746, + }, + [12] = { + ["x"] = 425.95642991841, + ["y"] = -397.95524451269, + }, + [13] = { + ["x"] = 422.00499657124, + ["y"] = -394.70113114746, + }, + [14] = { + ["x"] = 415.03190315295, + ["y"] = -392.26054113598, }, }, }, [4] = { - ["x"] = 440.7, - ["y"] = -436, - ["g"] = 55, + ["x"] = 500.91367273547, + ["y"] = -465.47284145984, + ["g"] = 52, ["sublevel"] = 1, ["patrol"] = { [1] = { - ["x"] = 440.7, - ["y"] = -436, + ["x"] = 500.68538996331, + ["y"] = -464.55969730855, }, [2] = { - ["x"] = 446.65399374243, - ["y"] = -468.52707869696, + ["x"] = 503.6996645526, + ["y"] = -475.51653522167, }, [3] = { - ["x"] = 453.05956437285, - ["y"] = -466.75323704378, + ["x"] = 504.15625622221, + ["y"] = -480.99540012941, }, [4] = { - ["x"] = 446.55544823701, - ["y"] = -433.83853073198, + ["x"] = 507.35226728304, + ["y"] = -499.48659205263, + }, + [5] = { + ["x"] = 504.15625622221, + ["y"] = -480.99540012941, + }, + [6] = { + ["x"] = 503.6996645526, + ["y"] = -475.51653522167, + }, + [7] = { + ["x"] = 500.68538996331, + ["y"] = -464.55969730855, + }, + [8] = { + ["x"] = 496.85107688661, + ["y"] = -454.05762807242, }, }, }, [5] = { - ["x"] = 446.8, - ["y"] = -435.2, - ["g"] = 55, + ["x"] = 510.64110293522, + ["y"] = -462.15376949831, + ["g"] = 52, ["sublevel"] = 1, }, }, }, - [19] = { + [18] = { ["name"] = "Monstrous Decay", ["id"] = 186227, ["count"] = 15, @@ -2570,70 +3081,101 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 410.14290053822, - ["y"] = -344.37121989595, + ["x"] = 439.83520114642, + ["y"] = -366.82558750396, ["sublevel"] = 1, ["patrol"] = { [1] = { - ["x"] = 415.2, - ["y"] = -338.9, + ["x"] = 439.27120836153, + ["y"] = -369.08158015849, }, [2] = { - ["x"] = 416.9, - ["y"] = -340.2, + ["x"] = 443.30337622987, + ["y"] = -363.24270109266, }, [3] = { - ["x"] = 394, - ["y"] = -366.4, + ["x"] = 449.13140924851, + ["y"] = -360.04667743342, }, [4] = { - ["x"] = 392.6, - ["y"] = -365.3, + ["x"] = 450.63543303813, + ["y"] = -354.40666352469, }, [5] = { - ["x"] = 415.2, - ["y"] = -338.9, + ["x"] = 449.13140924851, + ["y"] = -360.04667743342, + }, + [6] = { + ["x"] = 443.30337622987, + ["y"] = -363.24270109266, + }, + [7] = { + ["x"] = 439.27120836153, + ["y"] = -369.08158015849, + }, + [8] = { + ["x"] = 431.08336043757, + ["y"] = -372.64272068806, + }, + [9] = { + ["x"] = 422.81133716944, + ["y"] = -372.07870638822, + }, + [10] = { + ["x"] = 431.08336043757, + ["y"] = -372.64272068806, }, }, }, [2] = { - ["x"] = 410.0287604817, - ["y"] = -309.95657984841, + ["x"] = 449.08741238525, + ["y"] = -308.14976212574, ["g"] = 43, ["sublevel"] = 1, }, [3] = { - ["x"] = 420.2, - ["y"] = -491.2, - ["g"] = 58, + ["x"] = 464.81857833483, + ["y"] = -538.11244191097, + ["g"] = 54, ["sublevel"] = 1, }, [4] = { - ["x"] = 427.9, - ["y"] = -469.7, - ["g"] = 57, + ["x"] = 472.23524822762, + ["y"] = -515.05843585158, + ["g"] = 54, ["sublevel"] = 1, }, [5] = { - ["x"] = 535.4, - ["y"] = -261, + ["x"] = 612.38848542583, + ["y"] = -249.30418979961, + ["g"] = 61, ["sublevel"] = 1, }, }, }, - [20] = { + [19] = { ["name"] = "Infected Lasher", ["id"] = 189363, ["count"] = 1, ["health"] = 138374, - ["scale"] = 0.5, + ["scale"] = 0.6, ["displayId"] = 81391, ["creatureType"] = "Elemental", ["level"] = 70, ["characteristics"] = { ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Root"] = true, ["Fear"] = true, + ["Banish"] = true, + ["Disorient"] = true, ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, }, ["spells"] = { [372113] = { @@ -2643,223 +3185,235 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 434.7, - ["y"] = -365.2, + ["x"] = 482.3350824031, + ["y"] = -376.55943469812, + ["g"] = 49, ["sublevel"] = 1, }, [2] = { - ["x"] = 447.7, - ["y"] = -360.6, + ["x"] = 506.24905664615, + ["y"] = -370.72429186732, + ["g"] = 49, ["sublevel"] = 1, }, [3] = { - ["x"] = 455.8, - ["y"] = -364.8, + ["x"] = 512.32433276239, + ["y"] = -377.21033506295, + ["g"] = 49, ["sublevel"] = 1, }, [4] = { - ["x"] = 458.6, - ["y"] = -381.6, - ["g"] = 51, + ["x"] = 511.99961709712, + ["y"] = -400.94635450295, + ["g"] = 49, ["sublevel"] = 1, }, [5] = { - ["x"] = 454.3, - ["y"] = -382.9, - ["g"] = 51, + ["x"] = 506.43001494276, + ["y"] = -402.63018771241, + ["g"] = 49, ["sublevel"] = 1, }, [6] = { - ["x"] = 435.6, - ["y"] = -377.3, - ["g"] = 46, + ["x"] = 477.09512178615, + ["y"] = -392.00642896147, + ["g"] = 49, ["sublevel"] = 1, }, [7] = { - ["x"] = 428.3, - ["y"] = -381.4, - ["g"] = 46, + ["x"] = 475.07772409314, + ["y"] = -396.15478320797, + ["g"] = 49, ["sublevel"] = 1, }, [8] = { - ["x"] = 436.9, - ["y"] = -381.1, - ["g"] = 46, + ["x"] = 480.52221837507, + ["y"] = -396.11485632935, + ["g"] = 49, ["sublevel"] = 1, }, [9] = { - ["x"] = 342.3, - ["y"] = -324.1, + ["x"] = 361.36130766641, + ["y"] = -326.46911639232, + ["g"] = 34, ["sublevel"] = 1, }, [10] = { - ["x"] = 340.3, - ["y"] = -327.4, + ["x"] = 358.77079503647, + ["y"] = -330.74346223172, + ["g"] = 34, ["sublevel"] = 1, }, [11] = { - ["x"] = 343.9, - ["y"] = -328.5, + ["x"] = 363.43371777036, + ["y"] = -332.16824417818, + ["g"] = 34, ["sublevel"] = 1, }, [12] = { - ["x"] = 314.94245941424, - ["y"] = -324.97122970712, - ["g"] = 36, + ["x"] = 324.88975324324, + ["y"] = -330.01616545022, + ["g"] = 35, ["sublevel"] = 1, }, [13] = { - ["x"] = 313.38513939047, - ["y"] = -328.72854973089, - ["g"] = 36, + ["x"] = 323.90915186551, + ["y"] = -335.74666027533, + ["g"] = 35, ["sublevel"] = 1, }, [14] = { - ["x"] = 315.0568396551, - ["y"] = -332.44291034939, - ["g"] = 36, + ["x"] = 325.72892311751, + ["y"] = -340.90322828025, + ["g"] = 35, ["sublevel"] = 1, }, [15] = { - ["x"] = 330.48610012782, - ["y"] = -325.89977943801, + ["x"] = 347.78686415602, + ["y"] = -328.28202846622, ["g"] = 35, ["sublevel"] = 1, }, [16] = { - ["x"] = 332.18635993451, - ["y"] = -329.42827030186, + ["x"] = 349.47083325801, + ["y"] = -333.19783761241, ["g"] = 35, ["sublevel"] = 1, }, [17] = { - ["x"] = 329.97196007131, - ["y"] = -333.68561975915, + ["x"] = 348.67573159777, + ["y"] = -337.84842370075, ["g"] = 35, ["sublevel"] = 1, }, [18] = { - ["x"] = 348, - ["y"] = -365.6, - ["g"] = 39, + ["x"] = 372.72869500937, + ["y"] = -388.77929788716, + ["g"] = 38, ["sublevel"] = 1, }, [19] = { - ["x"] = 347.1, - ["y"] = -369.2, - ["g"] = 39, + ["x"] = 365.4620038254, + ["y"] = -388.329829004, + ["g"] = 38, ["sublevel"] = 1, }, [20] = { - ["x"] = 362.41486060953, - ["y"] = -384.97170026462, - ["g"] = 40, + ["x"] = 387.41520789559, + ["y"] = -405.31357056288, + ["g"] = 38, ["sublevel"] = 1, }, [21] = { - ["x"] = 362.80048036867, - ["y"] = -390.10024018434, - ["g"] = 40, + ["x"] = 387.91468432379, + ["y"] = -411.95634428046, + ["g"] = 38, ["sublevel"] = 1, }, [22] = { - ["x"] = 359.9153017335, - ["y"] = -394.34317015608, - ["g"] = 40, + ["x"] = 384.17763847678, + ["y"] = -417.45202612032, + ["g"] = 38, ["sublevel"] = 1, }, [23] = { - ["x"] = 384.2, - ["y"] = -373.9, + ["x"] = 416.22736907541, + ["y"] = -386.40959020247, ["sublevel"] = 1, }, [24] = { - ["x"] = 394.3, - ["y"] = -378.8, - ["g"] = 45, + ["x"] = 432.62845631849, + ["y"] = -394.25010839277, + ["g"] = 39, ["sublevel"] = 1, }, [25] = { - ["x"] = 395.1, - ["y"] = -381.9, - ["g"] = 45, + ["x"] = 434.9430846624, + ["y"] = -398.4978562633, + ["g"] = 39, ["sublevel"] = 1, }, [26] = { - ["x"] = 397.7, - ["y"] = -379.4, - ["g"] = 45, + ["x"] = 437.49720777734, + ["y"] = -394.4461721719, + ["g"] = 39, + ["sublevel"] = 1, + }, + [27] = { + ["x"] = 434.69867644269, + ["y"] = -388.12209684919, + ["g"] = 39, ["sublevel"] = 1, }, [28] = { - ["x"] = 396.5, - ["y"] = -371.1, - ["g"] = 45, + ["x"] = 438.45945014136, + ["y"] = -388.4594010411, + ["g"] = 39, ["sublevel"] = 1, }, [29] = { - ["x"] = 399.1, - ["y"] = -371.4, - ["g"] = 45, + ["x"] = 499.80950515896, + ["y"] = -444.60785355311, + ["g"] = 51, ["sublevel"] = 1, }, [30] = { - ["x"] = 440.2, - ["y"] = -417.6, - ["g"] = 54, + ["x"] = 494.62847989909, + ["y"] = -447.60636339525, + ["g"] = 51, ["sublevel"] = 1, }, [31] = { - ["x"] = 436.2, - ["y"] = -417.8, - ["g"] = 54, + ["x"] = 495.01859889416, + ["y"] = -442.91109088202, + ["g"] = 51, ["sublevel"] = 1, }, [32] = { - ["x"] = 432.8, - ["y"] = -417.7, - ["g"] = 54, + ["x"] = 504.13893631184, + ["y"] = -488.82624351412, + ["g"] = 53, ["sublevel"] = 1, }, [33] = { - ["x"] = 444.6, - ["y"] = -449.8, - ["g"] = 56, + ["x"] = 508.48929069511, + ["y"] = -491.1140069286, + ["g"] = 53, ["sublevel"] = 1, }, [34] = { - ["x"] = 443.2, - ["y"] = -452.8, - ["g"] = 56, + ["x"] = 504.55828169717, + ["y"] = -493.8032766992, + ["g"] = 53, ["sublevel"] = 1, }, [35] = { - ["x"] = 445.1, - ["y"] = -454.7, - ["g"] = 56, + ["x"] = 509.19534550781, + ["y"] = -485.92652346925, + ["g"] = 53, ["sublevel"] = 1, }, [36] = { - ["x"] = 451.5, - ["y"] = -449.5, - ["g"] = 56, + ["x"] = 512.05138719419, + ["y"] = -489.64552049836, + ["g"] = 53, ["sublevel"] = 1, }, [37] = { - ["x"] = 453, - ["y"] = -452.9, - ["g"] = 56, + ["x"] = 512.22453240228, + ["y"] = -494.02509474055, + ["g"] = 53, ["sublevel"] = 1, }, [38] = { - ["x"] = 451.9, - ["y"] = -455.4, - ["g"] = 56, + ["x"] = 377.87924500947, + ["y"] = -420.77083112854, + ["g"] = 38, ["sublevel"] = 1, }, }, }, - [21] = { + [20] = { ["name"] = "Treemouth", ["id"] = 186120, ["count"] = 0, @@ -2895,192 +3449,143 @@ MDT.dungeonEnemies[dungeonIndex] = { }, [377864] = { }, - [378022] = { - }, - [378764] = { - }, - [383875] = { - }, - [390968] = { - }, - }, - ["clones"] = { - [1] = { - ["x"] = 490.1, - ["y"] = -452.8, - ["sublevel"] = 1, - }, - }, - }, - [22] = { - ["name"] = "Stinkbreath", - ["id"] = 187033, - ["count"] = 25, - ["health"] = 2372119, - ["scale"] = 1.4, - ["stealthDetect"] = true, - ["displayId"] = 106038, - ["creatureType"] = "Humanoid", - ["level"] = 70, - ["characteristics"] = { - ["Taunt"] = true, - }, - ["spells"] = { - [385185] = { - }, - [385186] = { - }, - [385805] = { - }, - [388046] = { - }, - [388060] = { - }, - }, - ["clones"] = { - [1] = { - ["x"] = 491.8, - ["y"] = -380.3, - ["sublevel"] = 1, - ["patrol"] = { - [1] = { - ["x"] = 490.7, - ["y"] = -354.7, - }, - [2] = { - ["x"] = 487.8, - ["y"] = -401, - }, - [3] = { - ["x"] = 491.7, - ["y"] = -401.3, - }, - [4] = { - ["x"] = 495, - ["y"] = -355.1, - }, - [5] = { - ["x"] = 490.8, - ["y"] = -354.8, - }, - }, - }, - }, - }, - [23] = { - ["name"] = "Decaying Slime", - ["id"] = 199916, - ["count"] = 0, - ["health"] = 197676, - ["scale"] = 0.4, - ["displayId"] = 104893, - ["creatureType"] = "Elemental", - ["level"] = 70, - ["clones"] = { - [1] = { - ["x"] = 473.47001897426, - ["y"] = -374.12852029737, - ["g"] = 52, - ["sublevel"] = 1, - }, - [2] = { - ["x"] = 473.07003859661, - ["y"] = -377.34291034939, - ["g"] = 52, - ["sublevel"] = 1, - }, - [3] = { - ["x"] = 472.09855889398, - ["y"] = -380.82878991523, - ["g"] = 52, - ["sublevel"] = 1, - }, - [4] = { - ["x"] = 472.59879907832, - ["y"] = -383.41438024085, - ["g"] = 52, - ["sublevel"] = 1, - }, - [5] = { - ["x"] = 472.19188146069, - ["y"] = -370.20344036983, - ["g"] = 52, - ["sublevel"] = 1, - }, - [6] = { - ["x"] = 475.55513874239, - ["y"] = -370.28536976364, - ["g"] = 52, - ["sublevel"] = 1, + [378022] = { }, - [7] = { - ["x"] = 476.25541817142, - ["y"] = -373.18535995246, - ["g"] = 52, - ["sublevel"] = 1, + [378764] = { }, - [8] = { - ["x"] = 477.41295875718, - ["y"] = -376.84268978741, - ["g"] = 52, - ["sublevel"] = 1, + [383875] = { }, - [9] = { - ["x"] = 476.71297837953, - ["y"] = -379.6282899242, - ["g"] = 52, - ["sublevel"] = 1, + [390968] = { }, - [10] = { - ["x"] = 476.52735862038, - ["y"] = -383.65707002826, - ["g"] = 52, + }, + ["clones"] = { + [1] = { + ["x"] = 552.80019101859, + ["y"] = -493.16860412863, ["sublevel"] = 1, }, - [11] = { - ["x"] = 479.82661844502, - ["y"] = -369.24219960756, - ["g"] = 52, - ["sublevel"] = 1, + }, + }, + [21] = { + ["name"] = "Stinkbreath", + ["id"] = 187033, + ["count"] = 25, + ["health"] = 2372119, + ["scale"] = 1.4, + ["stealthDetect"] = true, + ["displayId"] = 106038, + ["creatureType"] = "Humanoid", + ["level"] = 70, + ["characteristics"] = { + ["Taunt"] = true, + ["Mind Soothe"] = true, + }, + ["spells"] = { + [385185] = { }, - [12] = { - ["x"] = 480.56979841228, - ["y"] = -372.7851295793, - ["g"] = 52, - ["sublevel"] = 1, + [385186] = { }, - [13] = { - ["x"] = 481.88441883746, - ["y"] = -376.37098952278, - ["g"] = 52, - ["sublevel"] = 1, + [385805] = { }, - [14] = { - ["x"] = 480.42711843604, - ["y"] = -379.74243979189, - ["g"] = 52, - ["sublevel"] = 1, + [388046] = { }, - [15] = { - ["x"] = 479.87001897426, - ["y"] = -383.45685927744, - ["g"] = 52, + [388060] = { + }, + }, + ["clones"] = { + [1] = { + ["x"] = 561.39422752371, + ["y"] = -399.26254415312, ["sublevel"] = 1, + ["patrol"] = { + [1] = { + ["x"] = 561.39422752371, + ["y"] = -399.26254415312, + }, + [2] = { + ["x"] = 560.43880065357, + ["y"] = -408.27048771292, + }, + [3] = { + ["x"] = 560.06282697858, + ["y"] = -413.34650883676, + }, + [4] = { + ["x"] = 559.49881267874, + ["y"] = -416.73051933349, + }, + [5] = { + ["x"] = 559.31083659872, + ["y"] = -422.93452602712, + }, + [6] = { + ["x"] = 559.49881267874, + ["y"] = -416.73051933349, + }, + [7] = { + ["x"] = 560.06282697858, + ["y"] = -413.34650883676, + }, + [8] = { + ["x"] = 560.43880065357, + ["y"] = -408.27048771292, + }, + [9] = { + ["x"] = 561.39422752371, + ["y"] = -399.26254415312, + }, + [10] = { + ["x"] = 560.62679824853, + ["y"] = -389.65843535961, + }, + [11] = { + ["x"] = 561.37881014334, + ["y"] = -380.25842652168, + }, + [12] = { + ["x"] = 562.31881963311, + ["y"] = -371.23440211621, + }, + [13] = { + ["x"] = 561.37881014334, + ["y"] = -380.25842652168, + }, + [14] = { + ["x"] = 560.62679824853, + ["y"] = -389.65843535961, + }, + }, }, }, }, - [24] = { + [22] = { ["name"] = "Skulking Gutstabber", ["id"] = 186242, ["count"] = 4, ["health"] = 889545, ["scale"] = 1, + ["stealth"] = true, ["displayId"] = 105704, ["creatureType"] = "Humanoid", ["level"] = 70, ["characteristics"] = { ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, + ["Root"] = true, ["Fear"] = true, + ["Disorient"] = true, + ["Repentance"] = true, + ["Imprison"] = true, + ["Sap"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Mind Soothe"] = true, }, ["spells"] = { [367481] = { @@ -3096,69 +3601,74 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 492.29250618563, - ["y"] = -350.37463904714, + ["x"] = 559.29262510629, + ["y"] = -361.87123129988, + ["g"] = 55, ["sublevel"] = 1, }, [2] = { - ["x"] = 500.35502088763, - ["y"] = -350.31643144015, + ["x"] = 567.45279434168, + ["y"] = -362.48067278318, + ["g"] = 55, ["sublevel"] = 1, }, [3] = { - ["x"] = 478.47463093406, - ["y"] = -320.38026154453, - ["g"] = 59, + ["x"] = 553.64804969092, + ["y"] = -326.55659510859, + ["g"] = 57, ["sublevel"] = 1, }, [4] = { - ["x"] = 480.1, - ["y"] = -327.6, - ["g"] = 59, + ["x"] = 554.7127744573, + ["y"] = -333.38093558791, + ["g"] = 57, ["sublevel"] = 1, }, [5] = { - ["x"] = 373.95626792067, - ["y"] = -209.46631175972, - ["g"] = 94, + ["x"] = 404.97123003947, + ["y"] = -172.90789425311, + ["g"] = 66, ["sublevel"] = 1, }, [6] = { - ["x"] = 507.80433143427, - ["y"] = -311.51643144015, - ["g"] = 60, + ["x"] = 575.5832228804, + ["y"] = -308.23772093792, + ["g"] = 58, ["sublevel"] = 1, }, [7] = { - ["x"] = 503.92825668878, - ["y"] = -317.99107860038, - ["g"] = 60, + ["x"] = 576.3600675322, + ["y"] = -324.50256111073, + ["g"] = 58, ["sublevel"] = 1, }, [8] = { - ["x"] = 448.37005039971, - ["y"] = -257.34013443269, + ["x"] = 498.95540116936, + ["y"] = -233.60596683345, + ["g"] = 72, ["sublevel"] = 1, }, [9] = { - ["x"] = 448.3180641257, - ["y"] = -250.44330174795, + ["x"] = 498.88808921669, + ["y"] = -225.49755252202, + ["g"] = 72, ["sublevel"] = 1, }, [10] = { - ["x"] = 449.08338110104, - ["y"] = -238.97405658101, + ["x"] = 499.6731563711, + ["y"] = -216.20920061132, + ["g"] = 72, ["sublevel"] = 1, }, - [12] = { - ["x"] = 376.1130560555, - ["y"] = -216.99633757546, - ["g"] = 94, + [11] = { + ["x"] = 410.32744203323, + ["y"] = -179.4430743768, + ["g"] = 66, ["sublevel"] = 1, }, }, }, - [25] = { + [23] = { ["name"] = "Infected Bear", ["id"] = 189318, ["count"] = 0, @@ -3167,21 +3677,24 @@ MDT.dungeonEnemies[dungeonIndex] = { ["displayId"] = 68523, ["creatureType"] = "Beast", ["level"] = 70, + ["characteristics"] = { + ["Taunt"] = true, + }, ["clones"] = { [1] = { - ["x"] = 476.9, - ["y"] = -354.7, - ["g"] = 50, + ["x"] = 532.25506982825, + ["y"] = -368.56389058457, + ["g"] = 47, ["sublevel"] = 1, }, }, }, - [26] = { + [24] = { ["name"] = "Rageclaw", ["id"] = 187192, ["count"] = 30, ["health"] = 2371212, - ["scale"] = 1, + ["scale"] = 1.7, ["stealthDetect"] = true, ["displayId"] = 105554, ["creatureType"] = "Beast", @@ -3205,24 +3718,25 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 473.5, - ["y"] = -302.8, + ["x"] = 538.43416844608, + ["y"] = -317.01566362072, ["sublevel"] = 1, }, }, }, - [27] = { - ["name"] = "Rotbow Stalker", + [25] = { + ["name"] = "Rotbow Ranger", ["id"] = 186208, ["count"] = 15, ["health"] = 1284898, - ["scale"] = 1, + ["scale"] = 1.4, ["stealthDetect"] = true, ["displayId"] = 105690, ["creatureType"] = "Humanoid", ["level"] = 70, ["characteristics"] = { ["Taunt"] = true, + ["Mind Soothe"] = true, }, ["spells"] = { [367510] = { @@ -3242,73 +3756,210 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 493.1, - ["y"] = -299.6, + ["x"] = 556.68595996349, + ["y"] = -292.90904837304, + ["g"] = 59, ["sublevel"] = 1, }, [2] = { - ["x"] = 496.01693546387, - ["y"] = -234.10847412648, - ["g"] = 72, + ["x"] = 579.18361373881, + ["y"] = -196.43814471393, + ["g"] = 62, ["sublevel"] = 1, + ["patrol"] = { + [1] = { + ["x"] = 571.1936383373, + ["y"] = -210.36356363013, + }, + [2] = { + ["x"] = 569.14277533652, + ["y"] = -220.67926778348, + }, + [3] = { + ["x"] = 568.22964424788, + ["y"] = -227.52786851211, + }, + [4] = { + ["x"] = 565.94676427569, + ["y"] = -232.32187204072, + }, + [5] = { + ["x"] = 562.5224704427, + ["y"] = -238.48561139023, + }, + [6] = { + ["x"] = 560.92443878699, + ["y"] = -240.99674800929, + }, + [7] = { + ["x"] = 562.5224704427, + ["y"] = -238.48561139023, + }, + [8] = { + ["x"] = 565.94676427569, + ["y"] = -232.32187204072, + }, + [9] = { + ["x"] = 568.22964424788, + ["y"] = -227.52786851211, + }, + [10] = { + ["x"] = 569.14277533652, + ["y"] = -220.67926778348, + }, + [11] = { + ["x"] = 571.1936383373, + ["y"] = -210.36356363013, + }, + [12] = { + ["x"] = 570.96908976439, + ["y"] = -201.04666199945, + }, + [13] = { + ["x"] = 571.42565530871, + ["y"] = -195.33950125691, + }, + [14] = { + ["x"] = 571.65393808087, + ["y"] = -185.97977697186, + }, + [15] = { + ["x"] = 571.42565530871, + ["y"] = -195.33950125691, + }, + [16] = { + ["x"] = 570.96908976439, + ["y"] = -201.04666199945, + }, + }, }, [3] = { - ["x"] = 468.39660162085, - ["y"] = -264.14237502868, - ["g"] = 70, + ["x"] = 522.21434209781, + ["y"] = -246.74669148258, + ["g"] = 76, ["sublevel"] = 1, ["patrol"] = { [1] = { - ["x"] = 449.2, - ["y"] = -270.3, + ["x"] = 522.21434209781, + ["y"] = -246.74669148258, }, [2] = { - ["x"] = 451.9, - ["y"] = -273.4, + ["x"] = 531.04055975127, + ["y"] = -242.60182078694, }, [3] = { - ["x"] = 472.5, - ["y"] = -263.7, + ["x"] = 539.49450438291, + ["y"] = -237.85935943806, }, [4] = { - ["x"] = 487.3, - ["y"] = -249, + ["x"] = 547.74228171776, + ["y"] = -228.99302122028, }, [5] = { - ["x"] = 484.9, - ["y"] = -246.3, + ["x"] = 539.49450438291, + ["y"] = -237.85935943806, }, [6] = { - ["x"] = 470.6, - ["y"] = -261.3, + ["x"] = 531.04055975127, + ["y"] = -242.60182078694, }, [7] = { - ["x"] = 449.2, - ["y"] = -270.3, + ["x"] = 522.21434209781, + ["y"] = -246.74669148258, + }, + [8] = { + ["x"] = 506.9158240252, + ["y"] = -253.9425087231, + }, + [9] = { + ["x"] = 497.01851953981, + ["y"] = -256.62303753678, + }, + [10] = { + ["x"] = 487.94600222673, + ["y"] = -257.24162201675, + }, + [11] = { + ["x"] = 497.01851953981, + ["y"] = -256.62303753678, + }, + [12] = { + ["x"] = 506.9158240252, + ["y"] = -253.9425087231, }, }, }, [4] = { - ["x"] = 417.7, - ["y"] = -185.9, - ["g"] = 65, + ["x"] = 475.03321324902, + ["y"] = -136.12397640694, + ["g"] = 70, ["sublevel"] = 1, }, [5] = { - ["x"] = 399.40433143427, - ["y"] = -191.33286288031, - ["g"] = 64, + ["x"] = 433.38191474201, + ["y"] = -149.77391000064, + ["g"] = 69, ["sublevel"] = 1, + ["patrol"] = { + [1] = { + ["x"] = 433.38191474201, + ["y"] = -149.77391000064, + }, + [2] = { + ["x"] = 420.01289810999, + ["y"] = -153.77145278359, + }, + [3] = { + ["x"] = 417.33234569927, + ["y"] = -156.03956441408, + }, + [4] = { + ["x"] = 413.62086241651, + ["y"] = -160.57584666766, + }, + [5] = { + ["x"] = 410.32178451842, + ["y"] = -170.26694846071, + }, + [6] = { + ["x"] = 413.62086241651, + ["y"] = -160.57584666766, + }, + [7] = { + ["x"] = 417.33234569927, + ["y"] = -156.03956441408, + }, + [8] = { + ["x"] = 420.01289810999, + ["y"] = -153.77145278359, + }, + [9] = { + ["x"] = 433.38191474201, + ["y"] = -149.77391000064, + }, + [10] = { + ["x"] = 448.67383350002, + ["y"] = -147.37942888863, + }, + [11] = { + ["x"] = 464.55079189124, + ["y"] = -150.26612499909, + }, + [12] = { + ["x"] = 448.67383350002, + ["y"] = -147.37942888863, + }, + }, }, [6] = { - ["x"] = 419.36823346617, - ["y"] = -271.28302608828, - ["g"] = 68, + ["x"] = 461.18442374685, + ["y"] = -258.0575973957, + ["g"] = 74, ["sublevel"] = 1, }, }, }, - [28] = { + [26] = { ["name"] = "Fleshripper Vulture", ["id"] = 186246, ["count"] = 3, @@ -3319,7 +3970,22 @@ MDT.dungeonEnemies[dungeonIndex] = { ["level"] = 70, ["characteristics"] = { ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, + ["Root"] = true, ["Fear"] = true, + ["Disorient"] = true, + ["Imprison"] = true, + ["Sap"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Scare Beast"] = true, + ["Hibernate"] = true, }, ["spells"] = { [384970] = { @@ -3329,120 +3995,150 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 459.71863465345, - ["y"] = -262.87119842504, - ["g"] = 70, + ["x"] = 513.03622469961, + ["y"] = -249.84264150963, + ["g"] = 76, ["sublevel"] = 1, }, [2] = { - ["x"] = 458.07628144617, - ["y"] = -269.71356617992, - ["g"] = 70, + ["x"] = 515.65137049128, + ["y"] = -258.08668887202, + ["g"] = 76, ["sublevel"] = 1, }, [3] = { - ["x"] = 391.98218965311, - ["y"] = -194.27465527332, - ["g"] = 64, + ["x"] = 442.9444458098, + ["y"] = -151.316161746, + ["g"] = 69, ["sublevel"] = 1, }, [4] = { - ["x"] = 395.30892139962, - ["y"] = -206.25359330238, - ["g"] = 63, + ["x"] = 437.55488384135, + ["y"] = -172.68638699757, + ["g"] = 67, ["sublevel"] = 1, }, [5] = { - ["x"] = 353.7, - ["y"] = -222.8, - ["g"] = 61, + ["x"] = 397.12953207404, + ["y"] = -193.43333725826, + ["g"] = 65, ["sublevel"] = 1, }, [6] = { - ["x"] = 478.4, - ["y"] = -197.3, - ["g"] = 74, + ["x"] = 600.42444723875, + ["y"] = -147.163652251, + ["g"] = 63, ["sublevel"] = 1, ["patrol"] = { [1] = { - ["x"] = 505.3, - ["y"] = -204.4, + ["x"] = 591.52131462332, + ["y"] = -159.49113095002, }, [2] = { - ["x"] = 531.5, - ["y"] = -199.5, + ["x"] = 583.37239139192, + ["y"] = -161.74355330809, }, [3] = { - ["x"] = 538.9, - ["y"] = -187.2, + ["x"] = 564.65289057124, + ["y"] = -164.25471605244, }, [4] = { - ["x"] = 533.8, - ["y"] = -174.7, + ["x"] = 550.72740634181, + ["y"] = -160.60211332199, }, [5] = { - ["x"] = 514.9, - ["y"] = -172.8, + ["x"] = 533.60598942742, + ["y"] = -162.42842774986, }, [6] = { - ["x"] = 505.4, - ["y"] = -181.9, + ["x"] = 527.44222395262, + ["y"] = -171.78816509756, }, [7] = { - ["x"] = 494.1, - ["y"] = -198.7, + ["x"] = 528.35535504127, + ["y"] = -185.25704459473, }, [8] = { - ["x"] = 481.7, - ["y"] = -202, + ["x"] = 533.83427219958, + ["y"] = -192.33392809552, }, [9] = { - ["x"] = 474.8, - ["y"] = -197, + ["x"] = 547.75970417843, + ["y"] = -194.61676887978, }, [10] = { - ["x"] = 474.7, - ["y"] = -186.1, + ["x"] = 556.20627124955, + ["y"] = -187.08333289731, }, [11] = { - ["x"] = 479.6, - ["y"] = -180.7, + ["x"] = 563.51145058515, + ["y"] = -177.95189138442, }, [12] = { - ["x"] = 492.7, - ["y"] = -183.5, + ["x"] = 576.29549482848, + ["y"] = -173.38617062797, }, [13] = { - ["x"] = 496.3, - ["y"] = -191.7, + ["x"] = 584.28547022999, + ["y"] = -181.60445492693, }, [14] = { - ["x"] = 505.3, - ["y"] = -204.4, + ["x"] = 595.01494339858, + ["y"] = -189.13793009733, + }, + [15] = { + ["x"] = 606.88583042798, + ["y"] = -181.83273769909, + }, + [16] = { + ["x"] = 612.13643868884, + ["y"] = -173.61446646278, + }, + [17] = { + ["x"] = 609.16871040017, + ["y"] = -162.20011885241, + }, + [18] = { + ["x"] = 600.49380830631, + ["y"] = -158.31925947509, }, }, }, [7] = { - ["x"] = 474.71081420312, - ["y"] = -201.5648220103, - ["g"] = 74, + ["x"] = 601.47101361582, + ["y"] = -155.65548349395, + ["g"] = 63, ["sublevel"] = 1, }, }, }, - [29] = { + [27] = { ["name"] = "Gutchewer Bear", ["id"] = 186284, ["count"] = 6, ["health"] = 1087222, - ["scale"] = 1, + ["scale"] = 1.4, ["displayId"] = 11908, ["creatureType"] = "Beast", ["level"] = 70, ["characteristics"] = { ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, + ["Root"] = true, ["Fear"] = true, + ["Disorient"] = true, ["Imprison"] = true, + ["Sap"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Scare Beast"] = true, + ["Hibernate"] = true, }, ["spells"] = { [372151] = { @@ -3452,64 +4148,101 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 465.6, - ["y"] = -271.13221538097, - ["g"] = 70, + ["x"] = 525.60265815991, + ["y"] = -256.00649363628, + ["g"] = 76, ["sublevel"] = 1, }, [2] = { - ["x"] = 410.82031929542, - ["y"] = -269.70847500574, - ["g"] = 68, + ["x"] = 450.11268393738, + ["y"] = -256.0181501628, + ["g"] = 74, ["sublevel"] = 1, }, [3] = { - ["x"] = 413.81864920105, - ["y"] = -277.06102422973, - ["g"] = 68, + ["x"] = 454.40871866371, + ["y"] = -266.77875493621, + ["g"] = 74, ["sublevel"] = 1, }, [4] = { - ["x"] = 413, - ["y"] = -252.2, + ["x"] = 458.70939214663, + ["y"] = -222.61809568849, + ["g"] = 73, ["sublevel"] = 1, }, [5] = { - ["x"] = 500.7, - ["y"] = -195.3, + ["x"] = 574.29162671188, + ["y"] = -158.27027576511, ["sublevel"] = 1, ["patrol"] = { [1] = { - ["x"] = 500.5, - ["y"] = -184.2, + ["x"] = 573.37849562324, + ["y"] = -160.3248337772, + }, + [2] = { + ["x"] = 572.0854421272, + ["y"] = -170.09860962008, + }, + [3] = { + ["x"] = 572.0854421272, + ["y"] = -172.38148959227, + }, + [4] = { + ["x"] = 571.62885045759, + ["y"] = -176.71891451391, + }, + [5] = { + ["x"] = 571.40056768543, + ["y"] = -179.23006419562, + }, + [6] = { + ["x"] = 571.62885045759, + ["y"] = -176.71891451391, }, - [2] = { - ["x"] = 498.5, - ["y"] = -215.4, + [7] = { + ["x"] = 572.0854421272, + ["y"] = -172.38148959227, }, - [3] = { - ["x"] = 501.1, - ["y"] = -215.4, + [8] = { + ["x"] = 572.0854421272, + ["y"] = -170.09860962008, }, - [4] = { - ["x"] = 503.2, - ["y"] = -184.3, + [9] = { + ["x"] = 573.37849562324, + ["y"] = -160.3248337772, }, - [5] = { - ["x"] = 500.5, - ["y"] = -184.2, + [10] = { + ["x"] = 573.68344765762, + ["y"] = -152.52060103608, + }, + [11] = { + ["x"] = 573.45513876017, + ["y"] = -145.6719872448, + }, + [12] = { + ["x"] = 573.22688211329, + ["y"] = -139.96483956491, + }, + [13] = { + ["x"] = 573.45513876017, + ["y"] = -145.6719872448, + }, + [14] = { + ["x"] = 573.68344765762, + ["y"] = -152.52060103608, }, }, }, [6] = { - ["x"] = 417.7, - ["y"] = -178.9, - ["g"] = 65, + ["x"] = 468.84729765826, + ["y"] = -129.32542361636, + ["g"] = 70, ["sublevel"] = 1, }, }, }, - [30] = { + [28] = { ["name"] = "Gutshot", ["id"] = 186116, ["count"] = 0, @@ -3523,6 +4256,7 @@ MDT.dungeonEnemies[dungeonIndex] = { ["instanceID"] = 1196, ["characteristics"] = { ["Taunt"] = true, + ["Mind Soothe"] = true, }, ["spells"] = { [382620] = { @@ -3558,14 +4292,14 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 480.79598178261, - ["y"] = -163.55881192029, - ["g"] = 75, + ["x"] = 552.61998969734, + ["y"] = -101.63395538954, + ["g"] = 64, ["sublevel"] = 1, }, }, }, - [31] = { + [29] = { ["name"] = "Rotfang Hyena", ["id"] = 194745, ["count"] = 0, @@ -3576,8 +4310,22 @@ MDT.dungeonEnemies[dungeonIndex] = { ["level"] = 70, ["characteristics"] = { ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, + ["Root"] = true, ["Fear"] = true, + ["Disorient"] = true, + ["Imprison"] = true, + ["Sap"] = true, ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Scare Beast"] = true, + ["Hibernate"] = true, }, ["spells"] = { [384148] = { @@ -3599,20 +4347,20 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 492.01680895208, - ["y"] = -156.36684064843, - ["g"] = 75, + ["x"] = 566.24065360854, + ["y"] = -95.971085787759, + ["g"] = 64, ["sublevel"] = 1, }, [2] = { - ["x"] = 490.89552039363, - ["y"] = -170.09377225758, - ["g"] = 75, + ["x"] = 566.15802028056, + ["y"] = -105.76103136342, + ["g"] = 64, ["sublevel"] = 1, }, }, }, - [32] = { + [30] = { ["name"] = "Gutstabber", ["id"] = 197857, ["count"] = 0, @@ -3622,7 +4370,23 @@ MDT.dungeonEnemies[dungeonIndex] = { ["creatureType"] = "Humanoid", ["level"] = 70, ["characteristics"] = { + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, + ["Root"] = true, ["Fear"] = true, + ["Disorient"] = true, + ["Repentance"] = true, + ["Imprison"] = true, + ["Sap"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Mind Soothe"] = true, }, ["spells"] = { [367481] = { @@ -3638,57 +4402,70 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 434.3, - ["y"] = -201.5, - ["g"] = 66, + ["x"] = 500.98959080962, + ["y"] = -161.41123438837, + ["g"] = 71, ["sublevel"] = 1, }, [2] = { - ["x"] = 430, - ["y"] = -202.1, - ["g"] = 66, + ["x"] = 492.32710165099, + ["y"] = -159.9202411513, + ["g"] = 71, ["sublevel"] = 1, }, [3] = { - ["x"] = 426.3, - ["y"] = -203.3, - ["g"] = 66, + ["x"] = 484.85414806896, + ["y"] = -165.59843739669, + ["g"] = 71, ["sublevel"] = 1, }, [4] = { - ["x"] = 428.7, - ["y"] = -213.5, - ["g"] = 66, + ["x"] = 487.96273962785, + ["y"] = -179.44441326741, + ["g"] = 71, ["sublevel"] = 1, }, [5] = { - ["x"] = 433.3, - ["y"] = -213.4, - ["g"] = 66, + ["x"] = 496.60147108741, + ["y"] = -179.91769513779, + ["g"] = 71, ["sublevel"] = 1, }, [6] = { - ["x"] = 437, - ["y"] = -212.6, - ["g"] = 66, + ["x"] = 503.24951951196, + ["y"] = -174.75763681395, + ["g"] = 71, ["sublevel"] = 1, }, }, }, - [33] = { + [31] = { ["name"] = "Wither Biter", ["id"] = 187231, ["count"] = 1, ["health"] = 296515, - ["scale"] = 0.8, + ["scale"] = 0.6, ["displayId"] = 106070, ["creatureType"] = "Humanoid", ["level"] = 70, ["characteristics"] = { ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, + ["Root"] = true, ["Fear"] = true, + ["Disorient"] = true, + ["Repentance"] = true, + ["Imprison"] = true, ["Sap"] = true, ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Mind Soothe"] = true, }, ["spells"] = { [367481] = { @@ -3696,134 +4473,134 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 524.9, - ["y"] = -174.3, - ["g"] = 76, + ["x"] = 608.14662714498, + ["y"] = -128.33200539822, + ["g"] = 78, ["sublevel"] = 1, }, [2] = { - ["x"] = 529.2, - ["y"] = -171.2, - ["g"] = 76, + ["x"] = 614.62941263856, + ["y"] = -123.40357973317, + ["g"] = 78, ["sublevel"] = 1, }, [3] = { - ["x"] = 537.7, - ["y"] = -222.7, - ["g"] = 79, + ["x"] = 618.9906620661, + ["y"] = -197.39824948364, + ["g"] = 80, ["sublevel"] = 1, }, [4] = { - ["x"] = 538.4, - ["y"] = -227.4, - ["g"] = 79, + ["x"] = 620.72212865888, + ["y"] = -202.86740507958, + ["g"] = 80, ["sublevel"] = 1, }, [5] = { - ["x"] = 538.5, - ["y"] = -232.6, - ["g"] = 79, + ["x"] = 622.9136104226, + ["y"] = -207.95316357281, + ["g"] = 80, ["sublevel"] = 1, }, [6] = { - ["x"] = 536.8, - ["y"] = -218, - ["g"] = 79, + ["x"] = 623.59837079762, + ["y"] = -198.52729687796, + ["g"] = 80, ["sublevel"] = 1, }, [7] = { - ["x"] = 574.98939665355, - ["y"] = -272.70949917812, - ["g"] = 82, + ["x"] = 659.24844931596, + ["y"] = -257.63708684889, + ["g"] = 84, ["sublevel"] = 1, }, [8] = { - ["x"] = 582.62333328755, - ["y"] = -270.35977448218, - ["g"] = 82, + ["x"] = 664.60003630008, + ["y"] = -258.30510977635, + ["g"] = 84, ["sublevel"] = 1, }, [9] = { - ["x"] = 581.42961084584, - ["y"] = -278.32537728733, - ["g"] = 82, + ["x"] = 668.82722839303, + ["y"] = -261.81814243706, + ["g"] = 84, ["sublevel"] = 1, }, [10] = { - ["x"] = 545.3, - ["y"] = -439.3, - ["g"] = 83, + ["x"] = 624.29833960479, + ["y"] = -475.68264387657, + ["g"] = 89, ["sublevel"] = 1, }, [11] = { - ["x"] = 535.7, - ["y"] = -432.6, - ["g"] = 83, + ["x"] = 611.86387898111, + ["y"] = -467.00442656629, + ["g"] = 89, + ["sublevel"] = 1, + }, + [12] = { + ["x"] = 628.31363418119, + ["y"] = -458.19668362451, + ["g"] = 90, ["sublevel"] = 1, }, [13] = { - ["x"] = 548.4, - ["y"] = -425.8, - ["g"] = 84, + ["x"] = 622.48498076384, + ["y"] = -454.5699659426, + ["g"] = 90, ["sublevel"] = 1, }, [14] = { - ["x"] = 543.9, - ["y"] = -423, - ["g"] = 84, + ["x"] = 662.63792652783, + ["y"] = -440.45167210946, + ["g"] = 91, ["sublevel"] = 1, }, [15] = { - ["x"] = 574.9, - ["y"] = -412.1, - ["g"] = 85, + ["x"] = 656.16164495299, + ["y"] = -436.95448005904, + ["g"] = 91, ["sublevel"] = 1, }, [16] = { - ["x"] = 569.9, - ["y"] = -409.4, - ["g"] = 85, + ["x"] = 668.72563120817, + ["y"] = -406.64548228881, + ["g"] = 92, ["sublevel"] = 1, }, [17] = { - ["x"] = 579.6, - ["y"] = -386, - ["g"] = 86, + ["x"] = 679.21720735941, + ["y"] = -410.01314870772, + ["g"] = 92, ["sublevel"] = 1, }, [18] = { - ["x"] = 587.7, - ["y"] = -388.6, - ["g"] = 86, + ["x"] = 698.28653066546, + ["y"] = -365.56726739853, + ["g"] = 93, ["sublevel"] = 1, }, [19] = { - ["x"] = 602.9, - ["y"] = -355.4, - ["g"] = 87, + ["x"] = 660.67280217384, + ["y"] = -182.15119695576, + ["g"] = 81, ["sublevel"] = 1, }, [20] = { - ["x"] = 563.51296812114, - ["y"] = -215.70427659176, - ["g"] = 79, + ["x"] = 662.62348744292, + ["y"] = -177.40910183814, + ["g"] = 81, ["sublevel"] = 1, }, [21] = { - ["x"] = 567.88437916566, - ["y"] = -210.92881778768, - ["g"] = 79, - ["sublevel"] = 1, - }, - [22] = { - ["x"] = 569.38685730515, - ["y"] = -219.31811271578, - ["g"] = 79, + ["x"] = 665.3943689135, + ["y"] = -183.53292772302, + ["g"] = 81, ["sublevel"] = 1, }, }, }, - [34] = { + [32] = { ["name"] = "Filth Caller", ["id"] = 185656, ["count"] = 5, @@ -3836,8 +4613,20 @@ MDT.dungeonEnemies[dungeonIndex] = { ["Taunt"] = true, ["Incapacitate"] = true, ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, + ["Root"] = true, ["Fear"] = true, + ["Disorient"] = true, + ["Repentance"] = true, + ["Imprison"] = true, + ["Sap"] = true, ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Mind Soothe"] = true, }, ["spells"] = { [382474] = { @@ -3849,83 +4638,88 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 529.98918579688, - ["y"] = -178.29183952294, - ["g"] = 76, + ["x"] = 614.51017053955, + ["y"] = -131.90445521822, + ["g"] = 78, ["sublevel"] = 1, - ["patrol"] = { - [1] = { - ["x"] = 541.70296741779, - ["y"] = -199.44020213611, - }, - [2] = { - ["x"] = 529.98918579688, - ["y"] = -178.29183952294, - }, - }, }, [2] = { - ["x"] = 577.7342980276, - ["y"] = -255.16083827547, - ["g"] = 81, + ["x"] = 666.30906894658, + ["y"] = -237.17523182007, + ["g"] = 83, ["sublevel"] = 1, }, [3] = { - ["x"] = 571.33659965495, - ["y"] = -258.55799462248, - ["g"] = 81, + ["x"] = 658.02240972814, + ["y"] = -241.57542003146, + ["g"] = 83, ["sublevel"] = 1, }, [4] = { - ["x"] = 602.82881524331, - ["y"] = -278.30509844798, - ["g"] = 89, + ["x"] = 701.08104786733, + ["y"] = -269.00872260514, + ["g"] = 85, ["sublevel"] = 1, }, [5] = { - ["x"] = 605.9220475802, - ["y"] = -257.17794426675, - ["g"] = 90, + ["x"] = 715.06377006627, + ["y"] = -243.06879747781, + ["g"] = 86, ["sublevel"] = 1, }, [6] = { - ["x"] = 540.2, - ["y"] = -436.1, - ["g"] = 83, + ["x"] = 617.69253239846, + ["y"] = -471.53782366867, + ["g"] = 89, ["sublevel"] = 1, }, [7] = { - ["x"] = 550.5, - ["y"] = -421.1, - ["g"] = 84, + ["x"] = 631.03367244262, + ["y"] = -452.10897894416, + ["g"] = 90, ["sublevel"] = 1, }, [8] = { - ["x"] = 568.7, - ["y"] = -402.2, - ["g"] = 85, + ["x"] = 654.60733737503, + ["y"] = -427.62863459128, + ["g"] = 91, ["sublevel"] = 1, }, [9] = { - ["x"] = 580.7, - ["y"] = -409, - ["g"] = 85, + ["x"] = 670.15041315464, + ["y"] = -436.43637753306, + ["g"] = 91, ["sublevel"] = 1, }, }, }, - [35] = { + [33] = { ["name"] = "Witherling", ["id"] = 187238, ["count"] = 1, ["health"] = 197676, - ["scale"] = 0.8, + ["scale"] = 0.6, ["displayId"] = 106071, ["creatureType"] = "Humanoid", ["level"] = 70, ["characteristics"] = { + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, + ["Root"] = true, ["Fear"] = true, + ["Disorient"] = true, + ["Repentance"] = true, + ["Imprison"] = true, + ["Sap"] = true, ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Mind Soothe"] = true, }, ["spells"] = { [367481] = { @@ -3933,98 +4727,98 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 548.47118387744, - ["y"] = -200.98643382008, - ["g"] = 78, + ["x"] = 635.82884930756, + ["y"] = -167.00549233963, + ["g"] = 79, ["sublevel"] = 1, }, [2] = { - ["x"] = 541.92033384302, - ["y"] = -200.10676766311, - ["g"] = 78, + ["x"] = 630.02437184278, + ["y"] = -168.34041351758, + ["g"] = 79, ["sublevel"] = 1, }, [3] = { - ["x"] = 538.80169918958, - ["y"] = -205.11185156349, - ["g"] = 78, + ["x"] = 626.19106071655, + ["y"] = -172.14272763577, + ["g"] = 79, ["sublevel"] = 1, }, [4] = { - ["x"] = 543.72714602818, - ["y"] = -209.7372984021, - ["g"] = 78, + ["x"] = 630.92124968776, + ["y"] = -174.62860986963, + ["g"] = 79, ["sublevel"] = 1, }, [5] = { - ["x"] = 549.56948468786, - ["y"] = -207.57456770899, - ["g"] = 78, + ["x"] = 635.18949783279, + ["y"] = -172.23971286796, + ["g"] = 79, ["sublevel"] = 1, }, [6] = { - ["x"] = 609.63559921252, - ["y"] = -281.06782186729, - ["g"] = 89, + ["x"] = 694.43300118448, + ["y"] = -268.05088710545, + ["g"] = 85, ["sublevel"] = 1, }, [7] = { - ["x"] = 608.9, - ["y"] = -273.9, - ["g"] = 89, + ["x"] = 689.76872837642, + ["y"] = -271.55075655868, + ["g"] = 85, ["sublevel"] = 1, }, [8] = { - ["x"] = 605.19680615902, - ["y"] = -286.21160680986, - ["g"] = 89, + ["x"] = 695.07563854753, + ["y"] = -274.0948343537, + ["g"] = 85, ["sublevel"] = 1, }, [9] = { - ["x"] = 596.18471920365, - ["y"] = -274.95592578174, - ["g"] = 89, + ["x"] = 692.26904962089, + ["y"] = -263.43351659935, + ["g"] = 85, ["sublevel"] = 1, }, [10] = { - ["x"] = 602.36779916663, - ["y"] = -270.03050076454, - ["g"] = 89, + ["x"] = 697.59717057818, + ["y"] = -262.62106546457, + ["g"] = 85, ["sublevel"] = 1, }, [11] = { - ["x"] = 609.93896849647, - ["y"] = -253.02710150613, - ["g"] = 90, + ["x"] = 707.48268805691, + ["y"] = -236.45523501826, + ["g"] = 86, ["sublevel"] = 1, }, [12] = { - ["x"] = 609.49829993117, - ["y"] = -263.98304271473, - ["g"] = 90, + ["x"] = 704.84992958563, + ["y"] = -245.07875033246, + ["g"] = 86, ["sublevel"] = 1, }, [13] = { - ["x"] = 617.46101695593, - ["y"] = -255.60338383155, - ["g"] = 90, + ["x"] = 712.68937477343, + ["y"] = -237.93643932802, + ["g"] = 86, ["sublevel"] = 1, }, [14] = { - ["x"] = 612.85423386597, - ["y"] = -258.44238142323, - ["g"] = 90, + ["x"] = 708.37196063203, + ["y"] = -241.40750159004, + ["g"] = 86, ["sublevel"] = 1, }, [15] = { - ["x"] = 617.32546138621, - ["y"] = -264.26102422973, - ["g"] = 90, + ["x"] = 709.83331394611, + ["y"] = -246.67598840365, + ["g"] = 86, ["sublevel"] = 1, }, }, }, - [36] = { + [34] = { ["name"] = "Vile Rothexer", ["id"] = 187224, ["count"] = 15, @@ -4033,6 +4827,10 @@ MDT.dungeonEnemies[dungeonIndex] = { ["displayId"] = 106068, ["creatureType"] = "Humanoid", ["level"] = 70, + ["characteristics"] = { + ["Taunt"] = true, + ["Mind Soothe"] = true, + }, ["spells"] = { [382802] = { }, @@ -4041,63 +4839,95 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [2] = { - ["x"] = 554.6, - ["y"] = -230.2, + ["x"] = 645.62290794385, + ["y"] = -201.1330415371, + ["g"] = 82, ["sublevel"] = 1, }, [3] = { - ["x"] = 561.3, - ["y"] = -233.5, + ["x"] = 653.06397989124, + ["y"] = -205.40738737649, + ["g"] = 82, ["sublevel"] = 1, }, [4] = { - ["x"] = 554.1, - ["y"] = -237.1, + ["x"] = 643.73813442348, + ["y"] = -210.07031011037, + ["g"] = 82, ["sublevel"] = 1, }, [5] = { - ["x"] = 560.9, - ["y"] = -241.2, + ["x"] = 651.72109019295, + ["y"] = -212.28795040042, + ["g"] = 82, ["sublevel"] = 1, }, [6] = { - ["x"] = 620.1, - ["y"] = -273.3, + ["x"] = 708.58748035045, + ["y"] = -258.7900659868, ["sublevel"] = 1, ["patrol"] = { [1] = { - ["x"] = 607.6, - ["y"] = -269.6, + ["x"] = 708.58748035045, + ["y"] = -258.7900659868, }, [2] = { - ["x"] = 624.4, - ["y"] = -272.9, + ["x"] = 713.05459490863, + ["y"] = -261.61890468942, }, [3] = { - ["x"] = 634.5, - ["y"] = -271.6, + ["x"] = 716.43857289565, + ["y"] = -263.68692111891, }, [4] = { - ["x"] = 634.7, - ["y"] = -273.4, + ["x"] = 724.52261951689, + ["y"] = -269.51493221394, }, [5] = { - ["x"] = 624.2, - ["y"] = -275, + ["x"] = 716.43857289565, + ["y"] = -263.68692111891, }, [6] = { - ["x"] = 607.1, - ["y"] = -271.6, + ["x"] = 713.05459490863, + ["y"] = -261.61890468942, }, [7] = { - ["x"] = 607.6, - ["y"] = -269.6, + ["x"] = 708.58748035045, + ["y"] = -258.7900659868, + }, + [8] = { + ["x"] = 698.76656354374, + ["y"] = -255.03886023739, + }, + [9] = { + ["x"] = 694.2545355212, + ["y"] = -253.91088550417, + }, + [10] = { + ["x"] = 685.23052250599, + ["y"] = -255.03886023739, + }, + [11] = { + ["x"] = 675.64247371555, + ["y"] = -254.85088417055, + }, + [12] = { + ["x"] = 685.23052250599, + ["y"] = -255.03886023739, + }, + [13] = { + ["x"] = 694.2545355212, + ["y"] = -253.91088550417, + }, + [14] = { + ["x"] = 698.76656354374, + ["y"] = -255.03886023739, }, }, }, }, }, - [37] = { + [35] = { ["name"] = "Disease Slasher", ["id"] = 187315, ["count"] = 5, @@ -4106,46 +4936,50 @@ MDT.dungeonEnemies[dungeonIndex] = { ["displayId"] = 106099, ["creatureType"] = "Humanoid", ["level"] = 70, + ["characteristics"] = { + ["Taunt"] = true, + ["Mind Soothe"] = true, + }, ["clones"] = { - [6] = { - ["x"] = 546, - ["y"] = -418.2, - ["g"] = 84, + [1] = { + ["x"] = 625.20501902527, + ["y"] = -448.35273563076, + ["g"] = 90, ["sublevel"] = 1, }, - [7] = { - ["x"] = 554.8, - ["y"] = -424.2, - ["g"] = 84, + [2] = { + ["x"] = 636.60327459698, + ["y"] = -456.12427352056, + ["g"] = 90, ["sublevel"] = 1, }, - [8] = { - ["x"] = 607.2, - ["y"] = -356.2, - ["g"] = 87, + [3] = { + ["x"] = 704.47470550127, + ["y"] = -368.04684410278, + ["g"] = 93, ["sublevel"] = 1, }, - [9] = { - ["x"] = 599.2, - ["y"] = -354.7, - ["g"] = 87, + [4] = { + ["x"] = 692.05069884931, + ["y"] = -366.31013872563, + ["g"] = 93, ["sublevel"] = 1, }, - [11] = { - ["x"] = 618.33169555216, - ["y"] = -236.61314460191, - ["g"] = 91, + [5] = { + ["x"] = 731.11316242678, + ["y"] = -218.79122797455, + ["g"] = 87, ["sublevel"] = 1, }, - [12] = { - ["x"] = 625.82087235229, - ["y"] = -243.79896029454, - ["g"] = 91, + [6] = { + ["x"] = 730.81677909915, + ["y"] = -231.13943248258, + ["g"] = 87, ["sublevel"] = 1, }, }, }, - [38] = { + [36] = { ["name"] = "Vile Rothexer", ["id"] = 194241, ["count"] = 15, @@ -4154,6 +4988,10 @@ MDT.dungeonEnemies[dungeonIndex] = { ["displayId"] = 106068, ["creatureType"] = "Humanoid", ["level"] = 70, + ["characteristics"] = { + ["Taunt"] = true, + ["Mind Soothe"] = true, + }, ["spells"] = { [382802] = { }, @@ -4166,30 +5004,13 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 597.3, - ["y"] = -330.5, - ["sublevel"] = 1, - }, - }, - }, - [39] = { - ["name"] = "Bloodthirsty Cub", - ["id"] = 194256, - ["count"] = 0, - ["health"] = 12345, - ["scale"] = 0.8, - ["displayId"] = 101428, - ["creatureType"] = "Humanoid", - ["level"] = 70, - ["clones"] = { - [1] = { - ["x"] = 612.7, - ["y"] = -327.7, + ["x"] = 696.69799539776, + ["y"] = -337.11373141853, ["sublevel"] = 1, }, }, }, - [40] = { + [37] = { ["name"] = "Wither Slasher", ["id"] = 194469, ["count"] = 0, @@ -4199,8 +5020,23 @@ MDT.dungeonEnemies[dungeonIndex] = { ["creatureType"] = "Humanoid", ["level"] = 70, ["characteristics"] = { + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, + ["Root"] = true, ["Fear"] = true, + ["Disorient"] = true, + ["Repentance"] = true, + ["Imprison"] = true, + ["Sap"] = true, ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Mind Soothe"] = true, }, ["spells"] = { [367481] = { @@ -4208,32 +5044,32 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 632.1, - ["y"] = -295.2, + ["x"] = 741.59009875689, + ["y"] = -295.56717667944, ["g"] = 88, ["sublevel"] = 1, }, [2] = { - ["x"] = 635.6, - ["y"] = -300.6406903867, + ["x"] = 730.42137267638, + ["y"] = -290.80293021498, ["g"] = 88, ["sublevel"] = 1, }, [3] = { - ["x"] = 642.92206300706, - ["y"] = -301.03729928135, + ["x"] = 735.31970357238, + ["y"] = -294.65160960206, ["g"] = 88, ["sublevel"] = 1, }, [4] = { - ["x"] = 639.45026366903, - ["y"] = -295.11917507528, + ["x"] = 737.77069734405, + ["y"] = -288.51464775026, ["g"] = 88, ["sublevel"] = 1, }, }, }, - [41] = { + [38] = { ["name"] = "Vile Rothexer", ["id"] = 194487, ["count"] = 15, @@ -4242,6 +5078,10 @@ MDT.dungeonEnemies[dungeonIndex] = { ["displayId"] = 106068, ["creatureType"] = "Humanoid", ["level"] = 70, + ["characteristics"] = { + ["Taunt"] = true, + ["Mind Soothe"] = true, + }, ["spells"] = { [382802] = { }, @@ -4253,15 +5093,15 @@ MDT.dungeonEnemies[dungeonIndex] = { }, }, ["clones"] = { - [1] = { - ["x"] = 635.2, - ["y"] = -289.5, + [7] = { + ["x"] = 739.99022659293, + ["y"] = -282.34800564908, ["g"] = 88, ["sublevel"] = 1, }, }, }, - [42] = { + [39] = { ["name"] = "Decatriarch Wratheye", ["id"] = 186121, ["count"] = 0, @@ -4275,6 +5115,7 @@ MDT.dungeonEnemies[dungeonIndex] = { ["instanceID"] = 1196, ["characteristics"] = { ["Taunt"] = true, + ["Mind Soothe"] = true, }, ["spells"] = { [373896] = { @@ -4300,8 +5141,8 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 641.6, - ["y"] = -269.2, + ["x"] = 749.03152273615, + ["y"] = -255.35954470061, ["sublevel"] = 1, }, }, diff --git a/Dragonflight/HallsOfInfusion.lua b/Dragonflight/HallsOfInfusion.lua index a7b0ca37..49f1b864 100644 --- a/Dragonflight/HallsOfInfusion.lua +++ b/Dragonflight/HallsOfInfusion.lua @@ -2,20 +2,7 @@ local MDT = MDT local L = MDT.L local dungeonIndex = 49 MDT.dungeonList[dungeonIndex] = L["Halls of Infusion"] -MDT.mapInfo[dungeonIndex] = { - viewportPositionOverrides = { - [1] = { - zoomScale = 1.2999999523163, - horizontalPan = 88.385347676574, - verticalPan = 67.058580683518, - }, - [2] = { - zoomScale = 1.5999999046326, - horizontalPan = 97.178052776723, - verticalPan = 208.125, - }, - } -}; +MDT.mapInfo[dungeonIndex] = {}; local zones = { 2082, 2083 } for _, zone in ipairs(zones) do @@ -23,14 +10,12 @@ for _, zone in ipairs(zones) do end MDT.dungeonMaps[dungeonIndex] = { - [0] = "HallsOfInfusion", - [1] = "HallsOfInfusion_A", - [2] = "HallsOfInfusion_B", + [0] = "", + [1] = { customTextures = 'HallsofInfusion' }, } MDT.dungeonSubLevels[dungeonIndex] = { - [1] = L["Infuser's Rotunda"], - [2] = L["Infusion Chamber"], + [1] = L["Halls of Infusion"], } MDT.dungeonTotalCount[dungeonIndex] = { normal = 435, teeming = 1000, teemingEnabled = true } @@ -38,33 +23,6 @@ MDT.dungeonTotalCount[dungeonIndex] = { normal = 435, teeming = 1000, teemingEna MDT.mapPOIs[dungeonIndex] = { [1] = { [1] = { - ["template"] = "MapLinkPinTemplate", - ["type"] = "mapLink", - ["x"] = 520.42017461898, - ["y"] = -453.54602154369, - ["target"] = 2, - ["direction"] = -2, - ["connectionIndex"] = 1, - }, - [2] = { - ["template"] = "MapLinkPinTemplate", - ["type"] = "mapLink", - ["x"] = 423.57364285533, - ["y"] = -416.08008406292, - ["target"] = 2, - ["direction"] = -1, - ["connectionIndex"] = 2, - }, - [3] = { - ["template"] = "MapLinkPinTemplate", - ["type"] = "mapLink", - ["x"] = 241.31749415182, - ["y"] = -415.57223899948, - ["target"] = 2, - ["direction"] = -1, - ["connectionIndex"] = 3, - }, - [4] = { ["template"] = "DeathReleasePinTemplate", ["type"] = "graveyard", ["x"] = 118.29131238343, @@ -72,35 +30,6 @@ MDT.mapPOIs[dungeonIndex] = { ["graveyardDescription"] = "", }, }, - [2] = { - [1] = { - ["template"] = "MapLinkPinTemplate", - ["type"] = "mapLink", - ["x"] = 496.38083075806, - ["y"] = -437.36198118001, - ["target"] = 1, - ["direction"] = 2, - ["connectionIndex"] = 1, - }, - [2] = { - ["template"] = "MapLinkPinTemplate", - ["type"] = "mapLink", - ["x"] = 424.0142420258, - ["y"] = -415.48603004197, - ["target"] = 1, - ["direction"] = 1, - ["connectionIndex"] = 2, - }, - [3] = { - ["template"] = "MapLinkPinTemplate", - ["type"] = "mapLink", - ["x"] = 293.85983469091, - ["y"] = -417.51659374087, - ["target"] = 1, - ["direction"] = 1, - ["connectionIndex"] = 3, - }, - }, }; MDT.dungeonEnemies[dungeonIndex] = { @@ -115,13 +44,22 @@ MDT.dungeonEnemies[dungeonIndex] = { ["level"] = 70, ["characteristics"] = { ["Taunt"] = true, + ["Incapacitate"] = true, ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, ["Mind Control"] = true, + ["Polymorph"] = true, ["Root"] = true, ["Fear"] = true, ["Disorient"] = true, + ["Repentance"] = true, + ["Imprison"] = true, + ["Sap"] = true, ["Stun"] = true, ["Slow"] = true, + ["Sleep Walk"] = true, + ["Mind Soothe"] = true, }, ["spells"] = { [374339] = { @@ -133,134 +71,120 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 162.48655384377, - ["y"] = -169.36810542836, + ["x"] = 164.93757095822, + ["y"] = -108.79400713556, ["g"] = 1, ["sublevel"] = 1, ["scale"] = 1.4, }, [2] = { - ["x"] = 165.89404745101, - ["y"] = -179.2878326928, + ["x"] = 172.32686421948, + ["y"] = -115.45594915984, ["g"] = 1, ["sublevel"] = 1, ["scale"] = 1.4, }, [3] = { - ["x"] = 175.54867499795, - ["y"] = -220.71986733004, + ["x"] = 175.89884892162, + ["y"] = -163.99730153025, ["g"] = 2, ["sublevel"] = 1, ["scale"] = 1.4, }, [4] = { - ["x"] = 256.98927271426, - ["y"] = -184.80791602484, + ["x"] = 260.49069138898, + ["y"] = -129.83609963266, ["g"] = 4, ["sublevel"] = 1, ["scale"] = 1.4, - ["patrol"] = { - [1] = { - ["x"] = 271.6, - ["y"] = -181.7, - }, - [2] = { - ["x"] = 261.2, - ["y"] = -194.8, - }, - [3] = { - ["x"] = 249.8, - ["y"] = -195.4, - }, - }, }, [5] = { - ["x"] = 281.39889642341, - ["y"] = -154.70471171301, - ["g"] = 11, + ["x"] = 282.24660066618, + ["y"] = -102.27850060025, + ["g"] = 5, ["sublevel"] = 1, ["scale"] = 1.4, }, [6] = { - ["x"] = 270.95499389529, - ["y"] = -159.02386490905, - ["g"] = 11, + ["x"] = 291.28395779535, + ["y"] = -105.01807632437, + ["g"] = 5, ["sublevel"] = 1, ["scale"] = 1.4, }, [7] = { - ["x"] = 303.08987923118, - ["y"] = -139.85637649554, - ["g"] = 10, + ["x"] = 326.11745582102, + ["y"] = -76.304810433511, + ["g"] = 6, ["sublevel"] = 1, ["scale"] = 1.4, }, [8] = { - ["x"] = 322.69438465962, - ["y"] = -116.09157698942, - ["g"] = 9, + ["x"] = 337.0500329309, + ["y"] = -46.413878296906, + ["g"] = 7, ["sublevel"] = 1, ["scale"] = 1.4, }, [9] = { - ["x"] = 333.57388620392, - ["y"] = -111.01773634836, - ["g"] = 9, + ["x"] = 347.9295344752, + ["y"] = -41.340037655846, + ["g"] = 7, ["sublevel"] = 1, ["scale"] = 1.4, }, [10] = { - ["x"] = 353.84679095491, - ["y"] = -115.20093589006, - ["g"] = 9, + ["x"] = 368.20243922619, + ["y"] = -45.523237197546, + ["g"] = 7, ["sublevel"] = 1, ["scale"] = 1.4, }, [11] = { - ["x"] = 284.16527854363, - ["y"] = -231.02287865991, - ["g"] = 5, + ["x"] = 304.47336260408, + ["y"] = -178.15187540582, + ["g"] = 8, ["sublevel"] = 1, ["scale"] = 1.4, }, [12] = { - ["x"] = 386.32472465783, - ["y"] = -226.52155432423, - ["g"] = 7, + ["x"] = 413.28539200354, + ["y"] = -175.40122033725, + ["g"] = 10, ["sublevel"] = 1, ["scale"] = 1.4, }, [13] = { - ["x"] = 375.95663552311, - ["y"] = -235.50603662238, - ["g"] = 7, + ["x"] = 402.91730286882, + ["y"] = -184.3857026354, + ["g"] = 10, ["sublevel"] = 1, ["scale"] = 1.4, }, [14] = { - ["x"] = 396.79188508148, - ["y"] = -201.57703799698, - ["g"] = 8, + ["x"] = 426.90387731873, + ["y"] = -147.65562316506, + ["g"] = 11, ["sublevel"] = 1, ["scale"] = 1.4, }, [15] = { - ["x"] = 436.1377277413, - ["y"] = -185.7604167046, + ["x"] = 479.2049530469, + ["y"] = -126.93696764378, ["g"] = 12, ["sublevel"] = 1, ["scale"] = 1.4, }, [16] = { - ["x"] = 434.64647986451, - ["y"] = -198.41030934183, + ["x"] = 477.71370517011, + ["y"] = -139.58686028101, ["g"] = 12, ["sublevel"] = 1, ["scale"] = 1.4, }, [17] = { - ["x"] = 439.5459505245, - ["y"] = -209.65780604801, + ["x"] = 482.6131758301, + ["y"] = -150.83435698719, ["g"] = 12, ["sublevel"] = 1, ["scale"] = 1.4, @@ -278,10 +202,22 @@ MDT.dungeonEnemies[dungeonIndex] = { ["level"] = 70, ["characteristics"] = { ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, ["Root"] = true, ["Fear"] = true, ["Disorient"] = true, + ["Repentance"] = true, + ["Imprison"] = true, + ["Sap"] = true, ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Mind Soothe"] = true, }, ["spells"] = { [374149] = { @@ -289,58 +225,58 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 155.30892190521, - ["y"] = -176.86787326122, + ["x"] = 157.75993901966, + ["y"] = -116.29377496842, ["g"] = 1, ["sublevel"] = 1, ["scale"] = 1.4, }, [2] = { - ["x"] = 169.40454229547, - ["y"] = -209.76119489191, + ["x"] = 169.75471621914, + ["y"] = -153.03862909212, ["g"] = 2, ["sublevel"] = 1, ["scale"] = 1.4, }, [3] = { - ["x"] = 200.9434653261, - ["y"] = -200.07985631468, + ["x"] = 215.64912724005, + ["y"] = -144.40775218053, ["g"] = 3, ["sublevel"] = 1, ["scale"] = 1.4, }, [4] = { - ["x"] = 290.71991173372, - ["y"] = -140.4330257595, - ["g"] = 10, + ["x"] = 314.27396895606, + ["y"] = -67.930686391992, + ["g"] = 6, ["sublevel"] = 1, ["scale"] = 1.4, }, [5] = { - ["x"] = 307.22808961183, - ["y"] = -131.30175618398, - ["g"] = 10, + ["x"] = 338.15341798685, + ["y"] = -75.384746782351, + ["g"] = 6, ["sublevel"] = 1, ["scale"] = 1.4, }, [6] = { - ["x"] = 284.31975145309, - ["y"] = -220.61902476188, - ["g"] = 5, + ["x"] = 304.62783551354, + ["y"] = -167.74802150779, + ["g"] = 8, ["sublevel"] = 1, ["scale"] = 1.4, }, [7] = { - ["x"] = 373.71120789934, - ["y"] = -226.30653983973, - ["g"] = 7, + ["x"] = 400.67187524505, + ["y"] = -175.18620585275, + ["g"] = 10, ["sublevel"] = 1, ["scale"] = 1.4, }, [8] = { - ["x"] = 396.42416608197, - ["y"] = -184.10602570637, - ["g"] = 8, + ["x"] = 426.53615831922, + ["y"] = -130.18461087445, + ["g"] = 11, ["sublevel"] = 1, ["scale"] = 1.4, }, @@ -357,11 +293,22 @@ MDT.dungeonEnemies[dungeonIndex] = { ["level"] = 70, ["characteristics"] = { ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, ["Root"] = true, ["Fear"] = true, ["Disorient"] = true, + ["Repentance"] = true, + ["Imprison"] = true, + ["Sap"] = true, ["Stun"] = true, ["Slow"] = true, + ["Sleep Walk"] = true, + ["Mind Soothe"] = true, }, ["spells"] = { [374073] = { @@ -371,100 +318,100 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 173.01763505604, - ["y"] = -170.55770871401, + ["x"] = 177.27859499774, + ["y"] = -126.27286802612, ["g"] = 1, ["sublevel"] = 1, ["scale"] = 1.4, }, [2] = { - ["x"] = 177.96415199839, - ["y"] = -183.46173643163, + ["x"] = 183.67299577851, + ["y"] = -114.20004512968, ["g"] = 1, ["sublevel"] = 1, ["scale"] = 1.4, }, [3] = { - ["x"] = 156.62052123713, - ["y"] = -211.10467945032, + ["x"] = 156.9706951608, + ["y"] = -154.38211365053, ["g"] = 2, ["sublevel"] = 1, ["scale"] = 1.4, }, [4] = { - ["x"] = 200.70467165293, - ["y"] = -189.15487402814, + ["x"] = 215.41033356688, + ["y"] = -133.48276989399, ["g"] = 3, ["sublevel"] = 1, ["scale"] = 1.4, }, [5] = { - ["x"] = 273.52401307824, - ["y"] = -171.11624232151, - ["g"] = 11, + ["x"] = 280.4268320839, + ["y"] = -113.68811873204, + ["g"] = 5, ["sublevel"] = 1, ["scale"] = 1.4, }, [6] = { - ["x"] = 285.37063226634, - ["y"] = -175.69528139932, - ["g"] = 11, + ["x"] = 290.95711411633, + ["y"] = -118.00388736595, + ["g"] = 5, ["sublevel"] = 1, ["scale"] = 1.4, }, [7] = { - ["x"] = 298.76989502168, - ["y"] = -148.73026191093, - ["g"] = 10, + ["x"] = 315.74247735921, + ["y"] = -84.652154961104, + ["g"] = 6, ["sublevel"] = 1, ["scale"] = 1.4, }, [8] = { - ["x"] = 314.67288054352, - ["y"] = -138.05353365783, - ["g"] = 10, + ["x"] = 329.53940477663, + ["y"] = -65.814359287455, + ["g"] = 6, ["sublevel"] = 1, ["scale"] = 1.4, }, [9] = { - ["x"] = 294.03102019289, - ["y"] = -131.10750859958, - ["g"] = 10, + ["x"] = 333.90718212868, + ["y"] = -85.984060163952, + ["g"] = 6, ["sublevel"] = 1, ["scale"] = 1.4, }, [10] = { - ["x"] = 273.40741212872, - ["y"] = -221.54531461395, - ["g"] = 5, + ["x"] = 293.71549618917, + ["y"] = -168.67431135986, + ["g"] = 8, ["sublevel"] = 1, ["scale"] = 1.4, }, [11] = { - ["x"] = 389.77521095923, - ["y"] = -236.61608333192, - ["g"] = 7, + ["x"] = 416.73587830494, + ["y"] = -185.49574934494, + ["g"] = 10, ["sublevel"] = 1, ["scale"] = 1.4, }, [12] = { - ["x"] = 379.54530731865, - ["y"] = -246.61598363253, - ["g"] = 7, + ["x"] = 406.50597466436, + ["y"] = -195.49564964555, + ["g"] = 10, ["sublevel"] = 1, ["scale"] = 1.4, }, [13] = { - ["x"] = 409.9075069576, - ["y"] = -184.36058274962, - ["g"] = 8, + ["x"] = 440.01949919485, + ["y"] = -130.4391679177, + ["g"] = 11, ["sublevel"] = 1, ["scale"] = 1.4, }, [14] = { - ["x"] = 413.20377889698, - ["y"] = -195.61389869098, - ["g"] = 8, + ["x"] = 443.31577113423, + ["y"] = -141.69248385906, + ["g"] = 11, ["sublevel"] = 1, ["scale"] = 1.4, }, @@ -483,11 +430,16 @@ MDT.dungeonEnemies[dungeonIndex] = { ["level"] = 70, ["characteristics"] = { ["Taunt"] = true, + ["Incapacitate"] = true, ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, ["Root"] = true, ["Fear"] = true, ["Disorient"] = true, ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, }, ["spells"] = { [374020] = { @@ -497,92 +449,92 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 162.69465679493, - ["y"] = -222.19000504987, + ["x"] = 163.0448307186, + ["y"] = -165.46743925008, ["g"] = 2, ["sublevel"] = 1, ["scale"] = 1.4, }, [2] = { - ["x"] = 264.13065266564, - ["y"] = -191.150950949, + ["x"] = 261.84032885909, + ["y"] = -141.60885947478, ["g"] = 4, ["sublevel"] = 1, ["scale"] = 1.4, }, [3] = { - ["x"] = 282.56973497742, - ["y"] = -164.24155890534, - ["g"] = 11, + ["x"] = 301.58236172181, + ["y"] = -110.49905582838, + ["g"] = 5, ["sublevel"] = 1, ["scale"] = 1.4, }, [4] = { - ["x"] = 311.45362529447, - ["y"] = -147.41501277667, - ["g"] = 10, + ["x"] = 312.63064380635, + ["y"] = -76.228920181888, + ["g"] = 6, ["sublevel"] = 1, ["scale"] = 1.4, }, [5] = { - ["x"] = 342.46824808211, - ["y"] = -109.92424201596, - ["g"] = 9, + ["x"] = 356.82389635339, + ["y"] = -40.246543323446, + ["g"] = 7, ["sublevel"] = 1, ["scale"] = 1.4, }, [6] = { - ["x"] = 272.70278488876, - ["y"] = -233.29813961059, - ["g"] = 5, + ["x"] = 293.01086894921, + ["y"] = -180.4271363565, + ["g"] = 8, ["sublevel"] = 1, ["scale"] = 1.4, }, [7] = { - ["x"] = 322.04811441277, - ["y"] = -246.84184395891, - ["g"] = 6, + ["x"] = 346.90797863795, + ["y"] = -197.47222932685, + ["g"] = 9, ["sublevel"] = 1, ["scale"] = 1.4, }, [8] = { - ["x"] = 313.22525080277, - ["y"] = -253.83559470032, - ["g"] = 6, + ["x"] = 338.08511502795, + ["y"] = -204.46598006826, + ["g"] = 9, ["sublevel"] = 1, ["scale"] = 1.4, }, [9] = { - ["x"] = 319.88968383869, - ["y"] = -263.8961786778, - ["g"] = 6, + ["x"] = 344.74954806387, + ["y"] = -214.52656404574, + ["g"] = 9, ["sublevel"] = 1, ["scale"] = 1.4, }, [10] = { - ["x"] = 408.4, - ["y"] = -207.1, - ["g"] = 8, + ["x"] = 438.51199223725, + ["y"] = -153.17858516808, + ["g"] = 11, ["sublevel"] = 1, ["scale"] = 1.4, }, [11] = { - ["x"] = 403.09865579844, - ["y"] = -191.58443002651, - ["g"] = 8, + ["x"] = 433.21064803569, + ["y"] = -137.66301519459, + ["g"] = 11, ["sublevel"] = 1, ["scale"] = 1.4, }, [12] = { - ["x"] = 449.08554947222, - ["y"] = -190.87225361081, + ["x"] = 492.15277477782, + ["y"] = -132.04880454999, ["g"] = 12, ["sublevel"] = 1, ["scale"] = 1.4, }, [13] = { - ["x"] = 452.13941754006, - ["y"] = -201.63547891927, + ["x"] = 495.20664284566, + ["y"] = -142.81202985845, ["g"] = 12, ["sublevel"] = 1, ["scale"] = 1.4, @@ -626,8 +578,8 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 515.7, - ["y"] = -196.3, + ["x"] = 564.08921640138, + ["y"] = -145.07478448509, ["sublevel"] = 1, ["scale"] = 1.4, }, @@ -644,11 +596,22 @@ MDT.dungeonEnemies[dungeonIndex] = { ["level"] = 70, ["characteristics"] = { ["Taunt"] = true, + ["Incapacitate"] = true, ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, ["Root"] = true, ["Fear"] = true, ["Disorient"] = true, + ["Repentance"] = true, + ["Imprison"] = true, + ["Sap"] = true, ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Mind Soothe"] = true, }, ["spells"] = { [395690] = { @@ -660,51 +623,51 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 574.95409763818, - ["y"] = -264.8694042934, - ["g"] = 16, + ["x"] = 625.41617082869, + ["y"] = -215.73787503443, + ["g"] = 17, ["sublevel"] = 1, ["scale"] = 1.4, }, [2] = { - ["x"] = 576.28471094861, - ["y"] = -278.82293357708, - ["g"] = 16, + ["x"] = 625.94841803051, + ["y"] = -230.48972474663, + ["g"] = 17, ["sublevel"] = 1, ["scale"] = 1.4, }, [3] = { - ["x"] = 450.39283179959, - ["y"] = -291.98120556486, + ["x"] = 486.10696569159, + ["y"] = -238.40988451611, ["g"] = 13, ["sublevel"] = 1, ["scale"] = 1.4, }, [4] = { - ["x"] = 462.44331232459, - ["y"] = -291.93230935222, + ["x"] = 498.15744621659, + ["y"] = -238.36098830347, ["g"] = 13, ["sublevel"] = 1, ["scale"] = 1.4, }, [5] = { - ["x"] = 573.69912280673, - ["y"] = -425.60814203849, - ["g"] = 23, + ["x"] = 622.90244388624, + ["y"] = -387.06657376634, + ["g"] = 24, ["sublevel"] = 1, ["scale"] = 1.4, }, [6] = { - ["x"] = 564.44805607687, - ["y"] = -420.44473841868, - ["g"] = 23, + ["x"] = 612.81979018461, + ["y"] = -379.90736902764, + ["g"] = 24, ["sublevel"] = 1, ["scale"] = 1.4, }, [7] = { - ["x"] = 561.34086857318, - ["y"] = -410.19039312707, - ["g"] = 23, + ["x"] = 608.21578039181, + ["y"] = -367.65722261714, + ["g"] = 24, ["sublevel"] = 1, ["scale"] = 1.4, }, @@ -721,11 +684,21 @@ MDT.dungeonEnemies[dungeonIndex] = { ["level"] = 70, ["characteristics"] = { ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, ["Root"] = true, ["Fear"] = true, ["Disorient"] = true, + ["Repentance"] = true, + ["Sap"] = true, ["Stun"] = true, ["Slow"] = true, + ["Sleep Walk"] = true, + ["Hibernate"] = true, + ["Mind Soothe"] = true, }, ["spells"] = { [374389] = { @@ -733,207 +706,207 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 657.25249545917, - ["y"] = -267.5, - ["g"] = 17, + ["x"] = 712.89840153903, + ["y"] = -221.40418938737, + ["g"] = 18, ["sublevel"] = 1, - ["scale"] = 1.4, + ["scale"] = 1.8, }, [2] = { - ["x"] = 661.6, - ["y"] = -268.8, - ["g"] = 17, + ["x"] = 720.40592134588, + ["y"] = -223.53578587582, + ["g"] = 18, ["sublevel"] = 1, - ["scale"] = 1.4, + ["scale"] = 1.8, }, [3] = { - ["x"] = 662.02596263556, - ["y"] = -273.12541109951, - ["g"] = 17, + ["x"] = 723.65923400536, + ["y"] = -232.18540735511, + ["g"] = 18, ["sublevel"] = 1, - ["scale"] = 1.4, + ["scale"] = 1.8, }, [4] = { - ["x"] = 703.7712712423, - ["y"] = -296.16298131778, - ["g"] = 19, + ["x"] = 762.94477401604, + ["y"] = -254.84656552516, + ["g"] = 20, ["sublevel"] = 1, - ["scale"] = 1.4, + ["scale"] = 1.8, }, [5] = { - ["x"] = 709.17346717638, - ["y"] = -297.03313083597, + ["x"] = 768.34696995012, + ["y"] = -255.71671504335, ["g"] = 19, ["sublevel"] = 1, - ["scale"] = 1.4, + ["scale"] = 1.8, }, [6] = { - ["x"] = 714.93256064791, - ["y"] = -299.83643916815, - ["g"] = 19, + ["x"] = 774.10606342165, + ["y"] = -258.52002337553, + ["g"] = 20, ["sublevel"] = 1, - ["scale"] = 1.4, + ["scale"] = 1.8, }, [7] = { - ["x"] = 654.8923019103, - ["y"] = -448.82705686829, - ["g"] = 22, + ["x"] = 711.49229792326, + ["y"] = -417.06068591247, + ["g"] = 23, ["sublevel"] = 1, - ["scale"] = 1.4, + ["scale"] = 1.8, }, [8] = { - ["x"] = 659.81200864205, - ["y"] = -448.59742889472, - ["g"] = 22, + ["x"] = 720.73621503479, + ["y"] = -416.99737152658, + ["g"] = 23, ["sublevel"] = 1, - ["scale"] = 1.4, + ["scale"] = 1.8, }, [9] = { - ["x"] = 660.80598909489, - ["y"] = -454.14161377641, - ["g"] = 22, + ["x"] = 721.06490307017, + ["y"] = -425.20260711954, + ["g"] = 23, ["sublevel"] = 1, - ["scale"] = 1.4, + ["scale"] = 1.8, }, [10] = { - ["x"] = 652.45927117326, - ["y"] = -452.97379001605, - ["g"] = 22, + ["x"] = 711.55395196805, + ["y"] = -425.86426613205, + ["g"] = 23, ["sublevel"] = 1, - ["scale"] = 1.4, + ["scale"] = 1.8, }, [11] = { - ["x"] = 468.94527150135, - ["y"] = -324.76396441263, + ["x"] = 493.09349957661, + ["y"] = -289.5468206696, ["g"] = 14, ["sublevel"] = 1, - ["scale"] = 1.4, + ["scale"] = 1.8, }, [12] = { - ["x"] = 468.70512698442, - ["y"] = -329.79743650779, + ["x"] = 493.92634593555, + ["y"] = -298.01392496553, ["g"] = 14, ["sublevel"] = 1, - ["scale"] = 1.4, + ["scale"] = 1.8, }, [13] = { - ["x"] = 466.30341798961, - ["y"] = -334.33732606326, + ["x"] = 485.08656888955, + ["y"] = -302.33920406623, ["g"] = 14, ["sublevel"] = 1, - ["scale"] = 1.4, + ["scale"] = 1.8, }, [14] = { - ["x"] = 483.80856020017, - ["y"] = -332.02877347616, + ["x"] = 518.12211860823, + ["y"] = -287.56109289737, ["g"] = 15, ["sublevel"] = 1, - ["scale"] = 1.4, + ["scale"] = 1.8, }, [15] = { - ["x"] = 488.0085754263, - ["y"] = -330.79829100519, + ["x"] = 523.82437017896, + ["y"] = -279.8925669344, ["g"] = 15, ["sublevel"] = 1, - ["scale"] = 1.4, + ["scale"] = 1.8, }, [16] = { - ["x"] = 485.02395637956, - ["y"] = -347.26234120972, + ["x"] = 519.33751478762, + ["y"] = -302.79466063093, ["g"] = 15, ["sublevel"] = 1, - ["scale"] = 1.4, + ["scale"] = 1.8, }, [17] = { - ["x"] = 490.3467483739, - ["y"] = -345.90651847834, + ["x"] = 530.88377665798, + ["y"] = -299.5074052046, ["g"] = 15, ["sublevel"] = 1, - ["scale"] = 1.4, + ["scale"] = 1.8, }, [18] = { - ["x"] = 486.91114653158, - ["y"] = -339.25496823398, + ["x"] = 524.22910395128, + ["y"] = -292.85589179902, ["g"] = 15, ["sublevel"] = 1, - ["scale"] = 1.4, + ["scale"] = 1.8, }, [19] = { - ["x"] = 483.24246827381, - ["y"] = -336.49401090511, + ["x"] = 531.29055548496, + ["y"] = -289.23650493067, ["g"] = 15, ["sublevel"] = 1, - ["scale"] = 1.4, + ["scale"] = 1.8, }, [20] = { - ["x"] = 482.64331515815, - ["y"] = -340.56011044453, + ["x"] = 516.95687356621, + ["y"] = -296.09242986574, ["g"] = 15, ["sublevel"] = 1, - ["scale"] = 1.4, + ["scale"] = 1.8, }, [21] = { - ["x"] = 486.72113484318, - ["y"] = -343.49291353227, + ["x"] = 509.23162170229, + ["y"] = -298.8106470579, ["g"] = 15, ["sublevel"] = 1, - ["scale"] = 1.4, + ["scale"] = 1.8, }, [22] = { - ["x"] = 490.45144878313, - ["y"] = -337.68784518353, + ["x"] = 515.53713830353, + ["y"] = -311.24670602971, ["g"] = 15, ["sublevel"] = 1, - ["scale"] = 1.4, + ["scale"] = 1.8, }, [23] = { - ["x"] = 494.5524199679, - ["y"] = -340.73528434143, + ["x"] = 529.29517472631, + ["y"] = -306.78308626054, ["g"] = 15, ["sublevel"] = 1, - ["scale"] = 1.4, + ["scale"] = 1.8, }, [24] = { - ["x"] = 491.23475495798, - ["y"] = -333.41763455765, + ["x"] = 525.76291154122, + ["y"] = -284.44331862262, ["g"] = 15, ["sublevel"] = 1, - ["scale"] = 1.4, + ["scale"] = 1.8, }, [25] = { - ["x"] = 493.80514221055, - ["y"] = -336.57689811784, + ["x"] = 509.44836466811, + ["y"] = -281.37913686598, ["g"] = 15, ["sublevel"] = 1, - ["scale"] = 1.4, + ["scale"] = 1.8, }, [26] = { - ["x"] = 482.12883927169, - ["y"] = -344.17697994654, + ["x"] = 513.00880231776, + ["y"] = -305.28893787947, ["g"] = 15, ["sublevel"] = 1, - ["scale"] = 1.4, + ["scale"] = 1.8, }, [27] = { - ["x"] = 490.54349216666, - ["y"] = -341.84137088697, + ["x"] = 523.56943696448, + ["y"] = -309.39136003231, ["g"] = 15, ["sublevel"] = 1, - ["scale"] = 1.4, + ["scale"] = 1.8, }, [28] = { - ["x"] = 487.31156673994, - ["y"] = -334.66420668668, + ["x"] = 516.26009709106, + ["y"] = -279.89566634436, ["g"] = 15, ["sublevel"] = 1, - ["scale"] = 1.4, + ["scale"] = 1.8, }, [29] = { - ["x"] = 477.19122407541, - ["y"] = -337.76660804463, + ["x"] = 510.64638978277, + ["y"] = -288.7922921096, ["g"] = 15, ["sublevel"] = 1, - ["scale"] = 1.4, + ["scale"] = 1.8, }, }, }, @@ -948,11 +921,22 @@ MDT.dungeonEnemies[dungeonIndex] = { ["level"] = 70, ["characteristics"] = { ["Taunt"] = true, + ["Incapacitate"] = true, ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, ["Root"] = true, ["Fear"] = true, ["Disorient"] = true, + ["Imprison"] = true, + ["Sap"] = true, ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Scare Beast"] = true, + ["Hibernate"] = true, }, ["spells"] = { [374563] = { @@ -962,70 +946,72 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 650.62985048181, - ["y"] = -327.17401871243, - ["g"] = 18, + ["x"] = 708.68288491279, + ["y"] = -284.40453586826, + ["g"] = 19, ["sublevel"] = 1, ["scale"] = 1.4, }, [2] = { - ["x"] = 664.44805607687, - ["y"] = -326.70717752642, - ["g"] = 18, + ["x"] = 722.83371768321, + ["y"] = -284.60294903297, + ["g"] = 19, ["sublevel"] = 1, ["scale"] = 1.4, }, [3] = { - ["x"] = 657.1, - ["y"] = -318.8, - ["g"] = 18, + ["x"] = 715.65199422739, + ["y"] = -273.70208886158, + ["g"] = 19, ["sublevel"] = 1, ["scale"] = 1.4, }, [4] = { - ["x"] = 701.36353285382, - ["y"] = -354.75580379136, - ["g"] = 20, + ["x"] = 765.19385786418, + ["y"] = -322.30668240868, + ["g"] = 21, ["sublevel"] = 1, ["scale"] = 1.4, }, [5] = { - ["x"] = 712, - ["y"] = -354.1, - ["g"] = 20, + ["x"] = 777.82612612925, + ["y"] = -320.48666922853, + ["g"] = 21, ["sublevel"] = 1, ["scale"] = 1.4, }, [6] = { - ["x"] = 652.7, - ["y"] = -436.4, - ["g"] = 22, + ["x"] = 710.96313188976, + ["y"] = -403.96835566009, + ["g"] = 23, ["sublevel"] = 1, ["scale"] = 1.4, }, [7] = { - ["x"] = 662.4, - ["y"] = -436, - ["g"] = 22, + ["x"] = 724.15575529777, + ["y"] = -403.90098283545, + ["g"] = 23, ["sublevel"] = 1, ["scale"] = 1.4, }, [8] = { - ["x"] = 462.5, - ["y"] = -327.2, + ["x"] = 482.78531356698, + ["y"] = -291.33904945185, ["g"] = 14, ["sublevel"] = 1, ["scale"] = 1.4, }, [9] = { - ["x"] = 533.5, - ["y"] = -330.3, + ["x"] = 559.06013193202, + ["y"] = -285.48222563804, + ["g"] = 16, ["sublevel"] = 1, ["scale"] = 1.4, }, [10] = { - ["x"] = 543.7, - ["y"] = -334.4, + ["x"] = 571.01064091813, + ["y"] = -288.53188418315, + ["g"] = 16, ["sublevel"] = 1, ["scale"] = 1.4, }, @@ -1042,11 +1028,22 @@ MDT.dungeonEnemies[dungeonIndex] = { ["level"] = 70, ["characteristics"] = { ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, ["Root"] = true, ["Fear"] = true, ["Disorient"] = true, + ["Repentance"] = true, + ["Imprison"] = true, + ["Sap"] = true, ["Stun"] = true, ["Slow"] = true, + ["Sleep Walk"] = true, + ["Mind Soothe"] = true, }, ["spells"] = { [374612] = { @@ -1058,98 +1055,107 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 585.72592821326, - ["y"] = -272.1552839806, - ["g"] = 16, + ["x"] = 635.1235640146, + ["y"] = -223.28988690896, + ["g"] = 17, ["sublevel"] = 1, ["scale"] = 1.4, }, [2] = { - ["x"] = 651.6962158534, - ["y"] = -276.6691645617, - ["g"] = 17, + ["x"] = 712.12988496792, + ["y"] = -233.89967328608, + ["g"] = 18, ["sublevel"] = 1, ["scale"] = 1.4, }, [3] = { - ["x"] = 658.33403591915, - ["y"] = -381.4663905778, - ["g"] = 21, + ["x"] = 715.92322308372, + ["y"] = -351.12683890708, + ["g"] = 22, ["sublevel"] = 1, ["scale"] = 1.4, ["patrol"] = { [1] = { - ["x"] = 658.33403591915, - ["y"] = -381.4663905778, + ["x"] = 715.92322308372, + ["y"] = -351.12683890708, }, [2] = { - ["x"] = 658.42450155626, - ["y"] = -392.14991647147, + ["x"] = 715.16871000956, + ["y"] = -336.4167553377, }, [3] = { - ["x"] = 659.3134905864, - ["y"] = -404.00327310387, + ["x"] = 715.16871000956, + ["y"] = -322.44620460555, }, [4] = { - ["x"] = 659.01709308417, - ["y"] = -417.04196539951, + ["x"] = 716.00029698133, + ["y"] = -312.79989280323, }, [5] = { - ["x"] = 659.3134905864, - ["y"] = -404.00327310387, + ["x"] = 715.16871000956, + ["y"] = -322.44620460555, }, [6] = { - ["x"] = 658.42450155626, - ["y"] = -392.14991647147, + ["x"] = 715.16871000956, + ["y"] = -336.4167553377, }, [7] = { - ["x"] = 658.33403591915, - ["y"] = -381.4663905778, + ["x"] = 715.92322308372, + ["y"] = -351.12683890708, }, [8] = { - ["x"] = 657.53544470059, - ["y"] = -368.14682266083, + ["x"] = 715.33502359724, + ["y"] = -363.35997527593, }, [9] = { - ["x"] = 657.53544470059, - ["y"] = -348.58879269557, + ["x"] = 715.33502359724, + ["y"] = -374.33684336311, }, [10] = { - ["x"] = 657.53544470059, - ["y"] = -368.14682266083, + ["x"] = 715.16871000956, + ["y"] = -384.31582040752, + }, + [11] = { + ["x"] = 715.33502359724, + ["y"] = -374.33684336311, + }, + [12] = { + ["x"] = 715.33502359724, + ["y"] = -363.35997527593, }, }, }, [4] = { - ["x"] = 666.91925288773, - ["y"] = -381.56642449055, - ["g"] = 21, + ["x"] = 728.99892595301, + ["y"] = -351.55951902855, + ["g"] = 22, ["sublevel"] = 1, ["scale"] = 1.4, }, - [6] = { - ["x"] = 534.80243640137, - ["y"] = -341.87562504043, + [5] = { + ["x"] = 562.81346523709, + ["y"] = -296.70777693043, + ["g"] = 16, ["sublevel"] = 1, ["scale"] = 1.4, }, - [7] = { - ["x"] = 577.76765357597, - ["y"] = -415.69859697756, - ["g"] = 23, + [6] = { + ["x"] = 628.80046218669, + ["y"] = -373.99702295608, + ["g"] = 24, ["sublevel"] = 1, ["scale"] = 1.4, }, - [8] = { - ["x"] = 572.23340973731, - ["y"] = -408.05366800273, - ["g"] = 23, + [7] = { + ["x"] = 621.6030444045, + ["y"] = -365.68682059716, + ["g"] = 24, ["sublevel"] = 1, ["scale"] = 1.4, }, - [9] = { - ["x"] = 435.99192848825, - ["y"] = -318.49789832672, + [8] = { + ["x"] = 468.09933217971, + ["y"] = -266.64716513753, ["sublevel"] = 1, ["scale"] = 1.4, }, @@ -1166,6 +1172,7 @@ MDT.dungeonEnemies[dungeonIndex] = { ["level"] = 70, ["characteristics"] = { ["Taunt"] = true, + ["Mind Soothe"] = true, }, ["spells"] = { [374699] = { @@ -1179,9 +1186,9 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 530.8292587082, - ["y"] = -434.29024344864, - ["g"] = 24, + ["x"] = 568.64431593148, + ["y"] = -407.6796698861, + ["g"] = 25, ["sublevel"] = 1, ["scale"] = 1.4, }, @@ -1198,6 +1205,7 @@ MDT.dungeonEnemies[dungeonIndex] = { ["level"] = 70, ["characteristics"] = { ["Taunt"] = true, + ["Mind Soothe"] = true, }, ["spells"] = { [374823] = { @@ -1211,9 +1219,9 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 540.56095381776, - ["y"] = -445.18536017876, - ["g"] = 24, + ["x"] = 580.09284556081, + ["y"] = -421.36459973228, + ["g"] = 25, ["sublevel"] = 1, ["scale"] = 1.4, }, @@ -1233,6 +1241,7 @@ MDT.dungeonEnemies[dungeonIndex] = { ["instanceID"] = 1204, ["characteristics"] = { ["Taunt"] = true, + ["Mind Soothe"] = true, }, ["spells"] = { [374389] = { @@ -1262,9 +1271,9 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 466.5, - ["y"] = -462.9, - ["sublevel"] = 2, + ["x"] = 371.78719760308, + ["y"] = -368.88773578411, + ["sublevel"] = 1, }, }, }, @@ -1279,11 +1288,22 @@ MDT.dungeonEnemies[dungeonIndex] = { ["level"] = 70, ["characteristics"] = { ["Taunt"] = true, + ["Incapacitate"] = true, ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, ["Root"] = true, ["Fear"] = true, ["Disorient"] = true, + ["Repentance"] = true, + ["Imprison"] = true, + ["Sap"] = true, ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Mind Soothe"] = true, }, ["spells"] = { [375950] = { @@ -1293,110 +1313,146 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 316.78717200986, - ["y"] = -499.71286659056, - ["g"] = 27, - ["sublevel"] = 2, - ["scale"] = 1.2, + ["x"] = 280.0226708112, + ["y"] = -496.55032244222, + ["g"] = 28, + ["sublevel"] = 1, + ["scale"] = 1.4, ["patrol"] = { [1] = { - ["x"] = 298.3, - ["y"] = -490.7, + ["x"] = 280.0226708112, + ["y"] = -496.55032244222, }, [2] = { - ["x"] = 317.7, - ["y"] = -505.8, + ["x"] = 269.87342484532, + ["y"] = -496.85247328677, }, [3] = { - ["x"] = 339.8, - ["y"] = -515.9, + ["x"] = 261.50394865836, + ["y"] = -497.71086598747, }, [4] = { - ["x"] = 338.7, - ["y"] = -518, + ["x"] = 257.42655877084, + ["y"] = -497.92546416265, }, [5] = { - ["x"] = 324.7, - ["y"] = -511.6, + ["x"] = 261.50394865836, + ["y"] = -497.71086598747, }, [6] = { - ["x"] = 316.6, - ["y"] = -507.3, + ["x"] = 269.87342484532, + ["y"] = -496.85247328677, }, [7] = { - ["x"] = 296.5, - ["y"] = -491.9, + ["x"] = 280.0226708112, + ["y"] = -496.55032244222, }, [8] = { - ["x"] = 298.3, - ["y"] = -490.7, + ["x"] = 291.76278254182, + ["y"] = -497.06707760175, + }, + [9] = { + ["x"] = 300.99065142948, + ["y"] = -496.85247328677, + }, + [10] = { + ["x"] = 307.21407218712, + ["y"] = -493.41882880641, + }, + [11] = { + ["x"] = 311.07691301784, + ["y"] = -489.55601867467, + }, + [12] = { + ["x"] = 307.21407218712, + ["y"] = -493.41882880641, + }, + [13] = { + ["x"] = 300.99065142948, + ["y"] = -496.85247328677, + }, + [14] = { + ["x"] = 291.76278254182, + ["y"] = -497.06707760175, }, }, }, [2] = { - ["x"] = 370.88066526651, - ["y"] = -516.21935656811, - ["g"] = 25, - ["sublevel"] = 2, - ["scale"] = 1.2, + ["x"] = 346.34831197183, + ["y"] = -466.49955368618, + ["g"] = 26, + ["sublevel"] = 1, + ["scale"] = 1.4, ["patrol"] = { [1] = { - ["x"] = 388.9, - ["y"] = -517.7, + ["x"] = 346.34831197183, + ["y"] = -466.49955368618, }, [2] = { - ["x"] = 388.3, - ["y"] = -515.8, + ["x"] = 351.42200848966, + ["y"] = -456.72198826972, }, [3] = { - ["x"] = 364.8, - ["y"] = -521.3, + ["x"] = 353.13876933187, + ["y"] = -449.64015025219, }, [4] = { - ["x"] = 359.7, - ["y"] = -520.6, + ["x"] = 353.99718659176, + ["y"] = -424.74638126445, }, [5] = { - ["x"] = 359.7, - ["y"] = -522.8, + ["x"] = 353.13876933187, + ["y"] = -449.64015025219, }, [6] = { - ["x"] = 364.8, - ["y"] = -523.6, + ["x"] = 351.42200848966, + ["y"] = -456.72198826972, }, [7] = { - ["x"] = 388.9, - ["y"] = -517.7, + ["x"] = 346.34831197183, + ["y"] = -466.49955368618, + }, + [8] = { + ["x"] = 337.68747968657, + ["y"] = -474.96312786987, + }, + [9] = { + ["x"] = 327.38661992303, + ["y"] = -480.54276638158, + }, + [10] = { + ["x"] = 337.68747968657, + ["y"] = -474.96312786987, }, }, }, [3] = { - ["x"] = 312.71613102577, - ["y"] = -507.81291445125, - ["g"] = 27, - ["sublevel"] = 2, - ["scale"] = 1.2, + ["x"] = 282.28793856547, + ["y"] = -508.76170642354, + ["g"] = 28, + ["sublevel"] = 1, + ["scale"] = 1.4, }, [4] = { - ["x"] = 300.1356929956, - ["y"] = -486.0354965617, - ["g"] = 28, - ["sublevel"] = 2, - ["scale"] = 1.2, + ["x"] = 249.35571675119, + ["y"] = -500.15473663397, + ["g"] = 29, + ["sublevel"] = 1, + ["scale"] = 1.4, }, [5] = { - ["x"] = 363.35219573861, - ["y"] = -404.18321863491, - ["g"] = 30, - ["sublevel"] = 2, - ["scale"] = 1.2, + ["x"] = 241.24634401464, + ["y"] = -377.25341083178, + ["g"] = 31, + ["sublevel"] = 1, + ["scale"] = 1.4, }, [6] = { - ["x"] = 363.76900041872, - ["y"] = -350.58137864908, + ["x"] = 192.14926286569, + ["y"] = -327.96653276092, ["g"] = 32, - ["sublevel"] = 2, - ["scale"] = 1.2, + ["sublevel"] = 1, + ["scale"] = 1.4, }, }, }, @@ -1410,10 +1466,23 @@ MDT.dungeonEnemies[dungeonIndex] = { ["creatureType"] = "Humanoid", ["level"] = 70, ["characteristics"] = { + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, ["Root"] = true, ["Fear"] = true, ["Disorient"] = true, + ["Repentance"] = true, + ["Imprison"] = true, + ["Sap"] = true, ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Mind Soothe"] = true, }, ["spells"] = { [375384] = { @@ -1423,39 +1492,39 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 351.7069684271, - ["y"] = -517.51696336483, - ["g"] = 26, - ["sublevel"] = 2, - ["scale"] = 1.2, + ["x"] = 319.14412905081, + ["y"] = -483.31628776712, + ["g"] = 27, + ["sublevel"] = 1, + ["scale"] = 1.4, }, [2] = { - ["x"] = 297.12279560261, - ["y"] = -477.11784394443, - ["g"] = 28, - ["sublevel"] = 2, - ["scale"] = 1.2, + ["x"] = 243.73849845255, + ["y"] = -491.32462001053, + ["g"] = 29, + ["sublevel"] = 1, + ["scale"] = 1.4, }, [3] = { - ["x"] = 374.37229485678, - ["y"] = -525.0318170442, - ["g"] = 25, - ["sublevel"] = 2, - ["scale"] = 1.2, + ["x"] = 354.43699579419, + ["y"] = -474.64561405606, + ["g"] = 26, + ["sublevel"] = 1, + ["scale"] = 1.4, }, [4] = { - ["x"] = 285.20577021514, - ["y"] = -495.40216655186, - ["g"] = 28, - ["sublevel"] = 2, - ["scale"] = 1.2, + ["x"] = 243.37605050899, + ["y"] = -522.36715017725, + ["g"] = 29, + ["sublevel"] = 1, + ["scale"] = 1.4, }, [5] = { - ["x"] = 355.37762873238, - ["y"] = -403.87949203322, - ["g"] = 30, - ["sublevel"] = 2, - ["scale"] = 1.2, + ["x"] = 230.72811266557, + ["y"] = -386.14597040616, + ["g"] = 31, + ["sublevel"] = 1, + ["scale"] = 1.4, }, }, }, @@ -1471,6 +1540,7 @@ MDT.dungeonEnemies[dungeonIndex] = { ["level"] = 70, ["characteristics"] = { ["Taunt"] = true, + ["Mind Soothe"] = true, }, ["spells"] = { [375351] = { @@ -1482,30 +1552,30 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 389.9613215652, - ["y"] = -514.60645498367, - ["sublevel"] = 2, + ["x"] = 355.02643773647, + ["y"] = -433.32905698221, + ["sublevel"] = 1, ["scale"] = 1.4, }, [2] = { - ["x"] = 342.34084653834, - ["y"] = -529.54449197723, - ["g"] = 26, - ["sublevel"] = 2, + ["x"] = 322.13431303765, + ["y"] = -497.41073789638, + ["g"] = 27, + ["sublevel"] = 1, ["scale"] = 1.4, }, [3] = { - ["x"] = 284.11713503188, - ["y"] = -481.66920883443, - ["g"] = 28, - ["sublevel"] = 2, + ["x"] = 235.85370578216, + ["y"] = -506.35828677719, + ["g"] = 29, + ["sublevel"] = 1, ["scale"] = 1.4, }, [4] = { - ["x"] = 359.42237126762, - ["y"] = -388.59067766703, - ["sublevel"] = 2, - ["scale"] = 1.2, + ["x"] = 219.51075556229, + ["y"] = -362.19644725899, + ["sublevel"] = 1, + ["scale"] = 1.4, }, }, }, @@ -1520,12 +1590,22 @@ MDT.dungeonEnemies[dungeonIndex] = { ["level"] = 70, ["characteristics"] = { ["Taunt"] = true, + ["Incapacitate"] = true, ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, ["Root"] = true, ["Fear"] = true, ["Disorient"] = true, + ["Repentance"] = true, + ["Imprison"] = true, + ["Sap"] = true, ["Stun"] = true, ["Slow"] = true, + ["Sleep Walk"] = true, + ["Mind Soothe"] = true, }, ["spells"] = { [385036] = { @@ -1537,39 +1617,39 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 355.01528155928, - ["y"] = -528.21302398652, - ["g"] = 26, - ["sublevel"] = 2, - ["scale"] = 1.2, + ["x"] = 332.56113000536, + ["y"] = -487.61946801697, + ["g"] = 27, + ["sublevel"] = 1, + ["scale"] = 1.4, }, [2] = { - ["x"] = 326.36346276332, - ["y"] = -505.20089021974, - ["g"] = 27, - ["sublevel"] = 2, - ["scale"] = 1.2, + ["x"] = 292.46667169091, + ["y"] = -495.95491961569, + ["g"] = 28, + ["sublevel"] = 1, + ["scale"] = 1.4, }, [3] = { - ["x"] = 322.20714587319, - ["y"] = -513.81226567928, - ["g"] = 27, - ["sublevel"] = 2, - ["scale"] = 1.2, + ["x"] = 293.98138378677, + ["y"] = -507.74697099265, + ["g"] = 28, + ["sublevel"] = 1, + ["scale"] = 1.4, }, [4] = { - ["x"] = 295.12967651841, - ["y"] = -494.78842072634, - ["g"] = 28, - ["sublevel"] = 2, - ["scale"] = 1.2, + ["x"] = 249.68928163501, + ["y"] = -512.25587773605, + ["g"] = 29, + ["sublevel"] = 1, + ["scale"] = 1.4, }, [5] = { - ["x"] = 355.69066018077, - ["y"] = -350.58134950531, + ["x"] = 184.07090023554, + ["y"] = -333.83652925906, ["g"] = 32, - ["sublevel"] = 2, - ["scale"] = 1.2, + ["sublevel"] = 1, + ["scale"] = 1.4, }, }, }, @@ -1587,6 +1667,7 @@ MDT.dungeonEnemies[dungeonIndex] = { ["instanceID"] = 1204, ["characteristics"] = { ["Taunt"] = true, + ["Mind Soothe"] = true, }, ["spells"] = { [385963] = { @@ -1606,9 +1687,9 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 234.5, - ["y"] = -460.7, - ["sublevel"] = 2, + ["x"] = 185.19092230674, + ["y"] = -485.43449752753, + ["sublevel"] = 1, }, }, }, @@ -1623,11 +1704,18 @@ MDT.dungeonEnemies[dungeonIndex] = { ["level"] = 70, ["characteristics"] = { ["Taunt"] = true, + ["Incapacitate"] = true, ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, ["Root"] = true, ["Fear"] = true, + ["Banish"] = true, ["Disorient"] = true, ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, }, ["spells"] = { [377341] = { @@ -1637,88 +1725,39 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 359.49067183828, - ["y"] = -443.7, - ["g"] = 29, - ["sublevel"] = 2, - ["scale"] = 1.2, + ["x"] = 266.54922816973, + ["y"] = -411.75494440594, + ["g"] = 30, + ["sublevel"] = 1, + ["scale"] = 1.8, }, [2] = { - ["x"] = 357.22050796678, - ["y"] = -439.62797282766, - ["g"] = 29, - ["sublevel"] = 2, - ["scale"] = 1.2, + ["x"] = 258.60483605248, + ["y"] = -409.2482383714, + ["g"] = 30, + ["sublevel"] = 1, + ["scale"] = 1.8, }, [3] = { - ["x"] = 356.82517033027, - ["y"] = -413.51957119236, + ["x"] = 263.87355985086, + ["y"] = -403.80839107193, ["g"] = 30, - ["sublevel"] = 2, - ["scale"] = 1.2, + ["sublevel"] = 1, + ["scale"] = 1.8, }, [4] = { - ["x"] = 362.80123329862, - ["y"] = -414.04103436134, - ["g"] = 30, - ["sublevel"] = 2, - ["scale"] = 1.2, - }, - [5] = { - ["x"] = 361.39813669916, - ["y"] = -372.30373825919, + ["x"] = 240.10834766138, + ["y"] = -392.19854404778, ["g"] = 31, - ["sublevel"] = 2, - ["scale"] = 1.2, + ["sublevel"] = 1, + ["scale"] = 1.8, }, - [6] = { - ["x"] = 357.33916429022, - ["y"] = -371.99812504165, + [5] = { + ["x"] = 246.77903018102, + ["y"] = -386.36075672954, ["g"] = 31, - ["sublevel"] = 2, - ["scale"] = 1.2, - }, - [7] = { - ["x"] = 356.62051962429, - ["y"] = -339.09067183828, - ["g"] = 33, - ["sublevel"] = 2, - ["scale"] = 1.2, - }, - [8] = { - ["x"] = 358.5, - ["y"] = -335.4, - ["g"] = 33, - ["sublevel"] = 2, - ["scale"] = 1.2, - }, - [9] = { - ["x"] = 360.79068349579, - ["y"] = -339.19440426872, - ["g"] = 33, - ["sublevel"] = 2, - ["scale"] = 1.2, - }, - [10] = { - ["x"] = 361.28879687993, - ["y"] = -439.72798448517, - ["g"] = 29, - ["sublevel"] = 2, - ["scale"] = 1.2, - }, - [11] = { - ["x"] = 362.68999816724, - ["y"] = -358.99069414068, - ["g"] = 32, - ["sublevel"] = 2, - ["scale"] = 1.2, - }, - [12] = { - ["x"] = 356.29648838553, - ["y"] = -359.43427231527, - ["g"] = 32, - ["sublevel"] = 2, - ["scale"] = 1.2, + ["sublevel"] = 1, + ["scale"] = 1.8, }, }, }, @@ -1733,6 +1772,7 @@ MDT.dungeonEnemies[dungeonIndex] = { ["level"] = 70, ["characteristics"] = { ["Taunt"] = true, + ["Mind Soothe"] = true, }, ["spells"] = { [377402] = { @@ -1744,10 +1784,10 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 359.70863117567, - ["y"] = -321.23241343366, - ["sublevel"] = 2, - ["scale"] = 1.2, + ["x"] = 168.21333922401, + ["y"] = -307.05188018812, + ["sublevel"] = 1, + ["scale"] = 1.4, }, }, }, @@ -1788,9 +1828,9 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 359.5, - ["y"] = -265.8, - ["sublevel"] = 2, + ["x"] = 126.563066591, + ["y"] = -262.75556588013, + ["sublevel"] = 1, }, }, }, diff --git a/Dragonflight/Neltharus.lua b/Dragonflight/Neltharus.lua index f2cbd068..5d266534 100644 --- a/Dragonflight/Neltharus.lua +++ b/Dragonflight/Neltharus.lua @@ -3,20 +3,7 @@ local L = MDT.L local dungeonIndex = 50 MDT.dungeonList[dungeonIndex] = L["Neltharus"] -MDT.mapInfo[dungeonIndex] = { - viewportPositionOverrides = { - [1] = { - zoomScale = 1.2999999523163, - horizontalPan = 114.97134682804, - verticalPan = 79.372355302235, - }, - [2] = { - zoomScale = 1.2999999523163, - horizontalPan = 9.6320178171683, - verticalPan = 94.339982247728, - }, - } -}; +MDT.mapInfo[dungeonIndex] = {}; local zones = { 2080, 2081 } for _, zone in ipairs(zones) do @@ -24,14 +11,12 @@ for _, zone in ipairs(zones) do end MDT.dungeonMaps[dungeonIndex] = { - [0] = "neltharus", - [1] = "neltharus_A", - [2] = "neltharus_B", + [0] = "", + [1] = { customTextures = 'Neltharus' }, } MDT.dungeonSubLevels[dungeonIndex] = { - [1] = L["The Burning Cauldron"], - [2] = L["Chamber of Flames"], + [1] = L["Neltharus"], } MDT.dungeonTotalCount[dungeonIndex] = { normal = 525, teeming = 1000, teemingEnabled = true } @@ -39,49 +24,85 @@ MDT.dungeonTotalCount[dungeonIndex] = { normal = 525, teeming = 1000, teemingEna MDT.mapPOIs[dungeonIndex] = { [1] = { [1] = { - ["template"] = "MapLinkPinTemplate", - ["type"] = "mapLink", - ["x"] = 234.2, - ["y"] = -278, - ["target"] = 2, - ["direction"] = 1, - ["connectionIndex"] = 1, + ["template"] = "DeathReleasePinTemplate", + ["type"] = "graveyard", + ["x"] = 254.85389818231, + ["y"] = -505.47802554767, + ["graveyardDescription"] = "", }, [2] = { ["template"] = "MapLinkPinTemplate", - ["type"] = "mapLink", - ["x"] = 379.6, - ["y"] = -277.5, - ["target"] = 2, - ["direction"] = 1, - ["connectionIndex"] = 2, + ["type"] = "neltharusChain", + ["x"] = 352.63102200497, + ["y"] = -358.40372298576, + ["chainIndex"] = 1, + ["textAnchor"] = "RIGHT", + ["textAnchorTo"] = "LEFT", }, [3] = { - ["template"] = "DeathReleasePinTemplate", - ["type"] = "graveyard", - ["x"] = 442.23127606642, - ["y"] = -144.47641811804, - ["graveyardDescription"] = "", + ["template"] = "MapLinkPinTemplate", + ["type"] = "neltharusChain", + ["x"] = 331.42114319195, + ["y"] = -438.30389582185, + ["chainIndex"] = 2, + ["textAnchor"] = "RIGHT", + ["textAnchorTo"] = "LEFT", + }, + [4] = { + ["template"] = "MapLinkPinTemplate", + ["type"] = "neltharusChain", + ["x"] = 407.37522261969, + ["y"] = -415.2983267908, + ["chainIndex"] = 3, }, - }, - [2] = { - [1] = { + [5] = { ["template"] = "MapLinkPinTemplate", - ["type"] = "mapLink", - ["x"] = 303.4, - ["y"] = -187.4, - ["target"] = 1, - ["direction"] = -1, - ["connectionIndex"] = 1, + ["type"] = "neltharusChain", + ["x"] = 395.91130110853, + ["y"] = -324.07657372466, + ["chainIndex"] = 4, }, - [2] = { + [6] = { + ["template"] = "MapLinkPinTemplate", + ["type"] = "neltharusChain", + ["x"] = 387.28847341523, + ["y"] = -277.26200786647, + ["chainIndex"] = 5, + }, + [7] = { + ["template"] = "MapLinkPinTemplate", + ["type"] = "neltharusChain", + ["x"] = 401.34464163301, + ["y"] = -243.73317212702, + ["chainIndex"] = 6, + ["textAnchor"] = "RIGHT", + ["textAnchorTo"] = "LEFT", + }, + [8] = { + ["template"] = "MapLinkPinTemplate", + ["type"] = "neltharusChain", + ["x"] = 428.53225630169, + ["y"] = -139.35524190798, + ["chainIndex"] = 7, + }, + [9] = { + ["template"] = "MapLinkPinTemplate", + ["type"] = "neltharusChain", + ["x"] = 482.57384939016, + ["y"] = -202.11320328069, + ["chainIndex"] = 8, + }, + [10] = { + ["template"] = "MapLinkPinTemplate", + ["type"] = "neltharusFood", + ["x"] = 459.56464440828, + ["y"] = -156.92200164094, + }, + [11] = { ["template"] = "MapLinkPinTemplate", - ["type"] = "mapLink", - ["x"] = 481, - ["y"] = -207.8, - ["target"] = 1, - ["direction"] = -1, - ["connectionIndex"] = 2, + ["type"] = "neltharusShield", + ["x"] = 696.43032468046, + ["y"] = -354.35561935606, }, }, }; @@ -92,7 +113,7 @@ MDT.dungeonEnemies[dungeonIndex] = { ["id"] = 193293, ["count"] = 10, ["health"] = 1779089, - ["scale"] = 1, + ["scale"] = 1.4, ["stealthDetect"] = true, ["displayId"] = 111187, ["creatureType"] = "Giant", @@ -108,97 +129,145 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 448.53919726309, - ["y"] = -292.08826484079, - ["g"] = 49, + ["x"] = 245.22633946601, + ["y"] = -425.75299864861, + ["g"] = 1, ["sublevel"] = 1, }, [2] = { - ["x"] = 445.2, - ["y"] = -352.6, - ["g"] = 50, + ["x"] = 260.38069551019, + ["y"] = -425.64794377149, + ["g"] = 1, ["sublevel"] = 1, }, [3] = { - ["x"] = 432.20485469961, - ["y"] = -291.38138289332, - ["g"] = 49, + ["x"] = 249.31538334381, + ["y"] = -292.44655070611, + ["g"] = 51, ["sublevel"] = 1, }, [4] = { - ["x"] = 447.77754638854, - ["y"] = -397.29871998611, + ["x"] = 263.54909069059, + ["y"] = -292.75475803602, ["g"] = 51, ["sublevel"] = 1, }, [5] = { - ["x"] = 402.3, - ["y"] = -408.4, + ["x"] = 251.45137812493, + ["y"] = -224.64554724841, + ["g"] = 52, ["sublevel"] = 1, }, [6] = { - ["x"] = 385.8, - ["y"] = -443.3, + ["x"] = 248.41662153804, + ["y"] = -193.67558188121, + ["g"] = 53, ["sublevel"] = 1, - ["patrol"] = { - [1] = { - ["x"] = 381.2, - ["y"] = -449.5, - }, - [2] = { - ["x"] = 392.7, - ["y"] = -430.3, - }, - [3] = { - ["x"] = 399.6, - ["y"] = -421.9, - }, - }, }, [7] = { - ["x"] = 474.4, - ["y"] = -409.9, + ["x"] = 213.87753694932, + ["y"] = -150.86227835292, ["sublevel"] = 1, }, [8] = { - ["x"] = 492.3, - ["y"] = -441.7, + ["x"] = 195.34213381677, + ["y"] = -118.31695193085, ["sublevel"] = 1, ["patrol"] = { [1] = { - ["x"] = 497.7, - ["y"] = -452.7, + ["x"] = 195.34213381677, + ["y"] = -118.31695193085, }, [2] = { - ["x"] = 486.8, - ["y"] = -425.1, + ["x"] = 197.96291389402, + ["y"] = -128.29363433084, }, [3] = { - ["x"] = 481.7, - ["y"] = -419.2, + ["x"] = 201.01116855172, + ["y"] = -136.52394981435, + }, + [4] = { + ["x"] = 204.05945809406, + ["y"] = -144.44942587823, + }, + [5] = { + ["x"] = 201.01116855172, + ["y"] = -136.52394981435, + }, + [6] = { + ["x"] = 197.96291389402, + ["y"] = -128.29363433084, + }, + [7] = { + ["x"] = 195.34213381677, + ["y"] = -118.31695193085, + }, + [8] = { + ["x"] = 194.91465923631, + ["y"] = -107.56542591225, + }, + [9] = { + ["x"] = 197.65809191671, + ["y"] = -97.810965657572, + }, + [10] = { + ["x"] = 194.91465923631, + ["y"] = -107.56542591225, }, }, }, [9] = { - ["x"] = 481.4, - ["y"] = -435.7, + ["x"] = 178.00434749561, + ["y"] = -98.346731454384, ["sublevel"] = 1, }, [10] = { - ["x"] = 399, - ["y"] = -432.5, + ["x"] = 296.93695451892, + ["y"] = -154.34067445741, ["sublevel"] = 1, }, [11] = { - ["x"] = 433.7, - ["y"] = -185.2, - ["g"] = 1, + ["x"] = 313.61011304474, + ["y"] = -125.14340388287, ["sublevel"] = 1, + ["patrol"] = { + [1] = { + ["x"] = 313.61011304474, + ["y"] = -123.6192591117, + }, + [2] = { + ["x"] = 310.13907600545, + ["y"] = -131.64674585049, + }, + [3] = { + ["x"] = 308.61496611892, + ["y"] = -139.57220447205, + }, + [4] = { + ["x"] = 305.26188948391, + ["y"] = -145.05908727517, + }, + [5] = { + ["x"] = 308.61496611892, + ["y"] = -139.57220447205, + }, + [6] = { + ["x"] = 310.13907600545, + ["y"] = -131.64674585049, + }, + [7] = { + ["x"] = 313.61011304474, + ["y"] = -123.6192591117, + }, + [8] = { + ["x"] = 314.40665345702, + ["y"] = -113.05227383073, + }, + }, }, [12] = { - ["x"] = 444.6, - ["y"] = -185.5, - ["g"] = 1, + ["x"] = 311.70738084304, + ["y"] = -103.54230828131, ["sublevel"] = 1, }, }, @@ -225,25 +294,25 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 440.49489651119, - ["y"] = -285.00511489098, - ["g"] = 49, + ["x"] = 256.65618650372, + ["y"] = -301.77526932056, + ["g"] = 51, ["sublevel"] = 1, }, [2] = { - ["x"] = 439.3, - ["y"] = -400.70884277409, - ["g"] = 51, + ["x"] = 256.23757331073, + ["y"] = -183.62308111181, + ["g"] = 53, ["sublevel"] = 1, }, [3] = { - ["x"] = 484.1, - ["y"] = -450, + ["x"] = 192.13945955324, + ["y"] = -86.032893925042, ["sublevel"] = 1, }, [4] = { - ["x"] = 393.3, - ["y"] = -451.9, + ["x"] = 323.55131252957, + ["y"] = -96.143839969103, ["sublevel"] = 1, }, }, @@ -253,7 +322,7 @@ MDT.dungeonEnemies[dungeonIndex] = { ["id"] = 193944, ["count"] = 15, ["health"] = 1383736, - ["scale"] = 1, + ["scale"] = 1.3, ["displayId"] = 108666, ["creatureType"] = "Giant", ["level"] = 70, @@ -276,30 +345,35 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 433.2, - ["y"] = -352.8, - ["g"] = 50, + ["x"] = 262.27647983061, + ["y"] = -224.35757803452, + ["g"] = 52, ["sublevel"] = 1, }, [2] = { - ["x"] = 473.2, - ["y"] = -393.6, + ["x"] = 264.15608789818, + ["y"] = -193.60512544635, + ["g"] = 53, ["sublevel"] = 1, }, [3] = { - ["x"] = 496.4, - ["y"] = -426.8, + ["x"] = 203.99682897917, + ["y"] = -170.06066846959, ["sublevel"] = 1, }, [4] = { - ["x"] = 389.3, - ["y"] = -424.2, + ["x"] = 178.55898601833, + ["y"] = -127.18610165705, ["sublevel"] = 1, }, [5] = { - ["x"] = 431.56123935897, - ["y"] = -397.25994679184, - ["g"] = 51, + ["x"] = 319.67676005477, + ["y"] = -147.00874272336, + ["sublevel"] = 1, + }, + [6] = { + ["x"] = 331.25370954402, + ["y"] = -132.52003437233, ["sublevel"] = 1, }, }, @@ -309,16 +383,24 @@ MDT.dungeonEnemies[dungeonIndex] = { ["id"] = 189227, ["count"] = 5, ["health"] = 1186059, - ["scale"] = 1, + ["scale"] = 1.4, ["displayId"] = 108349, ["creatureType"] = "Giant", ["level"] = 70, ["characteristics"] = { ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, ["Root"] = true, ["Fear"] = true, + ["Disorient"] = true, + ["Repentance"] = true, ["Stun"] = true, ["Slow"] = true, + ["Sleep Walk"] = true, }, ["spells"] = { [372561] = { @@ -334,73 +416,73 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 391.2, - ["y"] = -228.2, + ["x"] = 299.81343725704, + ["y"] = -403.57660968271, ["g"] = 2, ["sublevel"] = 1, }, [2] = { - ["x"] = 396.4, - ["y"] = -213.3, + ["x"] = 302.87957451475, + ["y"] = -391.280841001, ["g"] = 2, ["sublevel"] = 1, }, [3] = { - ["x"] = 366.3, - ["y"] = -179.29487370684, + ["x"] = 342.50528150338, + ["y"] = -443.25047601058, ["g"] = 5, ["sublevel"] = 1, }, [4] = { - ["x"] = 322.7, - ["y"] = -184.1, + ["x"] = 391.60581981412, + ["y"] = -425.02546888977, ["g"] = 7, ["sublevel"] = 1, }, [5] = { - ["x"] = 314.61025258632, - ["y"] = -212.79266695076, + ["x"] = 408.90263179695, + ["y"] = -403.59254187882, ["g"] = 8, ["sublevel"] = 1, }, [6] = { - ["x"] = 332.1, - ["y"] = -291.1, + ["x"] = 391.90294033321, + ["y"] = -290.46710180996, ["g"] = 13, ["sublevel"] = 1, }, [7] = { - ["x"] = 307.5, - ["y"] = -323.8, + ["x"] = 418.2968728601, + ["y"] = -267.20174245562, ["g"] = 15, ["sublevel"] = 1, }, [8] = { - ["x"] = 346.4, - ["y"] = -362.4, + ["x"] = 376.08454270404, + ["y"] = -223.01856999344, ["g"] = 17, ["sublevel"] = 1, }, [9] = { - ["x"] = 352.1, - ["y"] = -357.9, + ["x"] = 368.69250186137, + ["y"] = -229.11932630498, ["g"] = 17, ["sublevel"] = 1, }, [10] = { - ["x"] = 337.6, - ["y"] = -391.8, + ["x"] = 385.10304718477, + ["y"] = -177.29720846027, ["sublevel"] = 1, }, [11] = { - ["x"] = 282.1, - ["y"] = -360.8, - ["g"] = 19, + ["x"] = 446.74771571274, + ["y"] = -222.44976599894, + ["g"] = 20, ["sublevel"] = 1, }, [12] = { - ["x"] = 238.8, - ["y"] = -304, + ["x"] = 503.84714842175, + ["y"] = -288.86083759643, ["sublevel"] = 1, }, }, @@ -416,213 +498,184 @@ MDT.dungeonEnemies[dungeonIndex] = { ["level"] = 70, ["characteristics"] = { ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, ["Root"] = true, ["Fear"] = true, + ["Banish"] = true, + ["Disorient"] = true, ["Stun"] = true, ["Slow"] = true, + ["Sleep Walk"] = true, }, ["spells"] = { }, ["clones"] = { [1] = { - ["x"] = 385.3, - ["y"] = -249.1, + ["x"] = 316.63731786225, + ["y"] = -350.67014712356, ["g"] = 3, ["sublevel"] = 1, }, [2] = { - ["x"] = 389.2, - ["y"] = -254.9, + ["x"] = 309.77917117665, + ["y"] = -345.3954608151, ["g"] = 3, ["sublevel"] = 1, }, [3] = { - ["x"] = 383.5, - ["y"] = -260.4, + ["x"] = 316.73590379898, + ["y"] = -338.87155396055, ["g"] = 3, ["sublevel"] = 1, }, [4] = { - ["x"] = 376.9, - ["y"] = -233.3, - ["g"] = 2, + ["x"] = 321.29170940668, + ["y"] = -376.16667555354, ["sublevel"] = 1, - ["patrol"] = { - [1] = { - ["x"] = 370.5, - ["y"] = -253.2, - }, - [2] = { - ["x"] = 378.7, - ["y"] = -239.9, - }, - [3] = { - ["x"] = 393.3, - ["y"] = -238.9, - }, - [4] = { - ["x"] = 396.6, - ["y"] = -233.9, - }, - [5] = { - ["x"] = 384, - ["y"] = -221, - }, - [6] = { - ["x"] = 376.1, - ["y"] = -237.5, - }, - [7] = { - ["x"] = 363, - ["y"] = -247.5, - }, - [8] = { - ["x"] = 369.3, - ["y"] = -253, - }, - }, }, [5] = { - ["x"] = 363.29634487756, - ["y"] = -212.10365512244, + ["x"] = 340.76729013776, + ["y"] = -393.72739090268, ["g"] = 4, ["sublevel"] = 1, }, [6] = { - ["x"] = 356.51022978197, - ["y"] = -215.7, + ["x"] = 346.32657730905, + ["y"] = -387.724964803, ["g"] = 4, ["sublevel"] = 1, }, [7] = { - ["x"] = 356.60367792679, - ["y"] = -207.91540168383, + ["x"] = 348.9463184188, + ["y"] = -396.81675147969, ["g"] = 4, ["sublevel"] = 1, }, [8] = { - ["x"] = 346.1, - ["y"] = -219, + ["x"] = 370.06765218223, + ["y"] = -385.53316993435, ["g"] = 9, ["sublevel"] = 1, }, [9] = { - ["x"] = 339.50514909751, - ["y"] = -222.3875406576, + ["x"] = 376.48599133826, + ["y"] = -378.91417637718, ["g"] = 9, ["sublevel"] = 1, }, [10] = { - ["x"] = 321.5, - ["y"] = -210.3, + ["x"] = 401.02711370332, + ["y"] = -407.63829993505, ["g"] = 8, ["sublevel"] = 1, }, [11] = { - ["x"] = 359.90657465953, - ["y"] = -179.80731024489, + ["x"] = 350.29763446191, + ["y"] = -436.22712560894, ["g"] = 5, ["sublevel"] = 1, }, [12] = { - ["x"] = 345.99340253612, - ["y"] = -171.80583907417, + ["x"] = 375.92654941767, + ["y"] = -453.29100260137, ["g"] = 6, ["sublevel"] = 1, }, [13] = { - ["x"] = 339.5, - ["y"] = -174.8, + ["x"] = 383.67194392332, + ["y"] = -448.69116378604, ["g"] = 6, ["sublevel"] = 1, }, [14] = { - ["x"] = 308.7, - ["y"] = -240.2, + ["x"] = 421.21013487377, + ["y"] = -369.249369153, ["g"] = 10, ["sublevel"] = 1, }, [15] = { - ["x"] = 301.01832122092, - ["y"] = -244.10659746388, + ["x"] = 429.197193873, + ["y"] = -363.7982475297, ["g"] = 10, ["sublevel"] = 1, }, [16] = { - ["x"] = 338.99048299904, - ["y"] = -292.99270115729, - ["g"] = 13, + ["x"] = 373.54833884279, + ["y"] = -278.87539109958, ["sublevel"] = 1, }, [17] = { - ["x"] = 336.6, - ["y"] = -285.5, + ["x"] = 386.17123806898, + ["y"] = -299.36661600932, ["g"] = 13, ["sublevel"] = 1, }, [18] = { - ["x"] = 314.9, - ["y"] = -335.4, + ["x"] = 417.78272590435, + ["y"] = -257.98212129418, ["g"] = 15, ["sublevel"] = 1, }, [19] = { - ["x"] = 312.2, - ["y"] = -330, - ["g"] = 15, + ["x"] = 415.97504128747, + ["y"] = -241.77514921501, ["sublevel"] = 1, }, [20] = { - ["x"] = 317.2, - ["y"] = -434.9, + ["x"] = 407.65009583578, + ["y"] = -125.47149052321, ["g"] = 18, ["sublevel"] = 1, }, [21] = { - ["x"] = 316.1, - ["y"] = -440.2, + ["x"] = 402.17712129998, + ["y"] = -117.0433757848, ["g"] = 18, ["sublevel"] = 1, }, [22] = { - ["x"] = 320.5, - ["y"] = -438.4, + ["x"] = 411.24593330591, + ["y"] = -116.88045828051, ["g"] = 18, ["sublevel"] = 1, }, [23] = { - ["x"] = 274.1, - ["y"] = -355.6, - ["g"] = 19, + ["x"] = 462.58018023976, + ["y"] = -227.55107467938, + ["g"] = 20, ["sublevel"] = 1, }, [24] = { - ["x"] = 275.5, - ["y"] = -362.8, - ["g"] = 19, + ["x"] = 460.94436178317, + ["y"] = -218.13197575608, + ["g"] = 20, ["sublevel"] = 1, }, [25] = { - ["x"] = 246.4, - ["y"] = -322.1, - ["g"] = 20, + ["x"] = 491.90394445017, + ["y"] = -261.11166794485, + ["g"] = 21, ["sublevel"] = 1, }, [26] = { - ["x"] = 242.55946012199, - ["y"] = -329.19185313199, - ["g"] = 20, + ["x"] = 488.06340457216, + ["y"] = -268.20352107684, + ["g"] = 21, ["sublevel"] = 1, }, [27] = { - ["x"] = 250.90270816225, - ["y"] = -330.11885703558, - ["g"] = 20, + ["x"] = 496.40665261242, + ["y"] = -269.13052498043, + ["g"] = 21, ["sublevel"] = 1, }, [28] = { - ["x"] = 302.63112031196, - ["y"] = -229.64693996357, + ["x"] = 421.77512783483, + ["y"] = -387.13453670359, ["sublevel"] = 1, }, }, @@ -656,77 +709,154 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 324.2, - ["y"] = -321.7, + ["x"] = 406.7850300845, + ["y"] = -340.05221884902, ["sublevel"] = 1, + ["scale"] = 1.7, ["patrol"] = { [1] = { - ["x"] = 324.6, - ["y"] = -319.9, + ["x"] = 406.7850300845, + ["y"] = -340.05221884902, }, [2] = { - ["x"] = 306.4, - ["y"] = -302.4, + ["x"] = 408.31945810497, + ["y"] = -327.94218248578, }, [3] = { - ["x"] = 309.5, - ["y"] = -264.6, + ["x"] = 401.80376431902, + ["y"] = -314.91081562663, }, [4] = { - ["x"] = 332.9, - ["y"] = -253.5, + ["x"] = 401.80376431902, + ["y"] = -308.03316646958, }, [5] = { - ["x"] = 329.6, - ["y"] = -231.2, + ["x"] = 407.23348842789, + ["y"] = -305.86128925369, }, [6] = { - ["x"] = 343.1, - ["y"] = -214.3, + ["x"] = 417.00696696855, + ["y"] = -296.08774857477, }, [7] = { - ["x"] = 327.9, - ["y"] = -190.3, + ["x"] = 414.11115829769, + ["y"] = -289.21012013047, }, [8] = { - ["x"] = 353.9, - ["y"] = -184.9, + ["x"] = 407.59546451174, + ["y"] = -282.33249168617, }, [9] = { - ["x"] = 354.1, - ["y"] = -189.3, + ["x"] = 399.26993173202, + ["y"] = -273.64492068433, }, [10] = { - ["x"] = 333.5, - ["y"] = -192.8, + ["x"] = 393.84020762315, + ["y"] = -266.40529544342, }, [11] = { - ["x"] = 347.3, - ["y"] = -213.8, + ["x"] = 399.26993173202, + ["y"] = -273.64492068433, }, [12] = { - ["x"] = 333.8, - ["y"] = -232, + ["x"] = 407.59546451174, + ["y"] = -282.33249168617, }, [13] = { - ["x"] = 336.2, - ["y"] = -255.5, + ["x"] = 414.11115829769, + ["y"] = -289.21012013047, }, [14] = { - ["x"] = 313.4, - ["y"] = -267, + ["x"] = 417.00696696855, + ["y"] = -296.08774857477, }, [15] = { - ["x"] = 311.4, - ["y"] = -300.1, + ["x"] = 407.23348842789, + ["y"] = -305.86128925369, }, [16] = { - ["x"] = 328.3, - ["y"] = -317.2, + ["x"] = 401.80376431902, + ["y"] = -308.03316646958, }, [17] = { - ["x"] = 324.6, - ["y"] = -319.9, + ["x"] = 401.80376431902, + ["y"] = -314.91081562663, + }, + [18] = { + ["x"] = 408.31945810497, + ["y"] = -327.94218248578, + }, + [19] = { + ["x"] = 406.7850300845, + ["y"] = -340.05221884902, + }, + [20] = { + ["x"] = 396.84088458045, + ["y"] = -350.9667576247, + }, + [21] = { + ["x"] = 392.49712376839, + ["y"] = -356.75845843387, + }, + [22] = { + ["x"] = 390.01495444288, + ["y"] = -365.85971439844, + }, + [23] = { + ["x"] = 390.22179794139, + ["y"] = -375.78834435703, + }, + [24] = { + ["x"] = 392.49712376839, + ["y"] = -384.68276865895, + }, + [25] = { + ["x"] = 394.35873892666, + ["y"] = -393.78401278766, + }, + [26] = { + ["x"] = 389.18758044886, + ["y"] = -407.02219198371, + }, + [27] = { + ["x"] = 381.74107247234, + ["y"] = -416.1234538662, + }, + [28] = { + ["x"] = 372.43299668099, + ["y"] = -430.39586239064, + }, + [29] = { + ["x"] = 381.74107247234, + ["y"] = -416.1234538662, + }, + [30] = { + ["x"] = 389.18758044886, + ["y"] = -407.02219198371, + }, + [31] = { + ["x"] = 394.35873892666, + ["y"] = -393.78401278766, + }, + [32] = { + ["x"] = 392.49712376839, + ["y"] = -384.68276865895, + }, + [33] = { + ["x"] = 390.22179794139, + ["y"] = -375.78834435703, + }, + [34] = { + ["x"] = 390.01495444288, + ["y"] = -365.85971439844, + }, + [35] = { + ["x"] = 392.49712376839, + ["y"] = -356.75845843387, + }, + [36] = { + ["x"] = 396.84088458045, + ["y"] = -350.9667576247, }, }, }, @@ -737,16 +867,24 @@ MDT.dungeonEnemies[dungeonIndex] = { ["id"] = 189266, ["count"] = 5, ["health"] = 988383, - ["scale"] = 1, + ["scale"] = 1.4, ["displayId"] = 108344, ["creatureType"] = "Giant", ["level"] = 70, ["characteristics"] = { ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, ["Root"] = true, ["Fear"] = true, + ["Disorient"] = true, + ["Repentance"] = true, ["Stun"] = true, ["Slow"] = true, + ["Sleep Walk"] = true, }, ["spells"] = { [371875] = { @@ -760,73 +898,74 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 360.59777043957, - ["y"] = -172.81613726919, + ["x"] = 351.35829807974, + ["y"] = -449.74484886802, ["g"] = 5, ["sublevel"] = 1, }, [2] = { - ["x"] = 328.69781604827, - ["y"] = -188.08606948689, + ["x"] = 392.01187210414, + ["y"] = -436.97007131343, ["g"] = 7, ["sublevel"] = 1, }, [3] = { - ["x"] = 329.39340253612, - ["y"] = -180.6956092922, + ["x"] = 401.77469979502, + ["y"] = -431.42501840434, ["g"] = 7, ["sublevel"] = 1, }, [4] = { - ["x"] = 334.4, - ["y"] = -267.21027539067, + ["x"] = 388.24418062089, + ["y"] = -332.70366780023, ["g"] = 12, ["sublevel"] = 1, }, [5] = { - ["x"] = 339.68535670588, - ["y"] = -272.90291953708, + ["x"] = 383.03457359897, + ["y"] = -322.89689751965, ["g"] = 12, ["sublevel"] = 1, }, [6] = { - ["x"] = 305.2, - ["y"] = -259.4, + ["x"] = 425.91543002466, + ["y"] = -347.77206495654, ["g"] = 11, ["sublevel"] = 1, }, [7] = { - ["x"] = 329.9, - ["y"] = -328.2, + ["x"] = 392.86714159436, + ["y"] = -257.63884961171, ["g"] = 14, ["sublevel"] = 1, }, [8] = { - ["x"] = 332.2, - ["y"] = -352.1, + ["x"] = 395.20861682915, + ["y"] = -229.58887766808, ["g"] = 16, ["sublevel"] = 1, }, [9] = { - ["x"] = 316.4, - ["y"] = -422.7, + ["x"] = 408.71271518162, + ["y"] = -141.35061595, ["g"] = 18, ["sublevel"] = 1, }, [10] = { - ["x"] = 252.9, - ["y"] = -364.8, + ["x"] = 488.44166883168, + ["y"] = -212.07671581997, ["sublevel"] = 1, }, [11] = { - ["x"] = 289.7, - ["y"] = -371.3, - ["g"] = 19, + ["x"] = 446.17488610101, + ["y"] = -206.39438579422, + ["g"] = 20, ["sublevel"] = 1, }, [12] = { - ["x"] = 266.83617786543, - ["y"] = -397.42199342107, + ["x"] = 466.40907786426, + ["y"] = -170.538803324, + ["g"] = 19, ["sublevel"] = 1, }, }, @@ -836,16 +975,24 @@ MDT.dungeonEnemies[dungeonIndex] = { ["id"] = 189265, ["count"] = 5, ["health"] = 1186059, - ["scale"] = 1, + ["scale"] = 1.4, ["displayId"] = 108347, ["creatureType"] = "Giant", ["level"] = 70, ["characteristics"] = { ["Taunt"] = true, + ["Incapacitate"] = true, ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Root"] = true, ["Fear"] = true, + ["Disorient"] = true, + ["Repentance"] = true, ["Stun"] = true, ["Slow"] = true, + ["Sleep Walk"] = true, }, ["spells"] = { [372223] = { @@ -855,38 +1002,39 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 300.50586187852, - ["y"] = -264.19632207321, + ["x"] = 430.20817189533, + ["y"] = -337.31705686407, ["g"] = 11, ["sublevel"] = 1, }, [2] = { - ["x"] = 333.4, - ["y"] = -330.8, + ["x"] = 382.56066744628, + ["y"] = -253.93367475324, ["g"] = 14, ["sublevel"] = 1, }, [3] = { - ["x"] = 325, - ["y"] = -357.7, + ["x"] = 401.23249256031, + ["y"] = -218.87744138223, ["g"] = 16, ["sublevel"] = 1, }, [4] = { - ["x"] = 309.5, - ["y"] = -423.5, + ["x"] = 415.93775773361, + ["y"] = -132.23680279131, ["g"] = 18, ["sublevel"] = 1, }, [5] = { - ["x"] = 316.1, - ["y"] = -429.5, + ["x"] = 417.77400465779, + ["y"] = -143.06517891313, ["g"] = 18, ["sublevel"] = 1, }, [6] = { - ["x"] = 279.9, - ["y"] = -400.5, + ["x"] = 451.62874336884, + ["y"] = -166.08818703068, + ["g"] = 19, ["sublevel"] = 1, }, }, @@ -948,8 +1096,8 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 366.6, - ["y"] = -375.5, + ["x"] = 355.73995925201, + ["y"] = -205.89151016014, ["sublevel"] = 1, }, }, @@ -968,6 +1116,7 @@ MDT.dungeonEnemies[dungeonIndex] = { ["instanceID"] = 1199, ["characteristics"] = { ["Taunt"] = true, + ["Mind Soothe"] = true, }, ["spells"] = { [376780] = { @@ -991,8 +1140,8 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 441.30437392072, - ["y"] = -464.29360026517, + ["x"] = 253.98506093332, + ["y"] = -91.173813980314, ["sublevel"] = 1, }, }, @@ -1002,15 +1151,24 @@ MDT.dungeonEnemies[dungeonIndex] = { ["id"] = 192787, ["count"] = 5, ["health"] = 1383736, - ["scale"] = 1, + ["scale"] = 1.4, ["displayId"] = 108029, ["creatureType"] = "Giant", ["level"] = 70, ["characteristics"] = { + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, ["Root"] = true, ["Fear"] = true, + ["Disorient"] = true, + ["Repentance"] = true, ["Stun"] = true, ["Slow"] = true, + ["Sleep Walk"] = true, }, ["spells"] = { [378847] = { @@ -1018,27 +1176,27 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 498.3, - ["y"] = -224.6, - ["g"] = 21, + ["x"] = 193.36985209268, + ["y"] = -387.78253535692, + ["g"] = 42, ["sublevel"] = 1, }, [2] = { - ["x"] = 485.6, - ["y"] = -234, - ["g"] = 21, + ["x"] = 202.54806098365, + ["y"] = -380.95747735841, + ["g"] = 42, ["sublevel"] = 1, }, [3] = { - ["x"] = 563.20068997666, - ["y"] = -267.28535670588, - ["g"] = 23, + ["x"] = 113.53225617392, + ["y"] = -334.90608406204, + ["g"] = 48, ["sublevel"] = 1, }, [4] = { - ["x"] = 621.4, - ["y"] = -280.1, - ["g"] = 29, + ["x"] = 30.905997048463, + ["y"] = -316.41874413923, + ["g"] = 50, ["sublevel"] = 1, }, }, @@ -1054,10 +1212,18 @@ MDT.dungeonEnemies[dungeonIndex] = { ["level"] = 70, ["characteristics"] = { ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, ["Root"] = true, ["Fear"] = true, + ["Banish"] = true, + ["Disorient"] = true, ["Stun"] = true, ["Slow"] = true, + ["Sleep Walk"] = true, }, ["spells"] = { [378149] = { @@ -1071,133 +1237,131 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 493.5, - ["y"] = -226.4, - ["g"] = 21, + ["x"] = 206.81789841734, + ["y"] = -389.63800123146, + ["g"] = 42, ["sublevel"] = 1, }, [2] = { - ["x"] = 488.8, - ["y"] = -229.2, - ["g"] = 21, + ["x"] = 201.68831148305, + ["y"] = -395.45854282486, + ["g"] = 42, ["sublevel"] = 1, }, [3] = { - ["x"] = 527.60953980531, - ["y"] = -190.13665587899, - ["g"] = 25, + ["x"] = 152.62236180792, + ["y"] = -399.857608454, + ["g"] = 44, + ["sublevel"] = 1, + }, + [4] = { + ["x"] = 139.82429171641, + ["y"] = -398.85323864947, + ["g"] = 44, + ["sublevel"] = 1, + }, + [5] = { + ["x"] = 68.240982711293, + ["y"] = -361.15704751108, + ["g"] = 49, ["sublevel"] = 1, ["patrol"] = { [1] = { - ["x"] = 499.1, - ["y"] = -234.9, + ["x"] = 67.545962055823, + ["y"] = -360.69370482615, }, [2] = { - ["x"] = 504.2, - ["y"] = -240.6, + ["x"] = 74.484257890356, + ["y"] = -369.86929183103, }, [3] = { - ["x"] = 532.5, - ["y"] = -227.9, + ["x"] = 81.202693681364, + ["y"] = -377.74601142545, }, [4] = { - ["x"] = 547.3, - ["y"] = -214, + ["x"] = 88.847708792915, + ["y"] = -385.39105304933, }, [5] = { - ["x"] = 543.3, - ["y"] = -197.7, + ["x"] = 97.651073988698, + ["y"] = -391.182763702, }, [6] = { - ["x"] = 527.9, - ["y"] = -180.9, + ["x"] = 103.67446261191, + ["y"] = -393.96278004306, }, [7] = { - ["x"] = 524.3, - ["y"] = -183.3, + ["x"] = 108.77116586527, + ["y"] = -395.81611101427, }, [8] = { - ["x"] = 539.5, - ["y"] = -199.3, + ["x"] = 103.67446261191, + ["y"] = -393.96278004306, }, [9] = { - ["x"] = 541.9, - ["y"] = -213.6, + ["x"] = 97.651073988698, + ["y"] = -391.182763702, }, [10] = { - ["x"] = 529.8, - ["y"] = -224.3, + ["x"] = 88.847708792915, + ["y"] = -385.39105304933, }, [11] = { - ["x"] = 499.8, - ["y"] = -235.2, + ["x"] = 81.202693681364, + ["y"] = -377.74601142545, }, - }, - }, - [4] = { - ["x"] = 533.5, - ["y"] = -186.9, - ["g"] = 25, - ["sublevel"] = 1, - }, - [5] = { - ["x"] = 592.9, - ["y"] = -239, - ["g"] = 28, - ["sublevel"] = 1, - ["patrol"] = { - [1] = { - ["x"] = 614.8, - ["y"] = -277.4, + [12] = { + ["x"] = 74.484257890356, + ["y"] = -369.86929183103, }, - [2] = { - ["x"] = 617.5, - ["y"] = -275.7, + [13] = { + ["x"] = 67.545962055823, + ["y"] = -360.69370482615, }, - [3] = { - ["x"] = 603, - ["y"] = -249.6, + [14] = { + ["x"] = 57.80413333166, + ["y"] = -351.33583630112, }, - [4] = { - ["x"] = 568.1, - ["y"] = -209.1, + [15] = { + ["x"] = 49.464150589294, + ["y"] = -340.21575768071, }, - [5] = { - ["x"] = 565.7, - ["y"] = -210.9, + [16] = { + ["x"] = 42.977406024993, + ["y"] = -328.400671661, }, - [6] = { - ["x"] = 601, - ["y"] = -251.2, + [17] = { + ["x"] = 49.464150589294, + ["y"] = -340.21575768071, }, - [7] = { - ["x"] = 613.9, - ["y"] = -276.6, + [18] = { + ["x"] = 57.80413333166, + ["y"] = -351.33583630112, }, }, }, [6] = { - ["x"] = 592.7, - ["y"] = -245.7, - ["g"] = 28, + ["x"] = 66.124936933294, + ["y"] = -352.25362884032, + ["g"] = 49, ["sublevel"] = 1, }, [7] = { - ["x"] = 599.5, - ["y"] = -241.7, - ["g"] = 28, + ["x"] = 60.191007478107, + ["y"] = -359.73133663595, + ["g"] = 49, ["sublevel"] = 1, }, [8] = { - ["x"] = 614.7, - ["y"] = -290, - ["g"] = 29, + ["x"] = 45.971934063478, + ["y"] = -301.87699218802, + ["g"] = 50, ["sublevel"] = 1, }, [9] = { - ["x"] = 617.1, - ["y"] = -284.3, - ["g"] = 29, + ["x"] = 38.143305155762, + ["y"] = -307.43218568453, + ["g"] = 50, ["sublevel"] = 1, }, }, @@ -1207,15 +1371,24 @@ MDT.dungeonEnemies[dungeonIndex] = { ["id"] = 192786, ["count"] = 5, ["health"] = 1284898, - ["scale"] = 1, + ["scale"] = 1.4, ["displayId"] = 108663, ["creatureType"] = "Giant", ["level"] = 70, ["characteristics"] = { ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Root"] = true, ["Fear"] = true, + ["Disorient"] = true, + ["Repentance"] = true, ["Stun"] = true, ["Slow"] = true, + ["Sleep Walk"] = true, }, ["spells"] = { [378827] = { @@ -1225,63 +1398,63 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 518.9, - ["y"] = -255.1, - ["g"] = 22, + ["x"] = 174.55841891083, + ["y"] = -337.6514849452, + ["g"] = 43, ["sublevel"] = 1, }, [2] = { - ["x"] = 503.1, - ["y"] = -261.9, - ["g"] = 22, + ["x"] = 162.97062550261, + ["y"] = -350.50646413369, + ["g"] = 43, ["sublevel"] = 1, }, [3] = { - ["x"] = 557.6, - ["y"] = -236.5, - ["g"] = 24, + ["x"] = 112.93153806392, + ["y"] = -367.4781204902, + ["g"] = 47, ["sublevel"] = 1, }, [4] = { - ["x"] = 558.3, - ["y"] = -229.6, - ["g"] = 24, + ["x"] = 113.44418622048, + ["y"] = -377.67852708159, + ["g"] = 47, ["sublevel"] = 1, }, [5] = { - ["x"] = 563.81613726919, - ["y"] = -258.21466609847, - ["g"] = 23, + ["x"] = 103.37046530452, + ["y"] = -338.64513772018, + ["g"] = 48, ["sublevel"] = 1, }, [6] = { - ["x"] = 528.4, - ["y"] = -164.7, - ["g"] = 26, + ["x"] = 158.72100083127, + ["y"] = -470.5054946421, + ["g"] = 45, ["sublevel"] = 1, }, [7] = { - ["x"] = 536.7, - ["y"] = -168.60296514579, - ["g"] = 26, + ["x"] = 139.98722102183, + ["y"] = -463.41810838949, + ["g"] = 45, ["sublevel"] = 1, }, [8] = { - ["x"] = 551.9, - ["y"] = -197, - ["g"] = 27, + ["x"] = 118.53980604856, + ["y"] = -418.94302335599, + ["g"] = 46, ["sublevel"] = 1, }, [9] = { - ["x"] = 558.9, - ["y"] = -199.7, - ["g"] = 27, + ["x"] = 108.36382310023, + ["y"] = -411.68703023325, + ["g"] = 46, ["sublevel"] = 1, }, [10] = { - ["x"] = 612, - ["y"] = -281.6, - ["g"] = 29, + ["x"] = 49.283144674618, + ["y"] = -311.33307970471, + ["g"] = 50, ["sublevel"] = 1, }, }, @@ -1291,17 +1464,24 @@ MDT.dungeonEnemies[dungeonIndex] = { ["id"] = 192788, ["count"] = 5, ["health"] = 948849, - ["scale"] = 1, + ["scale"] = 1.4, ["displayId"] = 107985, ["creatureType"] = "Giant", ["level"] = 70, ["characteristics"] = { ["Taunt"] = true, + ["Incapacitate"] = true, ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Root"] = true, ["Fear"] = true, ["Disorient"] = true, + ["Repentance"] = true, ["Stun"] = true, ["Slow"] = true, + ["Sleep Walk"] = true, }, ["spells"] = { [378281] = { @@ -1313,57 +1493,139 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 512.8, - ["y"] = -260.4, - ["g"] = 22, + ["x"] = 164.02860826385, + ["y"] = -339.09874712616, + ["g"] = 43, ["sublevel"] = 1, }, [2] = { - ["x"] = 535.09924161029, - ["y"] = -194.0897360115, - ["g"] = 25, + ["x"] = 145.0666613657, + ["y"] = -405.29825984645, + ["g"] = 44, ["sublevel"] = 1, + ["patrol"] = { + [1] = { + ["x"] = 145.0666613657, + ["y"] = -405.29825984645, + }, + [2] = { + ["x"] = 143.04540019705, + ["y"] = -409.71206590444, + }, + [3] = { + ["x"] = 145.67801425309, + ["y"] = -416.55681123315, + }, + [4] = { + ["x"] = 149.89016058958, + ["y"] = -424.45457808215, + }, + [5] = { + ["x"] = 144.36170722507, + ["y"] = -419.45266560544, + }, + [6] = { + ["x"] = 138.30674310042, + ["y"] = -412.08137938894, + }, + [7] = { + ["x"] = 133.3048306237, + ["y"] = -407.07946691222, + }, + [8] = { + ["x"] = 125.93355947103, + ["y"] = -404.7101383639, + }, + [9] = { + ["x"] = 118.0357775582, + ["y"] = -402.60403506801, + }, + [10] = { + ["x"] = 124.61725244301, + ["y"] = -401.55099848389, + }, + [11] = { + ["x"] = 133.04157524363, + ["y"] = -399.97148126727, + }, + [12] = { + ["x"] = 139.35979474836, + ["y"] = -396.28584569093, + }, + [13] = { + ["x"] = 143.5719712125, + ["y"] = -392.33695473451, + }, + [14] = { + ["x"] = 148.57385356156, + ["y"] = -389.44110036222, + }, + [15] = { + ["x"] = 151.99626388547, + ["y"] = -384.70241313794, + }, + [16] = { + ["x"] = 148.57385356156, + ["y"] = -389.44110036222, + }, + [17] = { + ["x"] = 146.20455514089, + ["y"] = -392.60021011459, + }, + [18] = { + ["x"] = 145.94129976082, + ["y"] = -394.96953866291, + }, + [19] = { + ["x"] = 144.01360971776, + ["y"] = -400.82288825753, + }, + [20] = { + ["x"] = 145.0666613657, + ["y"] = -405.29825984645, + }, + }, }, [3] = { - ["x"] = 564.9, - ["y"] = -229.4, - ["g"] = 24, + ["x"] = 103.09524101427, + ["y"] = -381.18521247426, + ["g"] = 47, ["sublevel"] = 1, }, [4] = { - ["x"] = 558.1, - ["y"] = -262, - ["g"] = 23, + ["x"] = 97.641071539382, + ["y"] = -348.78239726584, + ["g"] = 48, ["sublevel"] = 1, }, [5] = { - ["x"] = 569.60949419661, - ["y"] = -264.2765638881, - ["g"] = 23, + ["x"] = 122.55923074049, + ["y"] = -340.24036784489, + ["g"] = 48, ["sublevel"] = 1, }, [6] = { - ["x"] = 533.09926441464, - ["y"] = -163.60951700096, - ["g"] = 26, + ["x"] = 149.03446554798, + ["y"] = -467.79163677629, + ["g"] = 45, ["sublevel"] = 1, }, [7] = { - ["x"] = 539.3, - ["y"] = -174.20073558536, - ["g"] = 26, + ["x"] = 131.69516286438, + ["y"] = -454.66297959328, + ["g"] = 45, ["sublevel"] = 1, }, [8] = { - ["x"] = 562.9, - ["y"] = -193.2, - ["g"] = 27, + ["x"] = 105.77410546282, + ["y"] = -423.33133489822, + ["g"] = 46, ["sublevel"] = 1, }, [9] = { - ["x"] = 621.4, - ["y"] = -292.3, - ["g"] = 29, + ["x"] = 33.981374827604, + ["y"] = -297.84607963424, + ["g"] = 50, ["sublevel"] = 1, }, }, @@ -1407,8 +1669,8 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 560.3, - ["y"] = -348.2, + ["x"] = 103.89672240106, + ["y"] = -229.39256981282, ["sublevel"] = 1, }, }, @@ -1418,7 +1680,8 @@ MDT.dungeonEnemies[dungeonIndex] = { ["id"] = 189472, ["count"] = 15, ["health"] = 1779089, - ["scale"] = 1, + ["scale"] = 1.4, + ["stealthDetect"] = true, ["displayId"] = 108665, ["creatureType"] = "Giant", ["level"] = 70, @@ -1441,92 +1704,117 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 332.6, - ["y"] = -210.9, - ["g"] = 30, - ["sublevel"] = 2, + ["x"] = 591.9625915005, + ["y"] = -268.40870343889, + ["g"] = 22, + ["sublevel"] = 1, + ["scale"] = 1, }, [2] = { - ["x"] = 486.3, - ["y"] = -263.2, - ["g"] = 34, - ["sublevel"] = 2, + ["x"] = 704.50318964804, + ["y"] = -148.04201689736, + ["g"] = 41, + ["sublevel"] = 1, }, [3] = { - ["x"] = 480.3, - ["y"] = -256.5, - ["g"] = 34, - ["sublevel"] = 2, + ["x"] = 694.54233791835, + ["y"] = -144.01036127305, + ["g"] = 41, + ["sublevel"] = 1, }, [4] = { - ["x"] = 324.4, - ["y"] = -397.8, - ["g"] = 41, - ["sublevel"] = 2, + ["x"] = 737.04560140774, + ["y"] = -355.52385395323, + ["g"] = 33, + ["sublevel"] = 1, ["patrol"] = { [1] = { - ["x"] = 317.1, - ["y"] = -408.3, + ["x"] = 736.78234602767, + ["y"] = -355.52385395323, }, [2] = { - ["x"] = 319.5, - ["y"] = -411.1, + ["x"] = 730.54105746481, + ["y"] = -346.9166352513, }, [3] = { - ["x"] = 332.6, - ["y"] = -397, + ["x"] = 725.5391449881, + ["y"] = -339.28212378237, }, [4] = { - ["x"] = 336, - ["y"] = -384.8, + ["x"] = 718.69438459557, + ["y"] = -334.28018117801, }, [5] = { - ["x"] = 332.2, - ["y"] = -384, + ["x"] = 725.5391449881, + ["y"] = -339.28212378237, }, [6] = { - ["x"] = 328.9, - ["y"] = -395.2, + ["x"] = 730.54105746481, + ["y"] = -346.9166352513, }, [7] = { - ["x"] = 317.1, - ["y"] = -408.3, + ["x"] = 736.78234602767, + ["y"] = -355.52385395323, + }, + [8] = { + ["x"] = 738.17558399757, + ["y"] = -366.13457927322, + }, + [9] = { + ["x"] = 738.96535013779, + ["y"] = -374.03234612222, + }, + [10] = { + ["x"] = 738.17558399757, + ["y"] = -366.13457927322, }, }, }, [5] = { - ["x"] = 274.9, - ["y"] = -318.7, - ["g"] = 44, - ["sublevel"] = 2, + ["x"] = 654.78834620111, + ["y"] = -355.47094147285, + ["g"] = 32, + ["sublevel"] = 1, ["patrol"] = { [1] = { - ["x"] = 263.3, - ["y"] = -315.2, + ["x"] = 654.78834620111, + ["y"] = -355.47094147285, }, [2] = { - ["x"] = 264.3, - ["y"] = -320.4, + ["x"] = 657.67026234959, + ["y"] = -343.01996154007, }, [3] = { - ["x"] = 280.2, - ["y"] = -316.2, + ["x"] = 661.6192135613, + ["y"] = -336.17521621137, }, [4] = { - ["x"] = 299.1, - ["y"] = -319, + ["x"] = 664.7782781222, + ["y"] = -331.17327360701, }, [5] = { - ["x"] = 298.7, - ["y"] = -313.8, + ["x"] = 661.6192135613, + ["y"] = -336.17521621137, }, [6] = { - ["x"] = 279.1, - ["y"] = -311.4, + ["x"] = 657.67026234959, + ["y"] = -343.01996154007, }, [7] = { - ["x"] = 263.2, - ["y"] = -315.2, + ["x"] = 654.78834620111, + ["y"] = -355.47094147285, + }, + [8] = { + ["x"] = 649.77254069206, + ["y"] = -364.60723411031, + }, + [9] = { + ["x"] = 649.24596967662, + ["y"] = -371.97849019917, + }, + [10] = { + ["x"] = 649.77254069206, + ["y"] = -364.60723411031, }, }, }, @@ -1545,11 +1833,16 @@ MDT.dungeonEnemies[dungeonIndex] = { ["Taunt"] = true, ["Incapacitate"] = true, ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, ["Root"] = true, ["Fear"] = true, + ["Banish"] = true, ["Disorient"] = true, ["Stun"] = true, ["Slow"] = true, + ["Sleep Walk"] = true, }, ["spells"] = { [372538] = { @@ -1557,238 +1850,198 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 324.9, - ["y"] = -212.9, - ["g"] = 30, - ["sublevel"] = 2, + ["x"] = 602.01086855262, + ["y"] = -272.42095346869, + ["g"] = 22, + ["sublevel"] = 1, + ["scale"] = 1, }, [2] = { - ["x"] = 322.7, - ["y"] = -206.3, - ["g"] = 30, - ["sublevel"] = 2, + ["x"] = 601.66420721531, + ["y"] = -262.80609119276, + ["g"] = 22, + ["sublevel"] = 1, + ["scale"] = 1, }, [3] = { - ["x"] = 405.5, - ["y"] = -189.2, - ["g"] = 32, - ["sublevel"] = 2, + ["x"] = 605.23848418911, + ["y"] = -194.12970848687, + ["g"] = 24, + ["sublevel"] = 1, }, [4] = { - ["x"] = 417.3, - ["y"] = -190.4, - ["g"] = 32, - ["sublevel"] = 2, + ["x"] = 612.44872172139, + ["y"] = -187.34019402021, + ["g"] = 24, + ["sublevel"] = 1, }, [5] = { - ["x"] = 427, - ["y"] = -187.9, - ["g"] = 32, - ["sublevel"] = 2, + ["x"] = 616.87906721538, + ["y"] = -179.40048382584, + ["g"] = 24, + ["sublevel"] = 1, }, [6] = { - ["x"] = 366.9, - ["y"] = -203.1, - ["g"] = 31, - ["sublevel"] = 2, + ["x"] = 604.48313539147, + ["y"] = -220.21192044884, + ["g"] = 23, + ["sublevel"] = 1, }, [7] = { - ["x"] = 368.2, - ["y"] = -216, - ["g"] = 31, - ["sublevel"] = 2, + ["x"] = 617.8602877315, + ["y"] = -228.01497716683, + ["g"] = 23, + ["sublevel"] = 1, }, [8] = { - ["x"] = 406.6, - ["y"] = -238.2, - ["g"] = 33, - ["sublevel"] = 2, - ["patrol"] = { - [1] = { - ["x"] = 410.3, - ["y"] = -207.9, - }, - [2] = { - ["x"] = 405.3, - ["y"] = -208.6, - }, - [3] = { - ["x"] = 411.1, - ["y"] = -243.5, - }, - [4] = { - ["x"] = 416.7, - ["y"] = -242, - }, - [5] = { - ["x"] = 410.2, - ["y"] = -207.9, - }, - }, + ["x"] = 649.24129053887, + ["y"] = -217.44650317424, + ["g"] = 25, + ["sublevel"] = 1, }, [9] = { - ["x"] = 422.4, - ["y"] = -233.2, - ["g"] = 33, - ["sublevel"] = 2, + ["x"] = 654.26931815442, + ["y"] = -197.63011654132, + ["g"] = 25, + ["sublevel"] = 1, }, [10] = { - ["x"] = 460.7, - ["y"] = -325.5, - ["g"] = 35, - ["sublevel"] = 2, - ["patrol"] = { - [1] = { - ["x"] = 465, - ["y"] = -313.1, - }, - [2] = { - ["x"] = 461.1, - ["y"] = -316.1, - }, - [3] = { - ["x"] = 484.7, - ["y"] = -340.6, - }, - [4] = { - ["x"] = 486.8, - ["y"] = -337.5, - }, - [5] = { - ["x"] = 465, - ["y"] = -313.1, - }, - }, + ["x"] = 745.40096830209, + ["y"] = -214.12249932436, + ["g"] = 26, + ["sublevel"] = 1, }, [11] = { - ["x"] = 473, - ["y"] = -315.3, - ["g"] = 35, - ["sublevel"] = 2, + ["x"] = 740.53754582048, + ["y"] = -192.95619324394, + ["g"] = 26, + ["sublevel"] = 1, }, [12] = { - ["x"] = 496.2, - ["y"] = -360.3, - ["g"] = 36, - ["sublevel"] = 2, + ["x"] = 781.49215525082, + ["y"] = -194.65462887849, + ["g"] = 27, + ["sublevel"] = 1, }, [13] = { - ["x"] = 495.8, - ["y"] = -366, - ["g"] = 36, - ["sublevel"] = 2, + ["x"] = 785.61665783142, + ["y"] = -202.36546777526, + ["g"] = 27, + ["sublevel"] = 1, }, [14] = { - ["x"] = 495.9, - ["y"] = -371.1, - ["g"] = 36, - ["sublevel"] = 2, + ["x"] = 792.75465150154, + ["y"] = -207.2140985303, + ["g"] = 27, + ["sublevel"] = 1, }, [15] = { - ["x"] = 381.1, - ["y"] = -334.8, - ["g"] = 37, - ["sublevel"] = 2, + ["x"] = 712.46247011659, + ["y"] = -276.57342237437, + ["g"] = 29, + ["sublevel"] = 1, }, [16] = { - ["x"] = 374.5, - ["y"] = -338.7, - ["g"] = 37, - ["sublevel"] = 2, + ["x"] = 712.39781159395, + ["y"] = -285.75194639268, + ["g"] = 29, + ["sublevel"] = 1, }, [17] = { - ["x"] = 354.8, - ["y"] = -305.9, - ["g"] = 38, - ["sublevel"] = 2, + ["x"] = 679.77486825176, + ["y"] = -275.68811725919, + ["g"] = 28, + ["sublevel"] = 1, }, [18] = { - ["x"] = 362.2, - ["y"] = -302.6, - ["g"] = 38, - ["sublevel"] = 2, + ["x"] = 679.03082688513, + ["y"] = -285.52370276475, + ["g"] = 28, + ["sublevel"] = 1, }, [19] = { - ["x"] = 290.4, - ["y"] = -395.1, - ["g"] = 42, - ["sublevel"] = 2, + ["x"] = 723.27965684767, + ["y"] = -384.40497081285, + ["g"] = 36, + ["sublevel"] = 1, }, [20] = { - ["x"] = 299.9, - ["y"] = -391.3, - ["g"] = 42, - ["sublevel"] = 2, + ["x"] = 723.43727673491, + ["y"] = -369.80575516185, + ["g"] = 36, + ["sublevel"] = 1, }, [21] = { - ["x"] = 266.5, - ["y"] = -350.7, - ["g"] = 43, - ["sublevel"] = 2, + ["x"] = 673.58572409272, + ["y"] = -382.23472832926, + ["g"] = 35, + ["sublevel"] = 1, }, [22] = { - ["x"] = 272.8, - ["y"] = -348.5, - ["g"] = 43, - ["sublevel"] = 2, + ["x"] = 673.31835823238, + ["y"] = -369.78187743687, + ["g"] = 35, + ["sublevel"] = 1, }, [23] = { - ["x"] = 331.3, - ["y"] = -417.8, - ["g"] = 40, - ["sublevel"] = 2, + ["x"] = 759.65494243489, + ["y"] = -337.34772036405, + ["g"] = 34, + ["sublevel"] = 1, }, [24] = { - ["x"] = 340.4, - ["y"] = -407.5, - ["g"] = 40, - ["sublevel"] = 2, + ["x"] = 763.45382257811, + ["y"] = -346.58355468359, + ["g"] = 34, + ["sublevel"] = 1, }, [25] = { - ["x"] = 265.6, - ["y"] = -303.2, - ["sublevel"] = 2, + ["x"] = 636.31342745987, + ["y"] = -336.97265137907, + ["g"] = 31, + ["sublevel"] = 1, }, [26] = { - ["x"] = 280.8, - ["y"] = -301, - ["sublevel"] = 2, + ["x"] = 631.43051650323, + ["y"] = -344.91577142682, + ["g"] = 31, + ["sublevel"] = 1, }, [27] = { - ["x"] = 212.4, - ["y"] = -471.7, - ["g"] = 48, - ["sublevel"] = 2, + ["x"] = 746.72354588165, + ["y"] = -480.16929144857, + ["g"] = 40, + ["sublevel"] = 1, }, [28] = { - ["x"] = 221.7, - ["y"] = -471.5, - ["g"] = 48, - ["sublevel"] = 2, + ["x"] = 751.29207877251, + ["y"] = -472.04410333071, + ["g"] = 40, + ["sublevel"] = 1, }, [29] = { - ["x"] = 217.3, - ["y"] = -463.5, - ["g"] = 48, - ["sublevel"] = 2, + ["x"] = 742.6337502522, + ["y"] = -471.61443581485, + ["g"] = 40, + ["sublevel"] = 1, }, [30] = { - ["x"] = 171.5, - ["y"] = -381, - ["g"] = 46, - ["sublevel"] = 2, + ["x"] = 642.32024871512, + ["y"] = -465.99534547609, + ["g"] = 39, + ["sublevel"] = 1, }, [31] = { - ["x"] = 165.2, - ["y"] = -371.5, - ["g"] = 46, - ["sublevel"] = 2, + ["x"] = 651.27929308828, + ["y"] = -468.20569137551, + ["g"] = 39, + ["sublevel"] = 1, }, [32] = { - ["x"] = 161.9, - ["y"] = -380.4, - ["g"] = 46, - ["sublevel"] = 2, + ["x"] = 647.38782924181, + ["y"] = -475.33140136219, + ["g"] = 39, + ["sublevel"] = 1, }, }, }, @@ -1797,14 +2050,24 @@ MDT.dungeonEnemies[dungeonIndex] = { ["id"] = 189467, ["count"] = 5, ["health"] = 1284898, - ["scale"] = 1, + ["scale"] = 1.4, ["displayId"] = 111189, ["creatureType"] = "Giant", ["level"] = 70, ["characteristics"] = { + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Root"] = true, ["Fear"] = true, + ["Disorient"] = true, + ["Repentance"] = true, ["Stun"] = true, ["Slow"] = true, + ["Sleep Walk"] = true, }, ["spells"] = { [372224] = { @@ -1818,58 +2081,58 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 405, - ["y"] = -180.1, - ["g"] = 32, - ["sublevel"] = 2, + ["x"] = 598.85955966757, + ["y"] = -185.77584633788, + ["g"] = 24, + ["sublevel"] = 1, }, [2] = { - ["x"] = 415.2, - ["y"] = -180.1, - ["g"] = 32, - ["sublevel"] = 2, + ["x"] = 606.38933291404, + ["y"] = -176.06385780207, + ["g"] = 24, + ["sublevel"] = 1, }, [3] = { - ["x"] = 406.5, - ["y"] = -228.4, - ["g"] = 33, - ["sublevel"] = 2, + ["x"] = 658.70349357521, + ["y"] = -215.19069784865, + ["g"] = 25, + ["sublevel"] = 1, }, [4] = { - ["x"] = 414.9, - ["y"] = -226.1, - ["g"] = 33, - ["sublevel"] = 2, + ["x"] = 662.07600369048, + ["y"] = -204.60841953375, + ["g"] = 25, + ["sublevel"] = 1, }, [5] = { - ["x"] = 468.1, - ["y"] = -328.7, - ["g"] = 35, - ["sublevel"] = 2, + ["x"] = 753.00292468533, + ["y"] = -209.42440995165, + ["g"] = 26, + ["sublevel"] = 1, }, [6] = { - ["x"] = 474.3, - ["y"] = -323.4, - ["g"] = 35, - ["sublevel"] = 2, + ["x"] = 749.1396668019, + ["y"] = -193.9824339145, + ["g"] = 26, + ["sublevel"] = 1, }, [7] = { - ["x"] = 503, - ["y"] = -364.7, - ["g"] = 36, - ["sublevel"] = 2, + ["x"] = 790.38629777343, + ["y"] = -190.61699578879, + ["g"] = 27, + ["sublevel"] = 1, }, [8] = { - ["x"] = 332.2, - ["y"] = -401.7, - ["g"] = 41, - ["sublevel"] = 2, + ["x"] = 746.42799046234, + ["y"] = -354.96376126343, + ["g"] = 33, + ["sublevel"] = 1, }, [9] = { - ["x"] = 273.8, - ["y"] = -313, - ["g"] = 44, - ["sublevel"] = 2, + ["x"] = 645.27715825474, + ["y"] = -353.18673917816, + ["g"] = 32, + ["sublevel"] = 1, }, }, }, @@ -1878,16 +2141,24 @@ MDT.dungeonEnemies[dungeonIndex] = { ["id"] = 189464, ["count"] = 5, ["health"] = 1383736, - ["scale"] = 1, + ["scale"] = 1.4, ["displayId"] = 101960, ["creatureType"] = "Giant", ["level"] = 70, ["characteristics"] = { ["Taunt"] = true, + ["Incapacitate"] = true, ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Root"] = true, ["Fear"] = true, + ["Disorient"] = true, + ["Repentance"] = true, ["Stun"] = true, ["Slow"] = true, + ["Sleep Walk"] = true, }, ["spells"] = { [372201] = { @@ -1901,134 +2172,94 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 367.9, - ["y"] = -208.8, - ["g"] = 31, - ["sublevel"] = 2, + ["x"] = 607.36308437837, + ["y"] = -230.64511323929, + ["g"] = 23, + ["sublevel"] = 1, }, [2] = { - ["x"] = 414.4, - ["y"] = -236.1, - ["g"] = 33, - ["sublevel"] = 2, - }, - [3] = { - ["x"] = 467, - ["y"] = -320.5, - ["g"] = 35, - ["sublevel"] = 2, - }, - [4] = { - ["x"] = 337.5, - ["y"] = -329.3, - ["g"] = 39, - ["sublevel"] = 2, - }, - [5] = { - ["x"] = 344.2, - ["y"] = -343.1, - ["g"] = 39, - ["sublevel"] = 2, - }, - [6] = { - ["x"] = 257.1, - ["y"] = -419.8, - ["g"] = 47, - ["sublevel"] = 2, + ["x"] = 650.66779360732, + ["y"] = -206.9166003159, + ["g"] = 25, + ["sublevel"] = 1, ["patrol"] = { [1] = { - ["x"] = 236.6, - ["y"] = -406.6, + ["x"] = 650.66779360732, + ["y"] = -206.9166003159, }, [2] = { - ["x"] = 229.5, - ["y"] = -410.2, + ["x"] = 638.68485511791, + ["y"] = -204.55187394313, }, [3] = { - ["x"] = 247.1, - ["y"] = -431.5, + ["x"] = 650.66779360732, + ["y"] = -206.9166003159, }, [4] = { - ["x"] = 267, - ["y"] = -441.4, - }, - [5] = { - ["x"] = 284.2, - ["y"] = -438.9, - }, - [6] = { - ["x"] = 280.3, - ["y"] = -433.1, - }, - [7] = { - ["x"] = 266.7, - ["y"] = -433.3, - }, - [8] = { - ["x"] = 252.2, - ["y"] = -426.4, - }, - [9] = { - ["x"] = 236.5, - ["y"] = -406.5, + ["x"] = 668.55783125817, + ["y"] = -211.86770697042, }, }, }, - [7] = { - ["x"] = 246.9, - ["y"] = -435.5, - ["g"] = 47, - ["sublevel"] = 2, - }, - [8] = { - ["x"] = 210.2, - ["y"] = -370.8, - ["g"] = 45, - ["sublevel"] = 2, + [3] = { + ["x"] = 743.09804708998, + ["y"] = -203.49990625907, + ["g"] = 26, + ["sublevel"] = 1, ["patrol"] = { [1] = { - ["x"] = 227.9, - ["y"] = -391.5, + ["x"] = 743.09804708998, + ["y"] = -203.49990625907, }, [2] = { - ["x"] = 221.8, - ["y"] = -394.2, + ["x"] = 727.04329315201, + ["y"] = -205.08481444205, }, [3] = { - ["x"] = 213.8, - ["y"] = -377.1, + ["x"] = 743.09804708998, + ["y"] = -203.49990625907, }, [4] = { - ["x"] = 214.3, - ["y"] = -354.3, - }, - [5] = { - ["x"] = 226.4, - ["y"] = -339.3, - }, - [6] = { - ["x"] = 229.6, - ["y"] = -343.6, - }, - [7] = { - ["x"] = 219.2, - ["y"] = -356.1, - }, - [8] = { - ["x"] = 219.9, - ["y"] = -376.4, - }, - [9] = { - ["x"] = 228, - ["y"] = -391.5, + ["x"] = 762.32005637966, + ["y"] = -199.81964658526, }, }, }, + [4] = { + ["x"] = 690.02420422239, + ["y"] = -311.30378249362, + ["g"] = 30, + ["sublevel"] = 1, + }, + [5] = { + ["x"] = 705.38203363257, + ["y"] = -311.37415096323, + ["g"] = 30, + ["sublevel"] = 1, + }, + [6] = { + ["x"] = 718.64710505802, + ["y"] = -414.85407791561, + ["g"] = 38, + ["sublevel"] = 1, + }, + [7] = { + ["x"] = 727.88950736766, + ["y"] = -435.03432996952, + ["g"] = 38, + ["sublevel"] = 1, + }, + [8] = { + ["x"] = 663.8976384654, + ["y"] = -431.91358495851, + ["g"] = 37, + ["sublevel"] = 1, + }, [9] = { - ["x"] = 229.7, - ["y"] = -370.4, - ["g"] = 45, - ["sublevel"] = 2, + ["x"] = 674.73195164584, + ["y"] = -412.3301124206, + ["g"] = 37, + ["sublevel"] = 1, }, }, }, @@ -2038,9 +2269,13 @@ MDT.dungeonEnemies[dungeonIndex] = { ["count"] = 30, ["health"] = 2569795, ["scale"] = 1, + ["stealthDetect"] = true, ["displayId"] = 111190, ["creatureType"] = "Giant", ["level"] = 70, + ["characteristics"] = { + ["Taunt"] = true, + }, ["spells"] = { [372293] = { }, @@ -2057,9 +2292,10 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 407.5, - ["y"] = -297.9, - ["sublevel"] = 2, + ["x"] = 698.66041552103, + ["y"] = -229.57432560134, + ["sublevel"] = 1, + ["scale"] = 1.7, }, }, }, @@ -2068,7 +2304,7 @@ MDT.dungeonEnemies[dungeonIndex] = { ["id"] = 189471, ["count"] = 5, ["health"] = 1383736, - ["scale"] = 1, + ["scale"] = 1.4, ["displayId"] = 109595, ["creatureType"] = "Giant", ["level"] = 70, @@ -2083,34 +2319,34 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 502.7, - ["y"] = -371, - ["g"] = 36, - ["sublevel"] = 2, + ["x"] = 796.65740106003, + ["y"] = -198.77167026539, + ["g"] = 27, + ["sublevel"] = 1, }, [2] = { - ["x"] = 343.5, - ["y"] = -334.8, - ["g"] = 39, - ["sublevel"] = 2, + ["x"] = 697.80836173346, + ["y"] = -300.76895527928, + ["g"] = 30, + ["sublevel"] = 1, }, [3] = { - ["x"] = 297.3, - ["y"] = -398.7, - ["g"] = 42, - ["sublevel"] = 2, + ["x"] = 730.56579005728, + ["y"] = -377.42807525424, + ["g"] = 36, + ["sublevel"] = 1, }, [4] = { - ["x"] = 266, - ["y"] = -342.5, - ["g"] = 43, - ["sublevel"] = 2, + ["x"] = 665.20211139703, + ["y"] = -376.39639492624, + ["g"] = 35, + ["sublevel"] = 1, }, [5] = { - ["x"] = 176, - ["y"] = -387.3, - ["g"] = 46, - ["sublevel"] = 2, + ["x"] = 659.83180357048, + ["y"] = -463.66043086187, + ["g"] = 39, + ["sublevel"] = 1, }, }, }, @@ -2119,7 +2355,7 @@ MDT.dungeonEnemies[dungeonIndex] = { ["id"] = 189478, ["count"] = 0, ["health"] = 6916035, - ["scale"] = 1.6, + ["scale"] = 1.2, ["displayId"] = 107189, ["creatureType"] = "Giant", ["level"] = 70, @@ -2169,9 +2405,9 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 279.1, - ["y"] = -372.4, - ["sublevel"] = 2, + ["x"] = 696.27921893934, + ["y"] = -373.77819664821, + ["sublevel"] = 1, }, }, }, @@ -2180,10 +2416,13 @@ MDT.dungeonEnemies[dungeonIndex] = { ["id"] = 194816, ["count"] = 15, ["health"] = 1581412, - ["scale"] = 1, + ["scale"] = 1.4, ["displayId"] = 108693, ["creatureType"] = "Elemental", ["level"] = 70, + ["characteristics"] = { + ["Taunt"] = true, + }, ["spells"] = { [384662] = { }, @@ -2192,16 +2431,92 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 251.9, - ["y"] = -427.5, - ["g"] = 47, - ["sublevel"] = 2, + ["x"] = 728.69715360155, + ["y"] = -422.29299661408, + ["g"] = 38, + ["sublevel"] = 1, + ["patrol"] = { + [1] = { + ["x"] = 728.69715360155, + ["y"] = -422.55626705798, + }, + [2] = { + ["x"] = 737.54293297507, + ["y"] = -416.62789676763, + }, + [3] = { + ["x"] = 742.54484545178, + ["y"] = -408.73011485481, + }, + [4] = { + ["x"] = 737.54293297507, + ["y"] = -416.62789676763, + }, + [5] = { + ["x"] = 728.69715360155, + ["y"] = -422.55626705798, + }, + [6] = { + ["x"] = 718.32498895315, + ["y"] = -427.42153305275, + }, + [7] = { + ["x"] = 707.26808222413, + ["y"] = -430.31740248887, + }, + [8] = { + ["x"] = 718.32498895315, + ["y"] = -427.42153305275, + }, + }, }, [2] = { - ["x"] = 219.6, - ["y"] = -370.5, - ["g"] = 45, - ["sublevel"] = 2, + ["x"] = 665.67228029945, + ["y"] = -420.30995433328, + ["g"] = 37, + ["sublevel"] = 1, + ["patrol"] = { + [1] = { + ["x"] = 665.67228029945, + ["y"] = -421.36296078976, + }, + [2] = { + ["x"] = 656.72229605863, + ["y"] = -418.20747423955, + }, + [3] = { + ["x"] = 651.98360883434, + ["y"] = -414.52185372704, + }, + [4] = { + ["x"] = 647.24492161006, + ["y"] = -407.67712346215, + }, + [5] = { + ["x"] = 651.98360883434, + ["y"] = -414.52185372704, + }, + [6] = { + ["x"] = 656.72229605863, + ["y"] = -418.20747423955, + }, + [7] = { + ["x"] = 665.67228029945, + ["y"] = -421.36296078976, + }, + [8] = { + ["x"] = 672.51785988428, + ["y"] = -424.78894912436, + }, + [9] = { + ["x"] = 683.83796173808, + ["y"] = -428.21132932062, + }, + [10] = { + ["x"] = 672.51785988428, + ["y"] = -424.78894912436, + }, + }, }, }, }, diff --git a/Dragonflight/RubyLifePools.lua b/Dragonflight/RubyLifePools.lua index 70cdc63b..e45f9d2b 100644 --- a/Dragonflight/RubyLifePools.lua +++ b/Dragonflight/RubyLifePools.lua @@ -2,1865 +2,1894 @@ local MDT = MDT local L = MDT.L local dungeonIndex = 42 MDT.dungeonList[dungeonIndex] = L["RubyLifePools"] -MDT.mapInfo[dungeonIndex] = { - viewportPositionOverrides = { - [1] = { - zoomScale = 1.2999999523163, - horizontalPan = 72.700189938081, - verticalPan = 5.2851517049499, - }, - } -}; +MDT.mapInfo[dungeonIndex] = {}; + local zones = { 2094, 2095 } --- add zones to MDT.zoneIdToDungeonIdx for _, zone in ipairs(zones) do MDT.zoneIdToDungeonIdx[zone] = dungeonIndex end MDT.dungeonMaps[dungeonIndex] = { - [0] = "RubyLifePools", - [1] = "RubyLifePools_A", - [2] = "RubyLifePools_B", + [0] = "", + [1] = { customTextures = 'RubyLifePools' }, } + MDT.dungeonSubLevels[dungeonIndex] = { - [1] = L["Infusion Chambers"], - [2] = L["Ruby Overlook"], + [1] = L["RubyLifePools"], } -MDT.mapPOIs[dungeonIndex] = { - [1] = { - [1] = { - ["template"] = "MapLinkPinTemplate", - ["type"] = "mapLink", - ["x"] = 567.73755225206, - ["y"] = -257.14167551054, - ["target"] = 2, - ["direction"] = 1, - ["connectionIndex"] = 1, - }, - }, - [2] = { - [1] = { - ["template"] = "MapLinkPinTemplate", - ["type"] = "mapLink", - ["x"] = 421.382992211, - ["y"] = -310.821569174, - ["target"] = 1, - ["direction"] = -1, - ["connectionIndex"] = 1, - }, - }, -}; +MDT.mapPOIs[dungeonIndex] = {}; MDT.dungeonTotalCount[dungeonIndex] = { normal = 660, teeming = 1000, teemingEnabled = true } MDT.dungeonEnemies[dungeonIndex] = { - [1] = { - ["name"] = "Primal Juggernaut", - ["id"] = 188244, - ["count"] = 18, - ["health"] = 1226300, - ["scale"] = 1, - ["displayId"] = 101209, - ["creatureType"] = "Elemental", - ["level"] = 71, - ["characteristics"] = { - ["Taunt"] = true, - }, - ["spells"] = { - [372696] = { - }, - [372697] = { - }, - [372730] = { - }, - [372793] = { - }, - }, - ["clones"] = { - [1] = { - ["x"] = 370.95040163815, - ["y"] = -407.50410381136, - ["sublevel"] = 1, - ["scale"] = 2.2, - }, - [2] = { - ["x"] = 366.98487440434, - ["y"] = -133.72629732171, - ["sublevel"] = 1, - ["scale"] = 2.2, - }, - }, + [1] = { + ["name"] = "Primal Juggernaut", + ["id"] = 188244, + ["count"] = 18, + ["health"] = 1226300, + ["scale"] = 1, + ["displayId"] = 101209, + ["creatureType"] = "Elemental", + ["level"] = 71, + ["characteristics"] = { + ["Taunt"] = true, }, - [2] = { - ["name"] = "Flashfrost Earthshaper", - ["id"] = 187969, - ["count"] = 10, - ["health"] = 613150, - ["scale"] = 1, - ["displayId"] = 107409, - ["creatureType"] = "Humanoid", - ["level"] = 70, - ["characteristics"] = { - ["Taunt"] = true, - ["Incapacitate"] = true, - ["Silence"] = true, - ["Polymorph"] = true, - ["Root"] = true, - ["Fear"] = true, - ["Disorient"] = true, - ["Imprison"] = true, - ["Stun"] = true, - ["Slow"] = true, - }, - ["spells"] = { - [371471] = { - }, - [372735] = { - }, - }, - ["clones"] = { - [1] = { - ["x"] = 385.62063736731, - ["y"] = -320.7425289574, - ["g"] = 1, - ["sublevel"] = 1, - ["scale"] = 1.4, - }, - [2] = { - ["x"] = 353.61562090789, - ["y"] = -298.32763056132, - ["g"] = 2, - ["sublevel"] = 1, - ["scale"] = 1.4, - }, - [3] = { - ["x"] = 363.2460973404, - ["y"] = -285.10256838329, - ["g"] = 2, - ["sublevel"] = 1, - ["scale"] = 1.4, - }, - [4] = { - ["x"] = 299.23669669546, - ["y"] = -223.86278335591, - ["g"] = 6, - ["sublevel"] = 1, - ["scale"] = 1.4, - }, - [5] = { - ["x"] = 364.41509182113, - ["y"] = -187.50842073678, - ["g"] = 9, - ["sublevel"] = 1, - ["scale"] = 1.4, - }, - [6] = { - ["x"] = 354.79037693018, - ["y"] = -100.68437448732, - ["g"] = 12, - ["sublevel"] = 1, - ["scale"] = 1.4, - }, - [7] = { - ["x"] = 420.98420851956, - ["y"] = -80.196177977635, - ["sublevel"] = 1, - ["scale"] = 1.4, - }, - [8] = { - ["x"] = 385.19905965835, - ["y"] = -65.471665534454, - ["sublevel"] = 1, - ["scale"] = 1.4, - }, - }, + ["spells"] = { + [372696] = { + }, + [372697] = { + }, + [372730] = { + }, + [372793] = { + }, }, - [3] = { - ["name"] = "Primal Terrasentry", - ["id"] = 188011, - ["count"] = 10, - ["health"] = 613150, - ["scale"] = 1, - ["displayId"] = 79800, - ["creatureType"] = "Elemental", - ["level"] = 70, - ["characteristics"] = { - ["Taunt"] = true, - ["Incapacitate"] = true, - ["Silence"] = true, - ["Root"] = true, - ["Fear"] = true, - ["Disorient"] = true, - ["Stun"] = true, - ["Slow"] = true, - }, - ["spells"] = { - [371956] = { - }, - [373458] = { - }, - }, - ["clones"] = { - [1] = { - ["x"] = 394.17008124231, - ["y"] = -308.36993108687, - ["g"] = 1, - ["sublevel"] = 1, - ["scale"] = 1.4, - }, - [2] = { - ["x"] = 328.53649955558, - ["y"] = -257.50340562569, - ["g"] = 3, - ["sublevel"] = 1, - ["scale"] = 1.4, - }, - [3] = { - ["x"] = 339.95763948932, - ["y"] = -251.86932568475, - ["g"] = 3, - ["sublevel"] = 1, - ["scale"] = 1.4, - }, - [4] = { - ["x"] = 287.65833134694, - ["y"] = -218.32934202425, - ["g"] = 6, - ["sublevel"] = 1, - ["scale"] = 1.4, - }, - [5] = { - ["x"] = 347.79957703318, - ["y"] = -209.89471884887, - ["g"] = 7, - ["sublevel"] = 1, - ["scale"] = 1.4, - }, - [6] = { - ["x"] = 348.47433206577, - ["y"] = -221.48095405233, - ["g"] = 7, - ["sublevel"] = 1, - ["scale"] = 1.4, - }, - [7] = { - ["x"] = 353.45824500774, - ["y"] = -113.06726505239, - ["g"] = 12, - ["sublevel"] = 1, - ["scale"] = 1.4, - }, - }, + ["clones"] = { + [1] = { + ["x"] = 101.28063457457, + ["y"] = -469.58349346714, + ["sublevel"] = 1, + ["scale"] = 2.2, + }, + [2] = { + ["x"] = 138.12731769362, + ["y"] = -186.350008352, + ["sublevel"] = 1, + ["scale"] = 2.2, + }, }, - [4] = { - ["name"] = "Flashfrost Chillweaver", - ["id"] = 188067, - ["count"] = 10, - ["health"] = 613150, - ["scale"] = 1, - ["displayId"] = 107397, - ["creatureType"] = "Humanoid", - ["level"] = 70, - ["characteristics"] = { - ["Taunt"] = true, - ["Incapacitate"] = true, - ["Silence"] = true, - ["Root"] = true, - ["Fear"] = true, - ["Disorient"] = true, - ["Imprison"] = true, - ["Stun"] = true, - ["Slow"] = true, - }, - ["spells"] = { - [371489] = { - }, - [371887] = { - }, - [371984] = { - }, - [372565] = { - }, - [372568] = { - }, - [372743] = { - }, - [372749] = { - }, - [384933] = { - }, - }, - ["clones"] = { - [1] = { - ["x"] = 347.85753683701, - ["y"] = -284.59921417297, - ["g"] = 2, - ["sublevel"] = 1, - ["scale"] = 1.4, - }, - [2] = { - ["x"] = 319.872, - ["y"] = -249.306, - ["g"] = 3, - ["sublevel"] = 1, - ["scale"] = 1.4, - }, - [3] = { - ["x"] = 337.52661088195, - ["y"] = -216.24039144414, - ["g"] = 7, - ["sublevel"] = 1, - ["scale"] = 1.4, - }, - [4] = { - ["x"] = 307.07858593406, - ["y"] = -193.62092646378, - ["g"] = 8, - ["sublevel"] = 1, - ["scale"] = 1.4, - }, - [5] = { - ["x"] = 351.57502606838, - ["y"] = -188.83611270378, - ["g"] = 9, - ["sublevel"] = 1, - ["scale"] = 1.4, - }, - [6] = { - ["x"] = 336.77495160731, - ["y"] = -146.27137026927, - ["sublevel"] = 1, - ["scale"] = 1.4, - }, - [7] = { - ["x"] = 361.32044536218, - ["y"] = -154.44920163052, - ["sublevel"] = 1, - ["scale"] = 1.4, - }, - [8] = { - ["x"] = 365.24250567036, - ["y"] = -110.46525795829, - ["g"] = 12, - ["sublevel"] = 1, - ["scale"] = 1.4, - }, - [9] = { - ["x"] = 399.00455421011, - ["y"] = -81.429987498382, - ["sublevel"] = 1, - ["scale"] = 1.4, - ["patrol"] = { - }, - }, - }, + }, + [2] = { + ["name"] = "Flashfrost Earthshaper", + ["id"] = 187969, + ["count"] = 10, + ["health"] = 613150, + ["scale"] = 1, + ["displayId"] = 107409, + ["creatureType"] = "Humanoid", + ["level"] = 70, + ["characteristics"] = { + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Disorient"] = true, + ["Repentance"] = true, + ["Imprison"] = true, + ["Sap"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Mind Soothe"] = true, }, - [5] = { - ["name"] = "Infused Whelp", - ["id"] = 187894, - ["count"] = 1, - ["health"] = 245260, - ["scale"] = 1, - ["displayId"] = 102140, - ["creatureType"] = "Dragonkin", - ["level"] = 70, - ["characteristics"] = { - ["Taunt"] = true, - ["Silence"] = true, - ["Root"] = true, - ["Fear"] = true, - ["Disorient"] = true, - ["Stun"] = true, - }, - ["spells"] = { - [372683] = { - }, - }, - ["clones"] = { - [1] = { - ["x"] = 300.03836289556, - ["y"] = -187.25736854083, - ["g"] = 8, - ["sublevel"] = 1, - ["scale"] = 1.1, - }, - [2] = { - ["x"] = 289.85491623474, - ["y"] = -187.24732886746, - ["g"] = 8, - ["sublevel"] = 1, - ["scale"] = 1.1, - }, - [3] = { - ["x"] = 296.14610895395, - ["y"] = -178.77584579647, - ["g"] = 8, - ["sublevel"] = 1, - ["scale"] = 1.1, - }, - [4] = { - ["x"] = 308.31818205592, - ["y"] = -139.09804185927, - ["g"] = 10, - ["sublevel"] = 1, - ["scale"] = 0.6, - }, - [5] = { - ["x"] = 315.19566105817, - ["y"] = -138.67419518917, - ["g"] = 10, - ["sublevel"] = 1, - ["scale"] = 0.6, - }, - [6] = { - ["x"] = 315.81028822313, - ["y"] = -132.85533105993, - ["g"] = 10, - ["sublevel"] = 1, - ["scale"] = 0.6, - }, - [7] = { - ["x"] = 309.63169930886, - ["y"] = -148.02480008521, - ["g"] = 10, - ["sublevel"] = 1, - ["scale"] = 0.6, - }, - [8] = { - ["x"] = 306.41316996497, - ["y"] = -144.73692041432, - ["g"] = 10, - ["sublevel"] = 1, - ["scale"] = 0.6, - }, - [9] = { - ["x"] = 324.91629119663, - ["y"] = -133.95760292995, - ["g"] = 10, - ["sublevel"] = 1, - ["scale"] = 0.6, - }, - [10] = { - ["x"] = 315.93046356926, - ["y"] = -147.5177290586, - ["g"] = 10, - ["sublevel"] = 1, - ["scale"] = 0.6, - }, - [11] = { - ["x"] = 329.27405038489, - ["y"] = -139.84296666004, - ["g"] = 10, - ["sublevel"] = 1, - ["scale"] = 0.6, - }, - [12] = { - ["x"] = 312.90100465621, - ["y"] = -143.61987730407, - ["g"] = 10, - ["sublevel"] = 1, - ["scale"] = 0.6, - }, - [13] = { - ["x"] = 324.25521713158, - ["y"] = -146.76503292904, - ["g"] = 10, - ["sublevel"] = 1, - ["scale"] = 0.6, - }, - [14] = { - ["x"] = 324.07293007406, - ["y"] = -139.70471462748, - ["g"] = 10, - ["sublevel"] = 1, - ["scale"] = 0.6, - }, - [15] = { - ["x"] = 320.49788455211, - ["y"] = -136.33631751088, - ["g"] = 10, - ["sublevel"] = 1, - ["scale"] = 0.6, - }, - [16] = { - ["x"] = 319.44757282202, - ["y"] = -142.38202449112, - ["g"] = 10, - ["sublevel"] = 1, - ["scale"] = 0.6, - }, - [17] = { - ["x"] = 371.65165969685, - ["y"] = -168.04795893256, - ["g"] = 11, - ["sublevel"] = 1, - ["scale"] = 0.6, - }, - [18] = { - ["x"] = 367.21736356224, - ["y"] = -161.62378762815, - ["g"] = 11, - ["sublevel"] = 1, - ["scale"] = 0.6, - }, - [19] = { - ["x"] = 376.72552708867, - ["y"] = -165.83778180406, - ["g"] = 11, - ["sublevel"] = 1, - ["scale"] = 0.6, - }, - [20] = { - ["x"] = 378.5949764769, - ["y"] = -160.98278865612, - ["g"] = 11, - ["sublevel"] = 1, - ["scale"] = 0.6, - }, - [21] = { - ["x"] = 372.3948765952, - ["y"] = -161.37568497711, - ["g"] = 11, - ["sublevel"] = 1, - ["scale"] = 0.6, - }, - [22] = { - ["x"] = 366.67482631074, - ["y"] = -167.46212177107, - ["g"] = 11, - ["sublevel"] = 1, - ["scale"] = 0.6, - }, - [23] = { - ["x"] = 374.64253340004, - ["y"] = -156.48620074408, - ["g"] = 11, - ["sublevel"] = 1, - ["scale"] = 0.6, - }, - [24] = { - ["x"] = 355.05132692019, - ["y"] = -238.74199574382, - ["g"] = 5, - ["sublevel"] = 1, - ["scale"] = 1.1, - }, - [25] = { - ["x"] = 365.68564918114, - ["y"] = -243.96948105245, - ["g"] = 5, - ["sublevel"] = 1, - ["scale"] = 1.1, - }, - [26] = { - ["x"] = 357.01843261672, - ["y"] = -245.37894813292, - ["g"] = 5, - ["sublevel"] = 1, - ["scale"] = 1.1, - }, - [27] = { - ["x"] = 363.61786066455, - ["y"] = -251.45255332095, - ["g"] = 5, - ["sublevel"] = 1, - ["scale"] = 1.1, - }, - [28] = { - ["x"] = 366.18167320035, - ["y"] = -237.33072203914, - ["g"] = 5, - ["sublevel"] = 1, - ["scale"] = 1.1, - }, - [29] = { - ["x"] = 361.20660580197, - ["y"] = -232.24518942658, - ["g"] = 5, - ["sublevel"] = 1, - ["scale"] = 1.1, - }, - [30] = { - ["x"] = 302.87744468447, - ["y"] = -290.84263584746, - ["g"] = 4, - ["sublevel"] = 1, - ["scale"] = 1.1, - }, - [31] = { - ["x"] = 285.2005185557, - ["y"] = -286.60575407405, - ["g"] = 4, - ["sublevel"] = 1, - ["scale"] = 1.1, - }, - [32] = { - ["x"] = 294.82992867924, - ["y"] = -284.15827219439, - ["g"] = 4, - ["sublevel"] = 1, - ["scale"] = 1.1, - }, - [33] = { - ["x"] = 293.61446436246, - ["y"] = -291.68512811936, - ["g"] = 4, - ["sublevel"] = 1, - ["scale"] = 1.1, - }, - [34] = { - ["x"] = 300.31161063374, - ["y"] = -274.09475100325, - ["g"] = 4, - ["sublevel"] = 1, - ["scale"] = 1.1, - }, - [35] = { - ["x"] = 285.26155706082, - ["y"] = -277.56922714762, - ["g"] = 4, - ["sublevel"] = 1, - ["scale"] = 1.1, - }, - [36] = { - ["x"] = 309.24745235726, - ["y"] = -275.78483942889, - ["g"] = 4, - ["sublevel"] = 1, - ["scale"] = 1.1, - }, - [37] = { - ["x"] = 306.18589877263, - ["y"] = -266.56682247689, - ["g"] = 4, - ["sublevel"] = 1, - ["scale"] = 1.1, - }, - [38] = { - ["x"] = 301.993149374, - ["y"] = -258.35296869074, - ["g"] = 4, - ["sublevel"] = 1, - ["scale"] = 1.1, - }, - [39] = { - ["x"] = 290.28584038279, - ["y"] = -257.7177199656, - ["g"] = 4, - ["sublevel"] = 1, - ["scale"] = 1.1, - }, - [40] = { - ["x"] = 284.34321051716, - ["y"] = -267.44546506347, - ["g"] = 4, - ["sublevel"] = 1, - ["scale"] = 1.1, - }, - [41] = { - ["x"] = 292.71999025975, - ["y"] = -274.80101595881, - ["g"] = 4, - ["sublevel"] = 1, - ["scale"] = 1.1, - }, - [42] = { - ["x"] = 294.31579077269, - ["y"] = -265.4406241916, - ["g"] = 4, - ["sublevel"] = 1, - ["scale"] = 1.1, - }, - [43] = { - ["x"] = 304.74926184539, - ["y"] = -282.66602873492, - ["g"] = 4, - ["sublevel"] = 1, - ["scale"] = 1.1, - }, - [44] = { - ["x"] = 312.77721515894, - ["y"] = -286.06216117978, - ["g"] = 4, - ["sublevel"] = 1, - ["scale"] = 1.1, - }, - [45] = { - ["x"] = 309.78379606166, - ["y"] = -293.67554777508, - ["g"] = 4, - ["sublevel"] = 1, - ["scale"] = 1.1, - }, - [46] = { - ["x"] = 301.38940892177, - ["y"] = -298.17889532625, - ["g"] = 4, - ["sublevel"] = 1, - ["scale"] = 1.1, - }, - [47] = { - ["x"] = 310.78944018474, - ["y"] = -134.37800194266, - ["g"] = 10, - ["sublevel"] = 1, - ["scale"] = 0.6, - }, - [48] = { - ["x"] = 432.08700188063, - ["y"] = -109.78424065922, - ["g"] = 13, - ["sublevel"] = 1, - ["scale"] = 0.6, - }, - [49] = { - ["x"] = 431.68536779668, - ["y"] = -101.71532839497, - ["g"] = 13, - ["sublevel"] = 1, - ["scale"] = 0.6, - }, - [50] = { - ["x"] = 428.55423979558, - ["y"] = -106.16411287445, - ["g"] = 13, - ["sublevel"] = 1, - ["scale"] = 0.6, - }, - }, + ["spells"] = { + [371471] = { + }, + [372735] = { + }, }, - [6] = { - ["name"] = "Defier Draghar", - ["id"] = 187897, - ["count"] = 40, - ["health"] = 1839450, - ["scale"] = 1, - ["stealthDetect"] = true, - ["displayId"] = 107106, - ["creatureType"] = "Dragonkin", - ["level"] = 71, - ["characteristics"] = { - ["Taunt"] = true, - }, - ["spells"] = { - [372047] = { - }, - [372087] = { - }, - [372088] = { - }, - [372794] = { - }, - [372796] = { - }, - }, - ["clones"] = { - [1] = { - ["x"] = 401.89299075194, - ["y"] = -128.3341598936, - ["sublevel"] = 1, - ["scale"] = 2.2, - }, - }, + ["clones"] = { + [1] = { + ["x"] = 130.89323000235, + ["y"] = -374.35184176998, + ["g"] = 1, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [2] = { + ["x"] = 104.38231928109, + ["y"] = -347.52499728206, + ["g"] = 2, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [3] = { + ["x"] = 117.1760062445, + ["y"] = -338.64942594525, + ["g"] = 2, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [4] = { + ["x"] = 62.783058870974, + ["y"] = -269.66707697627, + ["g"] = 6, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [5] = { + ["x"] = 125.45512595255, + ["y"] = -242.3309310591, + ["g"] = 9, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [6] = { + ["x"] = 136.50397129573, + ["y"] = -147.2878277117, + ["g"] = 12, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [7] = { + ["x"] = 168.13807255387, + ["y"] = -122.22705920542, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [8] = { + ["x"] = 199.36134524303, + ["y"] = -138.63523178362, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, }, - [7] = { - ["name"] = "Melidrussa Chillworn", - ["id"] = 188252, - ["count"] = 0, - ["health"] = 4292050, - ["scale"] = 1, - ["displayId"] = 106891, - ["creatureType"] = "Humanoid", - ["level"] = 72, - ["isBoss"] = true, - ["encounterID"] = 2488, - ["instanceID"] = 1202, - ["characteristics"] = { - ["Taunt"] = true, - }, - ["spells"] = { - [372808] = { - }, - [372851] = { - }, - [372963] = { - }, - [372988] = { - }, - [373046] = { - }, - [373680] = { - }, - [373688] = { - }, - [373727] = { - }, - [383925] = { - }, - [384024] = { - }, - [385518] = { - }, - [396044] = { - }, - [397077] = { - }, - }, - ["clones"] = { - [1] = { - ["x"] = 518.77094942386, - ["y"] = -218.43069953546, - ["sublevel"] = 1, - ["scale"] = 1.4, - }, - }, + }, + [3] = { + ["name"] = "Primal Terrasentry", + ["id"] = 188011, + ["count"] = 10, + ["health"] = 613150, + ["scale"] = 1, + ["displayId"] = 79800, + ["creatureType"] = "Elemental", + ["level"] = 70, + ["characteristics"] = { + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Banish"] = true, + ["Disorient"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, }, - [8] = { - ["name"] = "Scorchling", - ["id"] = 190205, - ["count"] = 1, - ["health"] = 122630, - ["scale"] = 1, - ["displayId"] = 102535, - ["creatureType"] = "Elemental", - ["level"] = 70, - ["characteristics"] = { - ["Taunt"] = true, - ["Silence"] = true, - ["Root"] = true, - ["Fear"] = true, - ["Disorient"] = true, - ["Stun"] = true, - ["Slow"] = true, - }, - ["spells"] = { - [373869] = { - }, - [378968] = { - }, - }, - ["clones"] = { - [1] = { - ["x"] = 358.87432232563, - ["y"] = -294.12730021159, - ["sublevel"] = 2, - ["scale"] = 1, - }, - [2] = { - ["x"] = 336.15646720004, - ["y"] = -277.82837291344, - ["sublevel"] = 2, - ["scale"] = 1, - }, - [3] = { - ["x"] = 362.05429129055, - ["y"] = -319.22832879747, - ["sublevel"] = 2, - ["scale"] = 1, - }, - [4] = { - ["x"] = 322.44238771207, - ["y"] = -334.4211981311, - ["sublevel"] = 2, - ["scale"] = 1, - }, - [5] = { - ["x"] = 323.31277885095, - ["y"] = -351.41468682011, - ["sublevel"] = 2, - ["scale"] = 1, - }, - [6] = { - ["x"] = 373.68038908863, - ["y"] = -388.77372727395, - ["sublevel"] = 2, - ["scale"] = 1, - }, - [7] = { - ["x"] = 382.36441049747, - ["y"] = -442.53900296405, - ["sublevel"] = 2, - ["scale"] = 1, - }, - [8] = { - ["x"] = 373.32209676311, - ["y"] = -436.73498037117, - ["sublevel"] = 2, - ["scale"] = 1, - }, - [9] = { - ["x"] = 407.55731448476, - ["y"] = -415.57195832298, - ["sublevel"] = 2, - ["scale"] = 1, - }, - [10] = { - ["x"] = 450.98123324397, - ["y"] = -430.94741873805, - ["sublevel"] = 2, - ["scale"] = 1, - }, - [11] = { - ["x"] = 464.20375335121, - ["y"] = -439.72342256214, - ["sublevel"] = 2, - ["scale"] = 1, - }, - [12] = { - ["x"] = 480.35388739946, - ["y"] = -427.7638623327, - ["sublevel"] = 2, - ["scale"] = 1, - }, - [13] = { - ["x"] = 587.39076577075, - ["y"] = -327.13573116439, - ["sublevel"] = 2, - ["scale"] = 1, - }, - [14] = { - ["x"] = 590.10289937042, - ["y"] = -308.79222155802, - ["sublevel"] = 2, - ["scale"] = 1, - }, - [15] = { - ["x"] = 574.86327077748, - ["y"] = -299.65755258126, - ["sublevel"] = 2, - ["scale"] = 1, - }, - [16] = { - ["x"] = 535.1209825303, - ["y"] = -243.50890616687, - ["g"] = 18, - ["sublevel"] = 2, - ["scale"] = 1, - }, - [17] = { - ["x"] = 518.07142507727, - ["y"] = -249.72023748949, - ["g"] = 18, - ["sublevel"] = 2, - ["scale"] = 1, - }, - [18] = { - ["x"] = 526.19102604268, - ["y"] = -235.06106765125, - ["g"] = 18, - ["sublevel"] = 2, - ["scale"] = 1, - }, - [19] = { - ["x"] = 514.77968002699, - ["y"] = -239.97438615399, - ["g"] = 18, - ["sublevel"] = 2, - ["scale"] = 1, - }, - [20] = { - ["x"] = 525.4748142956, - ["y"] = -223.82230777571, - ["g"] = 18, - ["sublevel"] = 2, - ["scale"] = 1, - }, - [21] = { - ["x"] = 438.53782759495, - ["y"] = -210.0112954395, - ["sublevel"] = 2, - ["scale"] = 1, - }, - [22] = { - ["x"] = 392.58981233244, - ["y"] = -244.03021032505, - ["sublevel"] = 2, - ["scale"] = 1, - }, - [23] = { - ["x"] = 408.42895442359, - ["y"] = -247.26682600382, - ["sublevel"] = 2, - ["scale"] = 1, - }, - [24] = { - ["x"] = 400.14400756969, - ["y"] = -258.32808409008, - ["sublevel"] = 2, - ["scale"] = 1, - }, - }, + ["spells"] = { + [371956] = { + }, + [373458] = { + }, }, - [9] = { - ["name"] = "Thunderhead", - ["id"] = 197698, - ["count"] = 40, - ["health"] = 1839450, - ["scale"] = 1, - ["displayId"] = 106435, - ["creatureType"] = "Dragonkin", - ["level"] = 71, - ["characteristics"] = { - ["Taunt"] = true, - }, - ["spells"] = { - [391726] = { - }, - [391727] = { - }, - [392395] = { - }, - [392640] = { - }, - [392641] = { - }, - [392642] = { - }, - [395303] = { - }, - }, - ["clones"] = { - [1] = { - ["x"] = 336.57185381783, - ["y"] = -306.2902644119, - ["sublevel"] = 2, - ["scale"] = 2.5, - }, - }, + ["clones"] = { + [1] = { + ["x"] = 139.44271912845, + ["y"] = -365.53792645157, + ["g"] = 1, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [2] = { + ["x"] = 84.068972757823, + ["y"] = -301.83098313393, + ["g"] = 3, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [3] = { + ["x"] = 95.490112691563, + ["y"] = -296.19690319299, + ["g"] = 3, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [4] = { + ["x"] = 47.661843299819, + ["y"] = -262.86828441536, + ["g"] = 6, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [5] = { + ["x"] = 114.07641623045, + ["y"] = -258.90898565986, + ["g"] = 7, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [6] = { + ["x"] = 106.90620795095, + ["y"] = -270.24216220175, + ["g"] = 7, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [7] = { + ["x"] = 135.17183937329, + ["y"] = -159.67071827677, + ["g"] = 12, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, }, - [10] = { - ["name"] = "Primalist Cinderweaver", - ["id"] = 190207, - ["count"] = 10, - ["health"] = 613150, - ["scale"] = 1, - ["displayId"] = 102886, - ["creatureType"] = "Humanoid", - ["level"] = 70, - ["characteristics"] = { - ["Taunt"] = true, - ["Incapacitate"] = true, - ["Silence"] = true, - ["Polymorph"] = true, - ["Root"] = true, - ["Fear"] = true, - ["Disorient"] = true, - ["Imprison"] = true, - ["Sap"] = true, - ["Stun"] = true, - ["Slow"] = true, - }, - ["spells"] = { - [384194] = { - }, - [384197] = { - }, - [385063] = { - }, - }, - ["clones"] = { - [1] = { - ["x"] = 350.34049903752, - ["y"] = -378.78376751234, - ["g"] = 14, - ["sublevel"] = 2, - ["scale"] = 1.3, - }, - [2] = { - ["x"] = 347.85445231847, - ["y"] = -359.90079910844, - ["g"] = 14, - ["sublevel"] = 2, - ["scale"] = 1.3, - }, - [3] = { - ["x"] = 359.47511101092, - ["y"] = -407.39785798321, - ["g"] = 15, - ["sublevel"] = 2, - ["scale"] = 1.3, - }, - [4] = { - ["x"] = 417.87548191274, - ["y"] = -443.94536112896, - ["g"] = 16, - ["sublevel"] = 2, - ["scale"] = 1.3, - }, - [5] = { - ["x"] = 549.565711369, - ["y"] = -265.39333297489, - ["g"] = 17, - ["sublevel"] = 2, - ["scale"] = 1.3, - }, - [6] = { - ["x"] = 462.59050666793, - ["y"] = -211.19931287902, - ["g"] = 19, - ["sublevel"] = 2, - ["scale"] = 1.3, - }, - [7] = { - ["x"] = 436.99398182433, - ["y"] = -243.55943788836, - ["g"] = 20, - ["sublevel"] = 2, - ["scale"] = 1.3, - }, - [8] = { - ["x"] = 440.45993115957, - ["y"] = -232.14330092239, - ["g"] = 20, - ["sublevel"] = 2, - ["scale"] = 1.3, - }, - }, + }, + [4] = { + ["name"] = "Flashfrost Chillweaver", + ["id"] = 188067, + ["count"] = 10, + ["health"] = 613150, + ["scale"] = 1, + ["displayId"] = 107397, + ["creatureType"] = "Humanoid", + ["level"] = 70, + ["characteristics"] = { + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Disorient"] = true, + ["Repentance"] = true, + ["Imprison"] = true, + ["Sap"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Mind Soothe"] = true, }, - [11] = { - ["name"] = "Blazebound Destroyer", - ["id"] = 190034, - ["count"] = 16, - ["health"] = 1042355, - ["scale"] = 1, - ["displayId"] = 102505, - ["creatureType"] = "Elemental", - ["level"] = 71, - ["characteristics"] = { - ["Taunt"] = true, - }, - ["spells"] = { - [373614] = { - }, - [373692] = { - }, - [373693] = { - }, - [384139] = { - }, - }, - ["clones"] = { - [1] = { - ["x"] = 359.19449713929, - ["y"] = -368.50655954883, - ["g"] = 14, - ["sublevel"] = 2, - ["scale"] = 2, - }, - [2] = { - ["x"] = 412.98649142862, - ["y"] = -431.69152009081, - ["g"] = 16, - ["sublevel"] = 2, - ["scale"] = 2, - }, - [3] = { - ["x"] = 546.07154122652, - ["y"] = -279.25322995342, - ["g"] = 17, - ["sublevel"] = 2, - ["scale"] = 2, - }, - [4] = { - ["x"] = 473.71102769666, - ["y"] = -222.16835477982, - ["g"] = 19, - ["sublevel"] = 2, - ["scale"] = 2, - }, - }, + ["spells"] = { + [371489] = { + }, + [371887] = { + }, + [371984] = { + }, + [372565] = { + }, + [372568] = { + }, + [372743] = { + }, + [372749] = { + }, + [384933] = { + }, }, - [12] = { - ["name"] = "Primalist Flamedancer", - ["id"] = 190206, - ["count"] = 10, - ["health"] = 735780, - ["scale"] = 1, - ["displayId"] = 102969, - ["creatureType"] = "Humanoid", - ["level"] = 70, - ["characteristics"] = { - ["Taunt"] = true, - ["Incapacitate"] = true, - ["Silence"] = true, - ["Polymorph"] = true, - ["Root"] = true, - ["Fear"] = true, - ["Disorient"] = true, - ["Imprison"] = true, - ["Stun"] = true, - ["Slow"] = true, - }, - ["spells"] = { - [373972] = { - }, - [373973] = { - }, - [373977] = { - }, - [385536] = { - }, - [385567] = { - }, - [385568] = { - }, - }, - ["clones"] = { - [1] = { - ["x"] = 365.00322053093, - ["y"] = -419.07427939324, - ["g"] = 15, - ["sublevel"] = 2, - ["scale"] = 1.3, - }, - [2] = { - ["x"] = 372.46249277647, - ["y"] = -409.30193211303, - ["g"] = 15, - ["sublevel"] = 2, - ["scale"] = 1.3, - }, - [3] = { - ["x"] = 400.18775322514, - ["y"] = -435.92508860808, - ["g"] = 16, - ["sublevel"] = 2, - ["scale"] = 1.3, - }, - [4] = { - ["x"] = 558.1376989551, - ["y"] = -287.00533997844, - ["g"] = 17, - ["sublevel"] = 2, - ["scale"] = 1.3, - }, - [5] = { - ["x"] = 483.28735903683, - ["y"] = -211.35501432121, - ["g"] = 19, - ["sublevel"] = 2, - ["scale"] = 1.3, - }, - [6] = { - ["x"] = 427.95097701336, - ["y"] = -236.66566576911, - ["g"] = 20, - ["sublevel"] = 2, - ["scale"] = 1.3, - }, - }, + ["clones"] = { + [1] = { + ["x"] = 102.57834453243, + ["y"] = -333.7965356426, + ["g"] = 2, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [2] = { + ["x"] = 75.404473202243, + ["y"] = -293.63357750824, + ["g"] = 3, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [3] = { + ["x"] = 99.754424612035, + ["y"] = -259.94035396047, + ["g"] = 7, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [4] = { + ["x"] = 65.990464975534, + ["y"] = -243.88836030923, + ["g"] = 8, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [5] = { + ["x"] = 112.61503123909, + ["y"] = -238.45221664724, + ["g"] = 9, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [6] = { + ["x"] = 111.79076645048, + ["y"] = -195.38031879331, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [7] = { + ["x"] = 128.21757919495, + ["y"] = -209.12888316339, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [8] = { + ["x"] = 146.95610003591, + ["y"] = -157.06871118267, + ["g"] = 12, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [9] = { + ["x"] = 176.73901217756, + ["y"] = -142.05433165881, + ["sublevel"] = 1, + ["scale"] = 1.6, + ["patrol"] = { + }, + }, }, - [13] = { - ["name"] = "Primalist Shockcaster", - ["id"] = 195119, - ["count"] = 14, - ["health"] = 981040, - ["scale"] = 1, - ["displayId"] = 108753, - ["creatureType"] = "Humanoid", - ["level"] = 71, - ["characteristics"] = { - ["Taunt"] = true, - }, - ["spells"] = { - [385310] = { - }, - [385311] = { - }, - [385312] = { - }, - [385313] = { - }, - [385314] = { - }, - [385316] = { - }, - }, - ["clones"] = { - [1] = { - ["x"] = 378.5308310992, - ["y"] = -335.44072657744, - ["sublevel"] = 2, - ["scale"] = 1.8, - }, - [2] = { - ["x"] = 419.27699806757, - ["y"] = -398.7482638212, - ["sublevel"] = 2, - ["scale"] = 1.8, - }, - [3] = { - ["x"] = 511.4681202942, - ["y"] = -283.06960952094, - ["sublevel"] = 2, - ["scale"] = 1.8, - }, - [4] = { - ["x"] = 435.90333549168, - ["y"] = -265.52660952014, - ["sublevel"] = 2, - ["scale"] = 1.8, - }, - }, + }, + [5] = { + ["name"] = "Infused Whelp", + ["id"] = 187894, + ["count"] = 1, + ["health"] = 245260, + ["scale"] = 1, + ["displayId"] = 102140, + ["creatureType"] = "Dragonkin", + ["level"] = 70, + ["characteristics"] = { + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Disorient"] = true, + ["Repentance"] = true, + ["Sap"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Hibernate"] = true, + ["Mind Soothe"] = true, }, - [14] = { - ["name"] = "Flamegullet", - ["id"] = 197697, - ["count"] = 40, - ["health"] = 1839450, - ["scale"] = 1, - ["stealthDetect"] = true, - ["displayId"] = 106023, - ["creatureType"] = "Dragonkin", - ["level"] = 71, - ["characteristics"] = { - ["Taunt"] = true, - }, - ["spells"] = { - [391723] = { - }, - [391724] = { - }, - [392394] = { - }, - [392569] = { - }, - [392570] = { - }, - [395292] = { - }, - }, - ["clones"] = { - [1] = { - ["x"] = 551.41945428572, - ["y"] = -383.47166636027, - ["sublevel"] = 2, - ["scale"] = 2.5, - }, - }, + ["spells"] = { + [372683] = { + }, }, - [15] = { - ["name"] = "Kokia Blazehoof", - ["id"] = 189232, - ["count"] = 0, - ["health"] = 4292050, - ["scale"] = 1, - ["displayId"] = 106851, - ["creatureType"] = "Humanoid", - ["level"] = 72, - ["isBoss"] = true, - ["encounterID"] = 2485, - ["instanceID"] = 1202, - ["characteristics"] = { - ["Taunt"] = true, - }, - ["spells"] = { - [372107] = { - }, - [372811] = { - }, - [372819] = { - }, - [372820] = { - }, - [372858] = { - }, - [372859] = { - }, - [372860] = { - }, - [372863] = { - }, - }, - ["clones"] = { - [1] = { - ["x"] = 337.53193489496, - ["y"] = -240.79159391418, - ["sublevel"] = 2, - ["scale"] = 2, - }, - }, + ["clones"] = { + [1] = { + ["x"] = 52.6236740354, + ["y"] = -227.90841396287, + ["g"] = 8, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [2] = { + ["x"] = 52.562747601477, + ["y"] = -237.00858746836, + ["g"] = 8, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [3] = { + ["x"] = 60.625336471297, + ["y"] = -231.82696836021, + ["g"] = 8, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [4] = { + ["x"] = 81.321166274962, + ["y"] = -181.43994901251, + ["g"] = 10, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [5] = { + ["x"] = 88.198587355798, + ["y"] = -176.46093059139, + ["g"] = 10, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [6] = { + ["x"] = 93.115356570922, + ["y"] = -167.85845014562, + ["g"] = 10, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [7] = { + ["x"] = 75.295837538943, + ["y"] = -195.93407019468, + ["g"] = 10, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [8] = { + ["x"] = 78.656920277899, + ["y"] = -188.59722297802, + ["g"] = 10, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [9] = { + ["x"] = 100.44986203134, + ["y"] = -168.96069305494, + ["g"] = 10, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [10] = { + ["x"] = 84.125275297128, + ["y"] = -194.66779422266, + ["g"] = 10, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [11] = { + ["x"] = 102.53006430479, + ["y"] = -176.87056951862, + ["g"] = 10, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [12] = { + ["x"] = 88.181516829349, + ["y"] = -182.9250225971, + ["g"] = 10, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [13] = { + ["x"] = 92.703029599599, + ["y"] = -190.1191892089, + ["g"] = 10, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [14] = { + ["x"] = 106.94531793702, + ["y"] = -173.69554114549, + ["g"] = 10, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [15] = { + ["x"] = 95.019191779843, + ["y"] = -175.89452146547, + ["g"] = 10, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [16] = { + ["x"] = 98.270964178502, + ["y"] = -184.4709019435, + ["g"] = 10, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [17] = { + ["x"] = 145.91722760083, + ["y"] = -230.07826761241, + ["g"] = 11, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [18] = { + ["x"] = 147.68716058765, + ["y"] = -210.96838518609, + ["g"] = 11, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [19] = { + ["x"] = 145.17073456603, + ["y"] = -216.52927558316, + ["g"] = 11, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [20] = { + ["x"] = 151.67688847452, + ["y"] = -223.57641813874, + ["g"] = 11, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [21] = { + ["x"] = 154.61968779497, + ["y"] = -214.27947464049, + ["g"] = 11, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [22] = { + ["x"] = 139.59350461094, + ["y"] = -223.30465010222, + ["g"] = 11, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [23] = { + ["x"] = 158.63880653482, + ["y"] = -218.08388740481, + ["g"] = 11, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [24] = { + ["x"] = 118.78325223304, + ["y"] = -292.68420475662, + ["g"] = 5, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [25] = { + ["x"] = 129.41757449399, + ["y"] = -297.91169006525, + ["g"] = 5, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [26] = { + ["x"] = 120.75035792957, + ["y"] = -299.32115714572, + ["g"] = 5, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [27] = { + ["x"] = 127.3497859774, + ["y"] = -305.39476233375, + ["g"] = 5, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [28] = { + ["x"] = 129.9135985132, + ["y"] = -291.27293105194, + ["g"] = 5, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [29] = { + ["x"] = 124.93853111482, + ["y"] = -286.18739843938, + ["g"] = 5, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [30] = { + ["x"] = 50.605790731227, + ["y"] = -333.96324442772, + ["g"] = 4, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [31] = { + ["x"] = 32.928864602457, + ["y"] = -329.72636265431, + ["g"] = 4, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [32] = { + ["x"] = 42.558274725997, + ["y"] = -327.27888077465, + ["g"] = 4, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [33] = { + ["x"] = 41.342810409217, + ["y"] = -334.80573669962, + ["g"] = 4, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [34] = { + ["x"] = 48.039956680497, + ["y"] = -317.21535958351, + ["g"] = 4, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [35] = { + ["x"] = 32.989903107577, + ["y"] = -320.68983572788, + ["g"] = 4, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [36] = { + ["x"] = 56.975798404017, + ["y"] = -318.90544800915, + ["g"] = 4, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [37] = { + ["x"] = 53.914244819387, + ["y"] = -309.68743105715, + ["g"] = 4, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [38] = { + ["x"] = 49.721495420757, + ["y"] = -301.473577271, + ["g"] = 4, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [39] = { + ["x"] = 38.014186429547, + ["y"] = -300.83832854586, + ["g"] = 4, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [40] = { + ["x"] = 32.071556563917, + ["y"] = -310.56607364373, + ["g"] = 4, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [41] = { + ["x"] = 40.448336306507, + ["y"] = -317.92162453907, + ["g"] = 4, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [42] = { + ["x"] = 42.044136819447, + ["y"] = -308.56123277186, + ["g"] = 4, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [43] = { + ["x"] = 52.477607892147, + ["y"] = -325.78663731518, + ["g"] = 4, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [44] = { + ["x"] = 60.505561205697, + ["y"] = -329.18276976004, + ["g"] = 4, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [45] = { + ["x"] = 57.512142108417, + ["y"] = -336.79615635534, + ["g"] = 4, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [46] = { + ["x"] = 49.117754968527, + ["y"] = -341.29950390651, + ["g"] = 4, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [47] = { + ["x"] = 85.563863995454, + ["y"] = -173.43005961341, + ["g"] = 10, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [48] = { + ["x"] = 213.56841599493, + ["y"] = -175.87340311759, + ["g"] = 13, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [49] = { + ["x"] = 213.40398267619, + ["y"] = -163.01213281745, + ["g"] = 13, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [50] = { + ["x"] = 207.8529070262, + ["y"] = -169.9915328733, + ["g"] = 13, + ["sublevel"] = 1, + ["scale"] = 1, + }, }, - [16] = { - ["name"] = "Storm Warrior", - ["id"] = 197982, - ["count"] = 10, - ["health"] = 613150, - ["scale"] = 1, - ["displayId"] = 107116, - ["creatureType"] = "Humanoid", - ["level"] = 70, - ["characteristics"] = { - ["Taunt"] = true, - ["Silence"] = true, - ["Root"] = true, - ["Fear"] = true, - ["Disorient"] = true, - ["Imprison"] = true, - ["Stun"] = true, - ["Slow"] = true, - }, - ["spells"] = { - [392406] = { - }, - }, - ["clones"] = { - [1] = { - ["x"] = 311.44597709047, - ["y"] = -211.04617548045, - ["g"] = 21, - ["sublevel"] = 2, - ["scale"] = 1.3, - }, - [2] = { - ["x"] = 303.03133073875, - ["y"] = -218.82577892689, - ["g"] = 21, - ["sublevel"] = 2, - ["scale"] = 1.3, - }, - [3] = { - ["x"] = 238.17123134169, - ["y"] = -156.13355447012, - ["g"] = 24, - ["sublevel"] = 2, - ["scale"] = 1.3, - ["patrol"] = { - [1] = { - ["x"] = 238.17123134169, - ["y"] = -156.13355447012, - }, - [2] = { - ["x"] = 221.8311214681, - ["y"] = -142.81526695236, - }, - [3] = { - ["x"] = 238.17123134169, - ["y"] = -156.13355447012, - }, - [4] = { - ["x"] = 250.8647350179, - ["y"] = -167.62334008366, - }, - }, - }, - [4] = { - ["x"] = 245.93905772694, - ["y"] = -148.18064122879, - ["g"] = 24, - ["sublevel"] = 2, - ["scale"] = 1.3, - }, - [5] = { - ["x"] = 201.42133649776, - ["y"] = -143.73282034561, - ["g"] = 25, - ["sublevel"] = 2, - ["scale"] = 1.3, - }, - [6] = { - ["x"] = 198.61878973522, - ["y"] = -154.55681781898, - ["g"] = 25, - ["sublevel"] = 2, - ["scale"] = 1.3, - }, - [7] = { - ["x"] = 173.33295952229, - ["y"] = -106.35195054622, - ["g"] = 27, - ["sublevel"] = 2, - ["scale"] = 1.3, - }, - [8] = { - ["x"] = 181.96586378662, - ["y"] = -98.249140715888, - ["g"] = 27, - ["sublevel"] = 2, - ["scale"] = 1.3, - }, - [9] = { - ["x"] = 214.59476129118, - ["y"] = -120.12565110169, - ["g"] = 29, - ["sublevel"] = 2, - ["scale"] = 1.3, - }, - }, + }, + [6] = { + ["name"] = "Defier Draghar", + ["id"] = 187897, + ["count"] = 40, + ["health"] = 1839450, + ["scale"] = 1, + ["stealthDetect"] = true, + ["displayId"] = 107106, + ["creatureType"] = "Dragonkin", + ["level"] = 71, + ["characteristics"] = { + ["Taunt"] = true, + ["Mind Soothe"] = true, }, - [17] = { - ["name"] = "Primal Thundercloud", - ["id"] = 197509, - ["count"] = 0, - ["health"] = 91589, - ["scale"] = 1, - ["displayId"] = 102516, - ["creatureType"] = "Elemental", - ["level"] = 69, - ["characteristics"] = { - ["Taunt"] = true, - ["Silence"] = true, - ["Fear"] = true, - ["Disorient"] = true, - ["Stun"] = true, - }, - ["spells"] = { - [391031] = { - }, - [392398] = { - }, - [392399] = { - }, - }, - ["clones"] = { - [1] = { - ["x"] = 301.27879904485, - ["y"] = -209.69612317298, - ["g"] = 21, - ["sublevel"] = 2, - ["scale"] = 0.9, - }, - [2] = { - ["x"] = 278.58262429571, - ["y"] = -196.07057604509, - ["g"] = 22, - ["sublevel"] = 2, - ["scale"] = 0.8, - }, - [3] = { - ["x"] = 282.2543379213, - ["y"] = -189.23676305862, - ["g"] = 22, - ["sublevel"] = 2, - ["scale"] = 0.8, - }, - [4] = { - ["x"] = 255.3069893257, - ["y"] = -186.86542901004, - ["g"] = 23, - ["sublevel"] = 2, - ["scale"] = 0.8, - }, - [5] = { - ["x"] = 271.51452805382, - ["y"] = -185.97716668965, - ["g"] = 23, - ["sublevel"] = 2, - ["scale"] = 0.8, - }, - [6] = { - ["x"] = 273.24941646493, - ["y"] = -168.77138782573, - ["g"] = 23, - ["sublevel"] = 2, - ["scale"] = 0.8, - }, - [7] = { - ["x"] = 158.38326473177, - ["y"] = -136.27174664406, - ["g"] = 26, - ["sublevel"] = 2, - ["scale"] = 0.8, - }, - [8] = { - ["x"] = 154.51184087925, - ["y"] = -141.91258231306, - ["g"] = 26, - ["sublevel"] = 2, - ["scale"] = 0.8, - }, - [9] = { - ["x"] = 152.69074098922, - ["y"] = -132.34387923417, - ["g"] = 26, - ["sublevel"] = 2, - ["scale"] = 0.8, - }, - [10] = { - ["x"] = 149.4698299784, - ["y"] = -138.25006964329, - ["g"] = 26, - ["sublevel"] = 2, - ["scale"] = 0.8, - }, - [11] = { - ["x"] = 182.85957008547, - ["y"] = -88.232719046923, - ["g"] = 27, - ["sublevel"] = 2, - ["scale"] = 0.8, - }, - [12] = { - ["x"] = 162.88876189865, - ["y"] = -104.84478931793, - ["g"] = 27, - ["sublevel"] = 2, - ["scale"] = 0.8, - }, - [13] = { - ["x"] = 166.07479763618, - ["y"] = -112.17349046716, - ["g"] = 27, - ["sublevel"] = 2, - ["scale"] = 0.8, - }, - [14] = { - ["x"] = 229.63661749056, - ["y"] = -108.65315600495, - ["g"] = 28, - ["sublevel"] = 2, - ["scale"] = 0.8, - }, - [15] = { - ["x"] = 237.53576405418, - ["y"] = -109.05138142833, - ["g"] = 28, - ["sublevel"] = 2, - ["scale"] = 0.8, - }, - [16] = { - ["x"] = 232.11223382739, - ["y"] = -102.18920266842, - ["g"] = 28, - ["sublevel"] = 2, - ["scale"] = 0.8, - }, - [17] = { - ["x"] = 211.14860014727, - ["y"] = -129.54229607159, - ["g"] = 29, - ["sublevel"] = 2, - ["scale"] = 0.8, - }, - [18] = { - ["x"] = 232.6453368264, - ["y"] = -114.95522475361, - ["g"] = 28, - ["sublevel"] = 2, - ["scale"] = 0.8, - }, - [19] = { - ["x"] = 203.27923982192, - ["y"] = -70.618169659367, - ["g"] = 30, - ["sublevel"] = 2, - ["scale"] = 0.8, - }, - [20] = { - ["x"] = 209.99698376243, - ["y"] = -74.648827006303, - ["g"] = 30, - ["sublevel"] = 2, - ["scale"] = 0.8, - }, - [21] = { - ["x"] = 190.41962301458, - ["y"] = -91.922979409386, - ["g"] = 27, - ["sublevel"] = 2, - ["scale"] = 0.8, - }, - }, + ["spells"] = { + [372047] = { + }, + [372087] = { + }, + [372088] = { + }, + [372794] = { + }, + [372796] = { + }, }, - [18] = { - ["name"] = "Tempest Channeler", - ["id"] = 198047, - ["count"] = 16, - ["health"] = 981040, - ["scale"] = 1, - ["displayId"] = 102868, - ["creatureType"] = "Humanoid", - ["level"] = 71, - ["characteristics"] = { - ["Taunt"] = true, - }, - ["spells"] = { - [392486] = { - }, - [392488] = { - }, - [392574] = { - }, - [392576] = { - }, - }, - ["clones"] = { - [1] = { - ["x"] = 261.44222273611, - ["y"] = -176.74214037796, - ["g"] = 23, - ["sublevel"] = 2, - ["scale"] = 1.8, - }, - [2] = { - ["x"] = 202.57314220329, - ["y"] = -123.90124744133, - ["g"] = 29, - ["sublevel"] = 2, - ["scale"] = 1.3, - }, - }, + ["clones"] = { + [1] = { + ["x"] = 184.89270123479, + ["y"] = -193.51510383252, + ["sublevel"] = 1, + ["scale"] = 2.2, + }, }, - [19] = { - ["name"] = "Flame Channeler", - ["id"] = 197985, - ["count"] = 16, - ["health"] = 981040, - ["scale"] = 1, - ["displayId"] = 102888, - ["creatureType"] = "Humanoid", - ["level"] = 71, - ["characteristics"] = { - ["Taunt"] = true, - }, - ["spells"] = { - [392451] = { - }, - [392452] = { - }, - [392454] = { - }, - }, - ["clones"] = { - [1] = { - ["x"] = 208.88189617615, - ["y"] = -152.09692237555, - ["g"] = 25, - ["sublevel"] = 2, - ["scale"] = 1.3, - }, - [2] = { - ["x"] = 205.29054775752, - ["y"] = -114.31773544323, - ["g"] = 29, - ["sublevel"] = 2, - ["scale"] = 1.3, - }, - }, + }, + [7] = { + ["name"] = "Melidrussa Chillworn", + ["id"] = 188252, + ["count"] = 0, + ["health"] = 4292050, + ["scale"] = 1, + ["displayId"] = 106891, + ["creatureType"] = "Humanoid", + ["level"] = 72, + ["isBoss"] = true, + ["encounterID"] = 2488, + ["instanceID"] = 1202, + ["characteristics"] = { + ["Taunt"] = true, + ["Mind Soothe"] = true, }, - [20] = { - ["name"] = "High Channeler Ryvati", - ["id"] = 197535, - ["count"] = 40, - ["health"] = 1839450, - ["scale"] = 1, - ["displayId"] = 102943, - ["creatureType"] = "Humanoid", - ["level"] = 71, - ["characteristics"] = { - ["Taunt"] = true, - }, - ["spells"] = { - [391050] = { - }, - [391130] = { - }, - [392486] = { - }, - [392488] = { - }, - [392574] = { - }, - [392924] = { - }, - }, - ["clones"] = { - [1] = { - ["x"] = 168.55150463837, - ["y"] = -92.63719421932, - ["g"] = 27, - ["sublevel"] = 2, - ["scale"] = 1.8, - }, - }, + ["spells"] = { + [372808] = { + }, + [372851] = { + }, + [372963] = { + }, + [372988] = { + }, + [373046] = { + }, + [373680] = { + }, + [373688] = { + }, + [373727] = { + }, + [383925] = { + }, + [384024] = { + }, + [385518] = { + }, + [396044] = { + }, + [397077] = { + }, }, - [21] = { - ["name"] = "Erkhart Stormvein", - ["id"] = 190485, - ["count"] = 0, - ["health"] = 3065750, - ["scale"] = 1, - ["displayId"] = 108318, - ["creatureType"] = "Humanoid", - ["level"] = 72, - ["isBoss"] = true, - ["encounterID"] = 2503, - ["instanceID"] = 1202, - ["characteristics"] = { - ["Taunt"] = true, - }, - ["spells"] = { - [181089] = { - }, - [381512] = { - }, - [381513] = { - }, - [381514] = { - }, - [381515] = { - }, - [381516] = { - }, - [381517] = { - }, - [381518] = { - }, - }, - ["clones"] = { - [1] = { - ["x"] = 152.42943253015, - ["y"] = -67.238919185138, - ["g"] = 30, - ["sublevel"] = 2, - ["scale"] = 1.3, - }, - }, + ["clones"] = { + [1] = { + ["x"] = 281.25653994104, + ["y"] = -290.54103286633, + ["sublevel"] = 1, + ["scale"] = 2, + }, }, - [22] = { - ["name"] = "Kyrakka", - ["id"] = 190484, - ["count"] = 0, - ["health"] = 2452600, - ["scale"] = 1, - ["displayId"] = 107137, - ["creatureType"] = "Dragonkin", - ["level"] = 72, - ["isBoss"] = true, - ["encounterID"] = 2503, - ["instanceID"] = 1202, - ["characteristics"] = { - ["Taunt"] = true, - }, - ["spells"] = { - [381525] = { - }, - [381526] = { - }, - [381602] = { - }, - [381605] = { - }, - [381607] = { - }, - [381862] = { - }, - [381864] = { - }, - [384494] = { - }, - [384773] = { - }, - }, - ["clones"] = { - [1] = { - ["x"] = 137.04897620708, - ["y"] = -82.591254186954, - ["g"] = 30, - ["sublevel"] = 2, - ["scale"] = 1.3, - }, - }, + }, + [8] = { + ["name"] = "Scorchling", + ["id"] = 190205, + ["count"] = 1, + ["health"] = 122630, + ["scale"] = 1, + ["displayId"] = 102535, + ["creatureType"] = "Elemental", + ["level"] = 70, + ["characteristics"] = { + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Banish"] = true, + ["Disorient"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + }, + ["spells"] = { + [373869] = { + }, + [378968] = { + }, + }, + ["clones"] = { + [1] = { + ["x"] = 473.54328904008, + ["y"] = -279.49716585858, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [2] = { + ["x"] = 500.25181175504, + ["y"] = -290.87698119043, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [3] = { + ["x"] = 502.02953051656, + ["y"] = -322.78707922624, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [4] = { + ["x"] = 460.83596510875, + ["y"] = -338.77073422343, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [5] = { + ["x"] = 463.28797282585, + ["y"] = -358.13669303088, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [6] = { + ["x"] = 516.02809843308, + ["y"] = -404.19476041828, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [7] = { + ["x"] = 522.73505386803, + ["y"] = -458.75084439749, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [8] = { + ["x"] = 532.67245583012, + ["y"] = -466.78621574516, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [9] = { + ["x"] = 557.02238893344, + ["y"] = -434.15629250042, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [10] = { + ["x"] = 612.30861303376, + ["y"] = -450.32258383015, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [11] = { + ["x"] = 627.90364851055, + ["y"] = -459.88939594336, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [12] = { + ["x"] = 639.30879707081, + ["y"] = -446.74357802914, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [13] = { + ["x"] = 766.11619942765, + ["y"] = -323.97254325904, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [14] = { + ["x"] = 773.96863215766, + ["y"] = -305.23356163146, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [15] = { + ["x"] = 760.31062014295, + ["y"] = -303.21628038448, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [16] = { + ["x"] = 702.37951499064, + ["y"] = -228.4832771671, + ["g"] = 18, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [17] = { + ["x"] = 685.32995753761, + ["y"] = -234.69460848972, + ["g"] = 18, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [18] = { + ["x"] = 693.44955850302, + ["y"] = -220.03543865148, + ["g"] = 18, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [19] = { + ["x"] = 682.03821248733, + ["y"] = -224.94875715422, + ["g"] = 18, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [20] = { + ["x"] = 692.73334675594, + ["y"] = -208.79667877594, + ["g"] = 18, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [21] = { + ["x"] = 591.56158459574, + ["y"] = -196.96277766472, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [22] = { + ["x"] = 542.45029092567, + ["y"] = -235.7266101616, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [23] = { + ["x"] = 556.31232179183, + ["y"] = -238.56782169582, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [24] = { + ["x"] = 549.21367787381, + ["y"] = -250.02452917774, + ["sublevel"] = 1, + ["scale"] = 1, + }, + }, + }, + [9] = { + ["name"] = "Thunderhead", + ["id"] = 197698, + ["count"] = 40, + ["health"] = 1839450, + ["scale"] = 1, + ["displayId"] = 106435, + ["creatureType"] = "Dragonkin", + ["level"] = 71, + ["characteristics"] = { + ["Taunt"] = true, + ["Mind Soothe"] = true, + }, + ["spells"] = { + [391726] = { + }, + [391727] = { + }, + [392395] = { + }, + [392640] = { + }, + [392641] = { + }, + [392642] = { + }, + [395303] = { + }, + }, + ["clones"] = { + [1] = { + ["x"] = 479.31483155353, + ["y"] = -312.22150758466, + ["sublevel"] = 1, + ["scale"] = 2.5, + }, + }, + }, + [10] = { + ["name"] = "Primalist Cinderweaver", + ["id"] = 190207, + ["count"] = 10, + ["health"] = 613150, + ["scale"] = 1, + ["displayId"] = 102886, + ["creatureType"] = "Humanoid", + ["level"] = 70, + ["characteristics"] = { + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Disorient"] = true, + ["Repentance"] = true, + ["Imprison"] = true, + ["Sap"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Mind Soothe"] = true, + }, + ["spells"] = { + [384194] = { + }, + [384197] = { + }, + [385063] = { + }, + }, + ["clones"] = { + [1] = { + ["x"] = 480.82581253865, + ["y"] = -394.99560894578, + ["g"] = 14, + ["sublevel"] = 1, + ["scale"] = 1.3, + }, + [2] = { + ["x"] = 478.3397658196, + ["y"] = -376.11264054188, + ["g"] = 14, + ["sublevel"] = 1, + ["scale"] = 1.3, + }, + [3] = { + ["x"] = 505.77686180094, + ["y"] = -430.33159249967, + ["g"] = 15, + ["sublevel"] = 1, + ["scale"] = 1.3, + }, + [4] = { + ["x"] = 573.27170903197, + ["y"] = -469.64703778507, + ["g"] = 16, + ["sublevel"] = 1, + ["scale"] = 1.3, + }, + [5] = { + ["x"] = 724.73241722268, + ["y"] = -261.04375163146, + ["g"] = 17, + ["sublevel"] = 1, + ["scale"] = 1.3, + }, + [6] = { + ["x"] = 619.96370925884, + ["y"] = -190.2425764598, + ["g"] = 19, + ["sublevel"] = 1, + ["scale"] = 1.3, + }, + [7] = { + ["x"] = 589.62228942946, + ["y"] = -230.51092011358, + ["g"] = 20, + ["sublevel"] = 1, + ["scale"] = 1.3, + }, + [8] = { + ["x"] = 593.0882387647, + ["y"] = -219.09478314761, + ["g"] = 20, + ["sublevel"] = 1, + ["scale"] = 1.3, + }, + }, + }, + [11] = { + ["name"] = "Blazebound Destroyer", + ["id"] = 190034, + ["count"] = 16, + ["health"] = 1042355, + ["scale"] = 1, + ["displayId"] = 102505, + ["creatureType"] = "Elemental", + ["level"] = 71, + ["characteristics"] = { + ["Taunt"] = true, + }, + ["spells"] = { + [373614] = { + }, + [373692] = { + }, + [373693] = { + }, + [384139] = { + }, + }, + ["clones"] = { + [1] = { + ["x"] = 489.67981064042, + ["y"] = -384.71840098227, + ["g"] = 14, + ["sublevel"] = 1, + ["scale"] = 2, + }, + [2] = { + ["x"] = 568.38271854785, + ["y"] = -457.39319674692, + ["g"] = 16, + ["sublevel"] = 1, + ["scale"] = 2, + }, + [3] = { + ["x"] = 721.2382470802, + ["y"] = -274.90364860999, + ["g"] = 17, + ["sublevel"] = 1, + ["scale"] = 2, + }, + [4] = { + ["x"] = 631.08423028757, + ["y"] = -201.2116183606, + ["g"] = 19, + ["sublevel"] = 1, + ["scale"] = 2, + }, + }, + }, + [12] = { + ["name"] = "Primalist Flamedancer", + ["id"] = 190206, + ["count"] = 10, + ["health"] = 735780, + ["scale"] = 1, + ["displayId"] = 102969, + ["creatureType"] = "Humanoid", + ["level"] = 70, + ["characteristics"] = { + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Disorient"] = true, + ["Repentance"] = true, + ["Imprison"] = true, + ["Sap"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Mind Soothe"] = true, + }, + ["spells"] = { + [373972] = { + }, + [373973] = { + }, + [373977] = { + }, + [385536] = { + }, + [385567] = { + }, + [385568] = { + }, + }, + ["clones"] = { + [1] = { + ["x"] = 511.30497132095, + ["y"] = -442.0080139097, + ["g"] = 15, + ["sublevel"] = 1, + ["scale"] = 1.3, + }, + [2] = { + ["x"] = 518.76424356649, + ["y"] = -432.23566662949, + ["g"] = 15, + ["sublevel"] = 1, + ["scale"] = 1.3, + }, + [3] = { + ["x"] = 555.58398034437, + ["y"] = -461.62676526419, + ["g"] = 16, + ["sublevel"] = 1, + ["scale"] = 1.3, + }, + [4] = { + ["x"] = 733.30440480878, + ["y"] = -282.65575863501, + ["g"] = 17, + ["sublevel"] = 1, + ["scale"] = 1.3, + }, + [5] = { + ["x"] = 640.66056162774, + ["y"] = -190.39827790199, + ["g"] = 19, + ["sublevel"] = 1, + ["scale"] = 1.3, + }, + [6] = { + ["x"] = 580.57928461849, + ["y"] = -223.61714799433, + ["g"] = 20, + ["sublevel"] = 1, + ["scale"] = 1.3, + }, + }, + }, + [13] = { + ["name"] = "Primalist Shockcaster", + ["id"] = 195119, + ["count"] = 14, + ["health"] = 981040, + ["scale"] = 1, + ["displayId"] = 108753, + ["creatureType"] = "Humanoid", + ["level"] = 71, + ["characteristics"] = { + ["Taunt"] = true, + ["Mind Soothe"] = true, + }, + ["spells"] = { + [385310] = { + }, + [385311] = { + }, + [385312] = { + }, + [385313] = { + }, + [385314] = { + }, + [385316] = { + }, + }, + ["clones"] = { + [1] = { + ["x"] = 526.809602612, + ["y"] = -338.60407286165, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + [2] = { + ["x"] = 574.27773054004, + ["y"] = -415.35553202475, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + [3] = { + ["x"] = 680.30835983498, + ["y"] = -277.13847947594, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + [4] = { + ["x"] = 589.32245138592, + ["y"] = -258.01388552246, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + }, + }, + [14] = { + ["name"] = "Flamegullet", + ["id"] = 197697, + ["count"] = 40, + ["health"] = 1839450, + ["scale"] = 1, + ["stealthDetect"] = true, + ["displayId"] = 106023, + ["creatureType"] = "Dragonkin", + ["level"] = 71, + ["characteristics"] = { + ["Taunt"] = true, + ["Mind Soothe"] = true, + }, + ["spells"] = { + [391723] = { + }, + [391724] = { + }, + [392394] = { + }, + [392569] = { + }, + [392570] = { + }, + [395292] = { + }, + }, + ["clones"] = { + [1] = { + ["x"] = 731.33110037629, + ["y"] = -400.47436133393, + ["sublevel"] = 1, + ["scale"] = 2.5, + }, + }, + }, + [15] = { + ["name"] = "Kokia Blazehoof", + ["id"] = 189232, + ["count"] = 0, + ["health"] = 4292050, + ["scale"] = 1, + ["displayId"] = 106851, + ["creatureType"] = "Humanoid", + ["level"] = 72, + ["isBoss"] = true, + ["encounterID"] = 2485, + ["instanceID"] = 1202, + ["characteristics"] = { + ["Taunt"] = true, + ["Mind Soothe"] = true, + }, + ["spells"] = { + [372107] = { + }, + [372811] = { + }, + [372819] = { + }, + [372820] = { + }, + [372858] = { + }, + [372859] = { + }, + [372860] = { + }, + [372863] = { + }, + }, + ["clones"] = { + [1] = { + ["x"] = 479.87966686496, + ["y"] = -232.88346577194, + ["sublevel"] = 1, + ["scale"] = 2, + }, + }, + }, + [16] = { + ["name"] = "Storm Warrior", + ["id"] = 197982, + ["count"] = 10, + ["health"] = 613150, + ["scale"] = 1, + ["displayId"] = 107116, + ["creatureType"] = "Humanoid", + ["level"] = 70, + ["characteristics"] = { + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Disorient"] = true, + ["Repentance"] = true, + ["Imprison"] = true, + ["Sap"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Mind Soothe"] = true, + }, + ["spells"] = { + [392406] = { + }, + }, + ["clones"] = { + [1] = { + ["x"] = 443.43388966418, + ["y"] = -198.70941224111, + ["g"] = 21, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [2] = { + ["x"] = 434.3075430312, + ["y"] = -207.35892298144, + ["g"] = 21, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + [3] = { + ["x"] = 356.2948081972, + ["y"] = -140.89984768495, + ["g"] = 24, + ["sublevel"] = 1, + ["scale"] = 1.3, + ["patrol"] = { + }, + }, + [4] = { + ["x"] = 363.66398750955, + ["y"] = -133.79697633026, + ["g"] = 24, + ["sublevel"] = 1, + ["scale"] = 1.3, + }, + [5] = { + ["x"] = 323.62389703043, + ["y"] = -81.13314740225, + ["g"] = 25, + ["sublevel"] = 1, + ["scale"] = 1.3, + }, + [6] = { + ["x"] = 320.82135026789, + ["y"] = -91.95714487562, + ["g"] = 25, + ["sublevel"] = 1, + ["scale"] = 1.3, + }, + [7] = { + ["x"] = 286.6359342376, + ["y"] = -85.071721637223, + ["g"] = 27, + ["sublevel"] = 1, + ["scale"] = 1.3, + }, + [8] = { + ["x"] = 295.26883850193, + ["y"] = -76.968911806891, + ["g"] = 27, + ["sublevel"] = 1, + ["scale"] = 1.3, + }, + [9] = { + ["x"] = 314.95707183002, + ["y"] = -113.79906943275, + ["g"] = 29, + ["sublevel"] = 1, + ["scale"] = 1.3, + }, + }, + }, + [17] = { + ["name"] = "Primal Thundercloud", + ["id"] = 197509, + ["count"] = 0, + ["health"] = 91589, + ["scale"] = 1, + ["displayId"] = 102516, + ["creatureType"] = "Elemental", + ["level"] = 69, + ["characteristics"] = { + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Banish"] = true, + ["Disorient"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + }, + ["spells"] = { + [391031] = { + }, + [392398] = { + }, + [392399] = { + }, + }, + ["clones"] = { + [1] = { + ["x"] = 431.13152013117, + ["y"] = -195.6986262502, + ["g"] = 21, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [2] = { + ["x"] = 403.34243438809, + ["y"] = -181.17984255837, + ["g"] = 22, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [3] = { + ["x"] = 410.87664211028, + ["y"] = -173.62681853449, + ["g"] = 22, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [4] = { + ["x"] = 378.49521530182, + ["y"] = -168.23196162669, + ["g"] = 23, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [5] = { + ["x"] = 395.32869950909, + ["y"] = -167.42368496293, + ["g"] = 23, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [6] = { + ["x"] = 396.25111818363, + ["y"] = -150.83056202294, + ["g"] = 23, + ["sublevel"] = 1, + ["scale"] = 1, + }, + [7] = { + ["x"] = 256.27849430324, + ["y"] = -101.97512481833, + ["g"] = 26, + ["sublevel"] = 1, + ["scale"] = 0.8, + }, + [8] = { + ["x"] = 252.40707045072, + ["y"] = -107.61596048733, + ["g"] = 26, + ["sublevel"] = 1, + ["scale"] = 0.8, + }, + [9] = { + ["x"] = 250.58597056069, + ["y"] = -98.047257408442, + ["g"] = 26, + ["sublevel"] = 1, + ["scale"] = 0.8, + }, + [10] = { + ["x"] = 247.36505954987, + ["y"] = -103.95344781756, + ["g"] = 26, + ["sublevel"] = 1, + ["scale"] = 0.8, + }, + [11] = { + ["x"] = 296.16254480078, + ["y"] = -66.952490137926, + ["g"] = 27, + ["sublevel"] = 1, + ["scale"] = 0.8, + }, + [12] = { + ["x"] = 276.19173661396, + ["y"] = -83.564560408933, + ["g"] = 27, + ["sublevel"] = 1, + ["scale"] = 0.8, + }, + [13] = { + ["x"] = 279.37777235149, + ["y"] = -90.893261558163, + ["g"] = 27, + ["sublevel"] = 1, + ["scale"] = 0.8, + }, + [14] = { + ["x"] = 338.33845985204, + ["y"] = -57.753100544532, + ["g"] = 28, + ["sublevel"] = 1, + ["scale"] = 0.8, + }, + [15] = { + ["x"] = 346.23760641566, + ["y"] = -58.151325967912, + ["g"] = 28, + ["sublevel"] = 1, + ["scale"] = 0.8, + }, + [16] = { + ["x"] = 340.81407618887, + ["y"] = -51.289147208002, + ["g"] = 28, + ["sublevel"] = 1, + ["scale"] = 0.8, + }, + [17] = { + ["x"] = 311.51091068611, + ["y"] = -123.21571440265, + ["g"] = 29, + ["sublevel"] = 1, + ["scale"] = 0.8, + }, + [18] = { + ["x"] = 341.34717918788, + ["y"] = -64.055169293192, + ["g"] = 28, + ["sublevel"] = 1, + ["scale"] = 0.8, + }, + [19] = { + ["x"] = 323.76094943351, + ["y"] = -48.469988341458, + ["g"] = 28, + ["sublevel"] = 1, + ["scale"] = 0.8, + }, + [20] = { + ["x"] = 329.89290560946, + ["y"] = -42.83497997535, + ["g"] = 28, + ["sublevel"] = 1, + ["scale"] = 0.8, + }, + [21] = { + ["x"] = 303.72259772989, + ["y"] = -70.642750500389, + ["g"] = 27, + ["sublevel"] = 1, + ["scale"] = 0.8, + }, + }, + }, + [18] = { + ["name"] = "Tempest Channeler", + ["id"] = 198047, + ["count"] = 16, + ["health"] = 981040, + ["scale"] = 1, + ["displayId"] = 102868, + ["creatureType"] = "Humanoid", + ["level"] = 71, + ["characteristics"] = { + ["Taunt"] = true, + ["Mind Soothe"] = true, + }, + ["spells"] = { + [392486] = { + }, + [392488] = { + }, + [392574] = { + }, + [392576] = { + }, + }, + ["clones"] = { + [1] = { + ["x"] = 387.14765533399, + ["y"] = -158.44175986472, + ["g"] = 23, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + [2] = { + ["x"] = 302.93545274213, + ["y"] = -117.57466577239, + ["g"] = 29, + ["sublevel"] = 1, + ["scale"] = 1.3, + }, + }, + }, + [19] = { + ["name"] = "Flame Channeler", + ["id"] = 197985, + ["count"] = 16, + ["health"] = 981040, + ["scale"] = 1, + ["displayId"] = 102888, + ["creatureType"] = "Humanoid", + ["level"] = 71, + ["characteristics"] = { + ["Taunt"] = true, + ["Mind Soothe"] = true, + }, + ["spells"] = { + [392451] = { + }, + [392452] = { + }, + [392454] = { + }, + }, + ["clones"] = { + [1] = { + ["x"] = 331.08445670882, + ["y"] = -89.49724943219, + ["g"] = 25, + ["sublevel"] = 1, + ["scale"] = 1.3, + }, + [2] = { + ["x"] = 305.65285829636, + ["y"] = -107.99115377429, + ["g"] = 29, + ["sublevel"] = 1, + ["scale"] = 1.3, + }, + }, + }, + [20] = { + ["name"] = "High Channeler Ryvati", + ["id"] = 197535, + ["count"] = 40, + ["health"] = 1839450, + ["scale"] = 1, + ["displayId"] = 102943, + ["creatureType"] = "Humanoid", + ["level"] = 71, + ["characteristics"] = { + ["Taunt"] = true, + ["Mind Soothe"] = true, + }, + ["spells"] = { + [391050] = { + }, + [391130] = { + }, + [392486] = { + }, + [392488] = { + }, + [392574] = { + }, + [392924] = { + }, + }, + ["clones"] = { + [1] = { + ["x"] = 281.85447935368, + ["y"] = -71.356965310323, + ["g"] = 27, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + }, + }, + [21] = { + ["name"] = "Erkhart Stormvein", + ["id"] = 190485, + ["count"] = 0, + ["health"] = 3065750, + ["scale"] = 1, + ["displayId"] = 108318, + ["creatureType"] = "Humanoid", + ["level"] = 72, + ["isBoss"] = true, + ["encounterID"] = 2503, + ["instanceID"] = 1202, + ["characteristics"] = { + ["Taunt"] = true, + ["Mind Soothe"] = true, + }, + ["spells"] = { + [181089] = { + }, + [381512] = { + }, + [381513] = { + }, + [381514] = { + }, + [381515] = { + }, + [381516] = { + }, + [381517] = { + }, + [381518] = { + }, + }, + ["clones"] = { + [1] = { + ["x"] = 255.0992522811, + ["y"] = -21.384343906324, + ["g"] = 30, + ["sublevel"] = 1, + ["scale"] = 2, + }, + }, + }, + [22] = { + ["name"] = "Kyrakka", + ["id"] = 190484, + ["count"] = 0, + ["health"] = 2452600, + ["scale"] = 1, + ["displayId"] = 107137, + ["creatureType"] = "Dragonkin", + ["level"] = 72, + ["isBoss"] = true, + ["encounterID"] = 2503, + ["instanceID"] = 1202, + ["characteristics"] = { + ["Taunt"] = true, + ["Mind Soothe"] = true, + }, + ["spells"] = { + [381525] = { + }, + [381526] = { + }, + [381602] = { + }, + [381605] = { + }, + [381607] = { + }, + [381862] = { + }, + [381864] = { + }, + [384494] = { + }, + [384773] = { + }, + }, + ["clones"] = { + [1] = { + ["x"] = 226.44679474865, + ["y"] = -49.239741574134, + ["g"] = 30, + ["sublevel"] = 1, + ["scale"] = 2, + }, }, + }, }; diff --git a/Dragonflight/TheAzureVault.lua b/Dragonflight/TheAzureVault.lua index 92d471e0..c67c43fd 100644 --- a/Dragonflight/TheAzureVault.lua +++ b/Dragonflight/TheAzureVault.lua @@ -1,1659 +1,2183 @@ local MDT = MDT local L = MDT.L + local dungeonIndex = 44 MDT.dungeonList[dungeonIndex] = L["TheAzureVault"] -MDT.mapInfo[dungeonIndex] = { - viewportPositionOverrides = { - [1] = { - zoomScale = 1.5999999046326; - horizontalPan = 161.93562594348; - verticalPan = 86.334611786945; - }; - [2] = { - zoomScale = 1.2999999523163; - horizontalPan = 111.62481573922; - verticalPan = 43.260061835168; - }; - [3] = { - zoomScale = 1.2999999523163; - horizontalPan = 175.58851375619; - verticalPan = 72.986299199317; - }; - [4] = { - zoomScale = 1.2999999523163; - horizontalPan = 193.84607431532; - verticalPan = 107.4168929664; - }; - } -}; +MDT.mapInfo[dungeonIndex] = {}; + local zones = { 2073, 2074, 2075, 2076, 2077 } --- add zones to MDT.zoneIdToDungeonIdx for _, zone in ipairs(zones) do MDT.zoneIdToDungeonIdx[zone] = dungeonIndex end MDT.dungeonMaps[dungeonIndex] = { - [0] = "ArcaneNexus", - [1] = "ArcaneNexus_A", - [2] = "ArcaneNexus_B", - [3] = "ArcaneNexus_C", - [4] = "ArcaneNexus_D", - [5] = "ArcaneNexus_E", + [0] = "", + [1] = { customTextures = 'AzureVault' }, } + MDT.dungeonSubLevels[dungeonIndex] = { - [1] = L["TheArcaneConservatory"], - [2] = L["UpperChamber"], - [3] = L["MausoleumOfLegends"], - [4] = L["LowerChamber"], - [5] = L["CrystalChamber"], + [1] = L["TheAzureVault"], } -MDT.mapPOIs[dungeonIndex] = { - [1] = { - [1] = { - ["template"] = "MapLinkPinTemplate"; - ["type"] = "mapLink"; - ["x"] = 375.91817249733; - ["y"] = -247.91777180005; - ["target"] = 2; - ["direction"] = -1; - ["connectionIndex"] = 1; - }; - }; - [2] = { - [1] = { - ["template"] = "MapLinkPinTemplate"; - ["type"] = "mapLink"; - ["x"] = 339.6253290197; - ["y"] = -100.48961257863; - ["target"] = 1; - ["direction"] = 1; - ["connectionIndex"] = 1; - }; - [2] = { - ["template"] = "MapLinkPinTemplate"; - ["type"] = "mapLink"; - ["x"] = 415.10499993933; - ["y"] = -346.92889267752; - ["target"] = 3; - ["direction"] = -1; - ["connectionIndex"] = 2; - }; - }; - [3] = { - [1] = { - ["template"] = "MapLinkPinTemplate"; - ["type"] = "mapLink"; - ["x"] = 208.2600036006; - ["y"] = -307.14508429513; - ["target"] = 2; - ["direction"] = 1; - ["connectionIndex"] = 2; - }; - [2] = { - ["template"] = "MapLinkPinTemplate"; - ["type"] = "mapLink"; - ["x"] = 686.33066424902; - ["y"] = -175.3764748621; - ["target"] = 4; - ["direction"] = -1; - ["connectionIndex"] = 3; - }; - }; - [4] = { - [1] = { - ["template"] = "MapLinkPinTemplate"; - ["type"] = "mapLink"; - ["x"] = 744.61501701204; - ["y"] = -147.60710936621; - ["target"] = 3; - ["direction"] = 1; - ["connectionIndex"] = 3; - }; - [2] = { - ["template"] = "MapLinkPinTemplate"; - ["type"] = "mapLink"; - ["x"] = 388.10190813456; - ["y"] = -245.6825716138; - ["target"] = 5; - ["direction"] = -1; - ["connectionIndex"] = 4; - }; - }; - [5] = { - [1] = { - ["template"] = "MapLinkPinTemplate"; - ["type"] = "mapLink"; - ["x"] = 253.80450797624; - ["y"] = -280.95593947574; - ["target"] = 4; - ["direction"] = 1; - ["connectionIndex"] = 4; - }; - }; -}; + +MDT.mapPOIs[dungeonIndex] = {}; MDT.dungeonTotalCount[dungeonIndex] = { normal = 410, teeming = 1000, teemingEnabled = true } MDT.dungeonEnemies[dungeonIndex] = { [1] = { - ["name"] = "Conjured Lasher"; - ["id"] = 196102; - ["count"] = 5; - ["health"] = 645211; - ["scale"] = 1; - ["displayId"] = 76261; - ["creatureType"] = "Elemental"; - ["level"] = 70; + ["name"] = "Conjured Lasher", + ["id"] = 196102, + ["count"] = 5, + ["health"] = 645211, + ["scale"] = 1, + ["displayId"] = 76261, + ["creatureType"] = "Elemental", + ["level"] = 70, ["characteristics"] = { - ["Taunt"] = true; - ["Incapacitate"] = true; - ["Silence"] = true; - ["Root"] = true; - ["Fear"] = true; - ["Disorient"] = true; - ["Stun"] = true; - ["Slow"] = true; - }; + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Banish"] = true, + ["Disorient"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + }, ["spells"] = { [387564] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 557.59505436998; - ["y"] = -213.08148049352; - ["g"] = 3; - ["sublevel"] = 1; - ["scale"] = 1.5; - }; + ["x"] = 320.73947780124, + ["y"] = -72.678637958431, + ["g"] = 2, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [2] = { - ["x"] = 543.78304001176; - ["y"] = -218.93403652406; - ["g"] = 3; - ["sublevel"] = 1; - ["scale"] = 1.5; - }; + ["x"] = 311.90847374884, + ["y"] = -83.200831031417, + ["g"] = 2, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [3] = { - ["x"] = 544.9896941715; - ["y"] = -206.2320654089; - ["g"] = 3; - ["sublevel"] = 1; - ["scale"] = 1.5; - }; + ["x"] = 307.51158483339, + ["y"] = -69.876220268192, + ["g"] = 2, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [4] = { - ["x"] = 558.21808543684; - ["y"] = -289.07772903777; - ["g"] = 4; - ["sublevel"] = 1; - ["scale"] = 1.5; - }; + ["x"] = 325.2194791556, + ["y"] = -136.77823005047, + ["g"] = 3, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [5] = { - ["x"] = 545.12808552221; - ["y"] = -290.64019925318; - ["g"] = 4; - ["sublevel"] = 1; - ["scale"] = 1.5; - }; + ["x"] = 317.11041829434, + ["y"] = -144.56679392356, + ["g"] = 3, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [6] = { - ["x"] = 545.51366820381; - ["y"] = -279.55051755088; - ["g"] = 4; - ["sublevel"] = 1; - ["scale"] = 1.5; - }; + ["x"] = 312.51513317504, + ["y"] = -133.16581021035, + ["g"] = 3, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [7] = { - ["x"] = 490.89519844337; - ["y"] = -264.11578041377; - ["g"] = 5; - ["sublevel"] = 1; - ["scale"] = 1.5; - }; + ["x"] = 274.488120592, + ["y"] = -120.79629844554, + ["g"] = 4, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [8] = { - ["x"] = 491.53897533573; - ["y"] = -242.87570949742; - ["g"] = 5; - ["sublevel"] = 1; - ["scale"] = 1.5; - }; + ["x"] = 272.64137451833, + ["y"] = -103.29192291265, + ["g"] = 4, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [9] = { - ["x"] = 501.85640255755; - ["y"] = -253.88878267221; - ["g"] = 5; - ["sublevel"] = 1; - ["scale"] = 1.5; - }; + ["x"] = 284.20404541004, + ["y"] = -112.1258463848, + ["g"] = 4, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [10] = { - ["x"] = 384.97118600673; - ["y"] = -200.69979306271; - ["g"] = 8; - ["sublevel"] = 1; - ["scale"] = 1.5; - }; + ["x"] = 159.66677281527, + ["y"] = -50.83111131076, + ["g"] = 8, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [11] = { - ["x"] = 435.98322885686; - ["y"] = -239.07989650737; - ["g"] = 6; - ["sublevel"] = 1; - ["scale"] = 1.5; - }; + ["x"] = 222.24122450624, + ["y"] = -107.74730397429, + ["g"] = 5, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [12] = { - ["x"] = 403.39329252188; - ["y"] = -189.83926409067; - ["g"] = 8; - ["sublevel"] = 1; - ["scale"] = 1.5; - }; + ["x"] = 178.08887933042, + ["y"] = -39.97058233872, + ["g"] = 8, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [13] = { - ["x"] = 397.90023792793; - ["y"] = -201.20240911445; - ["g"] = 8; - ["sublevel"] = 1; - ["scale"] = 1.5; - }; + ["x"] = 172.59582473647, + ["y"] = -51.3337273625, + ["g"] = 8, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [14] = { - ["x"] = 447.62409606022; - ["y"] = -232.10896735746; - ["g"] = 6; - ["sublevel"] = 1; - ["scale"] = 1.5; - }; + ["x"] = 233.8820917096, + ["y"] = -100.77637482438, + ["g"] = 5, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [15] = { - ["x"] = 401.87560042846; - ["y"] = -240.16370021673; - ["g"] = 7; - ["sublevel"] = 1; - ["scale"] = 1.5; - }; + ["x"] = 194.40764687954, + ["y"] = -90.452607704743, + ["g"] = 6, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [16] = { - ["x"] = 391.98555382758; - ["y"] = -229.74912748081; - ["g"] = 7; - ["sublevel"] = 1; - ["scale"] = 1.5; - }; - }; - }; + ["x"] = 184.51760027866, + ["y"] = -80.038034968819, + ["g"] = 6, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, + }, + }, [2] = { - ["name"] = "Shrieking Whelp"; - ["id"] = 187159; - ["count"] = 1; - ["health"] = 286760; - ["scale"] = 1; - ["displayId"] = 102138; - ["creatureType"] = "Dragonkin"; - ["level"] = 70; + ["name"] = "Shrieking Whelp", + ["id"] = 187159, + ["count"] = 1, + ["health"] = 286760, + ["scale"] = 1, + ["displayId"] = 102138, + ["creatureType"] = "Dragonkin", + ["level"] = 70, ["characteristics"] = { - ["Taunt"] = true; - ["Incapacitate"] = true; - ["Root"] = true; - ["Disorient"] = true; - ["Stun"] = true; - ["Slow"] = true; - }; + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Disorient"] = true, + ["Repentance"] = true, + ["Sap"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Hibernate"] = true, + ["Mind Soothe"] = true, + }, ["spells"] = { [370223] = { - }; + }, [370225] = { - }; + }, [397726] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 597.68067392625; - ["y"] = -275.37264528598; - ["sublevel"] = 1; - ["scale"] = 1; - }; + ["x"] = 355.3595035106, + ["y"] = -90.705346773942, + ["sublevel"] = 1, + ["scale"] = 1, + }, [2] = { - ["x"] = 434.66093768755; - ["y"] = -217.51393057887; - ["sublevel"] = 1; - ["scale"] = 1; - }; + ["x"] = 224.21757194696, + ["y"] = -84.274603585053, + ["sublevel"] = 1, + ["scale"] = 1, + }, [3] = { - ["x"] = 391.21617651925; - ["y"] = -190.65477171121; - ["g"] = 8; - ["sublevel"] = 1; - ["scale"] = 1; - }; - }; - }; + ["x"] = 165.91176332779, + ["y"] = -40.78608995926, + ["g"] = 8, + ["sublevel"] = 1, + ["scale"] = 1, + }, + }, + }, [3] = { - ["name"] = "Arcane Tender"; - ["id"] = 196115; - ["count"] = 8; - ["health"] = 1147041; - ["scale"] = 1; - ["displayId"] = 107894; - ["creatureType"] = "Elemental"; - ["level"] = 71; + ["name"] = "Arcane Tender", + ["id"] = 196115, + ["count"] = 8, + ["health"] = 1147041, + ["scale"] = 1, + ["displayId"] = 107894, + ["creatureType"] = "Elemental", + ["level"] = 71, ["characteristics"] = { - ["Taunt"] = true; - }; + ["Taunt"] = true, + }, ["spells"] = { [375596] = { - }; + }, [375602] = { - }; + }, [375649] = { - }; + }, [375652] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 477.13163227026; - ["y"] = -250.56962815119; - ["g"] = 5; - ["sublevel"] = 1; - ["scale"] = 2; - }; + ["x"] = 261.34712281449, + ["y"] = -113.47629327999, + ["g"] = 4, + ["sublevel"] = 1, + ["scale"] = 2.2, + }, [2] = { - ["x"] = 380.3534485533; - ["y"] = -172.39254668122; - ["sublevel"] = 1; - ["scale"] = 2; - }; - }; - }; + ["x"] = 106.40551390797, + ["y"] = -51.367928488388, + ["sublevel"] = 1, + ["scale"] = 2.2, + }, + }, + }, [4] = { - ["name"] = "Crystal Fury"; - ["id"] = 187160; - ["count"] = 5; - ["health"] = 674465; - ["scale"] = 1; - ["displayId"] = 64607; - ["creatureType"] = "Elemental"; - ["level"] = 70; + ["name"] = "Crystal Fury", + ["id"] = 187160, + ["count"] = 5, + ["health"] = 674465, + ["scale"] = 1, + ["displayId"] = 64607, + ["creatureType"] = "Elemental", + ["level"] = 70, ["characteristics"] = { - ["Taunt"] = true; - ["Silence"] = true; - ["Root"] = true; - ["Disorient"] = true; - ["Stun"] = true; - }; + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Banish"] = true, + ["Disorient"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + }, ["spells"] = { [370764] = { - }; + }, [389686] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 446.97785397098; - ["y"] = -203.65305505585; - ["g"] = 35; - ["sublevel"] = 1; - ["scale"] = 2; - }; + ["x"] = 223.77085639918, + ["y"] = -59.206659724754, + ["g"] = 7, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [2] = { - ["x"] = 433.22814301299; - ["y"] = -195.30713481628; - ["g"] = 35; - ["sublevel"] = 1; - ["scale"] = 2; - }; + ["x"] = 212.51163278099, + ["y"] = -48.681625408767, + ["g"] = 7, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [3] = { - ["x"] = 281.88507738389; - ["y"] = -245.06257425102; - ["g"] = 36; - ["sublevel"] = 2; - ["scale"] = 2; - }; + ["x"] = 520.81589218929, + ["y"] = -161.07957057179, + ["g"] = 13, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [4] = { - ["x"] = 307.2049921633; - ["y"] = -257.2591050251; - ["g"] = 36; - ["sublevel"] = 2; - ["scale"] = 2; - }; + ["x"] = 547.0695348703, + ["y"] = -161.44642898675, + ["g"] = 13, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [5] = { - ["x"] = 298.6741771445; - ["y"] = -276.56776624997; - ["g"] = 36; - ["sublevel"] = 2; - ["scale"] = 2; - }; + ["x"] = 549.43450399097, + ["y"] = -182.62290227713, + ["g"] = 13, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [6] = { - ["x"] = 268.19074299208; - ["y"] = -265.84185392543; - ["g"] = 36; - ["sublevel"] = 2; - ["scale"] = 2; - }; + ["x"] = 521.7528948155, + ["y"] = -183.41541374013, + ["g"] = 13, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [7] = { - ["x"] = 562.46795653896; - ["y"] = -258.43763543552; - ["g"] = 2; - ["sublevel"] = 1; - ["scale"] = 2; - }; + ["x"] = 329.72477275689, + ["y"] = -112.31608519647, + ["g"] = 1, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [8] = { - ["x"] = 568.0659963514; - ["y"] = -240.71414705212; - ["g"] = 2; - ["sublevel"] = 1; - ["scale"] = 2; - }; + ["x"] = 335.94541659116, + ["y"] = -95.837876109203, + ["g"] = 1, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [9] = { - ["x"] = 581.60699325244; - ["y"] = -255.77601617933; - ["g"] = 2; - ["sublevel"] = 1; - ["scale"] = 2; - }; - }; - }; + ["x"] = 345.43941609782, + ["y"] = -109.3431995556, + ["g"] = 1, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + }, + }, [5] = { - ["name"] = "Crystal Thrasher"; - ["id"] = 187139; - ["count"] = 8; - ["health"] = 981040; - ["scale"] = 1; - ["displayId"] = 106012; - ["creatureType"] = "Elemental"; - ["level"] = 71; + ["name"] = "Crystal Thrasher", + ["id"] = 187139, + ["count"] = 8, + ["health"] = 981040, + ["scale"] = 1, + ["displayId"] = 106012, + ["creatureType"] = "Elemental", + ["level"] = 71, ["characteristics"] = { - ["Taunt"] = true; - }; + ["Taunt"] = true, + }, ["spells"] = { [370766] = { - }; + }, [371005] = { - }; + }, [371007] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 419.80169344232; - ["y"] = -215.06739295655; - ["g"] = 35; - ["sublevel"] = 1; - ["scale"] = 2; - }; + ["x"] = 207.17917799908, + ["y"] = -65.640094198323, + ["g"] = 7, + ["sublevel"] = 1, + ["scale"] = 2.2, + }, [2] = { - ["x"] = 288.22426407286; - ["y"] = -259.68355018952; - ["g"] = 36; - ["sublevel"] = 2; - ["scale"] = 2; - }; - }; - }; + ["x"] = 534.0036874922, + ["y"] = -172.58749077489, + ["g"] = 13, + ["sublevel"] = 1, + ["scale"] = 2.2, + }, + }, + }, [6] = { - ["name"] = "Volatile Sapling"; - ["id"] = 191313; - ["count"] = 1; - ["health"] = 71691; - ["scale"] = 1; - ["displayId"] = 107890; - ["creatureType"] = "Aberration"; - ["level"] = 70; + ["name"] = "Volatile Sapling", + ["id"] = 191313, + ["count"] = 1, + ["health"] = 71691, + ["scale"] = 1, + ["displayId"] = 107890, + ["creatureType"] = "Aberration", + ["level"] = 70, ["characteristics"] = { - ["Taunt"] = true; - }; + ["Taunt"] = true, + }, ["spells"] = { [375591] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 244.0968287288; - ["y"] = -244.88164407981; - ["g"] = 9; - ["sublevel"] = 1; - ["scale"] = 1; - }; + ["x"] = 75.413619610255, + ["y"] = -119.56034808169, + ["g"] = 11, + ["sublevel"] = 1, + ["scale"] = 1, + }, [2] = { - ["x"] = 252.90294467264; - ["y"] = -236.99653043564; - ["g"] = 9; - ["sublevel"] = 1; - ["scale"] = 1; - }; + ["x"] = 84.219735554093, + ["y"] = -111.67523443752, + ["g"] = 11, + ["sublevel"] = 1, + ["scale"] = 1, + }, [3] = { - ["x"] = 252.28069974784; - ["y"] = -245.89924087349; - ["g"] = 9; - ["sublevel"] = 1; - ["scale"] = 1; - }; + ["x"] = 83.597490629293, + ["y"] = -120.57794487537, + ["g"] = 11, + ["sublevel"] = 1, + ["scale"] = 1, + }, [4] = { - ["x"] = 243.91871007576; - ["y"] = -235.94091569399; - ["g"] = 9; - ["sublevel"] = 1; - ["scale"] = 1; - }; + ["x"] = 75.235500957215, + ["y"] = -110.61961969587, + ["g"] = 11, + ["sublevel"] = 1, + ["scale"] = 1, + }, [5] = { - ["x"] = 357.93607572908; - ["y"] = -276.88583937861; - ["g"] = 10; - ["sublevel"] = 1; - ["scale"] = 1; - }; + ["x"] = 165.59643003128, + ["y"] = -125.85900829908, + ["g"] = 9, + ["sublevel"] = 1, + ["scale"] = 1, + }, [6] = { - ["x"] = 366.57770286902; - ["y"] = -281.98629554494; - ["g"] = 10; - ["sublevel"] = 1; - ["scale"] = 1; - }; + ["x"] = 174.23805717122, + ["y"] = -130.95946446541, + ["g"] = 9, + ["sublevel"] = 1, + ["scale"] = 1, + }, [7] = { - ["x"] = 360.13098341912; - ["y"] = -268.63101052417; - ["g"] = 10; - ["sublevel"] = 1; - ["scale"] = 1; - }; + ["x"] = 167.79133772132, + ["y"] = -117.60417944464, + ["g"] = 9, + ["sublevel"] = 1, + ["scale"] = 1, + }, [8] = { - ["x"] = 366.9896250635; - ["y"] = -272.14928448025; - ["g"] = 10; - ["sublevel"] = 1; - ["scale"] = 1; - }; + ["x"] = 174.6499793657, + ["y"] = -121.12245340072, + ["g"] = 9, + ["sublevel"] = 1, + ["scale"] = 1, + }, [9] = { - ["x"] = 322.3725031067; - ["y"] = -353.93876159657; - ["g"] = 11; - ["sublevel"] = 1; - ["scale"] = 1; - }; + ["x"] = 141.72218484069, + ["y"] = -196.50506063978, + ["g"] = 10, + ["sublevel"] = 1, + ["scale"] = 1, + }, [10] = { - ["x"] = 312.39737704918; - ["y"] = -351.94589276931; - ["g"] = 11; - ["sublevel"] = 1; - ["scale"] = 1; - }; + ["x"] = 131.74705878317, + ["y"] = -194.51219181252, + ["g"] = 10, + ["sublevel"] = 1, + ["scale"] = 1, + }, [11] = { - ["x"] = 303.83561415251; - ["y"] = -356.36611766265; - ["g"] = 11; - ["sublevel"] = 1; - ["scale"] = 1; - }; + ["x"] = 123.1852958865, + ["y"] = -198.93241670586, + ["g"] = 10, + ["sublevel"] = 1, + ["scale"] = 1, + }, [12] = { - ["x"] = 314.36518071572; - ["y"] = -360.95810963603; - ["g"] = 11; - ["sublevel"] = 1; - ["scale"] = 1; - }; - }; - }; + ["x"] = 133.71486244971, + ["y"] = -203.52440867924, + ["g"] = 10, + ["sublevel"] = 1, + ["scale"] = 1, + }, + }, + }, [7] = { - ["name"] = "Arcane Tender"; - ["id"] = 191164; - ["count"] = 8; - ["health"] = 1147041; - ["scale"] = 1; - ["displayId"] = 107894; - ["creatureType"] = "Elemental"; - ["level"] = 71; + ["name"] = "Arcane Tender", + ["id"] = 191164, + ["count"] = 8, + ["health"] = 1147041, + ["scale"] = 1, + ["displayId"] = 107894, + ["creatureType"] = "Elemental", + ["level"] = 71, ["characteristics"] = { - ["Taunt"] = true; - ["Stun"] = true; - }; + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Banish"] = true, + ["Disorient"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + }, ["spells"] = { [375596] = { - }; + }, [375602] = { - }; + }, [375649] = { - }; + }, [375652] = { - }; + }, [375732] = { - }; - }; + }, + }, ["clones"] = { - [1] = { - ["x"] = 311.68131147541; - ["y"] = -245.16367437285; - ["sublevel"] = 1; - ["scale"] = 2; - }; - [2] = { - ["x"] = 359.43737704918; - ["y"] = -326.35255779636; - ["sublevel"] = 1; - ["scale"] = 2; - }; [3] = { - ["x"] = 268.37565362233; - ["y"] = -339.86131484283; - ["sublevel"] = 1; - ["scale"] = 2; - }; - }; - }; + ["x"] = 130.19956223838, + ["y"] = -104.19414330054, + ["sublevel"] = 1, + ["scale"] = 2.2, + }, + [4] = { + ["x"] = 167.9651217156, + ["y"] = -169.61206670244, + ["sublevel"] = 1, + ["scale"] = 2.2, + }, + [5] = { + ["x"] = 94.838146197764, + ["y"] = -169.68820392698, + ["sublevel"] = 1, + ["scale"] = 2, + }, + }, + }, [8] = { - ["name"] = "Leymor"; - ["id"] = 186644; - ["count"] = 0; - ["health"] = 5022728; - ["scale"] = 1; - ["displayId"] = 107127; - ["creatureType"] = "Elemental"; - ["level"] = 72; - ["isBoss"] = true; - ["encounterID"] = 2492; - ["instanceID"] = 1203; + ["name"] = "Leymor", + ["id"] = 186644, + ["count"] = 0, + ["health"] = 5022728, + ["scale"] = 1, + ["displayId"] = 107127, + ["creatureType"] = "Elemental", + ["level"] = 72, + ["isBoss"] = true, + ["encounterID"] = 2492, + ["instanceID"] = 1203, ["characteristics"] = { - ["Taunt"] = true; - }; + ["Taunt"] = true, + }, ["spells"] = { [374364] = { - }; + }, [374567] = { - }; + }, [374570] = { - }; + }, [374582] = { - }; + }, [374720] = { - }; + }, [374729] = { - }; + }, [374731] = { - }; + }, [374789] = { - }; + }, [375729] = { - }; + }, [386660] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 312.17704918033; - ["y"] = -300.56812592228; - ["sublevel"] = 1; - ["scale"] = 2; - }; - }; - }; + ["x"] = 130.26885895658, + ["y"] = -149.96350623666, + ["sublevel"] = 1, + ["scale"] = 2, + }, + }, + }, [9] = { - ["name"] = "Shrieking Whelp"; - ["id"] = 188100; - ["count"] = 1; - ["health"] = 286760; - ["scale"] = 1; - ["displayId"] = 102138; - ["creatureType"] = "Dragonkin"; - ["level"] = 70; + ["name"] = "Shrieking Whelp", + ["id"] = 188100, + ["count"] = 1, + ["health"] = 286760, + ["scale"] = 1, + ["displayId"] = 102138, + ["creatureType"] = "Dragonkin", + ["level"] = 70, ["characteristics"] = { - ["Taunt"] = true; - ["Incapacitate"] = true; - ["Disorient"] = true; - }; + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Disorient"] = true, + ["Repentance"] = true, + ["Sap"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Hibernate"] = true, + ["Mind Soothe"] = true, + }, ["spells"] = { [370225] = { - }; + }, [371042] = { - }; + }, [397726] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 326.01230769231; - ["y"] = -231.42383778437; - ["g"] = 12; - ["sublevel"] = 2; - ["scale"] = 1; - }; + ["x"] = 546.6545943875, + ["y"] = -133.84318153119, + ["g"] = 12, + ["sublevel"] = 1, + ["scale"] = 1, + }, [2] = { - ["x"] = 318.32307692308; - ["y"] = -214.26879327399; - ["g"] = 12; - ["sublevel"] = 2; - ["scale"] = 1; - }; + ["x"] = 531.49400847757, + ["y"] = -127.89511629251, + ["g"] = 12, + ["sublevel"] = 1, + ["scale"] = 1, + }, [3] = { - ["x"] = 309.62104903453; - ["y"] = -227.8596097981; - ["g"] = 12; - ["sublevel"] = 2; - ["scale"] = 1; - }; - }; - }; + ["x"] = 535.24416790439, + ["y"] = -144.59900636513, + ["g"] = 12, + ["sublevel"] = 1, + ["scale"] = 1, + }, + }, + }, [10] = { - ["name"] = "Arcane Elemental"; - ["id"] = 186741; - ["count"] = 5; - ["health"] = 716900; - ["scale"] = 1; - ["displayId"] = 107911; - ["creatureType"] = "Elemental"; - ["level"] = 70; + ["name"] = "Arcane Elemental", + ["id"] = 186741, + ["count"] = 5, + ["health"] = 716900, + ["scale"] = 1, + ["displayId"] = 107911, + ["creatureType"] = "Elemental", + ["level"] = 70, ["characteristics"] = { - ["Taunt"] = true; - ["Silence"] = true; - ["Root"] = true; - ["Fear"] = true; - ["Banish"] = true; - ["Disorient"] = true; - ["Stun"] = true; - }; + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Banish"] = true, + ["Disorient"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + }, ["spells"] = { [371306] = { - }; + }, [386546] = { - }; + }, [386549] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 280.62075453735; - ["y"] = -303.22104564935; - ["g"] = 13; - ["sublevel"] = 2; - ["scale"] = 1.5; - }; + ["x"] = 565.72295271518, + ["y"] = -194.04114608197, + ["g"] = 14, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [2] = { - ["x"] = 277.4389124837; - ["y"] = -319.80127698458; - ["g"] = 13; - ["sublevel"] = 2; - ["scale"] = 1.5; - }; + ["x"] = 569.53211405265, + ["y"] = -205.64241077433, + ["g"] = 14, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [3] = { - ["x"] = 420.97005158431; - ["y"] = -295.42857295334; - ["g"] = 14; - ["sublevel"] = 2; - ["scale"] = 1.5; - }; + ["x"] = 633.65079694812, + ["y"] = -137.39770401949, + ["g"] = 15, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [4] = { - ["x"] = 437.66743855854; - ["y"] = -293.23893181947; - ["g"] = 14; - ["sublevel"] = 2; - ["scale"] = 1.5; - }; + ["x"] = 641.94295837513, + ["y"] = -124.0010658008, + ["g"] = 15, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [5] = { - ["x"] = 491.36324666725; - ["y"] = -318.21406843966; - ["g"] = 15; - ["sublevel"] = 2; - ["scale"] = 1.5; - }; + ["x"] = 686.03601510333, + ["y"] = -109.96957951144, + ["g"] = 16, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [6] = { - ["x"] = 481.79738188093; - ["y"] = -326.06013925088; - ["g"] = 15; - ["sublevel"] = 2; - ["scale"] = 1.5; - }; + ["x"] = 684.56414510577, + ["y"] = -123.73045978255, + ["g"] = 16, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [7] = { - ["x"] = 506.78715502558; - ["y"] = -366.59754214845; - ["g"] = 16; - ["sublevel"] = 2; - ["scale"] = 1.5; - }; + ["x"] = 706.69390460527, + ["y"] = -132.37519189155, + ["g"] = 17, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [8] = { - ["x"] = 343.64680013919; - ["y"] = -227.37444853046; - ["g"] = 20; - ["sublevel"] = 3; - ["scale"] = 1.5; - }; + ["x"] = 160.50267428136, + ["y"] = -334.65553065846, + ["g"] = 21, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [9] = { - ["x"] = 363.33324076978; - ["y"] = -239.34990489323; - ["g"] = 20; - ["sublevel"] = 3; - ["scale"] = 1.5; - }; + ["x"] = 180.18911491195, + ["y"] = -346.63098702123, + ["g"] = 21, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [10] = { - ["x"] = 378.20649678193; - ["y"] = -291.64760912921; - ["g"] = 21; - ["sublevel"] = 3; - ["scale"] = 1.5; - }; - }; - }; + ["x"] = 187.78256175423, + ["y"] = -392.79837064204, + ["g"] = 22, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, + }, + }, [11] = { - ["name"] = "Unstable Curator"; - ["id"] = 187154; - ["count"] = 8; - ["health"] = 1147041; - ["scale"] = 1; - ["displayId"] = 68973; - ["creatureType"] = "Elemental"; - ["level"] = 71; + ["name"] = "Unstable Curator", + ["id"] = 187154, + ["count"] = 8, + ["health"] = 1147041, + ["scale"] = 1, + ["displayId"] = 68973, + ["creatureType"] = "Elemental", + ["level"] = 71, ["characteristics"] = { - ["Taunt"] = true; - }; + ["Taunt"] = true, + }, ["spells"] = { [371352] = { - }; + }, [371358] = { - }; + }, [389804] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 425.7771795895; - ["y"] = -279.4892664933; - ["g"] = 14; - ["sublevel"] = 2; - ["scale"] = 2; - }; + ["x"] = 627.87347845098, + ["y"] = -123.94890271236, + ["g"] = 15, + ["sublevel"] = 1, + ["scale"] = 2.2, + }, [2] = { - ["x"] = 395.33234300299; - ["y"] = -410.81150891906; - ["g"] = 18; - ["sublevel"] = 2; - ["scale"] = 2; - }; + ["x"] = 666.64727491328, + ["y"] = -209.76365649447, + ["g"] = 19, + ["sublevel"] = 1, + ["scale"] = 2.2, + }, [3] = { - ["x"] = 520.83128440542; - ["y"] = -377.82694391063; - ["g"] = 16; - ["sublevel"] = 2; - ["scale"] = 2; - }; - }; - }; + ["x"] = 721.36070925941, + ["y"] = -135.19935029339, + ["g"] = 17, + ["sublevel"] = 1, + ["scale"] = 2.2, + }, + }, + }, [12] = { - ["name"] = "Rune Seal Keeper"; - ["id"] = 187155; - ["count"] = 5; - ["health"] = 716900; - ["scale"] = 1; - ["displayId"] = 105096; - ["creatureType"] = "Dragonkin"; - ["level"] = 70; + ["name"] = "Rune Seal Keeper", + ["id"] = 187155, + ["count"] = 5, + ["health"] = 716900, + ["scale"] = 1, + ["displayId"] = 105096, + ["creatureType"] = "Dragonkin", + ["level"] = 70, ["characteristics"] = { - ["Taunt"] = true; - ["Incapacitate"] = true; - ["Silence"] = true; - ["Root"] = true; - ["Fear"] = true; - ["Disorient"] = true; - ["Stun"] = true; - }; + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Disorient"] = true, + ["Repentance"] = true, + ["Sap"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Hibernate"] = true, + ["Mind Soothe"] = true, + }, ["spells"] = { [377488] = { - }; + }, [377503] = { - }; + }, [378065] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 476.51487755064; - ["y"] = -312.03489880227; - ["g"] = 15; - ["sublevel"] = 2; - ["scale"] = 2; - }; + ["x"] = 671.81028563479, + ["y"] = -115.62006442005, + ["g"] = 16, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [2] = { - ["x"] = 363.44319298862; - ["y"] = -283.35575992123; - ["g"] = 21; - ["sublevel"] = 3; - ["scale"] = 2; - }; + ["x"] = 179.53274142766, + ["y"] = -383.35707672704, + ["g"] = 22, + ["sublevel"] = 1, + ["scale"] = 1.8, + ["patrol"] = { + [1] = { + ["x"] = 179.53274142766, + ["y"] = -383.35707672704, + }, + [2] = { + ["x"] = 176.319686222, + ["y"] = -367.32167728687, + }, + [3] = { + ["x"] = 169.80620275526, + ["y"] = -357.74300062679, + }, + [4] = { + ["x"] = 147.58372201327, + ["y"] = -347.78118303898, + }, + [5] = { + ["x"] = 130.72521425949, + ["y"] = -346.63176025579, + }, + [6] = { + ["x"] = 147.58372201327, + ["y"] = -347.78118303898, + }, + [7] = { + ["x"] = 169.80620275526, + ["y"] = -357.74300062679, + }, + [8] = { + ["x"] = 176.319686222, + ["y"] = -367.32167728687, + }, + [9] = { + ["x"] = 179.53274142766, + ["y"] = -383.35707672704, + }, + [10] = { + ["x"] = 177.09348698462, + ["y"] = -405.87879566572, + }, + [11] = { + ["x"] = 170.18446169611, + ["y"] = -415.67992638854, + }, + [12] = { + ["x"] = 153.21745478901, + ["y"] = -428.2767922182, + }, + [13] = { + ["x"] = 141.16685152212, + ["y"] = -428.11612939871, + }, + [14] = { + ["x"] = 126.38482402814, + ["y"] = -425.06331057865, + }, + [15] = { + ["x"] = 119.47581712736, + ["y"] = -422.17115917501, + }, + [16] = { + ["x"] = 126.38482402814, + ["y"] = -425.06331057865, + }, + [17] = { + ["x"] = 141.16685152212, + ["y"] = -428.11612939871, + }, + [18] = { + ["x"] = 153.21745478901, + ["y"] = -428.2767922182, + }, + [19] = { + ["x"] = 170.18446169611, + ["y"] = -415.67992638854, + }, + [20] = { + ["x"] = 177.09348698462, + ["y"] = -405.87879566572, + }, + }, + }, [3] = { - ["x"] = 586.67944867489; - ["y"] = -274.16586834085; - ["g"] = 25; - ["sublevel"] = 3; - ["scale"] = 2; - }; + ["x"] = 313.54283809744, + ["y"] = -381.04815172542, + ["g"] = 26, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [4] = { - ["x"] = 633.12676459897; - ["y"] = -233.16183145324; - ["g"] = 26; - ["sublevel"] = 3; - ["scale"] = 2; - }; + ["x"] = 326.27805768378, + ["y"] = -340.69102863887, + ["g"] = 27, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [5] = { - ["x"] = 637.47282066249; - ["y"] = -366.97608509603; - ["g"] = 27; - ["sublevel"] = 3; - ["scale"] = 2; - }; - }; - }; + ["x"] = 345.27304331832, + ["y"] = -431.84889320172, + ["g"] = 28, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + }, + }, [13] = { - ["name"] = "Crystal Fury"; - ["id"] = 196116; - ["count"] = 5; - ["health"] = 788591; - ["scale"] = 1; - ["displayId"] = 64607; - ["creatureType"] = "Elemental"; - ["level"] = 70; + ["name"] = "Crystal Fury", + ["id"] = 196116, + ["count"] = 5, + ["health"] = 788591, + ["scale"] = 1, + ["displayId"] = 64607, + ["creatureType"] = "Elemental", + ["level"] = 70, ["characteristics"] = { - ["Taunt"] = true; - ["Incapacitate"] = true; - ["Silence"] = true; - ["Root"] = true; - ["Fear"] = true; - ["Disorient"] = true; - ["Stun"] = true; - }; + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Banish"] = true, + ["Disorient"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + }, ["spells"] = { [370764] = { - }; + }, [389686] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 402.73974348742; - ["y"] = -393.9043189132; - ["g"] = 18; - ["sublevel"] = 2; - ["scale"] = 2; - }; + ["x"] = 656.26226161117, + ["y"] = -196.23290003208, + ["g"] = 19, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [2] = { - ["x"] = 415.27066882559; - ["y"] = -407.55526615446; - ["g"] = 18; - ["sublevel"] = 2; - ["scale"] = 2; - }; + ["x"] = 674.27711066587, + ["y"] = -196.76114303777, + ["g"] = 19, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [3] = { - ["x"] = 462.47357367461; - ["y"] = -392.73314796319; - ["g"] = 17; - ["sublevel"] = 2; - ["scale"] = 2; - }; + ["x"] = 693.51110475667, + ["y"] = -172.80692302363, + ["g"] = 18, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [4] = { - ["x"] = 504.06794052997; - ["y"] = -384.61381223151; - ["g"] = 16; - ["sublevel"] = 2; - ["scale"] = 2; - }; + ["x"] = 713.62515932678, + ["y"] = -146.65582003049, + ["g"] = 17, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [5] = { - ["x"] = 345.63766713761; - ["y"] = -400.55931635375; - ["g"] = 22; - ["sublevel"] = 3; - ["scale"] = 2; - }; + ["x"] = 165.03600633069, + ["y"] = -447.48903601896, + ["g"] = 23, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [6] = { - ["x"] = 363.81141804321; - ["y"] = -391.68784757286; - ["g"] = 22; - ["sublevel"] = 3; - ["scale"] = 2; - }; - }; - }; + ["x"] = 179.78539948998, + ["y"] = -437.68367901844, + ["g"] = 23, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + }, + }, [14] = { - ["name"] = "Crystal Thrasher"; - ["id"] = 196117; - ["count"] = 8; - ["health"] = 1147041; - ["scale"] = 1; - ["displayId"] = 106012; - ["creatureType"] = "Elemental"; - ["level"] = 71; + ["name"] = "Crystal Thrasher", + ["id"] = 196117, + ["count"] = 8, + ["health"] = 1147041, + ["scale"] = 1, + ["displayId"] = 106012, + ["creatureType"] = "Elemental", + ["level"] = 71, ["characteristics"] = { - ["Taunt"] = true; - }; + ["Taunt"] = true, + }, ["spells"] = { [370766] = { - }; + }, [371005] = { - }; + }, [371007] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 470.33365473576; - ["y"] = -408.81593769563; - ["g"] = 17; - ["sublevel"] = 2; - ["scale"] = 2; - }; + ["x"] = 706.35206172597, + ["y"] = -182.37622928933, + ["g"] = 18, + ["sublevel"] = 1, + ["scale"] = 2.2, + }, [2] = { - ["x"] = 349.81599706186; - ["y"] = -382.2463494725; - ["g"] = 22; - ["sublevel"] = 3; - ["scale"] = 2; - }; - }; - }; + ["x"] = 164.85607247588, + ["y"] = -428.86476712679, + ["g"] = 23, + ["sublevel"] = 1, + ["scale"] = 2.2, + }, + }, + }, [15] = { - ["name"] = "Arcane Construct"; - ["id"] = 186740; - ["count"] = 5; - ["health"] = 1147041; - ["scale"] = 1; - ["displayId"] = 104019; - ["creatureType"] = "Elemental"; - ["level"] = 71; + ["name"] = "Arcane Construct", + ["id"] = 186740, + ["count"] = 5, + ["health"] = 1147041, + ["scale"] = 1, + ["displayId"] = 104019, + ["creatureType"] = "Elemental", + ["level"] = 71, ["characteristics"] = { - ["Taunt"] = true; - }; + ["Taunt"] = true, + }, ["spells"] = { [387067] = { - }; + }, [387122] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 261.09119481773; - ["y"] = -265.0316598485; - ["g"] = 19; - ["sublevel"] = 3; - ["scale"] = 2; - }; + ["x"] = 114.17009732345, + ["y"] = -363.49501421774, + ["g"] = 20, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [2] = { - ["x"] = 248.13597221432; - ["y"] = -249.77097975664; - ["g"] = 19; - ["sublevel"] = 3; - ["scale"] = 2; - }; + ["x"] = 104.95055229039, + ["y"] = -351.97001169623, + ["g"] = 20, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [3] = { - ["x"] = 346.96066240115; - ["y"] = -241.52849408571; - ["g"] = 20; - ["sublevel"] = 3; - ["scale"] = 2; - }; + ["x"] = 163.81653654332, + ["y"] = -348.80957621371, + ["g"] = 21, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [4] = { - ["x"] = 253.92308154075; - ["y"] = -369.21202302649; - ["g"] = 23; - ["sublevel"] = 3; - ["scale"] = 2; - }; + ["x"] = 111.00936696188, + ["y"] = -424.76829065297, + ["g"] = 24, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [5] = { - ["x"] = 263.25064860525; - ["y"] = -354.83835340259; - ["g"] = 23; - ["sublevel"] = 3; - ["scale"] = 2; - }; - }; - }; + ["x"] = 119.57063024708, + ["y"] = -411.92722858766, + ["g"] = 24, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + }, + }, [16] = { - ["name"] = "Astral Attendant"; - ["id"] = 189555; - ["count"] = 3; - ["health"] = 430140; - ["scale"] = 1; - ["displayId"] = 107525; - ["creatureType"] = "Elemental"; - ["level"] = 70; + ["name"] = "Astral Attendant", + ["id"] = 189555, + ["count"] = 3, + ["health"] = 430140, + ["scale"] = 1, + ["displayId"] = 107525, + ["creatureType"] = "Elemental", + ["level"] = 70, ["characteristics"] = { - ["Taunt"] = true; - ["Silence"] = true; - ["Root"] = true; - ["Fear"] = true; - ["Disorient"] = true; - ["Stun"] = true; - }; + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Banish"] = true, + ["Disorient"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + }, ["spells"] = { [374868] = { - }; + }, [374885] = { - }; + }, [378065] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 359.4132589729; - ["y"] = -298.79180805584; - ["g"] = 21; - ["sublevel"] = 3; - ["scale"] = 1.5; - }; + ["x"] = 174.73652555648, + ["y"] = -396.4942354476, + ["g"] = 22, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [2] = { - ["x"] = 586.77220590974; - ["y"] = -258.35052187904; - ["g"] = 25; - ["sublevel"] = 3; - ["scale"] = 1.6; - }; + ["x"] = 297.99357801229, + ["y"] = -378.49291373412, + ["g"] = 26, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, [3] = { - ["x"] = 627.54878465173; - ["y"] = -246.85587509224; - ["g"] = 26; - ["sublevel"] = 3; - ["scale"] = 1.5; - }; + ["x"] = 325.29785656463, + ["y"] = -353.61879042241, + ["g"] = 27, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [4] = { - ["x"] = 642.43869236412; - ["y"] = -245.2857034253; - ["g"] = 26; - ["sublevel"] = 3; - ["scale"] = 1.5; - }; + ["x"] = 338.65515671844, + ["y"] = -345.91826525454, + ["g"] = 27, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [5] = { - ["x"] = 646.64630302236; - ["y"] = -378.84393280667; - ["g"] = 27; - ["sublevel"] = 3; - ["scale"] = 1.6; - }; + ["x"] = 354.11126921635, + ["y"] = -442.83071375036, + ["g"] = 28, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, [6] = { - ["x"] = 649.20472346593; - ["y"] = -360.17009331108; - ["g"] = 27; - ["sublevel"] = 3; - ["scale"] = 1.5; - }; - }; - }; + ["x"] = 358.9206507604, + ["y"] = -428.8743983894, + ["g"] = 28, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, + }, + }, [17] = { - ["name"] = "Vault Guard"; - ["id"] = 190510; - ["count"] = 5; - ["health"] = 788591; - ["scale"] = 1; - ["displayId"] = 104202; - ["creatureType"] = "Dragonkin"; - ["level"] = 70; + ["name"] = "Vault Guard", + ["id"] = 190510, + ["count"] = 5, + ["health"] = 788591, + ["scale"] = 1, + ["displayId"] = 104202, + ["creatureType"] = "Dragonkin", + ["level"] = 70, ["characteristics"] = { - ["Taunt"] = true; - ["Silence"] = true; - ["Root"] = true; - ["Disorient"] = true; - ["Stun"] = true; - }; + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Disorient"] = true, + ["Repentance"] = true, + ["Sap"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Hibernate"] = true, + ["Mind Soothe"] = true, + }, ["spells"] = { [374778] = { - }; + }, [377105] = { - }; + }, [378065] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 528.77391304348; - ["y"] = -315.58989130435; - ["g"] = 24; - ["sublevel"] = 3; - ["scale"] = 2; - }; + ["x"] = 267.46783211794, + ["y"] = -396.0985886223, + ["g"] = 25, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [2] = { - ["x"] = 528.62782608696; - ["y"] = -297.79369565217; - ["g"] = 24; - ["sublevel"] = 3; - ["scale"] = 2; - }; + ["x"] = 267.32174516142, + ["y"] = -380.17022284874, + ["g"] = 25, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [3] = { - ["x"] = 603.58156690771; - ["y"] = -271.11826525938; - ["g"] = 25; - ["sublevel"] = 3; - ["scale"] = 2; - }; + ["x"] = 304.40733832744, + ["y"] = -390.8808049366, + ["g"] = 26, + ["sublevel"] = 1, + ["scale"] = 1.8, + ["patrol"] = { + [1] = { + ["x"] = 305.3496733264, + ["y"] = -389.534614832, + }, + [2] = { + ["x"] = 304.65701785315, + ["y"] = -400.52215413334, + }, + [3] = { + ["x"] = 307.01641944865, + ["y"] = -407.33814235159, + }, + [4] = { + ["x"] = 310.42438730686, + ["y"] = -418.34855312611, + }, + [5] = { + ["x"] = 307.01641944865, + ["y"] = -407.33814235159, + }, + [6] = { + ["x"] = 304.65701785315, + ["y"] = -400.52215413334, + }, + [7] = { + ["x"] = 305.3496733264, + ["y"] = -389.534614832, + }, + [8] = { + ["x"] = 306.30961767607, + ["y"] = -374.58309620355, + }, + [9] = { + ["x"] = 310.98555873765, + ["y"] = -366.24770454568, + }, + [10] = { + ["x"] = 315.76317269351, + ["y"] = -363.80806693712, + }, + [11] = { + ["x"] = 310.98555873765, + ["y"] = -366.24770454568, + }, + [12] = { + ["x"] = 306.30961767607, + ["y"] = -374.58309620355, + }, + }, + }, [4] = { - ["x"] = 694.55439396818; - ["y"] = -284.25485482455; - ["sublevel"] = 3; - ["scale"] = 2; - }; + ["x"] = 377.30879486925, + ["y"] = -366.24819724572, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [5] = { - ["x"] = 709.57973368144; - ["y"] = -354.79402823366; - ["sublevel"] = 3; - ["scale"] = 2; - }; + ["x"] = 398.46460866453, + ["y"] = -407.28515747639, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [6] = { - ["x"] = 693.92947146189; - ["y"] = -376.67706940701; - ["sublevel"] = 3; - ["scale"] = 2; - }; - }; - }; + ["x"] = 383.96363768516, + ["y"] = -434.53221548562, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + }, + }, [18] = { - ["name"] = "Scalebane Lieutenant"; - ["id"] = 191739; - ["count"] = 8; - ["health"] = 1147041; - ["scale"] = 1; - ["displayId"] = 104234; - ["creatureType"] = "Dragonkin"; - ["level"] = 71; + ["name"] = "Scalebane Lieutenant", + ["id"] = 191739, + ["count"] = 8, + ["health"] = 1147041, + ["scale"] = 1, + ["displayId"] = 104234, + ["creatureType"] = "Dragonkin", + ["level"] = 71, ["characteristics"] = { - ["Taunt"] = true; - }; + ["Taunt"] = true, + ["Mind Soothe"] = true, + }, ["spells"] = { [374778] = { - }; + }, [377105] = { - }; + }, [378065] = { - }; + }, [391118] = { - }; + }, [391120] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 587.2891271195; - ["y"] = -341.93150011409; - ["sublevel"] = 3; - ["scale"] = 2.5; - }; - }; - }; + ["x"] = 318.57731458403, + ["y"] = -417.63046103274, + ["sublevel"] = 1, + ["scale"] = 2.2, + ["patrol"] = { + [1] = { + ["x"] = 316.01407627843, + ["y"] = -417.18814580057, + }, + [2] = { + ["x"] = 307.54071758052, + ["y"] = -402.09507853, + }, + [3] = { + ["x"] = 305.18131598502, + ["y"] = -382.17144200819, + }, + [4] = { + ["x"] = 311.73516263759, + ["y"] = -367.49086930795, + }, + [5] = { + ["x"] = 326.41575033833, + ["y"] = -360.41274702429, + }, + [6] = { + ["x"] = 343.71782869845, + ["y"] = -356.48045103317, + }, + [7] = { + ["x"] = 355.7768957388, + ["y"] = -359.8884338919, + }, + [8] = { + ["x"] = 362.59283145522, + ["y"] = -366.70440710963, + }, + [9] = { + ["x"] = 368.88449904081, + ["y"] = -375.35546879046, + }, + [10] = { + ["x"] = 373.34115316589, + ["y"] = -379.549898847, + }, + [11] = { + ["x"] = 383.04078860969, + ["y"] = -377.71484788519, + }, + [12] = { + ["x"] = 386.97305459978, + ["y"] = -379.8120554132, + }, + [13] = { + ["x"] = 389.85678432819, + ["y"] = -385.05511923478, + }, + [14] = { + ["x"] = 389.33245619528, + ["y"] = -390.56033962257, + }, + [15] = { + ["x"] = 388.80812806237, + ["y"] = -401.30863133219, + }, + [16] = { + ["x"] = 386.18660740197, + ["y"] = -410.48396864412, + }, + [17] = { + ["x"] = 381.2057151471, + ["y"] = -411.79472147406, + }, + [18] = { + ["x"] = 375.70046475828, + ["y"] = -411.27043834271, + }, + [19] = { + ["x"] = 368.62234997488, + ["y"] = -410.22181207793, + }, + [20] = { + ["x"] = 362.8550105222, + ["y"] = -413.89196650337, + }, + [21] = { + ["x"] = 359.18486359701, + ["y"] = -420.70794722136, + }, + [22] = { + ["x"] = 351.5824206807, + ["y"] = -425.42669041029, + }, + [23] = { + ["x"] = 335.59108765027, + ["y"] = -425.95101104294, + }, + [24] = { + ["x"] = 324.5806468747, + ["y"] = -424.90239977868, + }, + }, + }, + }, + }, [19] = { - ["name"] = "Azureblade"; - ["id"] = 186739; - ["count"] = 0; - ["health"] = 3587663; - ["scale"] = 1; - ["displayId"] = 106829; - ["creatureType"] = "Dragonkin"; - ["level"] = 72; - ["isBoss"] = true; - ["encounterID"] = 2505; - ["instanceID"] = 1203; + ["name"] = "Azureblade", + ["id"] = 186739, + ["count"] = 0, + ["health"] = 3587663, + ["scale"] = 1, + ["displayId"] = 106829, + ["creatureType"] = "Dragonkin", + ["level"] = 72, + ["isBoss"] = true, + ["encounterID"] = 2505, + ["instanceID"] = 1203, ["characteristics"] = { - ["Taunt"] = true; - }; + ["Taunt"] = true, + ["Mind Soothe"] = true, + }, ["spells"] = { [372222] = { - }; + }, [378734] = { - }; + }, [384132] = { - }; + }, [384223] = { - }; + }, [384625] = { - }; + }, [385578] = { - }; + }, [385579] = { - }; + }, [390462] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 640.00065324397; - ["y"] = -311.74293824818; - ["sublevel"] = 3; - ["scale"] = 2; - }; - }; - }; + ["x"] = 345.18021201236, + ["y"] = -389.6942983341, + ["sublevel"] = 1, + ["scale"] = 2, + }, + }, + }, [20] = { - ["name"] = "Drakonid Breaker"; - ["id"] = 187240; - ["count"] = 8; - ["health"] = 1147041; - ["scale"] = 1; - ["stealthDetect"] = true; - ["displayId"] = 109739; - ["creatureType"] = "Dragonkin"; - ["level"] = 71; + ["name"] = "Drakonid Breaker", + ["id"] = 187240, + ["count"] = 8, + ["health"] = 1147041, + ["scale"] = 1, + ["stealthDetect"] = true, + ["displayId"] = 109739, + ["creatureType"] = "Dragonkin", + ["level"] = 71, ["characteristics"] = { - ["Taunt"] = true; - }; + ["Taunt"] = true, + ["Mind Soothe"] = true, + }, ["spells"] = { [391136] = { - }; + }, [391143] = { - }; + }, [396991] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 722.42299266729; - ["y"] = -164.73047165095; - ["sublevel"] = 4; - ["scale"] = 2; - }; + ["x"] = 417.05498156632, + ["y"] = -490.02207407987, + ["sublevel"] = 1, + ["scale"] = 2, + }, [2] = { - ["x"] = 567.0413007139; - ["y"] = -201.55969255001; - ["g"] = 29; - ["sublevel"] = 4; - ["scale"] = 2; - }; + ["x"] = 514.41498513538, + ["y"] = -425.74985906174, + ["g"] = 30, + ["sublevel"] = 1, + ["scale"] = 2, + ["patrol"] = { + [1] = { + ["x"] = 514.41498513538, + ["y"] = -425.74985906174, + }, + [2] = { + ["x"] = 511.99436523676, + ["y"] = -439.40452167263, + }, + [3] = { + ["x"] = 511.67305801023, + ["y"] = -448.56296363765, + }, + [4] = { + ["x"] = 511.83373001123, + ["y"] = -457.0787084048, + }, + [5] = { + ["x"] = 513.60112202223, + ["y"] = -468.96862955003, + }, + [6] = { + ["x"] = 511.83373001123, + ["y"] = -457.0787084048, + }, + [7] = { + ["x"] = 511.67305801023, + ["y"] = -448.56296363765, + }, + [8] = { + ["x"] = 511.99436523676, + ["y"] = -439.40452167263, + }, + [9] = { + ["x"] = 514.41498513538, + ["y"] = -425.74985906174, + }, + [10] = { + ["x"] = 514.08313802524, + ["y"] = -409.03704459637, + }, + [11] = { + ["x"] = 516.01123881271, + ["y"] = -396.98646983787, + }, + [12] = { + ["x"] = 518.42137399091, + ["y"] = -387.66735587185, + }, + [13] = { + ["x"] = 521.31350678438, + ["y"] = -379.3122831057, + }, + [14] = { + ["x"] = 524.68769235632, + ["y"] = -368.70776555008, + }, + [15] = { + ["x"] = 521.31350678438, + ["y"] = -379.3122831057, + }, + [16] = { + ["x"] = 518.42137399091, + ["y"] = -387.66735587185, + }, + [17] = { + ["x"] = 516.01123881271, + ["y"] = -396.98646983787, + }, + [18] = { + ["x"] = 514.08313802524, + ["y"] = -409.03704459637, + }, + }, + }, [3] = { - ["x"] = 597.57598976117; - ["y"] = -445.10716084592; - ["g"] = 32; - ["sublevel"] = 4; - ["scale"] = 2; - }; + ["x"] = 497.57467295536, + ["y"] = -320.20133295635, + ["g"] = 33, + ["sublevel"] = 1, + ["scale"] = 2, + }, [4] = { - ["x"] = 451.5423255814; - ["y"] = -354.65790697674; - ["g"] = 34; - ["sublevel"] = 4; - ["scale"] = 2; - }; + ["x"] = 586.41003683028, + ["y"] = -379.94558091207, + ["g"] = 34, + ["sublevel"] = 1, + ["scale"] = 2, + }, [5] = { - ["x"] = 440.27720930233; - ["y"] = -365.48686046512; - ["g"] = 34; - ["sublevel"] = 4; - ["scale"] = 2; - }; - }; - }; + ["x"] = 598.51686792406, + ["y"] = -368.1688908069, + ["g"] = 34, + ["sublevel"] = 1, + ["scale"] = 2, + }, + }, + }, [21] = { - ["name"] = "Tarasek Delver"; - ["id"] = 187242; - ["count"] = 3; - ["health"] = 430140; - ["scale"] = 1; - ["displayId"] = 106882; - ["creatureType"] = "Dragonkin"; - ["level"] = 70; + ["name"] = "Tarasek Delver", + ["id"] = 187242, + ["count"] = 3, + ["health"] = 430140, + ["scale"] = 1, + ["displayId"] = 106882, + ["creatureType"] = "Dragonkin", + ["level"] = 70, ["characteristics"] = { - ["Taunt"] = true; - ["Root"] = true; - ["Stun"] = true; - }; + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Disorient"] = true, + ["Repentance"] = true, + ["Sap"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Hibernate"] = true, + ["Mind Soothe"] = true, + }, ["spells"] = { [386640] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 674.64530071397; - ["y"] = -185.43693842902; - ["sublevel"] = 4; - ["scale"] = 1.5; - }; + ["x"] = 452.30914490816, + ["y"] = -485.04385589836, + ["sublevel"] = 1, + ["scale"] = 1.5, + ["patrol"] = { + [1] = { + ["x"] = 457.58303417944, + ["y"] = -486.50882327757, + }, + [2] = { + ["x"] = 455.05002609168, + ["y"] = -477.24860829543, + }, + [3] = { + ["x"] = 451.00306492657, + ["y"] = -470.71118688131, + }, + [4] = { + ["x"] = 444.15431482825, + ["y"] = -461.99458936959, + }, + [5] = { + ["x"] = 451.00306492657, + ["y"] = -470.71118688131, + }, + [6] = { + ["x"] = 455.05002609168, + ["y"] = -477.24860829543, + }, + [7] = { + ["x"] = 457.58303417944, + ["y"] = -486.50882327757, + }, + [8] = { + ["x"] = 455.68941938681, + ["y"] = -494.94395328081, + }, + [9] = { + ["x"] = 451.44102907585, + ["y"] = -499.92485662062, + }, + [10] = { + ["x"] = 444.84863395618, + ["y"] = -504.31977971487, + }, + [11] = { + ["x"] = 451.44102907585, + ["y"] = -499.92485662062, + }, + [12] = { + ["x"] = 455.68941938681, + ["y"] = -494.94395328081, + }, + }, + }, [2] = { - ["x"] = 647.67674689304; - ["y"] = -154.76545584911; - ["sublevel"] = 4; - ["scale"] = 1.5; - }; + ["x"] = 495.20962477309, + ["y"] = -482.27568032411, + ["sublevel"] = 1, + ["scale"] = 1.5, + ["patrol"] = { + [1] = { + ["x"] = 495.20962477309, + ["y"] = -482.27568032411, + }, + [2] = { + ["x"] = 491.58126268242, + ["y"] = -475.31331747038, + }, + [3] = { + ["x"] = 487.03984871811, + ["y"] = -468.86742998607, + }, + [4] = { + ["x"] = 479.12901481119, + ["y"] = -463.30053382673, + }, + [5] = { + ["x"] = 471.3646424351, + ["y"] = -460.95657931387, + }, + [6] = { + ["x"] = 467.26271365497, + ["y"] = -458.31963467823, + }, + [7] = { + ["x"] = 467.26271365497, + ["y"] = -451.28775437439, + }, + [8] = { + ["x"] = 467.26271365497, + ["y"] = -458.31963467823, + }, + [9] = { + ["x"] = 471.3646424351, + ["y"] = -460.95657931387, + }, + [10] = { + ["x"] = 479.12901481119, + ["y"] = -463.30053382673, + }, + [11] = { + ["x"] = 487.03984871811, + ["y"] = -468.86742998607, + }, + [12] = { + ["x"] = 491.58126268242, + ["y"] = -475.31331747038, + }, + [13] = { + ["x"] = 495.20962477309, + ["y"] = -482.27568032411, + }, + [14] = { + ["x"] = 494.36470237945, + ["y"] = -489.67004724425, + }, + [15] = { + ["x"] = 491.87425280521, + ["y"] = -494.50445552267, + }, + [16] = { + ["x"] = 487.47935066757, + ["y"] = -497.43440285506, + }, + [17] = { + ["x"] = 477.81054249337, + ["y"] = -501.24333312977, + }, + [18] = { + ["x"] = 474.73407914299, + ["y"] = -505.05226340447, + }, + [19] = { + ["x"] = 472.8296265796, + ["y"] = -510.32616315405, + }, + [20] = { + ["x"] = 474.73407914299, + ["y"] = -505.05226340447, + }, + [21] = { + ["x"] = 477.81054249337, + ["y"] = -501.24333312977, + }, + [22] = { + ["x"] = 487.47935066757, + ["y"] = -497.43440285506, + }, + [23] = { + ["x"] = 491.87425280521, + ["y"] = -494.50445552267, + }, + [24] = { + ["x"] = 494.36470237945, + ["y"] = -489.67004724425, + }, + }, + }, [3] = { - ["x"] = 646.41901600327; - ["y"] = -179.59674539479; - ["g"] = 28; - ["sublevel"] = 4; - ["scale"] = 1.5; - }; + ["x"] = 466.6380362232, + ["y"] = -483.84520475754, + ["g"] = 29, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [4] = { - ["x"] = 631.73518754468; - ["y"] = -186.56094312597; - ["g"] = 28; - ["sublevel"] = 4; - ["scale"] = 1.5; - }; + ["x"] = 472.82441993051, + ["y"] = -472.37328688182, + ["g"] = 29, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [5] = { - ["x"] = 580.26294444823; - ["y"] = -217.02191595449; - ["g"] = 29; - ["sublevel"] = 4; - ["scale"] = 1.5; - }; + ["x"] = 523.53313772265, + ["y"] = -413.11877160768, + ["g"] = 30, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [6] = { - ["x"] = 558.93306412658; - ["y"] = -217.35303142772; - ["g"] = 29; - ["sublevel"] = 4; - ["scale"] = 1.5; - }; + ["x"] = 506.91242063792, + ["y"] = -412.49818898833, + ["g"] = 30, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [7] = { - ["x"] = 569.24324467035; - ["y"] = -378.18828358193; - ["g"] = 30; - ["sublevel"] = 4; - ["scale"] = 1.5; - }; + ["x"] = 521.74543168588, + ["y"] = -357.49832125928, + ["g"] = 31, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [8] = { - ["x"] = 580.99081582787; - ["y"] = -403.82509326825; - ["g"] = 30; - ["sublevel"] = 4; - ["scale"] = 1.5; - }; + ["x"] = 505.68384541873, + ["y"] = -341.18676453025, + ["g"] = 31, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [9] = { - ["x"] = 638.31300680536; - ["y"] = -413.80538466409; - ["g"] = 31; - ["sublevel"] = 4; - ["scale"] = 1.5; - }; + ["x"] = 466.62831467288, + ["y"] = -335.32373525817, + ["g"] = 32, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [10] = { - ["x"] = 617.49131512974; - ["y"] = -416.88487259012; - ["g"] = 31; - ["sublevel"] = 4; - ["scale"] = 1.5; - }; + ["x"] = 478.8555021161, + ["y"] = -332.71218291222, + ["g"] = 32, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [11] = { - ["x"] = 589.06826470873; - ["y"] = -455.77826685401; - ["g"] = 32; - ["sublevel"] = 4; - ["scale"] = 1.5; - }; + ["x"] = 511.28934094958, + ["y"] = -320.46563790745, + ["g"] = 33, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [12] = { - ["x"] = 584.03956178592; - ["y"] = -445.32574598983; - ["g"] = 32; - ["sublevel"] = 4; - ["scale"] = 1.5; - }; + ["x"] = 503.56634307918, + ["y"] = -306.58952892638, + ["g"] = 33, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [13] = { - ["x"] = 596.39379854454; - ["y"] = -489.6675636462; - ["sublevel"] = 4; - ["scale"] = 1.5; - }; + ["x"] = 496.3925255864, + ["y"] = -284.68405412644, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [14] = { - ["x"] = 551.81296340258; - ["y"] = -470.70999142315; - ["sublevel"] = 4; - ["scale"] = 1.5; - }; - }; - }; + ["x"] = 527.97131133857, + ["y"] = -291.74332388893, + ["sublevel"] = 1, + ["scale"] = 1.5, + ["patrol"] = { + [1] = { + ["x"] = 527.64996733657, + ["y"] = -291.26130788593, + }, + [2] = { + ["x"] = 535.13228049577, + ["y"] = -294.31714152836, + }, + [3] = { + ["x"] = 542.04130525292, + ["y"] = -297.6913271003, + }, + [4] = { + ["x"] = 547.18288283587, + ["y"] = -298.33403349203, + }, + [5] = { + ["x"] = 552.64582280854, + ["y"] = -299.29806549804, + }, + [6] = { + ["x"] = 547.18288283587, + ["y"] = -298.33403349203, + }, + [7] = { + ["x"] = 542.04130525292, + ["y"] = -297.6913271003, + }, + [8] = { + ["x"] = 535.13228049577, + ["y"] = -294.31714152836, + }, + [9] = { + ["x"] = 527.64996733657, + ["y"] = -291.26130788593, + }, + [10] = { + ["x"] = 519.54687574594, + ["y"] = -285.48007114694, + }, + [11] = { + ["x"] = 511.99516298479, + ["y"] = -283.8733327492, + }, + [12] = { + ["x"] = 506.21089739784, + ["y"] = -285.96208714994, + }, + [13] = { + ["x"] = 502.83673021364, + ["y"] = -281.46321595873, + }, + [14] = { + ["x"] = 506.21089739784, + ["y"] = -285.96208714994, + }, + [15] = { + ["x"] = 511.99516298479, + ["y"] = -283.8733327492, + }, + [16] = { + ["x"] = 519.54687574594, + ["y"] = -285.48007114694, + }, + }, + }, + }, + }, [22] = { - ["name"] = "Nullmagic Hornswog"; - ["id"] = 187246; - ["count"] = 5; - ["health"] = 716900; - ["scale"] = 1; - ["displayId"] = 102558; - ["creatureType"] = "Beast"; - ["level"] = 70; + ["name"] = "Nullmagic Hornswog", + ["id"] = 187246, + ["count"] = 5, + ["health"] = 716900, + ["scale"] = 1, + ["displayId"] = 102558, + ["creatureType"] = "Beast", + ["level"] = 70, ["characteristics"] = { - ["Taunt"] = true; - ["Root"] = true; - ["Stun"] = true; - }; + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Disorient"] = true, + ["Imprison"] = true, + ["Sap"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Scare Beast"] = true, + ["Hibernate"] = true, + }, ["spells"] = { [386526] = { - }; + }, [386536] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 642.89384699293; - ["y"] = -134.01748324769; - ["sublevel"] = 4; - ["scale"] = 2; - }; + ["x"] = 455.53488756453, + ["y"] = -511.57033173294, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [2] = { - ["x"] = 644.89860465116; - ["y"] = -216.51453488372; - ["sublevel"] = 4; - ["scale"] = 2; - }; + ["x"] = 485.66288539981, + ["y"] = -510.80952968173, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [3] = { - ["x"] = 677.05420941584; - ["y"] = -148.30543881301; - ["sublevel"] = 4; - ["scale"] = 2; - }; + ["x"] = 458.92877903723, + ["y"] = -455.58917647646, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [4] = { - ["x"] = 629.55535637918; - ["y"] = -170.55608514074; - ["g"] = 28; - ["sublevel"] = 4; - ["scale"] = 2; - }; + ["x"] = 478.4879075605, + ["y"] = -484.34940136941, + ["g"] = 29, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [5] = { - ["x"] = 593.60011667191; - ["y"] = -246.73663238656; - ["sublevel"] = 4; - ["scale"] = 2; - }; + ["x"] = 502.50674528195, + ["y"] = -448.0002231896, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [6] = { - ["x"] = 559.94477861007; - ["y"] = -315.4710092671; - ["sublevel"] = 4; - ["scale"] = 2; - }; + ["x"] = 526.51356003779, + ["y"] = -389.30927572866, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [7] = { - ["x"] = 581.86965639846; - ["y"] = -387.89209355312; - ["g"] = 30; - ["sublevel"] = 4; - ["scale"] = 2; - }; + ["x"] = 509.98640809503, + ["y"] = -354.11332641141, + ["g"] = 31, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [8] = { - ["x"] = 558.3164187015; - ["y"] = -428.61995546627; - ["sublevel"] = 4; - ["scale"] = 2; - }; + ["x"] = 522.30060147523, + ["y"] = -269.61405883675, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [9] = { - ["x"] = 549.74829535774; - ["y"] = -512.11583514067; - ["sublevel"] = 4; - ["scale"] = 2; - }; + ["x"] = 548.59887257455, + ["y"] = -284.52669298927, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [10] = { - ["x"] = 517.85674418605; - ["y"] = -484.28663247039; - ["sublevel"] = 4; - ["scale"] = 2; - }; - }; - }; + ["x"] = 535.48148994762, + ["y"] = -333.70986913667, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + }, + }, [23] = { - ["name"] = "Telash Greywing"; - ["id"] = 186737; - ["count"] = 0; - ["health"] = 5022728; - ["scale"] = 1; - ["displayId"] = 109087; - ["creatureType"] = "Dragonkin"; - ["level"] = 72; - ["isBoss"] = true; - ["encounterID"] = 2483; - ["instanceID"] = 1203; + ["name"] = "Telash Greywing", + ["id"] = 186737, + ["count"] = 0, + ["health"] = 5022728, + ["scale"] = 1, + ["displayId"] = 109087, + ["creatureType"] = "Dragonkin", + ["level"] = 72, + ["isBoss"] = true, + ["encounterID"] = 2483, + ["instanceID"] = 1203, ["characteristics"] = { - ["Taunt"] = true; - }; + ["Taunt"] = true, + ["Mind Soothe"] = true, + }, ["spells"] = { [386781] = { - }; + }, [386881] = { - }; + }, [386910] = { - }; + }, [387150] = { - }; + }, [387151] = { - }; + }, [387152] = { - }; + }, [387928] = { - }; + }, [388008] = { - }; + }, [388084] = { - }; + }, [396722] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 307.49209302326; - ["y"] = -294.95023255814; - ["sublevel"] = 4; - ["scale"] = 2; - }; - }; - }; + ["x"] = 650.43942644534, + ["y"] = -398.94743728087, + ["sublevel"] = 1, + ["scale"] = 2, + }, + }, + }, [24] = { - ["name"] = "Umbrelskul"; - ["id"] = 186738; - ["count"] = 0; - ["health"] = 6027274; - ["scale"] = 1; - ["displayId"] = 108968; - ["creatureType"] = "Elemental"; - ["level"] = 72; - ["isBoss"] = true; - ["encounterID"] = 2508; - ["instanceID"] = 1203; + ["name"] = "Umbrelskul", + ["id"] = 186738, + ["count"] = 0, + ["health"] = 6027274, + ["scale"] = 1, + ["displayId"] = 108968, + ["creatureType"] = "Elemental", + ["level"] = 72, + ["isBoss"] = true, + ["encounterID"] = 2508, + ["instanceID"] = 1203, ["characteristics"] = { - ["Taunt"] = true; - }; + ["Taunt"] = true, + }, ["spells"] = { [374881] = { - }; + }, [374916] = { - }; + }, [374917] = { - }; + }, [374918] = { - }; + }, [384696] = { - }; + }, [384699] = { - }; + }, [384978] = { - }; + }, [385075] = { - }; + }, [388773] = { - }; + }, [388777] = { - }; + }, [388804] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 436.39149817252; - ["y"] = -293.93034242099; - ["sublevel"] = 5; - ["scale"] = 3; - }; - }; - }; + ["x"] = 648.69560362351, + ["y"] = -482.61819460885, + ["sublevel"] = 1, + ["scale"] = 2, + }, + }, + }, }; diff --git a/Dragonflight/TheNokhudOffensive.lua b/Dragonflight/TheNokhudOffensive.lua index 4c05509f..b7334e4b 100644 --- a/Dragonflight/TheNokhudOffensive.lua +++ b/Dragonflight/TheNokhudOffensive.lua @@ -1,3145 +1,3393 @@ local MDT = MDT local L = MDT.L + local dungeonIndex = 43 MDT.dungeonList[dungeonIndex] = L["TheNokhudOffensive"] -MDT.mapInfo[dungeonIndex] = { - tileFormat = { - [1] = 15, - [2] = 15 - }, - viewportPositionOverrides = { - [1] = { - zoomScale = 1.5999999046326; - horizontalPan = 190.34651518134; - verticalPan = 136.03545281987; - }; - } -}; +MDT.mapInfo[dungeonIndex] = {}; + local zones = { 2093 } --- add zones to MDT.zoneIdToDungeonIdx for _, zone in ipairs(zones) do MDT.zoneIdToDungeonIdx[zone] = dungeonIndex end MDT.dungeonMaps[dungeonIndex] = { - [0] = "CentaurPlanes", - [1] = "CentaurPlanes", + [0] = "", + [1] = { customTextures = 'NokhudOffensive' }, } + MDT.dungeonSubLevels[dungeonIndex] = { [1] = L["TheNokhudOffensive"], } MDT.dungeonTotalCount[dungeonIndex] = { normal = 520, teeming = 1000, teemingEnabled = true } -MDT.mapPOIs[dungeonIndex] = { - [1] = { - [1] = { - ["template"] = "MapLinkPinTemplate"; - ["type"] = "zoom"; - ["x"] = 584.76644744465; - ["y"] = -262.88213425998; - ["index"] = 4; - ["value1"] = 8.2000017166138; - ["value2"] = 568.19426018705; - ["value3"] = 248.71834312246; - }; - [2] = { - ["template"] = "MapLinkPinTemplate"; - ["type"] = "zoom"; - ["x"] = 503.13067910415; - ["y"] = -427.26538483192; - ["index"] = 4; - ["value1"] = 9.1000022888184; - ["value2"] = 420.42599273345; - ["value3"] = 397.30275368747; - }; - [3] = { - ["template"] = "MapLinkPinTemplate"; - ["type"] = "zoom"; - ["x"] = 343.3009998415; - ["y"] = -364.1670206858; - ["index"] = 4; - ["value1"] = 7.9000015258789; - ["value2"] = 243.94547136942; - ["value3"] = 333.29417946386; - }; - [4] = { - ["template"] = "MapLinkPinTemplate"; - ["type"] = "zoom"; - ["x"] = 344.26202230623; - ["y"] = -249.00150159943; - ["index"] = 4; - ["value1"] = 8.5000019073486; - ["value2"] = 261.85479563384; - ["value3"] = 192.07595205558; - }; - }; -}; +MDT.mapPOIs[dungeonIndex] = {}; MDT.dungeonEnemies[dungeonIndex] = { [1] = { - ["name"] = "Nokhud Warspear"; - ["id"] = 192791; - ["count"] = 6; - ["health"] = 717007; - ["scale"] = 1; - ["displayId"] = 108672; - ["creatureType"] = "Humanoid"; - ["level"] = 70; + ["name"] = "Nokhud Warspear", + ["id"] = 192791, + ["count"] = 6, + ["health"] = 717007, + ["scale"] = 1, + ["displayId"] = 108672, + ["creatureType"] = "Humanoid", + ["level"] = 70, ["characteristics"] = { - ["Taunt"] = true; - ["Silence"] = true; - ["Root"] = true; - ["Fear"] = true; - ["Disorient"] = true; - ["Stun"] = true; - }; + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Disorient"] = true, + ["Repentance"] = true, + ["Imprison"] = true, + ["Sap"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Mind Soothe"] = true, + }, ["spells"] = { [381683] = { - }; + }, [381692] = { - }; + }, [384134] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 606.57399443154; - ["y"] = -264.08121961371; - ["g"] = 1; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 598.71144710723, + ["y"] = -42.872146835377, + ["g"] = 1, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [2] = { - ["x"] = 620.15472936646; - ["y"] = -274.71660555454; - ["g"] = 2; - ["sublevel"] = 1; - ["scale"] = 0.4; + ["x"] = 649.83409141558, + ["y"] = -82.420927851477, + ["g"] = 3, + ["sublevel"] = 1, + ["scale"] = 1.8, ["patrol"] = { [1] = { - ["x"] = 620.15472936646; - ["y"] = -274.71660555454; - }; + ["x"] = 649.83409141558, + ["y"] = -82.420927851477, + }, [2] = { - ["x"] = 623.17792138823; - ["y"] = -275.2547130524; - }; + ["x"] = 663.71997204344, + ["y"] = -82.342830479489, + }, [3] = { - ["x"] = 627.26575958108; - ["y"] = -274.05239232345; - }; + ["x"] = 677.10613664402, + ["y"] = -77.05062504144, + }, [4] = { - ["x"] = 631.71434077446; - ["y"] = -270.32523521398; - }; + ["x"] = 686.75667711359, + ["y"] = -68.333990604612, + }, [5] = { - ["x"] = 627.26575958108; - ["y"] = -274.05239232345; - }; + ["x"] = 696.40714633071, + ["y"] = -57.126975706682, + }, [6] = { - ["x"] = 623.17792138823; - ["y"] = -275.2547130524; - }; + ["x"] = 686.75667711359, + ["y"] = -68.333990604612, + }, [7] = { - ["x"] = 620.15472936646; - ["y"] = -274.71660555454; - }; + ["x"] = 677.10613664402, + ["y"] = -77.05062504144, + }, [8] = { - ["x"] = 615.48312100853; - ["y"] = -272.72985603284; - }; + ["x"] = 663.71997204344, + ["y"] = -82.342830479489, + }, [9] = { - ["x"] = 612.23688806284; - ["y"] = -269.84431792989; - }; + ["x"] = 649.83409141558, + ["y"] = -82.420927851477, + }, [10] = { - ["x"] = 615.48312100853; - ["y"] = -272.72985603284; - }; - }; - }; + ["x"] = 626.98583598801, + ["y"] = -74.560137701643, + }, + [11] = { + ["x"] = 615.77874983762, + ["y"] = -66.154840901963, + }, + [12] = { + ["x"] = 626.98583598801, + ["y"] = -74.560137701643, + }, + }, + }, [3] = { - ["x"] = 617.23984976975; - ["y"] = -275.60158224402; - ["g"] = 2; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 634.53933567402, + ["y"] = -85.774099749332, + ["g"] = 3, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [4] = { - ["x"] = 592.82198286367; - ["y"] = -297.60702535042; - ["g"] = 3; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 541.97611481428, + ["y"] = -147.91988218067, + ["g"] = 7, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [5] = { - ["x"] = 611.34232536158; - ["y"] = -314.55181169677; - ["g"] = 4; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 612.54094904368, + ["y"] = -228.48903221512, + ["g"] = 8, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [6] = { - ["x"] = 614.02122251157; - ["y"] = -310.06796448531; - ["g"] = 4; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 612.848470677, + ["y"] = -182.37274198042, + ["g"] = 8, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [7] = { - ["x"] = 608.45258018285; - ["y"] = -291.92014704644; - ["g"] = 5; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 617.74605315834, + ["y"] = -155.76112850364, + ["g"] = 4, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [8] = { - ["x"] = 610.99432225376; - ["y"] = -293.13709167564; - ["g"] = 5; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 605.12164820176, + ["y"] = -146.70125062266, + ["g"] = 4, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [9] = { - ["x"] = 636.15060415139; - ["y"] = -290.92272273972; - ["g"] = 6; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 724.08383879916, + ["y"] = -153.69059736003, + ["g"] = 9, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [10] = { - ["x"] = 627.74381861596; - ["y"] = -255.75394463591; - ["g"] = 7; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 668.64823089035, + ["y"] = -20.773276082988, + ["g"] = 2, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [11] = { - ["x"] = 635.09278327778; - ["y"] = -273.68626665925; - ["g"] = 8; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 708.86832518275, + ["y"] = -79.199968816677, + ["g"] = 5, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [12] = { - ["x"] = 341.08635444718; - ["y"] = -226.40965390193; - ["g"] = 38; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 316.89662805494, + ["y"] = -150.11873990935, + ["g"] = 37, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, [13] = { - ["x"] = 341.35834062759; - ["y"] = -230.13971182839; - ["g"] = 38; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 317.35453772128, + ["y"] = -165.19940429269, + ["g"] = 37, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, [14] = { - ["x"] = 333.65702285112; - ["y"] = -216.55221866702; - ["g"] = 39; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 302.17635515076, + ["y"] = -108.03646269106, + ["g"] = 38, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, [15] = { - ["x"] = 333.85863573872; - ["y"] = -220.0804788096; - ["g"] = 39; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 299.40074338004, + ["y"] = -123.47351499376, + ["g"] = 38, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, [16] = { - ["x"] = 309.46308409681; - ["y"] = -217.17938339854; - ["g"] = 41; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 242.93098018678, + ["y"] = -121.26598505112, + ["g"] = 40, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, [17] = { - ["x"] = 308.65662100988; - ["y"] = -223.12705010677; - ["g"] = 41; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 244.10813995752, + ["y"] = -139.94891284002, + ["g"] = 40, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, [18] = { - ["x"] = 293.47477392535; - ["y"] = -238.5421177803; - ["g"] = 46; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 197.26835998874, + ["y"] = -172.59557719644, + ["g"] = 45, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, [19] = { - ["x"] = 285.76824922951; - ["y"] = -237.89217625144; - ["g"] = 46; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 173.6433265702, + ["y"] = -172.55786264766, + ["g"] = 45, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, [20] = { - ["x"] = 301.70039106068; - ["y"] = -199.09077713849; - ["g"] = 43; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 221.75568393927, + ["y"] = -65.657936882827, + ["g"] = 43, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, [21] = { - ["x"] = 295.73998676227; - ["y"] = -198.61120865951; - ["g"] = 43; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; - }; - }; + ["x"] = 189.62622291607, + ["y"] = -53.100372601536, + ["g"] = 43, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + }, + }, [2] = { - ["name"] = "Nokhud Longbow"; - ["id"] = 192789; - ["count"] = 5; - ["health"] = 645307; - ["scale"] = 1; - ["displayId"] = 108667; - ["creatureType"] = "Humanoid"; - ["level"] = 70; + ["name"] = "Nokhud Longbow", + ["id"] = 192789, + ["count"] = 5, + ["health"] = 645307, + ["scale"] = 1, + ["displayId"] = 108667, + ["creatureType"] = "Humanoid", + ["level"] = 70, ["characteristics"] = { - ["Taunt"] = true; - ["Incapacitate"] = true; - ["Silence"] = true; - ["Root"] = true; - ["Fear"] = true; - ["Disorient"] = true; - ["Imprison"] = true; - ["Stun"] = true; - }; + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Disorient"] = true, + ["Repentance"] = true, + ["Imprison"] = true, + ["Sap"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Mind Soothe"] = true, + }, ["spells"] = { [373392] = { - }; + }, [384476] = { - }; + }, [384479] = { - }; + }, [384868] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 608.40686659712; - ["y"] = -268.9466718941; - ["g"] = 1; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 589.31669476741, + ["y"] = -57.675516129569, + ["g"] = 1, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [2] = { - ["x"] = 605.58577201654; - ["y"] = -267.40832349918; - ["g"] = 1; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 601.14986235661, + ["y"] = -63.655659177477, + ["g"] = 1, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [3] = { - ["x"] = 618.69600717688; - ["y"] = -272.31410585197; - ["g"] = 2; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 639.78049691094, + ["y"] = -70.939138400232, + ["g"] = 3, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [4] = { - ["x"] = 595.35959464014; - ["y"] = -300.2897646982; - ["g"] = 3; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 557.42528579674, + ["y"] = -149.52545881423, + ["g"] = 7, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [5] = { - ["x"] = 593.92795422905; - ["y"] = -303.85039946272; - ["g"] = 3; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 555.67259085375, + ["y"] = -166.0520044517, + ["g"] = 7, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [6] = { - ["x"] = 604.44255417827; - ["y"] = -315.09479291803; - ["g"] = 4; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 598.42928745957, + ["y"] = -228.36358270431, + ["g"] = 8, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [7] = { - ["x"] = 612.79407123472; - ["y"] = -303.50809301717; - ["g"] = 4; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 617.33943719457, + ["y"] = -193.43197823405, + ["g"] = 8, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [8] = { - ["x"] = 610.42928080362; - ["y"] = -286.24422090372; - ["g"] = 5; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 616.83393061989, + ["y"] = -122.40259826079, + ["g"] = 4, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [9] = { - ["x"] = 608.07299221726; - ["y"] = -288.5903968042; - ["g"] = 5; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 603.49907781993, + ["y"] = -129.56042622461, + ["g"] = 4, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [10] = { - ["x"] = 630.84104915121; - ["y"] = -257.97370078832; - ["g"] = 7; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 684.98318798538, + ["y"] = -26.401991440099, + ["g"] = 2, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [11] = { - ["x"] = 625.54221758521; - ["y"] = -259.77201101063; - ["g"] = 7; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 672.99946949495, + ["y"] = -36.161361067405, + ["g"] = 2, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [12] = { - ["x"] = 638.56265506223; - ["y"] = -276.88246955224; - ["g"] = 8; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 727.10464651704, + ["y"] = -99.223747455392, + ["g"] = 5, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [13] = { - ["x"] = 630.50478563931; - ["y"] = -307.34991774959; - ["g"] = 9; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 691.79006569381, + ["y"] = -195.28167950437, + ["g"] = 6, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [14] = { - ["x"] = 626.84552184166; - ["y"] = -307.86373779963; - ["g"] = 9; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; - }; - }; + ["x"] = 677.97719394232, + ["y"] = -202.9073934385, + ["g"] = 6, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + }, + }, [3] = { - ["name"] = "Nokhud Hornsounder"; - ["id"] = 192796; - ["count"] = 5; - ["health"] = 573606; - ["scale"] = 1; - ["displayId"] = 108597; - ["creatureType"] = "Humanoid"; - ["level"] = 70; + ["name"] = "Nokhud Hornsounder", + ["id"] = 192796, + ["count"] = 5, + ["health"] = 573606, + ["scale"] = 1, + ["displayId"] = 108597, + ["creatureType"] = "Humanoid", + ["level"] = 70, ["characteristics"] = { - ["Taunt"] = true; - ["Incapacitate"] = true; - ["Silence"] = true; - ["Polymorph"] = true; - ["Root"] = true; - ["Fear"] = true; - ["Disorient"] = true; - ["Imprison"] = true; - ["Stun"] = true; - }; + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Disorient"] = true, + ["Repentance"] = true, + ["Imprison"] = true, + ["Sap"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Mind Soothe"] = true, + }, ["spells"] = { [373392] = { - }; + }, [383823] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 608.9709258747; - ["y"] = -265.65812385594; - ["g"] = 1; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 611.20877118366, + ["y"] = -53.841939841074, + ["g"] = 1, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [2] = { - ["x"] = 591.05779012103; - ["y"] = -301.82997633547; - ["g"] = 3; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 539.43905395818, + ["y"] = -163.20615043279, + ["g"] = 7, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [3] = { - ["x"] = 613.14397450329; - ["y"] = -306.8381650359; - ["g"] = 4; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 620.9036887083, + ["y"] = -208.32097848929, + ["g"] = 8, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [4] = { - ["x"] = 633.91281335604; - ["y"] = -292.68272527861; - ["g"] = 6; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 720.50978349733, + ["y"] = -166.78498523819, + ["g"] = 9, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [5] = { - ["x"] = 638.33174174873; - ["y"] = -274.44071514846; - ["g"] = 8; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 724.42358695032, + ["y"] = -82.595937770678, + ["g"] = 5, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [6] = { - ["x"] = 631.32887566205; - ["y"] = -302.57363962556; - ["g"] = 9; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; - }; - }; + ["x"] = 697.63172945141, + ["y"] = -179.2149783773, + ["g"] = 6, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + }, + }, [4] = { - ["name"] = "Nokhud Beastmaster"; - ["id"] = 192794; - ["count"] = 5; - ["health"] = 717007; - ["scale"] = 1; - ["displayId"] = 108670; - ["creatureType"] = "Humanoid"; - ["level"] = 70; + ["name"] = "Nokhud Beastmaster", + ["id"] = 192794, + ["count"] = 5, + ["health"] = 717007, + ["scale"] = 1, + ["displayId"] = 108670, + ["creatureType"] = "Humanoid", + ["level"] = 70, ["characteristics"] = { - ["Taunt"] = true; - ["Incapacitate"] = true; - ["Silence"] = true; - ["Root"] = true; - ["Fear"] = true; - ["Disorient"] = true; - ["Stun"] = true; - }; + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Disorient"] = true, + ["Repentance"] = true, + ["Imprison"] = true, + ["Sap"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Mind Soothe"] = true, + }, ["spells"] = { [383690] = { - }; + }, [383693] = { - }; + }, [384492] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 607.54409861909; - ["y"] = -315.88007940592; - ["g"] = 4; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 583.3816580044, + ["y"] = -224.69971648376, + ["g"] = 8, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [2] = { - ["x"] = 640.57524254368; - ["y"] = -289.90821832022; - ["g"] = 6; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 741.96476963953, + ["y"] = -147.95791098505, + ["g"] = 9, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [3] = { - ["x"] = 629.11755088915; - ["y"] = -260.77067701414; - ["g"] = 7; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 656.81122912578, + ["y"] = -33.585134525053, + ["g"] = 2, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [4] = { - ["x"] = 623.01991472909; - ["y"] = -307.50352400838; - ["g"] = 9; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; - }; - }; + ["x"] = 664.58407262047, + ["y"] = -198.10368292023, + ["g"] = 6, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + }, + }, [5] = { - ["name"] = "Nokhud Plainstomper"; - ["id"] = 191847; - ["count"] = 8; - ["health"] = 1290613; - ["scale"] = 1; - ["displayId"] = 108673; - ["creatureType"] = "Humanoid"; - ["level"] = 71; + ["name"] = "Nokhud Plainstomper", + ["id"] = 191847, + ["count"] = 8, + ["health"] = 1290613, + ["scale"] = 1, + ["displayId"] = 108673, + ["creatureType"] = "Humanoid", + ["level"] = 71, ["characteristics"] = { - ["Taunt"] = true; - }; + ["Taunt"] = true, + ["Mind Soothe"] = true, + }, ["spells"] = { [384336] = { - }; + }, [384365] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 614.59659485845; - ["y"] = -313.4167097925; - ["g"] = 4; - ["sublevel"] = 1; - ["scale"] = 0.4; + ["x"] = 622.36890405233, + ["y"] = -220.92969410581, + ["g"] = 8, + ["sublevel"] = 1, + ["scale"] = 2, ["patrol"] = { [1] = { - ["x"] = 614.59659485845; - ["y"] = -313.4167097925; - }; + ["x"] = 619.25584831693, + ["y"] = -219.06181078785, + }, [2] = { - ["x"] = 621.97508569367; - ["y"] = -316.47218979862; - }; + ["x"] = 639.74936094053, + ["y"] = -230.52484994159, + }, [3] = { - ["x"] = 635.15075736064; - ["y"] = -316.01278485163; - }; + ["x"] = 674.61568493045, + ["y"] = -235.1944513578, + }, [4] = { - ["x"] = 643.68720426559; - ["y"] = -309.52030520088; - }; + ["x"] = 712.59517153447, + ["y"] = -233.01530165515, + }, [5] = { - ["x"] = 647.10341280888; - ["y"] = -301.20281836024; - }; + ["x"] = 737.81102630727, + ["y"] = -218.69517758247, + }, [6] = { - ["x"] = 649.98895779151; - ["y"] = -289.05947806526; - }; + ["x"] = 754.93292191755, + ["y"] = -200.63939375256, + }, [7] = { - ["x"] = 648.97736318739; - ["y"] = -274.53303616821; - }; + ["x"] = 770.18693420986, + ["y"] = -168.57478786089, + }, [8] = { - ["x"] = 645.66063343789; - ["y"] = -266.33579240796; - }; + ["x"] = 776.10174366974, + ["y"] = -145.22679859293, + }, [9] = { - ["x"] = 638.80745206471; - ["y"] = -254.55313319636; - }; + ["x"] = 772.05474627536, + ["y"] = -111.29434500953, + }, [10] = { - ["x"] = 645.66063343789; - ["y"] = -266.33579240796; - }; + ["x"] = 758.66854604855, + ["y"] = -75.494079360625, + }, [11] = { - ["x"] = 648.97736318739; - ["y"] = -274.53303616821; - }; + ["x"] = 745.28234582174, + ["y"] = -50.278260214049, + }, [12] = { - ["x"] = 649.98895779151; - ["y"] = -289.05947806526; - }; + ["x"] = 719.75515341178, + ["y"] = -22.260580464296, + }, [13] = { - ["x"] = 647.10341280888; - ["y"] = -301.20281836024; - }; + ["x"] = 745.28234582174, + ["y"] = -50.278260214049, + }, [14] = { - ["x"] = 643.68720426559; - ["y"] = -309.52030520088; - }; + ["x"] = 758.66854604855, + ["y"] = -75.494079360625, + }, [15] = { - ["x"] = 635.15075736064; - ["y"] = -316.01278485163; - }; + ["x"] = 772.05474627536, + ["y"] = -111.29434500953, + }, [16] = { - ["x"] = 620.36234448444; - ["y"] = -315.17115896543; - }; + ["x"] = 776.10174366974, + ["y"] = -145.22679859293, + }, [17] = { - ["x"] = 614.59659485845; - ["y"] = -313.4167097925; - }; + ["x"] = 770.18693420986, + ["y"] = -168.57478786089, + }, [18] = { - ["x"] = 606.10458140955; - ["y"] = -307.33461004793; - }; + ["x"] = 754.93292191755, + ["y"] = -200.63939375256, + }, [19] = { - ["x"] = 599.6121017588; - ["y"] = -298.79819754139; - }; + ["x"] = 737.81102630727, + ["y"] = -218.69517758247, + }, [20] = { - ["x"] = 595.04331876313; - ["y"] = -287.85717109568; - }; + ["x"] = 712.59517153447, + ["y"] = -233.01530165515, + }, [21] = { - ["x"] = 595.4040067262; - ["y"] = -280.16237071598; - }; + ["x"] = 674.61568493045, + ["y"] = -235.1944513578, + }, [22] = { - ["x"] = 598.28955170882; - ["y"] = -271.98665305219; - }; + ["x"] = 639.74936094053, + ["y"] = -230.52484994159, + }, [23] = { - ["x"] = 595.4040067262; - ["y"] = -280.16237071598; - }; + ["x"] = 619.25584831693, + ["y"] = -219.06181078785, + }, [24] = { - ["x"] = 595.04331876313; - ["y"] = -287.85717109568; - }; + ["x"] = 590.87419707573, + ["y"] = -200.01678973073, + }, [25] = { - ["x"] = 599.6121017588; - ["y"] = -298.79819754139; - }; + ["x"] = 575.93148679433, + ["y"] = -176.98006684746, + }, [26] = { - ["x"] = 606.10458140955; - ["y"] = -307.33461004793; - }; - }; - }; + ["x"] = 572.81843105893, + ["y"] = -152.38685172271, + }, + [27] = { + ["x"] = 572.81843105893, + ["y"] = -119.69964180921, + }, + [28] = { + ["x"] = 586.51593329666, + ["y"] = -89.50288360927, + }, + [29] = { + ["x"] = 572.81843105893, + ["y"] = -119.69964180921, + }, + [30] = { + ["x"] = 572.81843105893, + ["y"] = -152.38685172271, + }, + [31] = { + ["x"] = 575.93148679433, + ["y"] = -176.98006684746, + }, + [32] = { + ["x"] = 590.87419707573, + ["y"] = -200.01678973073, + }, + }, + }, [2] = { - ["x"] = 638.00024235804; - ["y"] = -288.42345579651; - ["g"] = 6; - ["sublevel"] = 1; - ["scale"] = 0.4; + ["x"] = 728.25480326721, + ["y"] = -139.58539318033, + ["g"] = 9, + ["sublevel"] = 1, + ["scale"] = 2, ["patrol"] = { [1] = { - ["x"] = 638.00024235804; - ["y"] = -288.42345579651; - }; + ["x"] = 728.25480326721, + ["y"] = -139.58539318033, + }, [2] = { - ["x"] = 635.44097603863; - ["y"] = -284.13000710653; - }; + ["x"] = 721.62303672975, + ["y"] = -127.17099694991, + }, [3] = { - ["x"] = 632.31497241396; - ["y"] = -279.92191207393; - }; + ["x"] = 716.64216892885, + ["y"] = -115.96398205198, + }, [4] = { - ["x"] = 629.06873946826; - ["y"] = -275.71382392101; - }; + ["x"] = 708.859476151, + ["y"] = -110.6717409877, + }, [5] = { - ["x"] = 625.58203412116; - ["y"] = -275.23289287756; - }; + ["x"] = 696.40714633071, + ["y"] = -97.596842771801, + }, [6] = { - ["x"] = 621.37393908856; - ["y"] = -276.55544292753; - }; + ["x"] = 684.57756303718, + ["y"] = -90.436825268252, + }, [7] = { - ["x"] = 617.40630269801; - ["y"] = -278.71959134498; - }; + ["x"] = 669.63485275578, + ["y"] = -87.946337928454, + }, [8] = { - ["x"] = 614.76121635743; - ["y"] = -281.1242259232; - }; + ["x"] = 656.87122092457, + ["y"] = -89.191545972121, + }, [9] = { - ["x"] = 614.16006975231; - ["y"] = -284.6109312703; - }; + ["x"] = 640.37196496236, + ["y"] = -96.662936739051, + }, [10] = { - ["x"] = 614.03984043129; - ["y"] = -287.85717109568; - }; + ["x"] = 634.14581786533, + ["y"] = -105.37953554965, + }, [11] = { - ["x"] = 614.76121635743; - ["y"] = -293.26757997754; - }; + ["x"] = 632.27804142606, + ["y"] = -116.27528406289, + }, [12] = { - ["x"] = 617.16584405596; - ["y"] = -298.31728713698; - }; + ["x"] = 635.07975952431, + ["y"] = -134.64236990372, + }, [13] = { - ["x"] = 622.09534253342; - ["y"] = -300.00051827034; - }; + ["x"] = 638.19285088594, + ["y"] = -149.585062372, + }, [14] = { - ["x"] = 626.90457041177; - ["y"] = -299.63982342759; - }; + ["x"] = 646.90944969654, + ["y"] = -166.08435396044, + }, [15] = { - ["x"] = 633.39705006252; - ["y"] = -298.07681473557; - }; + ["x"] = 656.55999016612, + ["y"] = -172.62176744216, + }, [16] = { - ["x"] = 636.7635260886; - ["y"] = -294.95080423122; - }; + ["x"] = 672.43660648026, + ["y"] = -171.06525738757, + }, [17] = { - ["x"] = 637.4849157741; - ["y"] = -292.30573165; - }; - }; - }; - }; - }; + ["x"] = 696.09591557226, + ["y"] = -172.31046543124, + }, + [18] = { + ["x"] = 713.84037957813, + ["y"] = -169.19742750896, + }, + [19] = { + ["x"] = 725.98130050881, + ["y"] = -157.36777296296, + }, + }, + }, + }, + }, [6] = { - ["name"] = "War Ohuna"; - ["id"] = 192803; - ["count"] = 0; - ["health"] = 286803; - ["scale"] = 1; - ["displayId"] = 101437; - ["creatureType"] = "Beast"; - ["level"] = 70; + ["name"] = "War Ohuna", + ["id"] = 192803, + ["count"] = 0, + ["health"] = 286803, + ["scale"] = 1, + ["displayId"] = 101437, + ["creatureType"] = "Beast", + ["level"] = 70, ["characteristics"] = { - ["Taunt"] = true; - ["Silence"] = true; - ["Fear"] = true; - ["Disorient"] = true; - ["Stun"] = true; - ["Slow"] = true; - }; + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Disorient"] = true, + ["Imprison"] = true, + ["Sap"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Scare Beast"] = true, + ["Hibernate"] = true, + }, ["spells"] = { [334610] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 601.63286748556; - ["y"] = -315.42689958954; - ["g"] = 4; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 576.63149826048, + ["y"] = -212.52531465072, + ["g"] = 8, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [2] = { - ["x"] = 642.94590093773; - ["y"] = -291.83624442739; - ["g"] = 6; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 752.43051762366, + ["y"] = -159.67293259539, + ["g"] = 9, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [3] = { - ["x"] = 624.64526437331; - ["y"] = -256.77417062306; - ["g"] = 7; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 648.73196031653, + ["y"] = -23.370931153545, + ["g"] = 2, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [4] = { - ["x"] = 622.10676833137; - ["y"] = -303.73622091067; - ["g"] = 9; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; - }; - }; + ["x"] = 658.35613807881, + ["y"] = -184.26717798472, + ["g"] = 6, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, + }, + }, [7] = { - ["name"] = "Nokhud Lancemaster"; - ["id"] = 192800; - ["count"] = 10; - ["health"] = 1290613; - ["scale"] = 1; - ["displayId"] = 108528; - ["iconTexture"] = 135127; - ["creatureType"] = "Humanoid"; - ["level"] = 71; + ["name"] = "Nokhud Lancemaster", + ["id"] = 192800, + ["count"] = 10, + ["health"] = 1290613, + ["scale"] = 1, + ["displayId"] = 108528, + ["iconTexture"] = 135127, + ["creatureType"] = "Humanoid", + ["level"] = 71, ["characteristics"] = { - ["Taunt"] = true; - }; + ["Taunt"] = true, + ["Mind Soothe"] = true, + }, ["spells"] = { [384336] = { - }; + }, [384365] = { - }; + }, [384510] = { - }; + }, [384512] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 611.57369733675; - ["y"] = -289.88661056548; - ["g"] = 5; - ["sublevel"] = 1; - ["scale"] = 0.6; - }; + ["x"] = 623.88125236757, + ["y"] = -138.64281931434, + ["g"] = 4, + ["sublevel"] = 1, + ["scale"] = 2.6, + }, [2] = { - ["x"] = 635.04961737117; - ["y"] = -277.77232793662; - ["g"] = 8; - ["sublevel"] = 1; - ["scale"] = 0.6; - }; + ["x"] = 710.89088668566, + ["y"] = -97.727944085612, + ["g"] = 5, + ["sublevel"] = 1, + ["scale"] = 2.6, + }, [3] = { - ["x"] = 626.49513595981; - ["y"] = -303.62892217; - ["g"] = 9; - ["sublevel"] = 1; - ["scale"] = 0.6; - }; - }; - }; + ["x"] = 678.45206413343, + ["y"] = -181.20657496265, + ["g"] = 6, + ["sublevel"] = 1, + ["scale"] = 2.6, + }, + }, + }, [8] = { - ["name"] = "Granyth"; - ["id"] = 186616; - ["count"] = 0; - ["health"] = 5437189; - ["scale"] = 1; - ["displayId"] = 105823; - ["creatureType"] = "Dragonkin"; - ["level"] = 72; - ["isBoss"] = true; - ["encounterID"] = 2498; - ["instanceID"] = 1198; + ["name"] = "Granyth", + ["id"] = 186616, + ["count"] = 0, + ["health"] = 5437189, + ["scale"] = 1, + ["displayId"] = 105823, + ["creatureType"] = "Dragonkin", + ["level"] = 72, + ["isBoss"] = true, + ["encounterID"] = 2498, + ["instanceID"] = 1198, ["characteristics"] = { - ["Taunt"] = true; - }; + ["Taunt"] = true, + ["Mind Soothe"] = true, + }, ["spells"] = { [385916] = { - }; + }, [387155] = { - }; + }, [388283] = { - }; + }, [388817] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 626.53037929075; - ["y"] = -287.26134154154; - ["sublevel"] = 1; - ["scale"] = 0.6; - }; - }; - }; + ["x"] = 674.28886712046, + ["y"] = -130.17610366968, + ["sublevel"] = 1, + ["scale"] = 2, + }, + }, + }, [9] = { - ["name"] = "Primalist Arcblade"; - ["id"] = 194898; - ["count"] = 6; - ["health"] = 860408; - ["scale"] = 1; - ["displayId"] = 109038; - ["creatureType"] = "Humanoid"; - ["level"] = 70; + ["name"] = "Primalist Arcblade", + ["id"] = 194898, + ["count"] = 6, + ["health"] = 860408, + ["scale"] = 1, + ["displayId"] = 109038, + ["creatureType"] = "Humanoid", + ["level"] = 70, ["characteristics"] = { - ["Taunt"] = true; - ["Silence"] = true; - ["Root"] = true; - ["Fear"] = true; - ["Disorient"] = true; - ["Sap"] = true; - ["Stun"] = true; - ["Slow"] = true; - }; + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Disorient"] = true, + ["Repentance"] = true, + ["Imprison"] = true, + ["Sap"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Mind Soothe"] = true, + }, ["spells"] = { [387135] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 484.57902857686; - ["y"] = -416.58695372769; - ["g"] = 10; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 725.86730389567, + ["y"] = -402.81932458114, + ["g"] = 10, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [2] = { - ["x"] = 479.87332596712; - ["y"] = -412.94224171926; - ["g"] = 10; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 703.51048518282, + ["y"] = -380.62554362137, + ["g"] = 10, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [3] = { - ["x"] = 452.89082992336; - ["y"] = -411.39001377584; - ["g"] = 11; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 588.99149656006, + ["y"] = -355.52460871858, + ["g"] = 18, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [4] = { - ["x"] = 474.13019670798; - ["y"] = -446.27016416313; - ["g"] = 16; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 676.67786153366, + ["y"] = -500.93901146968, + ["g"] = 12, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [5] = { - ["x"] = 480.77482001458; - ["y"] = -446.69302744868; - ["g"] = 16; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; - }; - }; + ["x"] = 705.01299519196, + ["y"] = -497.81591287067, + ["g"] = 12, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + }, + }, [10] = { - ["name"] = "Stormcaller Boroo"; - ["id"] = 194317; - ["count"] = 10; - ["health"] = 1147211; - ["scale"] = 1; - ["displayId"] = 108819; - ["iconTexture"] = 136048; - ["creatureType"] = "Humanoid"; - ["level"] = 71; + ["name"] = "Stormcaller Boroo", + ["id"] = 194317, + ["count"] = 10, + ["health"] = 1147211, + ["scale"] = 1, + ["displayId"] = 108819, + ["iconTexture"] = 136048, + ["creatureType"] = "Humanoid", + ["level"] = 71, ["characteristics"] = { - ["Taunt"] = true; - }; + ["Taunt"] = true, + ["Mind Soothe"] = true, + }, ["spells"] = { [386012] = { - }; + }, [387145] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 480.70996018888; - ["y"] = -417.15232176277; - ["g"] = 10; - ["sublevel"] = 1; - ["scale"] = 0.6; - }; - }; - }; + ["x"] = 706.01914860866, + ["y"] = -400.90334608501, + ["g"] = 10, + ["sublevel"] = 1, + ["scale"] = 2.4, + }, + }, + }, [11] = { - ["name"] = "Stormsurge Totem"; - ["id"] = 194897; - ["count"] = 0; - ["health"] = 344163; - ["scale"] = 1; - ["displayId"] = 107517; - ["creatureType"] = "Not specified"; - ["level"] = 70; + ["name"] = "Stormsurge Totem", + ["id"] = 194897, + ["count"] = 0, + ["health"] = 344163, + ["scale"] = 1, + ["displayId"] = 107517, + ["creatureType"] = "Not specified", + ["level"] = 70, ["characteristics"] = { - ["Taunt"] = true; - }; + ["Taunt"] = true, + }, ["spells"] = { [382628] = { - }; + }, [384881] = { - }; + }, [386694] = { - }; + }, [387146] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 482.59712927045; - ["y"] = -413.88379724718; - ["g"] = 10; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 718.71361744441, + ["y"] = -388.67225898447, + ["g"] = 10, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [2] = { - ["x"] = 454.64490403249; - ["y"] = -413.87906401781; - ["g"] = 11; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 593.25898310523, + ["y"] = -371.29445966481, + ["g"] = 18, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [3] = { - ["x"] = 457.36879995881; - ["y"] = -436.58779164254; - ["g"] = 13; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 602.70823573467, + ["y"] = -457.62626533584, + ["g"] = 15, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [4] = { - ["x"] = 477.48973310548; - ["y"] = -445.42681391546; - ["g"] = 16; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; - }; - }; + ["x"] = 692.90422899244, + ["y"] = -494.86171273125, + ["g"] = 12, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, + }, + }, [12] = { - ["name"] = "Primalist Thunderbeast"; - ["id"] = 195696; - ["count"] = 12; - ["health"] = 1434014; - ["scale"] = 1; - ["displayId"] = 110545; - ["creatureType"] = "Beast"; - ["level"] = 71; + ["name"] = "Primalist Thunderbeast", + ["id"] = 195696, + ["count"] = 12, + ["health"] = 1434014, + ["scale"] = 1, + ["displayId"] = 110545, + ["creatureType"] = "Beast", + ["level"] = 71, ["characteristics"] = { - ["Taunt"] = true; - }; + ["Taunt"] = true, + }, ["spells"] = { [386028] = { - }; + }, [387125] = { - }; + }, [387127] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 477.41509946319; - ["y"] = -405.62053246279; - ["sublevel"] = 1; - ["scale"] = 0.4; + ["x"] = 689.38820485871, + ["y"] = -344.90824339195, + ["sublevel"] = 1, + ["scale"] = 2, ["patrol"] = { [1] = { - ["x"] = 477.41509946319; - ["y"] = -405.62053246279; - }; + ["x"] = 689.38820485871, + ["y"] = -344.90824339195, + }, [2] = { - ["x"] = 478.40127305443; - ["y"] = -410.05951905333; - }; + ["x"] = 691.52174916897, + ["y"] = -358.95211992541, + }, [3] = { - ["x"] = 477.41509946319; - ["y"] = -405.62053246279; - }; + ["x"] = 695.8800842005, + ["y"] = -372.64960435003, + }, [4] = { - ["x"] = 475.22117574324; - ["y"] = -400.38090801375; - }; + ["x"] = 691.52174916897, + ["y"] = -358.95211992541, + }, [5] = { - ["x"] = 473.70024312665; - ["y"] = -394.15893755774; - }; + ["x"] = 689.38820485871, + ["y"] = -344.90824339195, + }, [6] = { - ["x"] = 475.22117574324; - ["y"] = -400.38090801375; - }; - }; - }; + ["x"] = 685.60701096155, + ["y"] = -323.15185427651, + }, + [7] = { + ["x"] = 677.51298054656, + ["y"] = -307.58653997328, + }, + [8] = { + ["x"] = 675.64516848106, + ["y"] = -294.20030412024, + }, + [9] = { + ["x"] = 677.51298054656, + ["y"] = -307.58653997328, + }, + [10] = { + ["x"] = 685.60701096155, + ["y"] = -323.15185427651, + }, + }, + }, [2] = { - ["x"] = 448.45448474; - ["y"] = -427.13813088249; - ["sublevel"] = 1; - ["scale"] = 0.4; + ["x"] = 526.57888301577, + ["y"] = -397.23291730999, + ["sublevel"] = 1, + ["scale"] = 2, ["patrol"] = { [1] = { - ["x"] = 448.45448474; - ["y"] = -427.13813088249; - }; + ["x"] = 526.57888301577, + ["y"] = -397.23291730999, + }, [2] = { - ["x"] = 451.55100703155; - ["y"] = -428.52049138303; - }; + ["x"] = 547.3867805406, + ["y"] = -402.84636254997, + }, [3] = { - ["x"] = 456.05579287322; - ["y"] = -428.96651342189; - }; + ["x"] = 561.39554916302, + ["y"] = -414.05344870036, + }, [4] = { - ["x"] = 451.55100703155; - ["y"] = -428.52049138303; - }; + ["x"] = 575.09305140074, + ["y"] = -419.65695614932, + }, [5] = { - ["x"] = 448.45448474; - ["y"] = -427.13813088249; - }; + ["x"] = 581.63046488246, + ["y"] = -421.83608803886, + }, [6] = { - ["x"] = 444.10248951495; - ["y"] = -423.39127621824; - }; + ["x"] = 575.09305140074, + ["y"] = -419.65695614932, + }, [7] = { - ["x"] = 438.97327435016; - ["y"] = -420.98277405251; - }; + ["x"] = 561.39554916302, + ["y"] = -414.05344870036, + }, [8] = { - ["x"] = 430.14210739893; - ["y"] = -418.7080830923; - }; + ["x"] = 547.3867805406, + ["y"] = -402.84636254997, + }, [9] = { - ["x"] = 438.97327435016; - ["y"] = -420.98277405251; - }; + ["x"] = 526.57888301577, + ["y"] = -397.23291730999, + }, [10] = { - ["x"] = 444.10248951495; - ["y"] = -423.39127621824; - }; - }; - }; + ["x"] = 505.67166980558, + ["y"] = -389.14889593847, + }, + [11] = { + ["x"] = 482.01236071359, + ["y"] = -384.16795688511, + }, + [12] = { + ["x"] = 505.67166980558, + ["y"] = -389.14889593847, + }, + }, + }, [3] = { - ["x"] = 471.5700039096; - ["y"] = -418.63003596335; - ["g"] = 19; - ["sublevel"] = 1; - ["scale"] = 0.6; + ["x"] = 649.40299058414, + ["y"] = -379.63730568641, + ["g"] = 19, + ["sublevel"] = 1, + ["scale"] = 2, ["patrol"] = { [1] = { - ["x"] = 471.5700039096; - ["y"] = -418.63003596335; - }; + ["x"] = 649.40299058414, + ["y"] = -379.63730568641, + }, [2] = { - ["x"] = 476.93437195653; - ["y"] = -420.37715180502; - }; + ["x"] = 669.41902138403, + ["y"] = -381.98882499557, + }, [3] = { - ["x"] = 478.09800148103; - ["y"] = -425.52822444455; - }; + ["x"] = 681.24867593002, + ["y"] = -391.63936546515, + }, [4] = { - ["x"] = 477.28098161433; - ["y"] = -430.80746597568; - }; + ["x"] = 687.47478740082, + ["y"] = -402.84636254997, + }, [5] = { - ["x"] = 474.3899705355; - ["y"] = -436.58949172954; - }; + ["x"] = 690.89918077337, + ["y"] = -415.29863893091, + }, [6] = { - ["x"] = 469.17357253697; - ["y"] = -440.29752986747; - }; + ["x"] = 689.03133308164, + ["y"] = -430.55266903634, + }, [7] = { - ["x"] = 462.57452332021; - ["y"] = -440.046135958; - }; + ["x"] = 680.31476989727, + ["y"] = -446.74062298763, + }, [8] = { - ["x"] = 457.99898996187; - ["y"] = -436.59408520113; - }; + ["x"] = 667.23987168138, + ["y"] = -459.19289936858, + }, [9] = { - ["x"] = 456.03832482843; - ["y"] = -433.69848065071; - }; + ["x"] = 652.29716139998, + ["y"] = -463.86251859791, + }, [10] = { - ["x"] = 454.46712143524; - ["y"] = -429.17341545369; - }; + ["x"] = 632.99611608706, + ["y"] = -463.55119877388, + }, [11] = { - ["x"] = 454.7813606754; - ["y"] = -424.89974956043; - }; + ["x"] = 612.76116474138, + ["y"] = -458.88157954455, + }, [12] = { - ["x"] = 457.86091673681; - ["y"] = -419.87190014067; - }; + ["x"] = 599.06366250365, + ["y"] = -444.8727752959, + }, [13] = { - ["x"] = 461.69464913232; - ["y"] = -417.35797543079; - }; + ["x"] = 591.28100535204, + ["y"] = -427.75093312497, + }, [14] = { - ["x"] = 465.90547868538; - ["y"] = -417.23228117321; - }; - }; - }; - }; - }; + ["x"] = 592.83755103285, + ["y"] = -407.5159817793, + }, + [15] = { + ["x"] = 603.7332995461, + ["y"] = -392.26193386075, + }, + [16] = { + ["x"] = 618.98727621218, + ["y"] = -380.12101293007, + }, + [17] = { + ["x"] = 633.93002211981, + ["y"] = -377.00792156844, + }, + }, + }, + }, + }, [13] = { - ["name"] = "Primalist Stormspeaker"; - ["id"] = 194894; - ["count"] = 6; - ["health"] = 717007; - ["scale"] = 1; - ["displayId"] = 108711; - ["creatureType"] = "Humanoid"; - ["level"] = 70; + ["name"] = "Primalist Stormspeaker", + ["id"] = 194894, + ["count"] = 6, + ["health"] = 717007, + ["scale"] = 1, + ["displayId"] = 108711, + ["creatureType"] = "Humanoid", + ["level"] = 70, ["characteristics"] = { - ["Taunt"] = true; - ["Incapacitate"] = true; - ["Silence"] = true; - ["Polymorph"] = true; - ["Root"] = true; - ["Fear"] = true; - ["Disorient"] = true; - ["Imprison"] = true; - ["Sap"] = true; - ["Stun"] = true; - ["Slow"] = true; - }; + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Disorient"] = true, + ["Repentance"] = true, + ["Imprison"] = true, + ["Sap"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Mind Soothe"] = true, + }, ["spells"] = { [386012] = { - }; + }, [386015] = { - }; + }, [386022] = { - }; + }, [386024] = { - }; + }, [386025] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 453.10346048896; - ["y"] = -419.23386832131; - ["g"] = 11; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 587.01722729556, + ["y"] = -385.83995178738, + ["g"] = 18, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [2] = { - ["x"] = 443.17670970307; - ["y"] = -438.52411134922; - ["g"] = 12; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 541.94287413513, + ["y"] = -467.50636413763, + ["g"] = 17, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [3] = { - ["x"] = 458.45900854924; - ["y"] = -439.23284108595; - ["g"] = 13; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 602.94585110057, + ["y"] = -473.10979319172, + ["g"] = 15, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [4] = { - ["x"] = 480.24290734173; - ["y"] = -443.30912908213; - ["g"] = 16; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; - }; - }; + ["x"] = 702.44519029658, + ["y"] = -481.46154503219, + ["g"] = 12, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + }, + }, [14] = { - ["name"] = "Unstable Squall"; - ["id"] = 194895; - ["count"] = 0; - ["health"] = 286803; - ["scale"] = 1; - ["displayId"] = 101201; - ["creatureType"] = "Elemental"; - ["level"] = 70; + ["name"] = "Unstable Squall", + ["id"] = 194895, + ["count"] = 0, + ["health"] = 286803, + ["scale"] = 1, + ["displayId"] = 101201, + ["creatureType"] = "Elemental", + ["level"] = 70, ["characteristics"] = { - ["Taunt"] = true; - ["Silence"] = true; - ["Root"] = true; - ["Fear"] = true; - ["Banish"] = true; - ["Stun"] = true; - ["Slow"] = true; - }; + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Banish"] = true, + ["Disorient"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + }, ["spells"] = { [386018] = { - }; + }, [386019] = { - }; + }, [386026] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 456.3195148886; - ["y"] = -418.51357259389; - ["g"] = 11; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 602.80570089669, + ["y"] = -384.05698536096, + ["g"] = 18, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [2] = { - ["x"] = 444.54614711101; - ["y"] = -435.45646858286; - ["g"] = 12; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 551.11444454937, + ["y"] = -455.28078606648, + ["g"] = 17, + ["sublevel"] = 1, + ["scale"] = 1.2, + }, [3] = { - ["x"] = 477.34194896197; - ["y"] = -448.73340846156; - ["g"] = 16; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 687.72399792051, + ["y"] = -507.06620965775, + ["g"] = 12, + ["sublevel"] = 1, + ["scale"] = 1.2, + }, [4] = { - ["x"] = 456.88637424842; - ["y"] = -441.98819555725; - ["g"] = 13; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; - }; - }; + ["x"] = 592.80652186748, + ["y"] = -479.84224485441, + ["g"] = 15, + ["sublevel"] = 1, + ["scale"] = 1.2, + }, + }, + }, [15] = { - ["name"] = "Stormcaller Arynga"; - ["id"] = 195265; - ["count"] = 10; - ["health"] = 1147211; - ["scale"] = 1; - ["displayId"] = 108819; - ["iconTexture"] = 136048; - ["creatureType"] = "Humanoid"; - ["level"] = 71; + ["name"] = "Stormcaller Arynga", + ["id"] = 195265, + ["count"] = 10, + ["health"] = 1147211, + ["scale"] = 1, + ["displayId"] = 108819, + ["iconTexture"] = 136048, + ["creatureType"] = "Humanoid", + ["level"] = 71, + ["characteristics"] = { + ["Taunt"] = true, + ["Mind Soothe"] = true, + }, ["spells"] = { [386012] = { - }; + }, [387145] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 450.77832572724; - ["y"] = -416.00665492728; - ["g"] = 11; - ["sublevel"] = 1; - ["scale"] = 0.6; - }; - }; - }; + ["x"] = 577.53591711446, + ["y"] = -371.79799989783, + ["g"] = 18, + ["sublevel"] = 1, + ["scale"] = 2.4, + }, + }, + }, [16] = { - ["name"] = "Primal Stormshield"; - ["id"] = 194896; - ["count"] = 7; - ["health"] = 932110; - ["scale"] = 1; - ["displayId"] = 108335; - ["creatureType"] = "Elemental"; - ["level"] = 70; + ["name"] = "Primal Stormshield", + ["id"] = 194896, + ["count"] = 7, + ["health"] = 932110, + ["scale"] = 1, + ["displayId"] = 108335, + ["creatureType"] = "Elemental", + ["level"] = 70, ["characteristics"] = { - ["Taunt"] = true; - ["Incapacitate"] = true; - ["Silence"] = true; - ["Root"] = true; - ["Fear"] = true; - ["Disorient"] = true; - ["Stun"] = true; - ["Slow"] = true; - }; + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Banish"] = true, + ["Disorient"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + }, ["spells"] = { [386223] = { - }; + }, [386225] = { - }; + }, [386227] = { - }; + }, [386228] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 441.85989268377; - ["y"] = -433.99126138404; - ["g"] = 12; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 542.65161437896, + ["y"] = -444.17208916018, + ["g"] = 17, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [2] = { - ["x"] = 454.74219453177; - ["y"] = -434.3290861754; - ["g"] = 13; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 590.17238896107, + ["y"] = -448.28961115083, + ["g"] = 15, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [3] = { - ["x"] = 463.90009826236; - ["y"] = -451.52854765522; - ["g"] = 15; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 632.17570381348, + ["y"] = -501.41172321869, + ["g"] = 14, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [4] = { - ["x"] = 459.55167327144; - ["y"] = -446.45455220834; - ["g"] = 15; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 627.82732431338, + ["y"] = -510.0516246107, + ["g"] = 14, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [5] = { - ["x"] = 468.53675350404; - ["y"] = -437.95027344041; - ["g"] = 17; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 653.42142069538, + ["y"] = -462.90970823111, + ["g"] = 13, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [6] = { - ["x"] = 471.51392385402; - ["y"] = -435.99617446551; - ["g"] = 17; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 665.57960454259, + ["y"] = -456.19196056471, + ["g"] = 13, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [7] = { - ["x"] = 480.38742563428; - ["y"] = -432.3235554695; - ["g"] = 18; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 702.92409865973, + ["y"] = -435.44227318791, + ["g"] = 11, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [8] = { - ["x"] = 483.36400801465; - ["y"] = -433.19774008829; - ["g"] = 18; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 719.28492828943, + ["y"] = -440.00443558361, + ["g"] = 11, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [9] = { - ["x"] = 467.9259087605; - ["y"] = -420.02237820016; - ["g"] = 19; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 632.21635204639, + ["y"] = -382.09574150537, + ["g"] = 19, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [10] = { - ["x"] = 468.21352163577; - ["y"] = -415.57313383123; - ["g"] = 19; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; - }; - }; + ["x"] = 637.34575554476, + ["y"] = -366.74862279186, + ["g"] = 19, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + }, + }, [17] = { - ["name"] = "Nokhud Neophyte"; - ["id"] = 196263; - ["count"] = 5; - ["health"] = 717007; - ["scale"] = 1; - ["displayId"] = 108223; - ["creatureType"] = "Humanoid"; - ["level"] = 70; + ["name"] = "Nokhud Neophyte", + ["id"] = 196263, + ["count"] = 5, + ["health"] = 717007, + ["scale"] = 1, + ["displayId"] = 108223, + ["creatureType"] = "Humanoid", + ["level"] = 70, ["characteristics"] = { - ["Taunt"] = true; - ["Silence"] = true; - ["Fear"] = true; - ["Stun"] = true; - }; + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Disorient"] = true, + ["Repentance"] = true, + ["Imprison"] = true, + ["Sap"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Mind Soothe"] = true, + }, ["spells"] = { [386012] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 439.01417311508; - ["y"] = -432.05681196463; - ["g"] = 12; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 528.18718210083, + ["y"] = -437.17067946461, + ["g"] = 17, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [2] = { - ["x"] = 441.88666532745; - ["y"] = -441.05891484396; - ["g"] = 12; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 529.13534322565, + ["y"] = -475.49141908511, + ["g"] = 17, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [3] = { - ["x"] = 459.49701325597; - ["y"] = -450.32943002071; - ["g"] = 15; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 614.05875039995, + ["y"] = -504.58515512194, + ["g"] = 14, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [4] = { - ["x"] = 462.93733218755; - ["y"] = -447.57992048458; - ["g"] = 15; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 623.66032374168, + ["y"] = -489.91050479647, + ["g"] = 14, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [5] = { - ["x"] = 480.02060146301; - ["y"] = -434.71074267838; - ["g"] = 18; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 699.88535937445, + ["y"] = -448.93149531822, + ["g"] = 11, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [6] = { - ["x"] = 482.58355221309; - ["y"] = -436.14526232604; - ["g"] = 18; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; - }; - }; + ["x"] = 714.41364418207, + ["y"] = -452.42840059021, + ["g"] = 11, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + }, + }, [18] = { - ["name"] = "Stormcaller Solongo"; - ["id"] = 194315; - ["count"] = 10; - ["health"] = 1147211; - ["scale"] = 1; - ["displayId"] = 108818; - ["iconTexture"] = 136048; - ["creatureType"] = "Humanoid"; - ["level"] = 71; + ["name"] = "Stormcaller Solongo", + ["id"] = 194315, + ["count"] = 10, + ["health"] = 1147211, + ["scale"] = 1, + ["displayId"] = 108818, + ["iconTexture"] = 136048, + ["creatureType"] = "Humanoid", + ["level"] = 71, ["characteristics"] = { - ["Taunt"] = true; - }; + ["Taunt"] = true, + ["Mind Soothe"] = true, + }, ["spells"] = { [386012] = { - }; + }, [387145] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 453.88774618362; - ["y"] = -439.07993249052; - ["g"] = 13; - ["sublevel"] = 1; - ["scale"] = 0.6; - }; - }; - }; + ["x"] = 587.58592676919, + ["y"] = -465.61398435038, + ["g"] = 15, + ["sublevel"] = 1, + ["scale"] = 2.4, + }, + }, + }, [19] = { - ["name"] = "Primal Gust"; - ["id"] = 195579; - ["count"] = 0; - ["health"] = 286803; - ["scale"] = 1; - ["displayId"] = 102511; - ["creatureType"] = "Elemental"; - ["level"] = 70; + ["name"] = "Primal Gust", + ["id"] = 195579, + ["count"] = 0, + ["health"] = 286803, + ["scale"] = 1, + ["displayId"] = 102511, + ["creatureType"] = "Elemental", + ["level"] = 70, ["characteristics"] = { - ["Taunt"] = true; - ["Root"] = true; - ["Stun"] = true; - }; + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Banish"] = true, + ["Disorient"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + }, ["spells"] = { [386319] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 463.53090215213; - ["y"] = -433.70079573356; - ["g"] = 14; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 601.4361340159, + ["y"] = -431.44901261575, + ["g"] = 16, + ["sublevel"] = 1, + ["scale"] = 1.2, + }, [2] = { - ["x"] = 463.59685500313; - ["y"] = -431.99734765389; - ["g"] = 14; - ["sublevel"] = 1; - ["scale"] = 0.4; - ["patrol"] = { - [1] = { - ["x"] = 463.80018392071; - ["y"] = -431.87534797639; - }; - [2] = { - ["x"] = 465.17006579343; - ["y"] = -433.45380719265; - }; - [3] = { - ["x"] = 467.88851305104; - ["y"] = -433.54754929644; - }; - [4] = { - ["x"] = 470.56008590436; - ["y"] = -431.48528067396; - }; - [5] = { - ["x"] = 471.91930416934; - ["y"] = -427.97004631888; - }; - [6] = { - ["x"] = 471.87244049269; - ["y"] = -425.57969039027; - }; - [7] = { - ["x"] = 474.07531757753; - ["y"] = -421.87697719141; - }; - [8] = { - ["x"] = 476.93437195653; - ["y"] = -420.37715180502; - }; - [9] = { - ["x"] = 474.07531757753; - ["y"] = -421.87697719141; - }; - [10] = { - ["x"] = 471.87244049269; - ["y"] = -425.57969039027; - }; - [11] = { - ["x"] = 471.91930416934; - ["y"] = -427.97004631888; - }; - [12] = { - ["x"] = 470.56008590436; - ["y"] = -431.48528067396; - }; - [13] = { - ["x"] = 467.88851305104; - ["y"] = -433.54754929644; - }; - [14] = { - ["x"] = 467.88851305104; - ["y"] = -433.54754929644; - }; - [15] = { - ["x"] = 465.17006579343; - ["y"] = -433.45380719265; - }; - [16] = { - ["x"] = 460.0612599253; - ["y"] = -433.54754929644; - }; - [17] = { - ["x"] = 457.99898996187; - ["y"] = -436.59408520113; - }; - [18] = { - ["x"] = 460.0612599253; - ["y"] = -433.54754929644; - }; - }; - }; + ["x"] = 609.49874964682, + ["y"] = -427.11427276579, + ["g"] = 16, + ["sublevel"] = 1, + ["scale"] = 1.2, + }, [3] = { - ["x"] = 462.02756006112; - ["y"] = -431.60011635923; - ["g"] = 14; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 604.59470579592, + ["y"] = -416.8438760083, + ["g"] = 16, + ["sublevel"] = 1, + ["scale"] = 1.2, + }, [4] = { - ["x"] = 461.9673126599; - ["y"] = -433.41945608395; - ["g"] = 14; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; - }; - }; + ["x"] = 598.19090054472, + ["y"] = -422.54182928752, + ["g"] = 16, + ["sublevel"] = 1, + ["scale"] = 1.2, + }, + }, + }, [20] = { - ["name"] = "Stormcaller Zarii"; - ["id"] = 194316; - ["count"] = 10; - ["health"] = 1147211; - ["scale"] = 1; - ["displayId"] = 108818; - ["iconTexture"] = 136048; - ["creatureType"] = "Humanoid"; - ["level"] = 71; + ["name"] = "Stormcaller Zarii", + ["id"] = 194316, + ["count"] = 10, + ["health"] = 1147211, + ["scale"] = 1, + ["displayId"] = 108818, + ["iconTexture"] = 136048, + ["creatureType"] = "Humanoid", + ["level"] = 71, ["characteristics"] = { - ["Taunt"] = true; - }; + ["Taunt"] = true, + ["Mind Soothe"] = true, + }, ["spells"] = { [386012] = { - }; + }, [387145] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 475.52934682158; - ["y"] = -442.20028488229; - ["g"] = 16; - ["sublevel"] = 1; - ["scale"] = 0.6; - }; - }; - }; + ["x"] = 681.99881682077, + ["y"] = -482.36209293677, + ["g"] = 12, + ["sublevel"] = 1, + ["scale"] = 2.4, + }, + }, + }, [21] = { - ["name"] = "The Raging Tempest"; - ["id"] = 186615; - ["count"] = 0; - ["health"] = 7154196; - ["scale"] = 1; - ["displayId"] = 107145; - ["creatureType"] = "Elemental"; - ["level"] = 72; - ["isBoss"] = true; - ["encounterID"] = 2497; - ["instanceID"] = 1198; + ["name"] = "The Raging Tempest", + ["id"] = 186615, + ["count"] = 0, + ["health"] = 7154196, + ["scale"] = 1, + ["displayId"] = 107145, + ["creatureType"] = "Elemental", + ["level"] = 72, + ["isBoss"] = true, + ["encounterID"] = 2497, + ["instanceID"] = 1198, ["characteristics"] = { - ["Taunt"] = true; - }; + ["Taunt"] = true, + }, ["spells"] = { [382628] = { - }; + }, [384185] = { - }; + }, [384186] = { - }; + }, [384316] = { - }; + }, [384620] = { - }; + }, [384628] = { - }; + }, [384686] = { - }; + }, [384687] = { - }; + }, [384761] = { - }; + }, [386914] = { - }; + }, [386915] = { - }; + }, [386916] = { - }; + }, [391967] = { - }; + }, [394875] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 462.16491375512; - ["y"] = -425.73293057611; - ["sublevel"] = 1; - ["scale"] = 0.5; - }; - }; - }; + ["x"] = 646.66698682159, + ["y"] = -424.82493730035, + ["sublevel"] = 1, + ["scale"] = 2.2, + }, + }, + }, [22] = { - ["name"] = "Ukhel Corruptor"; - ["id"] = 195842; - ["count"] = 5; - ["health"] = 717007; - ["scale"] = 1; - ["displayId"] = 109006; - ["creatureType"] = "Humanoid"; - ["level"] = 70; + ["name"] = "Ukhel Corruptor", + ["id"] = 195842, + ["count"] = 5, + ["health"] = 717007, + ["scale"] = 1, + ["displayId"] = 109006, + ["creatureType"] = "Humanoid", + ["level"] = 70, ["characteristics"] = { - ["Taunt"] = true; - ["Incapacitate"] = true; - ["Silence"] = true; - ["Root"] = true; - ["Fear"] = true; - ["Disorient"] = true; - ["Imprison"] = true; - ["Stun"] = true; - }; + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Disorient"] = true, + ["Repentance"] = true, + ["Imprison"] = true, + ["Sap"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Mind Soothe"] = true, + }, ["spells"] = { [387608] = { - }; + }, [387611] = { - }; + }, [387613] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 319.71875544239; - ["y"] = -369.28448261558; - ["g"] = 20; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 325.84125926815, + ["y"] = -408.26424068891, + ["g"] = 29, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [2] = { - ["x"] = 320.82851026304; - ["y"] = -366.53226514813; - ["g"] = 20; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 318.58361165643, + ["y"] = -422.0427368402, + ["g"] = 29, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [3] = { - ["x"] = 291.79151347546; - ["y"] = -380.91275766852; - ["g"] = 27; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 206.0768102459, + ["y"] = -474.79079543986, + ["g"] = 31, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [4] = { - ["x"] = 281.56546109086; - ["y"] = -364.08586371529; - ["g"] = 30; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 155.2382347869, + ["y"] = -389.18803597929, + ["g"] = 24, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [5] = { - ["x"] = 279.70630903048; - ["y"] = -370.70746445626; - ["g"] = 30; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 137.43845816631, + ["y"] = -414.5630726741, + ["g"] = 24, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [6] = { - ["x"] = 283.42808819334; - ["y"] = -352.20715455451; - ["g"] = 31; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 171.49753868338, + ["y"] = -329.27413392415, + ["g"] = 23, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [7] = { - ["x"] = 294.80856435404; - ["y"] = -368.4714608071; - ["g"] = 32; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 223.17560824603, + ["y"] = -417.04309872254, + ["g"] = 26, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [8] = { - ["x"] = 298.51466634113; - ["y"] = -369.38372579136; - ["g"] = 32; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 237.69809084039, + ["y"] = -423.46558211687, + ["g"] = 26, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [9] = { - ["x"] = 297.73192883736; - ["y"] = -378.6925517508; - ["g"] = 27; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 230.79282615545, + ["y"] = -458.28482122082, + ["g"] = 31, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [10] = { - ["x"] = 284.88078958763; - ["y"] = -354.56198725511; - ["g"] = 31; - ["sublevel"] = 1; - ["scale"] = 0.4; + ["x"] = 177.68914621379, + ["y"] = -342.07867944721, + ["g"] = 23, + ["sublevel"] = 1, + ["scale"] = 1.8, ["patrol"] = { [1] = { - ["x"] = 284.88078958763; - ["y"] = -354.56198725511; - }; + ["x"] = 177.68914621379, + ["y"] = -342.07867944721, + }, [2] = { - ["x"] = 287.93718325458; - ["y"] = -353.61595499992; - }; + ["x"] = 190.36039819572, + ["y"] = -338.71716857974, + }, [3] = { - ["x"] = 292.37623376829; - ["y"] = -353.5431846357; - }; + ["x"] = 206.2370501361, + ["y"] = -336.22671686617, + }, [4] = { - ["x"] = 299.2895266337; - ["y"] = -353.39764390726; - }; + ["x"] = 215.57621734229, + ["y"] = -336.53805450332, + }, [5] = { - ["x"] = 292.37623376829; - ["y"] = -353.5431846357; - }; + ["x"] = 223.67021213106, + ["y"] = -339.65111023872, + }, [6] = { - ["x"] = 287.93718325458; - ["y"] = -353.61595499992; - }; + ["x"] = 232.0754733045, + ["y"] = -341.2076202933, + }, [7] = { - ["x"] = 281.09666075338; - ["y"] = -355.94464204913; - }; + ["x"] = 223.67021213106, + ["y"] = -339.65111023872, + }, [8] = { - ["x"] = 276.65760191164; - ["y"] = -359.29212877149; - }; + ["x"] = 215.57621734229, + ["y"] = -336.53805450332, + }, [9] = { - ["x"] = 272.65517358326; - ["y"] = -361.62081998472; - }; + ["x"] = 206.2370501361, + ["y"] = -336.22671686617, + }, [10] = { - ["x"] = 269.16213780443; - ["y"] = -364.60445072196; - }; + ["x"] = 190.36039819572, + ["y"] = -338.71716857974, + }, [11] = { - ["x"] = 272.65517358326; - ["y"] = -361.62081998472; - }; + ["x"] = 177.68914621379, + ["y"] = -342.07867944721, + }, [12] = { - ["x"] = 276.65760191164; - ["y"] = -359.29212877149; - }; + ["x"] = 159.85230235863, + ["y"] = -342.76418378724, + }, [13] = { - ["x"] = 281.09666075338; - ["y"] = -355.94464204913; - }; - }; - }; + ["x"] = 146.46613775805, + ["y"] = -346.4998791707, + }, + [14] = { + ["x"] = 134.63644758582, + ["y"] = -351.1694627738, + }, + [15] = { + ["x"] = 124.98597836871, + ["y"] = -357.70687625552, + }, + [16] = { + ["x"] = 111.9110623397, + ["y"] = -372.96094198717, + }, + [17] = { + ["x"] = 124.98597836871, + ["y"] = -357.70687625552, + }, + [18] = { + ["x"] = 134.63644758582, + ["y"] = -351.1694627738, + }, + [19] = { + ["x"] = 146.46613775805, + ["y"] = -346.4998791707, + }, + [20] = { + ["x"] = 159.85230235863, + ["y"] = -342.76418378724, + }, + }, + }, [11] = { - ["x"] = 293.39001685758; - ["y"] = -363.20128177936; - ["g"] = 33; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; - }; - }; + ["x"] = 219.51216214297, + ["y"] = -389.73198766598, + ["g"] = 22, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + }, + }, [23] = { - ["name"] = "Soulharvester Galtmaa"; - ["id"] = 195927; - ["count"] = 10; - ["health"] = 1147211; - ["scale"] = 1; - ["displayId"] = 109014; - ["iconTexture"] = 136214; - ["creatureType"] = "Humanoid"; - ["level"] = 71; + ["name"] = "Soulharvester Galtmaa", + ["id"] = 195927, + ["count"] = 10, + ["health"] = 1147211, + ["scale"] = 1, + ["displayId"] = 109014, + ["iconTexture"] = 136214, + ["creatureType"] = "Humanoid", + ["level"] = 71, ["characteristics"] = { - ["Taunt"] = true; - }; + ["Taunt"] = true, + ["Mind Soothe"] = true, + }, ["spells"] = { [387411] = { - }; + }, [388318] = { - }; + }, [395035] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 316.72848846086; - ["y"] = -359.0002958742; - ["g"] = 21; - ["sublevel"] = 1; - ["scale"] = 0.6; - }; - }; - }; + ["x"] = 304.07532167275, + ["y"] = -380.63303373332, + ["g"] = 20, + ["sublevel"] = 1, + ["scale"] = 2.4, + }, + }, + }, [24] = { - ["name"] = "Ukhel Beastcaller"; - ["id"] = 195878; - ["count"] = 6; - ["health"] = 1003810; - ["scale"] = 1; - ["displayId"] = 109021; - ["creatureType"] = "Humanoid"; - ["level"] = 70; + ["name"] = "Ukhel Beastcaller", + ["id"] = 195878, + ["count"] = 6, + ["health"] = 1003810, + ["scale"] = 1, + ["displayId"] = 109021, + ["creatureType"] = "Humanoid", + ["level"] = 70, ["characteristics"] = { - ["Taunt"] = true; - ["Incapacitate"] = true; - ["Silence"] = true; - ["Root"] = true; - ["Fear"] = true; - ["Disorient"] = true; - ["Imprison"] = true; - ["Sap"] = true; - ["Stun"] = true; - }; + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Disorient"] = true, + ["Repentance"] = true, + ["Imprison"] = true, + ["Sap"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Mind Soothe"] = true, + }, ["spells"] = { [387440] = { - }; + }, [387826] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 317.7569729359; - ["y"] = -382.18383035505; - ["g"] = 22; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 321.49416291281, + ["y"] = -469.46746243925, + ["g"] = 30, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [2] = { - ["x"] = 309.49942417088; - ["y"] = -379.43500664053; - ["g"] = 25; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 289.49925279185, + ["y"] = -490.45593250811, + ["g"] = 32, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [3] = { - ["x"] = 291.85389525707; - ["y"] = -387.25555832181; - ["g"] = 28; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 190.07381309824, + ["y"] = -507.51175883978, + ["g"] = 34, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [4] = { - ["x"] = 303.09932229565; - ["y"] = -344.85158090502; - ["g"] = 35; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; - }; - }; + ["x"] = 247.20142269404, + ["y"] = -318.13423855209, + ["g"] = 21, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + }, + }, [25] = { - ["name"] = "Desecrated Ohuna"; - ["id"] = 195876; - ["count"] = 2; - ["health"] = 573606; - ["scale"] = 1; - ["displayId"] = 109019; - ["creatureType"] = "Undead"; - ["level"] = 70; + ["name"] = "Desecrated Ohuna", + ["id"] = 195876, + ["count"] = 2, + ["health"] = 573606, + ["scale"] = 1, + ["displayId"] = 109019, + ["creatureType"] = "Undead", + ["level"] = 70, ["characteristics"] = { - ["Taunt"] = true; - ["Incapacitate"] = true; - ["Silence"] = true; - ["Root"] = true; - ["Fear"] = true; - ["Disorient"] = true; - ["Stun"] = true; - }; + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Control Undead"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Shackle Undead"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Banish"] = true, + ["Disorient"] = true, + ["Repentance"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Turn Evil"] = true, + }, ["spells"] = { [387629] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 316.0917829248; - ["y"] = -354.755489677; - ["g"] = 21; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 305.07132274924, + ["y"] = -363.12285707626, + ["g"] = 20, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, [2] = { - ["x"] = 319.39680185715; - ["y"] = -356.01878611538; - ["g"] = 21; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 319.80498434914, + ["y"] = -369.48820111042, + ["g"] = 20, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, [3] = { - ["x"] = 320.72600554534; - ["y"] = -379.61255452671; - ["g"] = 22; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 333.82559176286, + ["y"] = -465.73549656886, + ["g"] = 30, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, [4] = { - ["x"] = 313.67035358027; - ["y"] = -373.01889164636; - ["g"] = 23; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 293.67020555665, + ["y"] = -440.77432427914, + ["g"] = 28, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, [5] = { - ["x"] = 311.09929471464; - ["y"] = -371.29102912392; - ["g"] = 23; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 282.11950555378, + ["y"] = -431.90358344489, + ["g"] = 28, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, [6] = { - ["x"] = 310.91146157715; - ["y"] = -374.59351828545; - ["g"] = 23; - ["sublevel"] = 1; - ["scale"] = 0.4; + ["x"] = 280.50313879367, + ["y"] = -445.41019115341, + ["g"] = 28, + ["sublevel"] = 1, + ["scale"] = 1.6, ["patrol"] = { [1] = { - ["x"] = 310.91146157715; - ["y"] = -374.59351828545; - }; + ["x"] = 280.50313879367, + ["y"] = -445.41019115341, + }, [2] = { - ["x"] = 311.37007758218; - ["y"] = -382.84214019948; - }; + ["x"] = 276.7052851747, + ["y"] = -462.30595510398, + }, [3] = { - ["x"] = 306.05777436979; - ["y"] = -388.80940583797; - }; + ["x"] = 276.7052851747, + ["y"] = -468.84340421192, + }, [4] = { - ["x"] = 296.23361696734; - ["y"] = -388.59108849928; - }; + ["x"] = 279.81834091009, + ["y"] = -496.23839978082, + }, [5] = { - ["x"] = 287.35549928386; - ["y"] = -382.25997312169; - }; + ["x"] = 276.0826099004, + ["y"] = -503.39847072372, + }, [6] = { - ["x"] = 281.89763035892; - ["y"] = -377.67536314147; - }; + ["x"] = 265.4981990243, + ["y"] = -519.89772668593, + }, [7] = { - ["x"] = 280.44220641844; - ["y"] = -367.92398443127; - }; + ["x"] = 252.73460281932, + ["y"] = -520.52033070776, + }, [8] = { - ["x"] = 289.8297249795; - ["y"] = -363.77601537445; - }; + ["x"] = 235.30147645059, + ["y"] = -522.07687638858, + }, [9] = { - ["x"] = 297.17964003024; - ["y"] = -364.21264172379; - }; + ["x"] = 214.44392108308, + ["y"] = -514.29419251729, + }, [10] = { - ["x"] = 306.27607713442; - ["y"] = -357.80875806399; - }; + ["x"] = 181.13410714775, + ["y"] = -486.27658402, + }, [11] = { - ["x"] = 313.84431160586; - ["y"] = -355.48007309678; - }; + ["x"] = 166.50266325104, + ["y"] = -460.74944504939, + }, [12] = { - ["x"] = 317.04624927174; - ["y"] = -359.19141164025; - }; + ["x"] = 152.49382337616, + ["y"] = -438.33534400107, + }, [13] = { - ["x"] = 316.53686505023; - ["y"] = -367.48735808193; - }; - }; - }; + ["x"] = 146.26771190536, + ["y"] = -395.68634504642, + }, + [14] = { + ["x"] = 172.41747271092, + ["y"] = -385.10188073097, + }, + [15] = { + ["x"] = 200.12377919729, + ["y"] = -379.18707127109, + }, + [16] = { + ["x"] = 236.85802213141, + ["y"] = -390.08276634499, + }, + [17] = { + ["x"] = 258.02687950984, + ["y"] = -367.66871873601, + }, + [18] = { + ["x"] = 293.51580752159, + ["y"] = -359.57477738659, + }, + [19] = { + ["x"] = 303.78891638677, + ["y"] = -379.49839109512, + }, + [20] = { + ["x"] = 302.23244195842, + ["y"] = -407.5159817793, + }, + [21] = { + ["x"] = 296.62886325699, + ["y"] = -420.59086218208, + }, + }, + }, [7] = { - ["x"] = 299.98678176762; - ["y"] = -360.65018960658; - ["g"] = 33; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 244.47634510866, + ["y"] = -377.58902732879, + ["g"] = 22, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, [8] = { - ["x"] = 305.92393017722; - ["y"] = -347.19945216449; - ["g"] = 35; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 234.10754398403, + ["y"] = -322.72702009587, + ["g"] = 21, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, [9] = { - ["x"] = 299.9331576746; - ["y"] = -346.84255771288; - ["g"] = 35; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 259.5996534537, + ["y"] = -323.29624407525, + ["g"] = 21, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, [10] = { - ["x"] = 295.87560816529; - ["y"] = -360.1762113976; - ["g"] = 33; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 229.8253932461, + ["y"] = -375.66812826562, + ["g"] = 22, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, [11] = { - ["x"] = 311.80430429093; - ["y"] = -381.73663354461; - ["g"] = 25; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; - }; - }; + ["x"] = 296.70222939415, + ["y"] = -504.18620207974, + ["g"] = 32, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + }, + }, [26] = { - ["name"] = "Desecrated Bakar"; - ["id"] = 195875; - ["count"] = 1; - ["health"] = 286803; - ["scale"] = 1; - ["displayId"] = 109018; - ["creatureType"] = "Undead"; - ["level"] = 70; + ["name"] = "Desecrated Bakar", + ["id"] = 195875, + ["count"] = 1, + ["health"] = 286803, + ["scale"] = 1, + ["displayId"] = 109018, + ["creatureType"] = "Undead", + ["level"] = 70, ["characteristics"] = { - ["Silence"] = true; - ["Fear"] = true; - ["Disorient"] = true; - ["Stun"] = true; - }; + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Control Undead"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Shackle Undead"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Banish"] = true, + ["Disorient"] = true, + ["Repentance"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Turn Evil"] = true, + }, ["spells"] = { - }; + }, ["clones"] = { [1] = { - ["x"] = 321.24851970468; - ["y"] = -382.5440640421; - ["g"] = 22; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 326.05721945306, + ["y"] = -481.48591022142, + ["g"] = 30, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [2] = { - ["x"] = 318.82282949458; - ["y"] = -384.33458203556; - ["g"] = 22; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 336.57796037073, + ["y"] = -477.09015301746, + ["g"] = 30, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [3] = { - ["x"] = 291.96342414379; - ["y"] = -391.80459161423; - ["g"] = 28; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 194.15016177796, + ["y"] = -522.69857049415, + ["g"] = 34, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [4] = { - ["x"] = 292.79155148917; - ["y"] = -389.77647471098; - ["g"] = 28; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 178.71544961749, + ["y"] = -512.25211792171, + ["g"] = 34, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [5] = { - ["x"] = 289.3889542598; - ["y"] = -388.29473250536; - ["g"] = 28; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 200.95073249252, + ["y"] = -515.38772108573, + ["g"] = 34, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [6] = { - ["x"] = 289.1260171185; - ["y"] = -390.70640320492; - ["g"] = 28; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 183.20041451236, + ["y"] = -522.39128124109, + ["g"] = 34, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [7] = { - ["x"] = 303.85053977839; - ["y"] = -349.12148491946; - ["g"] = 35; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 241.01386478867, + ["y"] = -333.01654870485, + ["g"] = 21, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, [8] = { - ["x"] = 300.84153941842; - ["y"] = -348.70220450932; - ["g"] = 35; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; - }; - }; + ["x"] = 251.67842905827, + ["y"] = -332.80121940825, + ["g"] = 21, + ["sublevel"] = 1, + ["scale"] = 1.5, + }, + }, + }, [27] = { - ["name"] = "Risen Mystic"; - ["id"] = 195877; - ["count"] = 5; - ["health"] = 573606; - ["scale"] = 1; - ["displayId"] = 109020; - ["creatureType"] = "Undead"; - ["level"] = 70; + ["name"] = "Risen Mystic", + ["id"] = 195877, + ["count"] = 5, + ["health"] = 573606, + ["scale"] = 1, + ["displayId"] = 109020, + ["creatureType"] = "Undead", + ["level"] = 70, ["characteristics"] = { - ["Taunt"] = true; - ["Silence"] = true; - ["Root"] = true; - ["Fear"] = true; - ["Disorient"] = true; - ["Stun"] = true; - }; + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Control Undead"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Shackle Undead"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Banish"] = true, + ["Disorient"] = true, + ["Repentance"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Turn Evil"] = true, + }, ["spells"] = { [387596] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 309.88642347012; - ["y"] = -364.95701696046; - ["g"] = 24; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 270.2943799811, + ["y"] = -411.48789422611, + ["g"] = 27, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [2] = { - ["x"] = 303.19677477615; - ["y"] = -381.08215133933; - ["g"] = 25; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 263.19659550596, + ["y"] = -484.75613100452, + ["g"] = 32, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [3] = { - ["x"] = 308.58972675013; - ["y"] = -391.61893188921; - ["g"] = 26; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 263.23751542409, + ["y"] = -530.01198587259, + ["g"] = 33, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [4] = { - ["x"] = 297.85196916798; - ["y"] = -382.01714346202; - ["g"] = 27; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 228.05570581918, + ["y"] = -471.40534898704, + ["g"] = 31, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [5] = { - ["x"] = 283.46707561497; - ["y"] = -374.5913392931; - ["g"] = 29; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 162.44609325213, + ["y"] = -441.48751896995, + ["g"] = 25, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [6] = { - ["x"] = 288.23362847866; - ["y"] = -367.79045504528; - ["g"] = 29; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 189.45759932441, + ["y"] = -410.23961249036, + ["g"] = 25, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [7] = { - ["x"] = 281.07123934196; - ["y"] = -350.00508683111; - ["g"] = 31; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 158.15134896274, + ["y"] = -325.46017255917, + ["g"] = 23, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [8] = { - ["x"] = 278.16445681879; - ["y"] = -363.94754361684; - ["g"] = 30; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; - }; - }; + ["x"] = 140.02121832627, + ["y"] = -390.6476822541, + ["g"] = 24, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + }, + }, [28] = { - ["name"] = "Ukhel Deathspeaker"; - ["id"] = 195851; - ["count"] = 6; - ["health"] = 860408; - ["scale"] = 1; - ["displayId"] = 109035; - ["creatureType"] = "Humanoid"; - ["level"] = 70; + ["name"] = "Ukhel Deathspeaker", + ["id"] = 195851, + ["count"] = 6, + ["health"] = 860408, + ["scale"] = 1, + ["displayId"] = 109035, + ["creatureType"] = "Humanoid", + ["level"] = 70, ["characteristics"] = { - ["Taunt"] = true; - ["Incapacitate"] = true; - ["Silence"] = true; - ["Polymorph"] = true; - ["Root"] = true; - ["Fear"] = true; - ["Disorient"] = true; - ["Imprison"] = true; - ["Stun"] = true; - }; + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Disorient"] = true, + ["Repentance"] = true, + ["Imprison"] = true, + ["Sap"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Mind Soothe"] = true, + }, ["spells"] = { [387614] = { - }; + }, [387615] = { - }; + }, [387616] = { - }; + }, [396376] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 313.04126801529; - ["y"] = -364.91585947523; - ["g"] = 24; - ["sublevel"] = 1; - ["scale"] = 0.4; + ["x"] = 286.51052709556, + ["y"] = -410.42636225483, + ["g"] = 27, + ["sublevel"] = 1, + ["scale"] = 1.8, ["patrol"] = { [1] = { - ["x"] = 312.02247458816; - ["y"] = -365.0614085317; - }; + ["x"] = 286.51052709556, + ["y"] = -410.42636225483, + }, [2] = { - ["x"] = 314.06262407189; - ["y"] = -366.25025645256; - }; + ["x"] = 295.38369083956, + ["y"] = -420.90216419299, + }, [3] = { - ["x"] = 314.64480364172; - ["y"] = -369.45220661049; - }; + ["x"] = 296.00625923516, + ["y"] = -429.30744317956, + }, [4] = { - ["x"] = 313.40767413783; - ["y"] = -374.32789388358; - }; + ["x"] = 288.22360208354, + ["y"] = -452.96675227155, + }, [5] = { - ["x"] = 307.87705150475; - ["y"] = -379.05803834622; - }; + ["x"] = 279.81834091009, + ["y"] = -467.59819616826, + }, [6] = { - ["x"] = 303.21967324231; - ["y"] = -379.93129520892; - }; + ["x"] = 259.89469157534, + ["y"] = -472.89040160631, + }, [7] = { - ["x"] = 301.54592988113; - ["y"] = -372.94523406129; - }; + ["x"] = 245.57458531577, + ["y"] = -469.46602604687, + }, [8] = { - ["x"] = 303.80183615607; - ["y"] = -366.90520222259; - }; + ["x"] = 237.79192816416, + ["y"] = -446.74062298763, + }, [9] = { - ["x"] = 307.22209324266; - ["y"] = -359.04588421226; - }; + ["x"] = 237.79192816416, + ["y"] = -435.22228826567, + }, [10] = { - ["x"] = 310.49682625686; - ["y"] = -361.01071735836; - }; - }; - }; + ["x"] = 245.57458531577, + ["y"] = -407.8272659771, + }, + [11] = { + ["x"] = 249.62154708392, + ["y"] = -403.15766456088, + }, + [12] = { + ["x"] = 263.0077116845, + ["y"] = -384.47929452225, + }, + }, + }, [2] = { - ["x"] = 306.31755130728; - ["y"] = -379.29824702479; - ["g"] = 25; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 277.33792563429, + ["y"] = -481.95177046, + ["g"] = 32, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [3] = { - ["x"] = 311.04495530833; - ["y"] = -388.96005984736; - ["g"] = 26; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 275.18253395385, + ["y"] = -516.67707748718, + ["g"] = 33, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [4] = { - ["x"] = 294.57197626683; - ["y"] = -379.36745177664; - ["g"] = 27; - ["sublevel"] = 1; - ["scale"] = 0.4; + ["x"] = 213.95930895535, + ["y"] = -462.02091477102, + ["g"] = 31, + ["sublevel"] = 1, + ["scale"] = 2, ["patrol"] = { [1] = { - ["x"] = 294.57197626683; - ["y"] = -379.36745177664; - }; + ["x"] = 213.95930895535, + ["y"] = -462.02091477102, + }, [2] = { - ["x"] = 291.72177943334; - ["y"] = -375.1283670816; - }; + ["x"] = 204.68050445528, + ["y"] = -448.29716866845, + }, [3] = { - ["x"] = 290.33912585708; - ["y"] = -372.36305160104; - }; + ["x"] = 200.32220504998, + ["y"] = -441.75973737362, + }, [4] = { - ["x"] = 291.72177943334; - ["y"] = -375.1283670816; - }; + ["x"] = 197.20911368835, + ["y"] = -430.86397104726, + }, [5] = { - ["x"] = 294.57197626683; - ["y"] = -379.36745177664; - }; + ["x"] = 200.32220504998, + ["y"] = -441.75973737362, + }, [6] = { - ["x"] = 296.67023915266; - ["y"] = -384.87974370979; - }; + ["x"] = 204.68050445528, + ["y"] = -448.29716866845, + }, [7] = { - ["x"] = 298.27121214962; - ["y"] = -391.5019488723; - }; + ["x"] = 213.95930895535, + ["y"] = -462.02091477102, + }, [8] = { - ["x"] = 296.67023915266; - ["y"] = -384.87974370979; - }; - }; - }; + ["x"] = 224.91545580096, + ["y"] = -482.85222627369, + }, + [9] = { + ["x"] = 226.16066384462, + ["y"] = -499.97409516429, + }, + [10] = { + ["x"] = 221.49106242841, + ["y"] = -512.42635373212, + }, + [11] = { + ["x"] = 226.16066384462, + ["y"] = -499.97409516429, + }, + [12] = { + ["x"] = 224.91545580096, + ["y"] = -482.85222627369, + }, + }, + }, [5] = { - ["x"] = 288.95599472318; - ["y"] = -373.22633572503; - ["g"] = 29; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 190.38411520345, + ["y"] = -441.1858362484, + ["g"] = 25, + ["sublevel"] = 1, + ["scale"] = 2, + }, [6] = { - ["x"] = 301.42060076063; - ["y"] = -364.18239761947; - ["g"] = 33; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 252.23674749573, + ["y"] = -390.91719475209, + ["g"] = 22, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [7] = { - ["x"] = 321.4146198492; - ["y"] = -359.10175138186; - ["g"] = 21; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; - }; - }; + ["x"] = 320.39424536316, + ["y"] = -381.95896665073, + ["g"] = 20, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + }, + }, [29] = { - ["name"] = "Risen Warrior"; - ["id"] = 195855; - ["count"] = 5; - ["health"] = 717007; - ["scale"] = 1; - ["displayId"] = 109017; - ["creatureType"] = "Undead"; - ["level"] = 70; + ["name"] = "Risen Warrior", + ["id"] = 195855, + ["count"] = 5, + ["health"] = 717007, + ["scale"] = 1, + ["displayId"] = 109017, + ["creatureType"] = "Undead", + ["level"] = 70, ["characteristics"] = { - ["Taunt"] = true; - ["Silence"] = true; - ["Root"] = true; - ["Fear"] = true; - ["Disorient"] = true; - ["Stun"] = true; - }; + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Control Undead"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Shackle Undead"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Banish"] = true, + ["Disorient"] = true, + ["Repentance"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Turn Evil"] = true, + }, ["spells"] = { [388801] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 310.8836225156; - ["y"] = -362.20513717079; - ["g"] = 24; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 277.21002663947, + ["y"] = -397.91961047376, + ["g"] = 27, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [2] = { - ["x"] = 303.55073860646; - ["y"] = -390.78891719108; - ["g"] = 26; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 248.70873730885, + ["y"] = -527.60036590901, + ["g"] = 33, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [3] = { - ["x"] = 294.97633942187; - ["y"] = -383.29081305036; - ["g"] = 27; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 217.85387218231, + ["y"] = -480.31657673017, + ["g"] = 31, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [4] = { - ["x"] = 288.74856335241; - ["y"] = -370.54750975682; - ["g"] = 29; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 176.50311920312, + ["y"] = -443.81319583279, + ["g"] = 25, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [5] = { - ["x"] = 286.19683504955; - ["y"] = -374.25712171677; - ["g"] = 29; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 189.86983078101, + ["y"] = -425.27781955104, + ["g"] = 25, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [6] = { - ["x"] = 285.43195401108; - ["y"] = -357.36329180929; - ["g"] = 31; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 172.79589892653, + ["y"] = -354.63448709313, + ["g"] = 23, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [7] = { - ["x"] = 276.52252588671; - ["y"] = -368.0955165449; - ["g"] = 30; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 130.65521961757, + ["y"] = -401.53392403792, + ["g"] = 24, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [8] = { - ["x"] = 301.49271353194; - ["y"] = -386.74373223029; - ["g"] = 26; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 241.90572674634, + ["y"] = -513.27450349811, + ["g"] = 33, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, [9] = { - ["x"] = 312.8838047796; - ["y"] = -357.07592708078; - ["g"] = 21; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; - }; - }; + ["x"] = 290.23066907902, + ["y"] = -370.13714790613, + ["g"] = 20, + ["sublevel"] = 1, + ["scale"] = 1.8, + }, + }, + }, [30] = { - ["name"] = "Soulharvester Tumen"; - ["id"] = 195929; - ["count"] = 10; - ["health"] = 1147211; - ["scale"] = 1; - ["displayId"] = 109036; - ["iconTexture"] = 136214; - ["creatureType"] = "Humanoid"; - ["level"] = 71; + ["name"] = "Soulharvester Tumen", + ["id"] = 195929, + ["count"] = 10, + ["health"] = 1147211, + ["scale"] = 1, + ["displayId"] = 109036, + ["iconTexture"] = 136214, + ["creatureType"] = "Humanoid", + ["level"] = 71, + ["characteristics"] = { + ["Taunt"] = true, + ["Mind Soothe"] = true, + }, ["spells"] = { [387411] = { - }; + }, [388318] = { - }; + }, [395035] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 306.83674704999; - ["y"] = -386.8059965735; - ["g"] = 26; - ["sublevel"] = 1; - ["scale"] = 0.8; - }; - }; - }; + ["x"] = 258.66919682705, + ["y"] = -509.76228576678, + ["g"] = 33, + ["sublevel"] = 1, + ["scale"] = 2.4, + }, + }, + }, [31] = { - ["name"] = "Soulharvester Mandakh"; - ["id"] = 195930; - ["count"] = 10; - ["health"] = 1147211; - ["scale"] = 1; - ["displayId"] = 109037; - ["iconTexture"] = 136214; - ["creatureType"] = "Humanoid"; - ["level"] = 71; + ["name"] = "Soulharvester Mandakh", + ["id"] = 195930, + ["count"] = 10, + ["health"] = 1147211, + ["scale"] = 1, + ["displayId"] = 109037, + ["iconTexture"] = 136214, + ["creatureType"] = "Humanoid", + ["level"] = 71, ["characteristics"] = { - ["Taunt"] = true; - }; + ["Taunt"] = true, + ["Mind Soothe"] = true, + }, ["spells"] = { [387411] = { - }; + }, [388318] = { - }; + }, [395035] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 281.888551529; - ["y"] = -367.84261375659; - ["g"] = 30; - ["sublevel"] = 1; - ["scale"] = 0.6; - }; - }; - }; + ["x"] = 151.27567764635, + ["y"] = -405.39387324041, + ["g"] = 24, + ["sublevel"] = 1, + ["scale"] = 2.4, + }, + }, + }, [32] = { - ["name"] = "Soulharvester Duuren"; - ["id"] = 195928; - ["count"] = 10; - ["health"] = 1147211; - ["scale"] = 1; - ["displayId"] = 109015; - ["iconTexture"] = 136214; - ["creatureType"] = "Humanoid"; - ["level"] = 71; + ["name"] = "Soulharvester Duuren", + ["id"] = 195928, + ["count"] = 10, + ["health"] = 1147211, + ["scale"] = 1, + ["displayId"] = 109015, + ["iconTexture"] = 136214, + ["creatureType"] = "Humanoid", + ["level"] = 71, ["characteristics"] = { - ["Taunt"] = true; - }; + ["Taunt"] = true, + ["Mind Soothe"] = true, + }, ["spells"] = { [387411] = { - }; + }, [388318] = { - }; + }, [395035] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 297.41247300367; - ["y"] = -364.29867388627; - ["g"] = 33; - ["sublevel"] = 1; - ["scale"] = 0.6; - }; - }; - }; + ["x"] = 234.75906461127, + ["y"] = -391.03347101889, + ["g"] = 22, + ["sublevel"] = 1, + ["scale"] = 2.4, + }, + }, + }, [33] = { - ["name"] = "Teera"; - ["id"] = 186339; - ["count"] = 0; - ["health"] = 7154196; - ["scale"] = 1; - ["displayId"] = 105721; - ["creatureType"] = "Undead"; - ["level"] = 72; - ["isBoss"] = true; - ["encounterID"] = 2478; - ["instanceID"] = 537; + ["name"] = "Teera", + ["id"] = 186339, + ["count"] = 0, + ["health"] = 7154196, + ["scale"] = 1, + ["displayId"] = 105721, + ["creatureType"] = "Undead", + ["level"] = 72, + ["isBoss"] = true, + ["encounterID"] = 2478, + ["instanceID"] = 537, ["characteristics"] = { - ["Taunt"] = true; - }; + ["Taunt"] = true, + }, ["spells"] = { [345561] = { - }; + }, [382670] = { - }; + }, [384808] = { - }; + }, [385434] = { - }; + }, [386016] = { - }; + }, [386411] = { - }; + }, [386547] = { - }; + }, [392151] = { - }; + }, [392198] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 272.37317844225; - ["y"] = -391.04380300793; - ["g"] = 36; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; - }; - }; + ["x"] = 119.56229309837, + ["y"] = -522.44162985071, + ["g"] = 35, + ["sublevel"] = 1, + ["scale"] = 2.2, + }, + }, + }, [34] = { - ["name"] = "Maruuk"; - ["id"] = 186338; - ["count"] = 0; - ["health"] = 7154196; - ["scale"] = 1; - ["displayId"] = 105722; - ["creatureType"] = "Undead"; - ["level"] = 72; - ["isBoss"] = true; - ["encounterID"] = 2478; - ["instanceID"] = 537; + ["name"] = "Maruuk", + ["id"] = 186338, + ["count"] = 0, + ["health"] = 7154196, + ["scale"] = 1, + ["displayId"] = 105722, + ["creatureType"] = "Undead", + ["level"] = 72, + ["isBoss"] = true, + ["encounterID"] = 2478, + ["instanceID"] = 537, ["characteristics"] = { - ["Taunt"] = true; - }; + ["Taunt"] = true, + }, ["spells"] = { [345561] = { - }; + }, [382836] = { - }; + }, [385339] = { - }; + }, [386063] = { - }; + }, [392198] = { - }; + }, [395669] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 267.57206278182; - ["y"] = -379.95840188332; - ["g"] = 36; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; - }; - }; + ["x"] = 94.808142284973, + ["y"] = -488.4832582642, + ["g"] = 35, + ["sublevel"] = 1, + ["scale"] = 2.2, + }, + }, + }, [35] = { - ["name"] = "Batak"; - ["id"] = 193462; - ["count"] = 16; - ["health"] = 1720817; - ["scale"] = 1; - ["displayId"] = 108221; - ["creatureType"] = "Humanoid"; - ["level"] = 71; + ["name"] = "Batak", + ["id"] = 193462, + ["count"] = 16, + ["health"] = 1720817, + ["scale"] = 1, + ["displayId"] = 108221, + ["creatureType"] = "Humanoid", + ["level"] = 71, ["characteristics"] = { - ["Taunt"] = true; - }; + ["Taunt"] = true, + ["Mind Soothe"] = true, + }, ["spells"] = { [373395] = { - }; + }, [382233] = { - }; + }, [383067] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 297.12819297501; - ["y"] = -214.71256829863; - ["g"] = 42; - ["sublevel"] = 1; - ["scale"] = 0.6; - }; - }; - }; + ["x"] = 197.16536123039, + ["y"] = -112.6827510673, + ["g"] = 41, + ["sublevel"] = 1, + ["scale"] = 2.2, + }, + }, + }, [36] = { - ["name"] = "Balara"; - ["id"] = 193457; - ["count"] = 16; - ["health"] = 1720817; - ["scale"] = 1; - ["displayId"] = 108222; - ["creatureType"] = "Humanoid"; - ["level"] = 71; + ["name"] = "Balara", + ["id"] = 193457, + ["count"] = 16, + ["health"] = 1720817, + ["scale"] = 1, + ["displayId"] = 108222, + ["creatureType"] = "Humanoid", + ["level"] = 71, ["characteristics"] = { - ["Taunt"] = true; - }; + ["Taunt"] = true, + ["Mind Soothe"] = true, + }, ["spells"] = { [372147] = { - }; + }, [374711] = { - }; + }, [382267] = { - }; + }, [382274] = { - }; + }, [382277] = { - }; + }, [383067] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 296.24911069711; - ["y"] = -220.25822107978; - ["g"] = 42; - ["sublevel"] = 1; - ["scale"] = 0.6; - }; - }; - }; + ["x"] = 196.45434449669, + ["y"] = -131.95591459466, + ["g"] = 41, + ["sublevel"] = 1, + ["scale"] = 2.2, + }, + }, + }, [37] = { - ["name"] = "Balakar Khan"; - ["id"] = 186151; - ["count"] = 0; - ["health"] = 5723357; - ["scale"] = 1; - ["displayId"] = 107680; - ["creatureType"] = "Humanoid"; - ["level"] = 72; - ["isBoss"] = true; - ["encounterID"] = 2477; - ["instanceID"] = 1198; + ["name"] = "Balakar Khan", + ["id"] = 186151, + ["count"] = 0, + ["health"] = 5723357, + ["scale"] = 1, + ["displayId"] = 107680, + ["creatureType"] = "Humanoid", + ["level"] = 72, + ["isBoss"] = true, + ["encounterID"] = 2477, + ["instanceID"] = 1198, ["characteristics"] = { - ["Taunt"] = true; - }; + ["Taunt"] = true, + ["Mind Soothe"] = true, + }, ["spells"] = { [375929] = { - }; + }, [375937] = { - }; + }, [375943] = { - }; + }, [376634] = { - }; + }, [376644] = { - }; + }, [376660] = { - }; + }, [376683] = { - }; + }, [376685] = { - }; + }, [376724] = { - }; + }, [376727] = { - }; + }, [376827] = { - }; + }, [376829] = { - }; + }, [376864] = { - }; + }, [376865] = { - }; + }, [376866] = { - }; + }, [376892] = { - }; + }, [376894] = { - }; + }, [376896] = { - }; + }, [393421] = { - }; + }, [393425] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 282.88962254967; - ["y"] = -214.57548309082; - ["sublevel"] = 1; - ["scale"] = 0.7; - }; - }; - }; + ["x"] = 139.81259789612, + ["y"] = -113.56998118293, + ["sublevel"] = 1, + ["scale"] = 2.4, + }, + }, + }, [38] = { - ["name"] = "Nokhud Defender"; - ["id"] = 199717; - ["count"] = 10; - ["health"] = 1326463; - ["scale"] = 1; - ["stealthDetect"] = true; - ["displayId"] = 108529; - ["creatureType"] = "Humanoid"; - ["level"] = 71; + ["name"] = "Nokhud Defender", + ["id"] = 199717, + ["count"] = 10, + ["health"] = 1326463, + ["scale"] = 1, + ["stealthDetect"] = true, + ["displayId"] = 108529, + ["creatureType"] = "Humanoid", + ["level"] = 71, ["characteristics"] = { - ["Taunt"] = true; - }; + ["Taunt"] = true, + ["Mind Soothe"] = true, + }, ["spells"] = { [373395] = { - }; + }, [384336] = { - }; + }, [384510] = { - }; + }, [384512] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 352.14192864844; - ["y"] = -226.78255712972; - ["g"] = 37; - ["sublevel"] = 1; - ["scale"] = 0.6; - }; + ["x"] = 349.13090828289, + ["y"] = -145.99198890581, + ["g"] = 36, + ["sublevel"] = 1, + ["scale"] = 2, + }, [2] = { - ["x"] = 353.25399865395; - ["y"] = -221.85728086906; - ["g"] = 37; - ["sublevel"] = 1; - ["scale"] = 0.6; - }; + ["x"] = 349.68471805392, + ["y"] = -130.83256277332, + ["g"] = 36, + ["sublevel"] = 1, + ["scale"] = 2, + }, [3] = { - ["x"] = 324.45931955362; - ["y"] = -222.61336509157; - ["g"] = 40; - ["sublevel"] = 1; - ["scale"] = 0.6; - }; + ["x"] = 277.34841066099, + ["y"] = -132.82352185936, + ["g"] = 39, + ["sublevel"] = 1, + ["scale"] = 2, + }, [4] = { - ["x"] = 324.23796824987; - ["y"] = -217.93926060723; - ["g"] = 40; - ["sublevel"] = 1; - ["scale"] = 0.6; - }; + ["x"] = 278.05742209925, + ["y"] = -114.5658658061, + ["g"] = 39, + ["sublevel"] = 1, + ["scale"] = 2, + }, [5] = { - ["x"] = 311.8325009048; - ["y"] = -220.64302384799; - ["g"] = 41; - ["sublevel"] = 1; - ["scale"] = 0.6; + ["x"] = 252.17860318294, + ["y"] = -130.15238436222, + ["g"] = 40, + ["sublevel"] = 1, + ["scale"] = 2, ["patrol"] = { [1] = { - ["x"] = 311.8325009048; - ["y"] = -220.64302384799; - }; + ["x"] = 252.17860318294, + ["y"] = -130.15238436222, + }, [2] = { - ["x"] = 316.0500044065; - ["y"] = -221.1768296404; - }; + ["x"] = 262.8468985228, + ["y"] = -128.10171686617, + }, [3] = { - ["x"] = 319.96190910407; - ["y"] = -220.30002008808; - }; + ["x"] = 275.29915709063, + ["y"] = -123.74341746087, + }, [4] = { - ["x"] = 316.0500044065; - ["y"] = -221.1768296404; - }; + ["x"] = 262.8468985228, + ["y"] = -128.10171686617, + }, [5] = { - ["x"] = 311.8325009048; - ["y"] = -220.64302384799; - }; + ["x"] = 237.31977736531, + ["y"] = -129.65826254699, + }, [6] = { - ["x"] = 306.54001388922; - ["y"] = -219.82789632067; - }; + ["x"] = 221.4430897987, + ["y"] = -127.79045048149, + }, [7] = { - ["x"] = 300.33490132178; - ["y"] = -218.00683923353; - }; + ["x"] = 206.18907750638, + ["y"] = -122.80951142812, + }, [8] = { - ["x"] = 306.54001388922; - ["y"] = -219.82789632067; - }; - }; - }; + ["x"] = 221.4430897987, + ["y"] = -127.79045048149, + }, + [9] = { + ["x"] = 237.31977736531, + ["y"] = -129.65826254699, + }, + }, + }, [6] = { - ["x"] = 299.15484415271; - ["y"] = -196.31186669017; - ["g"] = 43; - ["sublevel"] = 1; - ["scale"] = 0.6; + ["x"] = 202.53091064411, + ["y"] = -50.51336527531, + ["g"] = 43, + ["sublevel"] = 1, + ["scale"] = 2, ["patrol"] = { [1] = { - ["x"] = 299.15484415271; - ["y"] = -196.31186669017; - }; + ["x"] = 202.53091064411, + ["y"] = -50.51336527531, + }, [2] = { - ["x"] = 298.07195522897; - ["y"] = -203.85497190786; - }; + ["x"] = 204.05790047798, + ["y"] = -39.690632879795, + }, [3] = { - ["x"] = 299.15484415271; - ["y"] = -196.31186669017; - }; + ["x"] = 206.54831656531, + ["y"] = -27.238338685734, + }, [4] = { - ["x"] = 299.19537749217; - ["y"] = -190.2876283881; - }; + ["x"] = 204.05790047798, + ["y"] = -39.690632879795, + }, [5] = { - ["x"] = 300.31877997628; - ["y"] = -185.79400856211; - }; + ["x"] = 202.53091064411, + ["y"] = -50.51336527531, + }, [6] = { - ["x"] = 299.19537749217; - ["y"] = -190.2876283881; - }; - }; - }; + ["x"] = 197.5204157438, + ["y"] = -63.97254599362, + }, + [7] = { + ["x"] = 195.96387006298, + ["y"] = -72.3778427933, + }, + [8] = { + ["x"] = 196.27524332636, + ["y"] = -78.603954264099, + }, + [9] = { + ["x"] = 195.96387006298, + ["y"] = -72.3778427933, + }, + [10] = { + ["x"] = 197.5204157438, + ["y"] = -63.97254599362, + }, + }, + }, [7] = { - ["x"] = 297.73748037787; - ["y"] = -183.99135755078; - ["g"] = 44; - ["sublevel"] = 1; - ["scale"] = 0.6; - }; + ["x"] = 201.44977480606, + ["y"] = -18.62679742049, + ["g"] = 44, + ["sublevel"] = 1, + ["scale"] = 2, + }, [8] = { - ["x"] = 303.26809009182; - ["y"] = -185.58672035384; - ["g"] = 44; - ["sublevel"] = 1; - ["scale"] = 0.6; - }; + ["x"] = 218.0008672034, + ["y"] = -21.038536822449, + ["g"] = 44, + ["sublevel"] = 1, + ["scale"] = 2, + }, [9] = { - ["x"] = 287.2082415641; - ["y"] = -251.14620599673; - ["g"] = 45; - ["sublevel"] = 1; - ["scale"] = 0.6; - }; + ["x"] = 187.11390410183, + ["y"] = -214.72233879413, + ["g"] = 46, + ["sublevel"] = 1, + ["scale"] = 2, + }, [10] = { - ["x"] = 292.73887562154; - ["y"] = -250.08260239395; - ["g"] = 45; - ["sublevel"] = 1; - ["scale"] = 0.6; - }; + ["x"] = 203.46091793465, + ["y"] = -210.3933922836, + ["g"] = 46, + ["sublevel"] = 1, + ["scale"] = 2, + }, [11] = { - ["x"] = 289.69331849745; - ["y"] = -240.53739878431; - ["g"] = 46; - ["sublevel"] = 1; - ["scale"] = 0.6; - }; + ["x"] = 185.1194794166, + ["y"] = -180.71334987763, + ["g"] = 45, + ["sublevel"] = 1, + ["scale"] = 2, + }, [12] = { - ["x"] = 290.21263988051; - ["y"] = -265.07558950342; - ["g"] = 48; - ["sublevel"] = 1; - ["scale"] = 0.6; - }; + ["x"] = 188.44963584084, + ["y"] = -253.70259682937, + ["g"] = 47, + ["sublevel"] = 1, + ["scale"] = 2, + }, [13] = { - ["x"] = 295.26642389701; - ["y"] = -262.58649580492; - ["g"] = 48; - ["sublevel"] = 1; - ["scale"] = 0.6; - }; - }; - }; + ["x"] = 204.9320149351, + ["y"] = -250.39717324279, + ["g"] = 47, + ["sublevel"] = 1, + ["scale"] = 2, + }, + }, + }, [39] = { - ["name"] = "Nokhud Thunderfist"; - ["id"] = 193373; - ["count"] = 5; - ["health"] = 717007; - ["scale"] = 1; - ["displayId"] = 110840; - ["creatureType"] = "Humanoid"; - ["level"] = 70; + ["name"] = "Nokhud Thunderfist", + ["id"] = 193373, + ["count"] = 5, + ["health"] = 717007, + ["scale"] = 1, + ["displayId"] = 110840, + ["creatureType"] = "Humanoid", + ["level"] = 70, ["characteristics"] = { - ["Taunt"] = true; - ["Incapacitate"] = true; - ["Silence"] = true; - ["Root"] = true; - ["Fear"] = true; - ["Imprison"] = true; - ["Stun"] = true; - }; + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, + ["Root"] = true, + ["Fear"] = true, + ["Disorient"] = true, + ["Repentance"] = true, + ["Imprison"] = true, + ["Sap"] = true, + ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Mind Soothe"] = true, + }, ["spells"] = { [381530] = { - }; + }, [397394] = { - }; - }; + }, + }, ["clones"] = { [1] = { - ["x"] = 344.37543641092; - ["y"] = -228.03957742738; - ["g"] = 38; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 326.8844282343, + ["y"] = -158.26130910202, + ["g"] = 37, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, [2] = { - ["x"] = 306.60980594375; - ["y"] = -224.08634849357; - ["g"] = 41; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 234.68420946739, + ["y"] = -147.00588781222, + ["g"] = 40, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, [3] = { - ["x"] = 307.8387548869; - ["y"] = -215.59425828139; - ["g"] = 41; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 232.96708243271, + ["y"] = -112.79089317262, + ["g"] = 40, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, [4] = { - ["x"] = 304.31469327969; - ["y"] = -201.7576522069; - ["g"] = 43; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 212.57952407329, + ["y"] = -57.397016837998, + ["g"] = 43, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, [5] = { - ["x"] = 293.32256016323; - ["y"] = -201.11187971052; - ["g"] = 43; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 180.88219887877, + ["y"] = -61.064793114656, + ["g"] = 43, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, [6] = { - ["x"] = 295.92963774289; - ["y"] = -236.46873066785; - ["g"] = 46; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 204.00894112159, + ["y"] = -164.19564220962, + ["g"] = 45, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, [7] = { - ["x"] = 283.80477819698; - ["y"] = -234.66062401792; - ["g"] = 46; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 168.61859218252, + ["y"] = -163.40795667807, + ["g"] = 45, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, [8] = { - ["x"] = 303.25396560977; - ["y"] = -209.30571066088; - ["g"] = 47; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 214.9696946596, + ["y"] = -92.551882878106, + ["g"] = 42, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, [9] = { - ["x"] = 304.85168665564; - ["y"] = -207.97428216985; - ["g"] = 47; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; + ["x"] = 226.63244511729, + ["y"] = -88.344788114942, + ["g"] = 42, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, [10] = { - ["x"] = 336.68123923815; - ["y"] = -218.56836484781; - ["g"] = 39; - ["sublevel"] = 1; - ["scale"] = 0.4; - }; - }; - }; + ["x"] = 310.5967180307, + ["y"] = -118.98421896292, + ["g"] = 38, + ["sublevel"] = 1, + ["scale"] = 1.6, + }, + }, + }, }; diff --git a/Dragonflight/UldamanLegacyOfTyr.lua b/Dragonflight/UldamanLegacyOfTyr.lua index 9c381a63..a6d097a6 100644 --- a/Dragonflight/UldamanLegacyOfTyr.lua +++ b/Dragonflight/UldamanLegacyOfTyr.lua @@ -3,15 +3,7 @@ local L = MDT.L local dungeonIndex = 51 MDT.dungeonList[dungeonIndex] = L["Uldaman: Legacy of Tyr"] -MDT.mapInfo[dungeonIndex] = { - viewportPositionOverrides = { - [2] = { - zoomScale = 1.2999999523163, - horizontalPan = 98.38115384186, - verticalPan = 102.66985686533, - }, - } -}; +MDT.mapInfo[dungeonIndex] = {}; local zones = { 2071, 2072 } for _, zone in ipairs(zones) do @@ -19,14 +11,12 @@ for _, zone in ipairs(zones) do end MDT.dungeonMaps[dungeonIndex] = { - [0] = "Uldaman_Upres", - [1] = "Uldaman_upres_A", - [2] = "Uldaman_upres_B", + [0] = "", + [1] = { customTextures = 'Uldaman' }, } MDT.dungeonSubLevels[dungeonIndex] = { - [1] = L["Hall of the Keepers"], - [2] = L["The Vault of Tyr"], + [1] = L["Uldaman: Legacy of Tyr"], } MDT.dungeonTotalCount[dungeonIndex] = { normal = 575, teeming = 1000, teemingEnabled = true } @@ -34,15 +24,6 @@ MDT.dungeonTotalCount[dungeonIndex] = { normal = 575, teeming = 1000, teemingEna MDT.mapPOIs[dungeonIndex] = { [1] = { [1] = { - ["template"] = "MapLinkPinTemplate", - ["type"] = "mapLink", - ["x"] = 235.5, - ["y"] = -88.3, - ["target"] = 2, - ["direction"] = 2, - ["connectionIndex"] = 1, - }, - [2] = { ["template"] = "DeathReleasePinTemplate", ["type"] = "graveyard", ["x"] = 658.24367640427, @@ -50,17 +31,6 @@ MDT.mapPOIs[dungeonIndex] = { ["graveyardDescription"] = "", }, }, - [2] = { - [1] = { - ["template"] = "MapLinkPinTemplate", - ["type"] = "mapLink", - ["x"] = 376, - ["y"] = -457.7, - ["target"] = 1, - ["direction"] = -2, - ["connectionIndex"] = 1, - }, - }, }; MDT.dungeonEnemies[dungeonIndex] = { @@ -74,9 +44,23 @@ MDT.dungeonEnemies[dungeonIndex] = { ["creatureType"] = "Humanoid", ["level"] = 70, ["characteristics"] = { + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, + ["Root"] = true, ["Fear"] = true, ["Disorient"] = true, + ["Repentance"] = true, + ["Imprison"] = true, + ["Sap"] = true, ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Mind Soothe"] = true, }, ["spells"] = { [369696] = { @@ -86,113 +70,113 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 695.47481022934, - ["y"] = -255.78275148025, + ["x"] = 93.337635730879, + ["y"] = -252.74501613769, ["g"] = 1, ["sublevel"] = 1, ["scale"] = 1.4, }, [2] = { - ["x"] = 705.63382094633, - ["y"] = -256.79136882433, + ["x"] = 103.86486241861, + ["y"] = -253.20136746347, ["g"] = 1, ["sublevel"] = 1, ["scale"] = 1.4, }, [3] = { - ["x"] = 696.25548139078, - ["y"] = -264.57667139847, + ["x"] = 92.415403987124, + ["y"] = -261.21681484022, ["g"] = 1, ["sublevel"] = 1, ["scale"] = 1.4, }, [4] = { - ["x"] = 706.12916427744, - ["y"] = -265.71515962469, + ["x"] = 102.05899474191, + ["y"] = -264.19627713977, ["g"] = 1, ["sublevel"] = 1, ["scale"] = 1.4, }, [5] = { - ["x"] = 703.10467945032, - ["y"] = -308.7074757298, + ["x"] = 76.199311610888, + ["y"] = -215.36642423909, ["g"] = 3, ["sublevel"] = 1, ["scale"] = 1.4, }, [6] = { - ["x"] = 706.80089032721, - ["y"] = -316.29817378273, + ["x"] = 81.046127991684, + ["y"] = -206.38827662599, ["g"] = 3, ["sublevel"] = 1, ["scale"] = 1.4, }, [7] = { - ["x"] = 719.27110131515, - ["y"] = -314.81027200928, + ["x"] = 97.428458264258, + ["y"] = -214.33544269251, ["g"] = 3, ["sublevel"] = 1, ["scale"] = 1.4, }, [8] = { - ["x"] = 721.87854287281, - ["y"] = -308.01678906758, + ["x"] = 91.521358521659, + ["y"] = -205.93115681548, ["g"] = 3, ["sublevel"] = 1, ["scale"] = 1.4, }, [9] = { - ["x"] = 581.1121437894, - ["y"] = -392.90372077883, + ["x"] = 196.61463864306, + ["y"] = -125.91382305127, ["g"] = 10, ["sublevel"] = 1, ["scale"] = 1.4, }, [10] = { - ["x"] = 589.97772140677, - ["y"] = -400.10781929725, + ["x"] = 204.68088787691, + ["y"] = -132.85140762349, ["g"] = 10, ["sublevel"] = 1, ["scale"] = 1.4, }, [11] = { - ["x"] = 590.3602333782, - ["y"] = -388.62754596485, + ["x"] = 204.7969773829, + ["y"] = -121.6376329905, ["g"] = 10, ["sublevel"] = 1, ["scale"] = 1.4, }, [12] = { - ["x"] = 598.09726370106, - ["y"] = -395.99941357181, + ["x"] = 196.54655572152, + ["y"] = -137.80261596027, ["g"] = 10, ["sublevel"] = 1, ["scale"] = 1.4, }, [13] = { - ["x"] = 660.53744756061, - ["y"] = -366.95455296147, + ["x"] = 120.61829029946, + ["y"] = -161.27870534298, ["g"] = 6, ["sublevel"] = 1, ["scale"] = 1.4, }, [14] = { - ["x"] = 665.96112163592, - ["y"] = -373.36859522664, + ["x"] = 124.2009376307, + ["y"] = -152.27457328445, ["g"] = 6, ["sublevel"] = 1, ["scale"] = 1.4, }, [15] = { - ["x"] = 675.88584968582, - ["y"] = -374.91979635139, + ["x"] = 135.04619222032, + ["y"] = -152.67515573761, ["g"] = 6, ["sublevel"] = 1, ["scale"] = 1.4, }, [16] = { - ["x"] = 683.7848594496, - ["y"] = -368.95897724259, + ["x"] = 141.10422791078, + ["y"] = -160.75177381367, ["g"] = 6, ["sublevel"] = 1, ["scale"] = 1.4, @@ -210,12 +194,22 @@ MDT.dungeonEnemies[dungeonIndex] = { ["level"] = 70, ["characteristics"] = { ["Taunt"] = true, + ["Incapacitate"] = true, ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, ["Root"] = true, ["Fear"] = true, ["Disorient"] = true, + ["Repentance"] = true, + ["Imprison"] = true, + ["Sap"] = true, ["Stun"] = true, ["Slow"] = true, + ["Sleep Walk"] = true, + ["Mind Soothe"] = true, }, ["spells"] = { [369674] = { @@ -225,57 +219,57 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 712.79066388079, - ["y"] = -306.41958534706, + ["x"] = 87.035875209894, + ["y"] = -217.22074527286, ["g"] = 3, ["sublevel"] = 1, ["scale"] = 1.4, }, [2] = { - ["x"] = 683.18615602891, - ["y"] = -329.59439605033, + ["x"] = 128.22052139551, + ["y"] = -195.25625249753, ["g"] = 4, ["sublevel"] = 1, ["scale"] = 1.4, }, [3] = { - ["x"] = 673.90086754578, - ["y"] = -327.40370938812, + ["x"] = 115.94369283821, + ["y"] = -193.98605287198, ["g"] = 4, ["sublevel"] = 1, ["scale"] = 1.4, }, [4] = { - ["x"] = 620.2, - ["y"] = -395.1, + ["x"] = 166.30329072248, + ["y"] = -124.72155881192, ["g"] = 7, ["sublevel"] = 1, ["scale"] = 1.4, }, [5] = { - ["x"] = 631.82253363137, - ["y"] = -395.39813961059, + ["x"] = 177.92582435385, + ["y"] = -125.01969842251, ["g"] = 7, ["sublevel"] = 1, ["scale"] = 1.4, }, [6] = { - ["x"] = 594.30847458661, - ["y"] = -409.28307259809, + ["x"] = 210.61038930454, + ["y"] = -141.76023845888, ["g"] = 10, ["sublevel"] = 1, ["scale"] = 1.4, }, [7] = { - ["x"] = 581.14816135465, - ["y"] = -405.05139240881, + ["x"] = 215.0362763046, + ["y"] = -127.66958533029, ["g"] = 10, ["sublevel"] = 1, ["scale"] = 1.4, }, [8] = { - ["x"] = 547.91535351449, - ["y"] = -352.50008425507, + ["x"] = 243.62134779327, + ["y"] = -172.90806069106, ["g"] = 12, ["sublevel"] = 1, ["scale"] = 1.4, @@ -291,6 +285,10 @@ MDT.dungeonEnemies[dungeonIndex] = { ["displayId"] = 92699, ["creatureType"] = "Humanoid", ["level"] = 70, + ["characteristics"] = { + ["Taunt"] = true, + ["Mind Soothe"] = true, + }, ["spells"] = { [369806] = { }, @@ -301,74 +299,78 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 690.62052123713, - ["y"] = -284.51866084771, + ["x"] = 112.09385375064, + ["y"] = -233.9272638943, ["g"] = 2, ["sublevel"] = 1, ["scale"] = 1.4, ["patrol"] = { [1] = { - ["x"] = 709.5, - ["y"] = -304, + ["x"] = 109.7926690782, + ["y"] = -230.70555268214, }, [2] = { - ["x"] = 712, - ["y"] = -304, + ["x"] = 98.006765723037, + ["y"] = -231.15603653803, }, [3] = { - ["x"] = 712.3, - ["y"] = -288.3, + ["x"] = 83.048854669198, + ["y"] = -230.92591807079, }, [4] = { - ["x"] = 674.7, - ["y"] = -288.3, + ["x"] = 98.006765723037, + ["y"] = -231.15603653803, }, [5] = { - ["x"] = 674.3, - ["y"] = -305.5, + ["x"] = 109.7926690782, + ["y"] = -230.70555268214, }, [6] = { - ["x"] = 677.8, - ["y"] = -305.2, + ["x"] = 118.02736206236, + ["y"] = -230.69578643586, }, [7] = { - ["x"] = 677.9, - ["y"] = -291, + ["x"] = 119.17798073395, + ["y"] = -223.10175850763, }, [8] = { - ["x"] = 709.6, - ["y"] = -290.7, + ["x"] = 119.4080992012, + ["y"] = -205.38239951149, }, [9] = { - ["x"] = 709.4, - ["y"] = -304.5, + ["x"] = 119.17798073395, + ["y"] = -223.10175850763, + }, + [10] = { + ["x"] = 118.02736206236, + ["y"] = -230.69578643586, }, }, }, [2] = { - ["x"] = 624.96136431177, - ["y"] = -404.53791059247, + ["x"] = 172.27968055183, + ["y"] = -114.71875984642, ["g"] = 7, ["sublevel"] = 1, ["scale"] = 1.4, }, [3] = { - ["x"] = 536.80154364734, - ["y"] = -346.32702941481, + ["x"] = 252.49184528302, + ["y"] = -167.00147405662, ["g"] = 12, ["sublevel"] = 1, ["scale"] = 1.4, }, [4] = { - ["x"] = 536.30199714256, - ["y"] = -358.99147976246, + ["x"] = 251.99229877824, + ["y"] = -179.66592440427, ["g"] = 12, ["sublevel"] = 1, ["scale"] = 1.4, }, [5] = { - ["x"] = 672.5717222442, - ["y"] = -363.47767746225, + ["x"] = 130.58149877785, + ["y"] = -162.40427819475, ["g"] = 6, ["sublevel"] = 1, ["scale"] = 1.4, @@ -385,11 +387,23 @@ MDT.dungeonEnemies[dungeonIndex] = { ["creatureType"] = "Beast", ["level"] = 70, ["characteristics"] = { + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, ["Root"] = true, ["Fear"] = true, ["Disorient"] = true, + ["Imprison"] = true, + ["Sap"] = true, ["Stun"] = true, ["Slow"] = true, + ["Sleep Walk"] = true, + ["Scare Beast"] = true, + ["Hibernate"] = true, }, ["spells"] = { [369823] = { @@ -401,57 +415,57 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 690.50255632275, - ["y"] = -293.79638011038, + ["x"] = 111.74579670439, + ["y"] = -222.95422884735, ["g"] = 2, ["sublevel"] = 1, ["scale"] = 1.4, }, [2] = { - ["x"] = 622.11958534706, - ["y"] = -350.19439605033, + ["x"] = 161.66315510978, + ["y"] = -170.45145112412, ["g"] = 5, ["sublevel"] = 1, ["scale"] = 1.4, }, [3] = { - ["x"] = 634.19721511124, - ["y"] = -351.19813961059, + ["x"] = 173.74078487396, + ["y"] = -171.45519468438, ["g"] = 5, ["sublevel"] = 1, ["scale"] = 1.4, }, [4] = { - ["x"] = 630.79810543844, - ["y"] = -340.918649457, + ["x"] = 166.19949012002, + ["y"] = -181.19632720548, ["g"] = 5, ["sublevel"] = 1, ["scale"] = 1.4, }, [5] = { - ["x"] = 620.3, - ["y"] = -432.2, + ["x"] = 155.20307747093, + ["y"] = -89.028061144717, ["g"] = 8, ["sublevel"] = 1, ["scale"] = 1.4, }, [6] = { - ["x"] = 630.26211989488, - ["y"] = -430.78037847017, + ["x"] = 165.16519736581, + ["y"] = -87.608439614888, ["g"] = 8, ["sublevel"] = 1, ["scale"] = 1.4, }, [7] = { - ["x"] = 580.49071510554, - ["y"] = -354.91041288651, + ["x"] = 206.65141980126, + ["y"] = -163.32782320451, ["g"] = 11, ["sublevel"] = 1, ["scale"] = 1.4, }, [8] = { - ["x"] = 591.40091310864, - ["y"] = -359.97013125295, + ["x"] = 219.16039654573, + ["y"] = -166.5224013513, ["g"] = 11, ["sublevel"] = 1, ["scale"] = 1.4, @@ -470,6 +484,10 @@ MDT.dungeonEnemies[dungeonIndex] = { ["isBoss"] = true, ["encounterID"] = 2475, ["instanceID"] = 1197, + ["characteristics"] = { + ["Taunt"] = true, + ["Mind Soothe"] = true, + }, ["spells"] = { [369563] = { }, @@ -484,8 +502,8 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 629.0651781437, - ["y"] = -481.43030501484, + ["x"] = 120.7718170642, + ["y"] = -47.052075539949, ["g"] = 9, ["sublevel"] = 1, }, @@ -505,6 +523,7 @@ MDT.dungeonEnemies[dungeonIndex] = { ["instanceID"] = 1197, ["characteristics"] = { ["Taunt"] = true, + ["Mind Soothe"] = true, }, ["spells"] = { [369602] = { @@ -520,8 +539,8 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 653.30257369008, - ["y"] = -470.7716123689, + ["x"] = 145.00921261058, + ["y"] = -36.393382894009, ["g"] = 9, ["sublevel"] = 1, }, @@ -539,6 +558,10 @@ MDT.dungeonEnemies[dungeonIndex] = { ["isBoss"] = true, ["encounterID"] = 2475, ["instanceID"] = 1197, + ["characteristics"] = { + ["Taunt"] = true, + ["Mind Soothe"] = true, + }, ["spells"] = { [369603] = { }, @@ -555,8 +578,8 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 680.3922276572, - ["y"] = -472.17162525272, + ["x"] = 172.0988665777, + ["y"] = -37.793395777829, ["g"] = 9, ["sublevel"] = 1, }, @@ -572,9 +595,23 @@ MDT.dungeonEnemies[dungeonIndex] = { ["creatureType"] = "Humanoid", ["level"] = 70, ["characteristics"] = { + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, + ["Root"] = true, ["Fear"] = true, ["Disorient"] = true, + ["Repentance"] = true, + ["Imprison"] = true, + ["Sap"] = true, ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Mind Soothe"] = true, }, ["spells"] = { [369853] = { @@ -584,22 +621,22 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 588.29253566092, - ["y"] = -336.61677767687, + ["x"] = 202.7290967041, + ["y"] = -183.67049217313, ["g"] = 11, ["sublevel"] = 1, ["scale"] = 1.4, }, [2] = { - ["x"] = 589.71677767687, - ["y"] = -347.48133915229, + ["x"] = 209.74897283408, + ["y"] = -175.08365220971, ["g"] = 11, ["sublevel"] = 1, ["scale"] = 1.4, }, [3] = { - ["x"] = 600.19438465962, - ["y"] = -345.90745294837, + ["x"] = 216.22969395058, + ["y"] = -184.16808257541, ["g"] = 11, ["sublevel"] = 1, ["scale"] = 1.4, @@ -620,6 +657,7 @@ MDT.dungeonEnemies[dungeonIndex] = { ["instanceID"] = 1197, ["characteristics"] = { ["Taunt"] = true, + ["Mind Soothe"] = true, }, ["spells"] = { [369605] = { @@ -633,8 +671,8 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 482, - ["y"] = -356.3, + ["x"] = 282.53031711988, + ["y"] = -172.01830845468, ["sublevel"] = 1, }, }, @@ -650,10 +688,22 @@ MDT.dungeonEnemies[dungeonIndex] = { ["level"] = 70, ["characteristics"] = { ["Taunt"] = true, + ["Incapacitate"] = true, ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, + ["Root"] = true, ["Fear"] = true, ["Disorient"] = true, + ["Repentance"] = true, + ["Imprison"] = true, + ["Sap"] = true, ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Mind Soothe"] = true, }, ["spells"] = { [369409] = { @@ -661,223 +711,189 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 420.35160211439, - ["y"] = -349.59742630992, + ["x"] = 372.06146073634, + ["y"] = -172.79290572319, ["g"] = 13, ["sublevel"] = 1, ["scale"] = 1.4, - ["patrol"] = { - [1] = { - ["x"] = 428.7, - ["y"] = -340.7, - }, - [2] = { - ["x"] = 427.9, - ["y"] = -368.6, - }, - [3] = { - ["x"] = 430.2, - ["y"] = -368.4, - }, - [4] = { - ["x"] = 431, - ["y"] = -340.5, - }, - [5] = { - ["x"] = 428.4, - ["y"] = -340.7, - }, - }, }, [2] = { - ["x"] = 419.1, - ["y"] = -359.5, + ["x"] = 368.8626578905, + ["y"] = -162.83417456861, ["g"] = 13, ["sublevel"] = 1, ["scale"] = 1.4, }, [3] = { - ["x"] = 252.10559255896, - ["y"] = -353.18972799072, + ["x"] = 519.25960368674, + ["y"] = -174.39709536116, ["g"] = 16, ["sublevel"] = 1, ["scale"] = 1.4, }, [4] = { - ["x"] = 264.16937038565, - ["y"] = -351.14826911316, + ["x"] = 532.65564630859, + ["y"] = -174.48726015586, ["g"] = 16, ["sublevel"] = 1, ["scale"] = 1.4, }, [5] = { - ["x"] = 251.74968473065, - ["y"] = -302.07548578785, + ["x"] = 528.84463274653, + ["y"] = -228.22592085229, ["g"] = 17, ["sublevel"] = 1, ["scale"] = 1.4, }, [6] = { - ["x"] = 251.74968473065, - ["y"] = -296.82388367345, + ["x"] = 529.64396113004, + ["y"] = -216.0464045819, ["g"] = 17, ["sublevel"] = 1, ["scale"] = 1.4, }, [7] = { - ["x"] = 215.2, - ["y"] = -318.5, + ["x"] = 563.25438131269, + ["y"] = -198.69680739024, ["g"] = 18, ["sublevel"] = 1, ["scale"] = 1.4, }, [8] = { - ["x"] = 200.50465666889, - ["y"] = -338, + ["x"] = 572.13023729551, + ["y"] = -174.45687210993, ["g"] = 20, ["sublevel"] = 1, ["scale"] = 1.4, }, [9] = { - ["x"] = 213.27508719777, - ["y"] = -342.56511195242, + ["x"] = 584.90066782439, + ["y"] = -179.02198406235, ["g"] = 20, ["sublevel"] = 1, ["scale"] = 1.4, }, [10] = { - ["x"] = 168.56829364496, - ["y"] = -309.0598820251, + ["x"] = 614.226054361, + ["y"] = -234.89872341522, ["g"] = 22, ["sublevel"] = 1, ["scale"] = 1.4, }, [11] = { - ["x"] = 164.98415821319, - ["y"] = -285.24385014445, + ["x"] = 611.70766977819, + ["y"] = -209.75041149262, ["g"] = 22, ["sublevel"] = 1, ["scale"] = 1.4, }, [12] = { - ["x"] = 446.35418293559, - ["y"] = -464.12862303642, + ["x"] = 327.38109182581, + ["y"] = -399.89581180094, ["g"] = 27, - ["sublevel"] = 2, + ["sublevel"] = 1, ["scale"] = 1.7, }, [13] = { - ["x"] = 492.52027400368, - ["y"] = -501.38281439124, + ["x"] = 268.34260199752, + ["y"] = -428.24758556723, ["g"] = 28, - ["sublevel"] = 2, + ["sublevel"] = 1, ["scale"] = 1.7, }, [14] = { - ["x"] = 492.84581706441, - ["y"] = -487.82599692712, + ["x"] = 276.3647096905, + ["y"] = -440.80804488594, ["g"] = 28, - ["sublevel"] = 2, + ["sublevel"] = 1, ["scale"] = 1.7, }, [15] = { - ["x"] = 524.07421182662, - ["y"] = -495.17162525272, + ["x"] = 260.44689800595, + ["y"] = -461.07546733649, ["g"] = 29, - ["sublevel"] = 2, + ["sublevel"] = 1, ["scale"] = 1.7, ["patrol"] = { [1] = { - ["x"] = 531.8, - ["y"] = -495.4, + ["x"] = 261.13104966856, + ["y"] = -462.58058220358, }, [2] = { - ["x"] = 516.8, - ["y"] = -503.8, + ["x"] = 257.0942089728, + ["y"] = -447.17702688071, }, [3] = { - ["x"] = 503.5, - ["y"] = -503.6, + ["x"] = 258.99272248726, + ["y"] = -437.05166975175, }, [4] = { - ["x"] = 493.5, - ["y"] = -487.4, + ["x"] = 266.27032745009, + ["y"] = -436.7352387623, }, [5] = { - ["x"] = 482.5, - ["y"] = -485.3, + ["x"] = 287.78672945469, + ["y"] = -426.60986352777, }, [6] = { - ["x"] = 481.9, - ["y"] = -487.1, + ["x"] = 266.27032745009, + ["y"] = -436.7352387623, }, [7] = { - ["x"] = 492.6, - ["y"] = -489, + ["x"] = 258.99272248726, + ["y"] = -437.05166975175, }, [8] = { - ["x"] = 502.1, - ["y"] = -505.6, - }, - [9] = { - ["x"] = 517.5, - ["y"] = -505.5, - }, - [10] = { - ["x"] = 533.4, - ["y"] = -497.1, - }, - [11] = { - ["x"] = 531.8, - ["y"] = -495.4, + ["x"] = 257.0942089728, + ["y"] = -447.17702688071, }, }, }, [16] = { - ["x"] = 330.80748712051, - ["y"] = -371.29348294169, + ["x"] = 442.96542029578, + ["y"] = -154.76639723318, ["g"] = 14, ["sublevel"] = 1, ["scale"] = 1.4, }, [17] = { - ["x"] = 343.68696588339, - ["y"] = -369.40095867149, + ["x"] = 456.23433029144, + ["y"] = -155.59989159245, ["g"] = 14, ["sublevel"] = 1, ["scale"] = 1.4, }, [18] = { - ["x"] = 203.9850485404, - ["y"] = -253.39532054968, + ["x"] = 585.30563374612, + ["y"] = -267.96842435676, ["g"] = 21, ["sublevel"] = 1, ["scale"] = 1.4, }, [19] = { - ["x"] = 215.75991619724, - ["y"] = -252.10093589006, + ["x"] = 570.43474809589, + ["y"] = -269.33863027464, ["g"] = 21, ["sublevel"] = 1, ["scale"] = 1.4, }, [20] = { - ["x"] = 570.99985173717, - ["y"] = -481.55691140166, + ["x"] = 265.97314232714, + ["y"] = -500.2255793457, ["g"] = 30, - ["sublevel"] = 2, + ["sublevel"] = 1, ["scale"] = 1.7, }, [21] = { - ["x"] = 580.91875948454, - ["y"] = -491.6163287332, + ["x"] = 257.53974069766, + ["y"] = -510.91781339223, ["g"] = 30, - ["sublevel"] = 2, + ["sublevel"] = 1, ["scale"] = 1.7, }, [22] = { - ["x"] = 228.12180592441, - ["y"] = -280.74016106545, + ["x"] = 565.68180091072, + ["y"] = -240.32066732426, ["g"] = 19, ["sublevel"] = 1, ["scale"] = 1.4, @@ -895,9 +911,18 @@ MDT.dungeonEnemies[dungeonIndex] = { ["level"] = 70, ["characteristics"] = { ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Root"] = true, ["Fear"] = true, + ["Banish"] = true, ["Disorient"] = true, ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, }, ["spells"] = { [377723] = { @@ -911,21 +936,21 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 428.5, - ["y"] = -366.30091310864, + ["x"] = 360.73802957761, + ["y"] = -154.05757096072, ["g"] = 13, ["sublevel"] = 1, ["scale"] = 1.4, }, [2] = { - ["x"] = 428.5, - ["y"] = -395.8, + ["x"] = 365.80059103622, + ["y"] = -124.75172834442, ["sublevel"] = 1, ["scale"] = 1.4, }, [3] = { - ["x"] = 337.4, - ["y"] = -396.1, + ["x"] = 448.5330555207, + ["y"] = -129.37652610619, ["sublevel"] = 1, ["scale"] = 1.4, }, @@ -964,8 +989,8 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 256.3, - ["y"] = -395.8, + ["x"] = 528.6723657389, + ["y"] = -127.98403745533, ["sublevel"] = 1, }, }, @@ -981,10 +1006,22 @@ MDT.dungeonEnemies[dungeonIndex] = { ["level"] = 70, ["characteristics"] = { ["Taunt"] = true, + ["Incapacitate"] = true, ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, + ["Root"] = true, ["Fear"] = true, ["Disorient"] = true, + ["Repentance"] = true, + ["Imprison"] = true, + ["Sap"] = true, ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Mind Soothe"] = true, }, ["spells"] = { [369399] = { @@ -998,105 +1035,105 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 256.99660096605, - ["y"] = -342.3716317357, + ["x"] = 526.81520267133, + ["y"] = -184.89554076462, ["g"] = 16, ["sublevel"] = 1, ["scale"] = 1.4, }, [2] = { - ["x"] = 245.42518340231, - ["y"] = -305.82450132833, + ["x"] = 540.10627066304, + ["y"] = -229.84323648654, ["g"] = 17, ["sublevel"] = 1, ["scale"] = 1.4, }, [3] = { - ["x"] = 245.42518340231, - ["y"] = -291.29679577122, + ["x"] = 540.90562954014, + ["y"] = -216.9143096708, ["g"] = 17, ["sublevel"] = 1, ["scale"] = 1.4, }, [4] = { - ["x"] = 223.14323814819, - ["y"] = -311.18217344265, + ["x"] = 564.26972055169, + ["y"] = -211.36325769621, ["g"] = 18, ["sublevel"] = 1, ["scale"] = 1.4, }, - [6] = { - ["x"] = 177.87575798404, - ["y"] = -287.7261251868, + [5] = { + ["x"] = 601.9504630954, + ["y"] = -229.8188562734, ["g"] = 22, ["sublevel"] = 1, ["scale"] = 1.4, }, + [6] = { + ["x"] = 388.05439766303, + ["y"] = -355.62847808756, + ["g"] = 26, + ["sublevel"] = 1, + ["scale"] = 1.7, + }, [7] = { - ["x"] = 387.42160810639, - ["y"] = -430.30311365258, + ["x"] = 385.47614696793, + ["y"] = -369.37921077844, ["g"] = 26, - ["sublevel"] = 2, + ["sublevel"] = 1, ["scale"] = 1.7, }, [8] = { - ["x"] = 404.46124590142, - ["y"] = -426.65086614611, - ["g"] = 26, - ["sublevel"] = 2, + ["x"] = 319.29852253269, + ["y"] = -362.99909339474, + ["sublevel"] = 1, ["scale"] = 1.7, }, [9] = { - ["x"] = 417.7044140784, - ["y"] = -490.51542289733, - ["sublevel"] = 2, + ["x"] = 322.75737185302, + ["y"] = -386.86789252242, + ["g"] = 27, + ["sublevel"] = 1, ["scale"] = 1.7, }, [10] = { - ["x"] = 440.14843475449, - ["y"] = -476.41410563307, + ["x"] = 309.82755860844, + ["y"] = -393.92619270036, ["g"] = 27, - ["sublevel"] = 2, + ["sublevel"] = 1, ["scale"] = 1.7, }, [11] = { - ["x"] = 450.94976885719, - ["y"] = -484.10528589549, - ["g"] = 27, - ["sublevel"] = 2, - ["scale"] = 1.7, - }, - [12] = { - ["x"] = 335.80278488876, - ["y"] = -360.91959673778, + ["x"] = 449.12910089747, + ["y"] = -166.59044783817, ["g"] = 14, ["sublevel"] = 1, ["scale"] = 1.4, }, - [13] = { - ["x"] = 333.70374356026, - ["y"] = -423.29439605033, + [12] = { + ["x"] = 444.07832747222, + ["y"] = -94.240498250215, ["g"] = 15, ["sublevel"] = 1, ["scale"] = 1.4, }, - [14] = { - ["x"] = 344.38413543177, - ["y"] = -422.19720372052, + [13] = { + ["x"] = 455.558139208, + ["y"] = -93.942664797503, ["g"] = 15, ["sublevel"] = 1, ["scale"] = 1.4, }, - [15] = { - ["x"] = 196.11958534706, - ["y"] = -237.21399278811, + [14] = { + ["x"] = 588.63131680649, + ["y"] = -288.29170086722, ["g"] = 21, ["sublevel"] = 1, ["scale"] = 1.4, }, - [16] = { - ["x"] = 209.58972799072, - ["y"] = -233.037298914, + [15] = { + ["x"] = 574.38992480055, + ["y"] = -288.11184711898, ["g"] = 21, ["sublevel"] = 1, ["scale"] = 1.4, @@ -1114,11 +1151,22 @@ MDT.dungeonEnemies[dungeonIndex] = { ["level"] = 70, ["characteristics"] = { ["Taunt"] = true, + ["Incapacitate"] = true, ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, + ["Root"] = true, ["Fear"] = true, ["Disorient"] = true, + ["Repentance"] = true, + ["Imprison"] = true, + ["Sap"] = true, ["Stun"] = true, ["Slow"] = true, + ["Sleep Walk"] = true, + ["Mind Soothe"] = true, }, ["spells"] = { [369365] = { @@ -1134,78 +1182,78 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 217.79408242391, - ["y"] = -284.68431959601, + ["x"] = 575.60483772616, + ["y"] = -247.46232235038, ["g"] = 19, ["sublevel"] = 1, ["scale"] = 1.4, }, [2] = { - ["x"] = 218.46270052192, - ["y"] = -273.24488451159, + ["x"] = 576.27345582417, + ["y"] = -236.02288726596, ["g"] = 19, ["sublevel"] = 1, ["scale"] = 1.4, }, [3] = { - ["x"] = 180.562701086, - ["y"] = -302.31916923497, + ["x"] = 601.70633216724, + ["y"] = -217.23327159003, ["g"] = 22, ["sublevel"] = 1, ["scale"] = 1.4, }, [4] = { - ["x"] = 527.54878656932, - ["y"] = -509.89529304132, + ["x"] = 247.20262610834, + ["y"] = -458.9520130376, ["g"] = 29, - ["sublevel"] = 2, + ["sublevel"] = 1, ["scale"] = 1.7, }, [5] = { - ["x"] = 518.8726773894, - ["y"] = -434.70396863123, + ["x"] = 328.70567349304, + ["y"] = -476.15470822099, ["g"] = 32, - ["sublevel"] = 2, + ["sublevel"] = 1, ["scale"] = 1.7, }, [6] = { - ["x"] = 532.2281944277, - ["y"] = -426.83246398341, + ["x"] = 327.82239348957, + ["y"] = -492.96375252222, ["g"] = 32, - ["sublevel"] = 2, + ["sublevel"] = 1, ["scale"] = 1.7, }, [7] = { - ["x"] = 498.57004286087, - ["y"] = -391.08017986271, + ["x"] = 383.71046408617, + ["y"] = -476.82942931392, ["g"] = 33, - ["sublevel"] = 2, + ["sublevel"] = 1, ["scale"] = 1.7, }, [8] = { - ["x"] = 513.37110788137, - ["y"] = -384.31900004246, + ["x"] = 384.90548541041, + ["y"] = -492.53388109715, ["g"] = 33, - ["sublevel"] = 2, + ["sublevel"] = 1, ["scale"] = 1.7, }, [9] = { - ["x"] = 206.48886044494, - ["y"] = -243.91118511791, + ["x"] = 580.08215737078, + ["y"] = -279.00148695316, ["g"] = 21, ["sublevel"] = 1, ["scale"] = 1.4, }, [10] = { - ["x"] = 569.34626196194, - ["y"] = -500.78817728902, + ["x"] = 250.08082793241, + ["y"] = -497.94043417568, ["g"] = 30, - ["sublevel"] = 2, + ["sublevel"] = 1, ["scale"] = 1.7, }, [11] = { - ["x"] = 226.27669237446, - ["y"] = -322.46482558125, + ["x"] = 574.33107368715, + ["y"] = -202.66163297149, ["g"] = 18, ["sublevel"] = 1, ["scale"] = 1.4, @@ -1222,6 +1270,9 @@ MDT.dungeonEnemies[dungeonIndex] = { ["displayId"] = 108686, ["creatureType"] = "Elemental", ["level"] = 70, + ["characteristics"] = { + ["Taunt"] = true, + }, ["spells"] = { [369327] = { }, @@ -1234,15 +1285,15 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 202.93238605545, - ["y"] = -351.75513921907, + ["x"] = 583.35106679808, + ["y"] = -166.36254850566, ["g"] = 20, ["sublevel"] = 1, ["scale"] = 1.8, }, [2] = { - ["x"] = 167.1, - ["y"] = -297.5, + ["x"] = 615.4222293192, + ["y"] = -222.27298381361, ["g"] = 22, ["sublevel"] = 1, ["scale"] = 1.8, @@ -1259,10 +1310,23 @@ MDT.dungeonEnemies[dungeonIndex] = { ["creatureType"] = "Beast", ["level"] = 70, ["characteristics"] = { + ["Taunt"] = true, + ["Incapacitate"] = true, + ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, ["Root"] = true, ["Fear"] = true, ["Disorient"] = true, + ["Imprison"] = true, + ["Sap"] = true, ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Scare Beast"] = true, + ["Hibernate"] = true, }, ["spells"] = { [369417] = { @@ -1276,29 +1340,29 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 138.30465666889, - ["y"] = -290.62331751661, + ["x"] = 648.14345131443, + ["y"] = -220.57170750585, ["g"] = 23, ["sublevel"] = 1, ["scale"] = 1.4, }, [2] = { - ["x"] = 131.12985735634, - ["y"] = -298.81213239869, + ["x"] = 643.89969553841, + ["y"] = -229.2934130592, ["g"] = 23, ["sublevel"] = 1, ["scale"] = 1.4, }, [3] = { - ["x"] = 101.82384502199, - ["y"] = -214.94901554049, + ["x"] = 667.93838481261, + ["y"] = -297.01776724918, ["g"] = 25, ["sublevel"] = 1, ["scale"] = 1.4, }, [4] = { - ["x"] = 109.55162788203, - ["y"] = -221.05097157569, + ["x"] = 675.66616767265, + ["y"] = -304.71850202575, ["g"] = 25, ["sublevel"] = 1, ["scale"] = 1.4, @@ -1315,11 +1379,23 @@ MDT.dungeonEnemies[dungeonIndex] = { ["creatureType"] = "Beast", ["level"] = 70, ["characteristics"] = { + ["Taunt"] = true, + ["Incapacitate"] = true, ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Polymorph"] = true, ["Root"] = true, ["Fear"] = true, ["Disorient"] = true, + ["Imprison"] = true, + ["Sap"] = true, ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Scare Beast"] = true, + ["Hibernate"] = true, }, ["spells"] = { [369411] = { @@ -1327,22 +1403,22 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 94.2, - ["y"] = -255.4, + ["x"] = 674.22359892696, + ["y"] = -265.44543081496, ["g"] = 24, ["sublevel"] = 1, ["scale"] = 1.4, }, [2] = { - ["x"] = 110.72611379608, - ["y"] = -257.50093589006, + ["x"] = 680.09147238739, + ["y"] = -275.54007745035, ["g"] = 24, ["sublevel"] = 1, ["scale"] = 1.4, }, [3] = { - ["x"] = 103.40554822741, - ["y"] = -248.47856992306, + ["x"] = 689.29123422744, + ["y"] = -267.58352331948, ["g"] = 24, ["sublevel"] = 1, ["scale"] = 1.4, @@ -1390,67 +1466,9 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 187.8, - ["y"] = -116.4, + ["x"] = 649.30350045251, + ["y"] = -325.99511602069, ["sublevel"] = 1, - ["patrol"] = { - [1] = { - ["x"] = 160.3, - ["y"] = -161.6, - }, - [2] = { - ["x"] = 151.7, - ["y"] = -149, - }, - [3] = { - ["x"] = 153.1, - ["y"] = -133.3, - }, - [4] = { - ["x"] = 157.7, - ["y"] = -126.3, - }, - [5] = { - ["x"] = 171.5, - ["y"] = -116.7, - }, - [6] = { - ["x"] = 183.9, - ["y"] = -115.1, - }, - [7] = { - ["x"] = 195.6, - ["y"] = -119.1, - }, - [8] = { - ["x"] = 204.4, - ["y"] = -128.2, - }, - [9] = { - ["x"] = 208.2, - ["y"] = -142.3, - }, - [10] = { - ["x"] = 206.1, - ["y"] = -155.3, - }, - [11] = { - ["x"] = 198.1, - ["y"] = -164.2, - }, - [12] = { - ["x"] = 184.6, - ["y"] = -170, - }, - [13] = { - ["x"] = 171.6, - ["y"] = -168.8, - }, - [14] = { - ["x"] = 160, - ["y"] = -161.1, - }, - }, }, }, }, @@ -1463,44 +1481,47 @@ MDT.dungeonEnemies[dungeonIndex] = { ["displayId"] = 108689, ["creatureType"] = "Elemental", ["level"] = 70, + ["characteristics"] = { + ["Taunt"] = true, + }, ["spells"] = { [381593] = { }, }, ["clones"] = { [1] = { - ["x"] = 398.45764833733, - ["y"] = -443.90896816249, + ["x"] = 373.1442193038, + ["y"] = -360.05821412017, ["g"] = 26, - ["sublevel"] = 2, + ["sublevel"] = 1, ["scale"] = 2, }, [2] = { - ["x"] = 461.45099669118, - ["y"] = -468.3628395168, + ["x"] = 314.31676059288, + ["y"] = -410.1419273919, ["g"] = 27, - ["sublevel"] = 2, + ["sublevel"] = 1, ["scale"] = 2, }, [3] = { - ["x"] = 528.78456868345, - ["y"] = -467.86300267317, + ["x"] = 295.90113745064, + ["y"] = -492.54359688614, ["g"] = 31, - ["sublevel"] = 2, + ["sublevel"] = 1, ["scale"] = 2, }, [4] = { - ["x"] = 544.79561959849, - ["y"] = -459.21893990097, + ["x"] = 295.77484159831, + ["y"] = -475.98907622498, ["g"] = 31, - ["sublevel"] = 2, + ["sublevel"] = 1, ["scale"] = 2, }, [5] = { - ["x"] = 520.414880464, - ["y"] = -421.06350189584, + ["x"] = 342.27174721106, + ["y"] = -485.29633123689, ["g"] = 32, - ["sublevel"] = 2, + ["sublevel"] = 1, ["scale"] = 2, }, }, @@ -1516,6 +1537,7 @@ MDT.dungeonEnemies[dungeonIndex] = { ["level"] = 70, ["characteristics"] = { ["Taunt"] = true, + ["Mind Soothe"] = true, }, ["spells"] = { [382573] = { @@ -1529,17 +1551,17 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 537.82909584669, - ["y"] = -500.5847213707, + ["x"] = 251.15460528568, + ["y"] = -470.84143048769, ["g"] = 29, - ["sublevel"] = 2, + ["sublevel"] = 1, ["scale"] = 1.7, }, [2] = { - ["x"] = 510.45018420118, - ["y"] = -398.2980341272, + ["x"] = 371.22634262236, + ["y"] = -484.68009124062, ["g"] = 33, - ["sublevel"] = 2, + ["sublevel"] = 1, ["scale"] = 1.7, }, }, @@ -1554,9 +1576,22 @@ MDT.dungeonEnemies[dungeonIndex] = { ["creatureType"] = "Dragonkin", ["level"] = 70, ["characteristics"] = { + ["Taunt"] = true, + ["Incapacitate"] = true, ["Silence"] = true, + ["Knock"] = true, + ["Grip"] = true, + ["Mind Control"] = true, + ["Root"] = true, ["Fear"] = true, + ["Disorient"] = true, + ["Repentance"] = true, + ["Sap"] = true, ["Stun"] = true, + ["Slow"] = true, + ["Sleep Walk"] = true, + ["Hibernate"] = true, + ["Mind Soothe"] = true, }, ["spells"] = { [377486] = { @@ -1566,23 +1601,23 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 480.92424263491, - ["y"] = -358.45154840707, + ["x"] = 415.10931266329, + ["y"] = -474.57686924515, ["g"] = 34, - ["sublevel"] = 2, + ["sublevel"] = 1, ["scale"] = 1.7, }, [2] = { - ["x"] = 493.90216903588, - ["y"] = -353.77541614971, + ["x"] = 415.74691932582, + ["y"] = -488.56935966792, ["g"] = 34, - ["sublevel"] = 2, + ["sublevel"] = 1, ["scale"] = 1.7, }, [3] = { - ["x"] = 421, - ["y"] = -335.4, - ["sublevel"] = 2, + ["x"] = 470.67761941539, + ["y"] = -431.2745341579, + ["sublevel"] = 1, ["scale"] = 1.7, }, }, @@ -1598,6 +1633,7 @@ MDT.dungeonEnemies[dungeonIndex] = { ["level"] = 70, ["characteristics"] = { ["Taunt"] = true, + ["Mind Soothe"] = true, }, ["spells"] = { [377510] = { @@ -1607,29 +1643,29 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 453.5, - ["y"] = -373.4, - ["sublevel"] = 2, + ["x"] = 415.52983834414, + ["y"] = -435.41788483713, + ["sublevel"] = 1, ["scale"] = 1.7, }, [2] = { - ["x"] = 412.2, - ["y"] = -315.9, - ["sublevel"] = 2, + ["x"] = 491.93727791837, + ["y"] = -430.7596330914, + ["sublevel"] = 1, ["scale"] = 1.7, }, [3] = { - ["x"] = 391.45726291129, - ["y"] = -278.69031686455, + ["x"] = 530.99748116287, + ["y"] = -421.71109494447, ["g"] = 37, - ["sublevel"] = 2, + ["sublevel"] = 1, ["scale"] = 1.7, }, [4] = { - ["x"] = 402.74272025027, - ["y"] = -274.65462838276, + ["x"] = 530.89185741507, + ["y"] = -435.39478143835, ["g"] = 37, - ["sublevel"] = 2, + ["sublevel"] = 1, ["scale"] = 1.7, }, }, @@ -1643,70 +1679,74 @@ MDT.dungeonEnemies[dungeonIndex] = { ["displayId"] = 101939, ["creatureType"] = "Dragonkin", ["level"] = 70, + ["characteristics"] = { + ["Taunt"] = true, + ["Mind Soothe"] = true, + }, ["spells"] = { }, ["clones"] = { [1] = { - ["x"] = 426.27136012513, - ["y"] = -301.25992269748, + ["x"] = 495.2502740911, + ["y"] = -461.05091857646, ["g"] = 36, - ["sublevel"] = 2, + ["sublevel"] = 1, ["scale"] = 1.4, }, [2] = { - ["x"] = 429.85685114101, - ["y"] = -292.15153156862, + ["x"] = 502.63286455817, + ["y"] = -469.02905854993, ["g"] = 36, - ["sublevel"] = 2, + ["sublevel"] = 1, ["scale"] = 1.4, }, [3] = { - ["x"] = 419.8, - ["y"] = -290.1, + ["x"] = 508.08046199448, + ["y"] = -462.86411422684, ["g"] = 36, - ["sublevel"] = 2, + ["sublevel"] = 1, ["scale"] = 1.4, }, [4] = { - ["x"] = 382.40877764147, - ["y"] = -321.89119710087, + ["x"] = 498.2176674901, + ["y"] = -402.89414466036, ["g"] = 35, - ["sublevel"] = 2, + ["sublevel"] = 1, ["scale"] = 1.4, }, [5] = { - ["x"] = 393.53567164334, - ["y"] = -320.4326085061, + ["x"] = 507.12963509362, + ["y"] = -403.01765669616, ["g"] = 35, - ["sublevel"] = 2, + ["sublevel"] = 1, ["scale"] = 1.4, }, [6] = { - ["x"] = 389.27577420353, - ["y"] = -312.47840873206, + ["x"] = 516.15929604391, + ["y"] = -402.65751097997, ["g"] = 35, - ["sublevel"] = 2, + ["sublevel"] = 1, ["scale"] = 1.4, }, [7] = { - ["x"] = 379.22025716524, - ["y"] = -313.05418293559, + ["x"] = 499.14255071555, + ["y"] = -393.4243047273, ["g"] = 35, - ["sublevel"] = 2, + ["sublevel"] = 1, ["scale"] = 1.4, }, [8] = { - ["x"] = 378.34449980015, - ["y"] = -303.0044140784, + ["x"] = 508.07581001779, + ["y"] = -393.18348011518, ["g"] = 35, - ["sublevel"] = 2, + ["sublevel"] = 1, ["scale"] = 1.4, }, [9] = { - ["x"] = 388.6, - ["y"] = -302.17004286087, + ["x"] = 518.33127400651, + ["y"] = -393.6148147499, ["g"] = 35, - ["sublevel"] = 2, + ["sublevel"] = 1, ["scale"] = 1.4, }, }, @@ -1725,6 +1765,7 @@ MDT.dungeonEnemies[dungeonIndex] = { ["instanceID"] = 1197, ["characteristics"] = { ["Taunt"] = true, + ["Mind Soothe"] = true, }, ["spells"] = { [375727] = { @@ -1746,9 +1787,9 @@ MDT.dungeonEnemies[dungeonIndex] = { }, ["clones"] = { [1] = { - ["x"] = 344.2, - ["y"] = -167.7, - ["sublevel"] = 2, + ["x"] = 692.32272819066, + ["y"] = -433.55416304355, + ["sublevel"] = 1, }, }, }, diff --git a/Locales/enUS.lua b/Locales/enUS.lua index 34011f0c..6a9a655e 100644 --- a/Locales/enUS.lua +++ b/Locales/enUS.lua @@ -1,6 +1,11 @@ local addonName, MDT = ... local L = MDT.L L = L or {} + +L["neltharusChain"] = "Burning Chain" +L["brackenhideCage"] = "Meat Storage" +L["Dragonflight Season 4"] = "Dragonflight Season 4" +L["Rotbow Ranger"] = "Rotbow Ranger" L["Toggle MDT"] = "Toggle MDT" L["Language"] = "Language" L["Change Language"] = "Change Language" diff --git a/Modules/DungeonSelect.lua b/Modules/DungeonSelect.lua index d30e2cc2..9ae25b0f 100644 --- a/Modules/DungeonSelect.lua +++ b/Modules/DungeonSelect.lua @@ -36,6 +36,8 @@ if MDT:IsDragonflight() then tinsert(MDT.dungeonSelectionToIndex, { 49, 48, 51, 50, 8, 16, 22, 77 }) tinsert(MDT.seasonList, L["Dragonflight Season 3"]) tinsert(MDT.dungeonSelectionToIndex, { 100, 101, 102, 103, 15, 104, 4, 105 }) + tinsert(MDT.seasonList, L["Dragonflight Season 4"]) + tinsert(MDT.dungeonSelectionToIndex, { 42, 43, 44, 45, 49, 48, 51, 50 }) end if MDT:IsWrath() then diff --git a/Modules/Pointsofinterest.lua b/Modules/Pointsofinterest.lua index 8a94999b..b9cd3e68 100644 --- a/Modules/Pointsofinterest.lua +++ b/Modules/Pointsofinterest.lua @@ -85,6 +85,8 @@ local function POI_SetOptions(frame, type, poi) frame.HighlightTexture:Show() frame.Texture:SetVertexColor(1, 1, 1, 1) frame.HighlightTexture:SetVertexColor(1, 1, 1, 1) + frame.Texture:SetDesaturated(false) + frame.HighlightTexture:SetDesaturated(false) end if frame.textString then frame.textString:Hide() end if type == "mapLink" then @@ -595,6 +597,243 @@ local function POI_SetOptions(frame, type, poi) frame.HighlightTexture:Hide() end) end + if type == "brackenhideCage" then + local assignment = MDT:POI_GetPOIAssignment(MDT:GetCurrentSubLevel(), frame.poiIdx) + frame.HighlightTexture:SetAtlas("vignettelootelite-locked") + frame.Texture:SetAtlas("vignettelootelite-locked") + + local function setAssigned() + frame.Texture:SetDesaturated(false) + frame.HighlightTexture:SetDesaturated(false) + end + + local function setUnassigned() + frame.Texture:SetDesaturated(true) + frame.HighlightTexture:SetDesaturated(true) + end + + if assignment then + setAssigned() + else + setUnassigned() + end + + frame:SetSize(4, 4) + frame.Texture:SetSize(8, 8) + frame.HighlightTexture:SetSize(8, 8) + + frame.playerAssignmentString = frame.playerAssignmentString or frame:CreateFontString() + frame.playerAssignmentString:ClearAllPoints() + frame.playerAssignmentString:SetFontObject("GameFontNormalSmall") + frame.playerAssignmentString:SetJustifyH(poi.textAnchor or "LEFT") + frame.playerAssignmentString:SetJustifyV("CENTER") + frame.playerAssignmentString:SetFont(frame.playerAssignmentString:GetFont(), 6, "OUTLINE", "") + frame.playerAssignmentString:SetPoint(poi.textAnchor or "LEFT", frame, poi.textAnchorTo or "RIGHT", 0, 0) + frame.playerAssignmentString:SetTextColor(1, 1, 1, 1) + frame.playerAssignmentString:SetText(assignment) + frame.playerAssignmentString:SetScale(1) + frame.playerAssignmentString:Show() + + frame:SetScript("OnClick", function() + local menu = { + { text = L["dropdownAssignPlayer"], isTitle = true, notCheckable = true }, + } + local group = MDT.U.GetGroupMembers() + for _, player in pairs(group) do + table.insert(menu, { + text = player, + func = function() + frame.playerAssignmentString:SetText(player) + setAssigned() + MDT:POI_SetPOIAssignment(MDT:GetCurrentSubLevel(), frame.poiIdx, player) + end, + checked = player == frame.playerAssignmentString:GetText() + }) + end + local classStrings = MDT.U.GetClassColoredClassNames() + for _, classString in pairs(classStrings) do + table.insert(menu, { + text = classString, + func = function() + frame.playerAssignmentString:SetText(classString) + setAssigned() + MDT:POI_SetPOIAssignment(MDT:GetCurrentSubLevel(), frame.poiIdx, classString) + end, + checked = classString == frame.playerAssignmentString:GetText() + }) + end + table.insert(menu, { + text = L["dropdownClear"], + func = function() + frame.playerAssignmentString:SetText() + setUnassigned() + MDT:POI_SetPOIAssignment(MDT:GetCurrentSubLevel(), frame.poiIdx, nil) + end, + notCheckable = true + }) + + EasyMenu(menu, MDT.main_frame.poiDropDown, "cursor", 0, -15, "MENU") + end) + frame:SetScript("OnEnter", function() + GameTooltip:SetOwner(UIParent, "ANCHOR_CURSOR") + GameTooltip_SetTitle(GameTooltip, L["brackenhideCage"].." "..poi.cageIndex) + GameTooltip:AddLine("Click to assign player", 1, 1, 1) + GameTooltip:AddTexture(646379) + GameTooltip:Show() + frame.HighlightTexture:Show() + end) + frame:SetScript("OnLeave", function() + GameTooltip:Hide() + frame.HighlightTexture:Hide() + end) + end + if type == "neltharusChain" then + local assignment = MDT:POI_GetPOIAssignment(MDT:GetCurrentSubLevel(), frame.poiIdx) + frame.HighlightTexture:SetAtlas("QuestObjective") + frame.Texture:SetAtlas("QuestObjective") + + local function setAssigned() + frame.Texture:SetDesaturated(false) + frame.HighlightTexture:SetDesaturated(false) + end + + local function setUnassigned() + frame.Texture:SetDesaturated(true) + frame.HighlightTexture:SetDesaturated(true) + end + + if assignment then + setAssigned() + else + setUnassigned() + end + + frame:SetSize(6, 6) + frame.Texture:SetSize(12, 12) + frame.HighlightTexture:SetSize(12, 12) + + frame.playerAssignmentString = frame.playerAssignmentString or frame:CreateFontString() + frame.playerAssignmentString:ClearAllPoints() + frame.playerAssignmentString:SetFontObject("GameFontNormalSmall") + frame.playerAssignmentString:SetJustifyH(poi.textAnchor or "LEFT") + frame.playerAssignmentString:SetJustifyV("CENTER") + frame.playerAssignmentString:SetFont(frame.playerAssignmentString:GetFont(), 6, "OUTLINE", "") + frame.playerAssignmentString:SetPoint(poi.textAnchor or "LEFT", frame, poi.textAnchorTo or "RIGHT", 0, 0) + frame.playerAssignmentString:SetTextColor(1, 1, 1, 1) + frame.playerAssignmentString:SetText(assignment) + frame.playerAssignmentString:SetScale(1) + frame.playerAssignmentString:Show() + + frame:SetScript("OnClick", function() + local menu = { + { text = L["dropdownAssignPlayer"], isTitle = true, notCheckable = true }, + } + local group = MDT.U.GetGroupMembers() + for _, player in pairs(group) do + table.insert(menu, { + text = player, + func = function() + frame.playerAssignmentString:SetText(player) + setAssigned() + MDT:POI_SetPOIAssignment(MDT:GetCurrentSubLevel(), frame.poiIdx, player) + end, + checked = player == frame.playerAssignmentString:GetText() + }) + end + local classStrings = MDT.U.GetClassColoredClassNames() + for _, classString in pairs(classStrings) do + table.insert(menu, { + text = classString, + func = function() + frame.playerAssignmentString:SetText(classString) + setAssigned() + MDT:POI_SetPOIAssignment(MDT:GetCurrentSubLevel(), frame.poiIdx, classString) + end, + checked = classString == frame.playerAssignmentString:GetText() + }) + end + table.insert(menu, { + text = L["dropdownClear"], + func = function() + frame.playerAssignmentString:SetText() + setUnassigned() + MDT:POI_SetPOIAssignment(MDT:GetCurrentSubLevel(), frame.poiIdx, nil) + end, + notCheckable = true + }) + + EasyMenu(menu, MDT.main_frame.poiDropDown, "cursor", 0, -15, "MENU") + end) + frame:SetScript("OnEnter", function() + GameTooltip:SetOwner(UIParent, "ANCHOR_CURSOR") + GameTooltip_SetTitle(GameTooltip, L["neltharusChain"].." "..poi.chainIndex) + GameTooltip:AddLine("Click to assign player", 1, 1, 1) + GameTooltip:AddTexture(133035) + GameTooltip:Show() + frame.HighlightTexture:Show() + end) + frame:SetScript("OnLeave", function() + GameTooltip:Hide() + frame.HighlightTexture:Hide() + end) + end + if type == "neltharusFood" then + frame.HighlightTexture:SetAtlas("MajorFactions_MapIcons_Niffen64") + frame.Texture:SetAtlas("MajorFactions_MapIcons_Niffen64") + + frame:SetSize(6, 6) + frame.Texture:SetSize(12, 12) + frame.HighlightTexture:SetSize(12, 12) + + frame:SetScript("OnEnter", function() + GameTooltip:SetOwner(UIParent, "ANCHOR_CURSOR") + GameTooltip:SetSpellByID(383376) + GameTooltip:Show() + frame.HighlightTexture:Show() + end) + frame:SetScript("OnLeave", function() + GameTooltip:Hide() + frame.HighlightTexture:Hide() + end) + end + if type == "neltharusShield" then + frame.HighlightTexture:SetAtlas("Repair") + frame.Texture:SetAtlas("Repair") + + frame:SetSize(6, 6) + frame.Texture:SetSize(12, 12) + frame.HighlightTexture:SetSize(12, 12) + + frame:SetScript("OnEnter", function() + GameTooltip:SetOwner(UIParent, "ANCHOR_CURSOR") + GameTooltip:SetSpellByID(377172) + GameTooltip:Show() + frame.HighlightTexture:Show() + end) + frame:SetScript("OnLeave", function() + GameTooltip:Hide() + frame.HighlightTexture:Hide() + end) + end + if type == "brackenhideCauldron" then + frame.HighlightTexture:SetAtlas("MajorFactions_MapIcons_Niffen64") + frame.Texture:SetAtlas("MajorFactions_MapIcons_Niffen64") + + frame:SetSize(4, 4) + frame.Texture:SetSize(8, 8) + frame.HighlightTexture:SetSize(8, 8) + + frame:SetScript("OnEnter", function() + GameTooltip:SetOwner(UIParent, "ANCHOR_CURSOR") + GameTooltip:SetSpellByID(374288) + GameTooltip:Show() + frame.HighlightTexture:Show() + end) + frame:SetScript("OnLeave", function() + GameTooltip:Hide() + frame.HighlightTexture:Hide() + end) + end if type == "textFrame" then frame:SetSize(18, 18) diff --git a/MythicDungeonTools.lua b/MythicDungeonTools.lua index 662eaa75..05abd201 100644 --- a/MythicDungeonTools.lua +++ b/MythicDungeonTools.lua @@ -152,7 +152,7 @@ local defaultSavedVars = { toolbarExpanded = true, currentSeason = 11, -- not really used for anything anymore scale = 1, - nonFullscreenScale = 1.3, + nonFullscreenScale = 1.4, enemyForcesFormat = 2, useForcesCount = false, -- replaces percent in pull buttons with count enemyStyle = 1, @@ -182,7 +182,7 @@ local defaultSavedVars = { customPaletteValues = {}, numberCustomColors = 12, }, - selectedDungeonList = 7, + selectedDungeonList = 8, knownAffixWeeks = {}, }, } @@ -273,7 +273,7 @@ do C_MythicPlus.RequestCurrentAffixes() C_MythicPlus.RequestMapInfo() C_MythicPlus.RequestRewards() - if db.loadOnStartUp then MDT:Async(function() MDT:ShowInterfaceInternal(true) end, "showInterface") end + if db.loadOnStartUp and db.devMode then MDT:Async(function() MDT:ShowInterfaceInternal(true) end, "showInterface") end end) eventFrame:UnregisterEvent("PLAYER_ENTERING_WORLD") end @@ -4589,7 +4589,7 @@ function MDT:ResetMainFramePos(soft) --soft reset just redraws the window with existing coordinates from db local f = self.main_frame if not soft then - db.nonFullscreenScale = 1 + db.nonFullscreenScale = defaultSavedVars.global.nonFullscreenScale db.maximized = false if not framesInitialized then initFrames() end if not framesInitialized then return end @@ -4811,7 +4811,7 @@ function initFrames() end end - db.nonFullscreenScale = db.nonFullscreenScale or 1 + db.nonFullscreenScale = db.nonFullscreenScale or defaultSavedVars.global.nonFullscreenScale if not db.maximized then db.scale = db.nonFullscreenScale end main_frame:SetFrameStrata(mainFrameStrata) main_frame:SetFrameLevel(1) diff --git a/MythicDungeonTools.toc b/MythicDungeonTools.toc index b089347d..69318d24 100644 --- a/MythicDungeonTools.toc +++ b/MythicDungeonTools.toc @@ -1,7 +1,7 @@ ## Interface: 100206 ## Title: Mythic Dungeon Tools ## Author: Nnoggie -## Version: 4.3.5.1 +## Version: 4.4.0.0 ## X-Curse-Project-ID: 288981 ## X-Wago-ID: rN4VrAKD ## Notes: Tool for planning and optimizing Mythic+ dungeon runs diff --git a/MythicDungeonTools_Wrath.toc b/MythicDungeonTools_Wrath.toc index bfe23feb..2f33479e 100644 --- a/MythicDungeonTools_Wrath.toc +++ b/MythicDungeonTools_Wrath.toc @@ -1,7 +1,7 @@ ## Interface: 30403 ## Title: Mythic Dungeon Tools ## Author: Nnoggie -## Version: 4.3.5.1 +## Version: 4.4.0.0 ## X-Curse-Project-ID: 288981 ## X-Wago-ID: rN4VrAKD ## Notes: Tool for planning and optimizing Mythic+ dungeon runs diff --git a/Textures/Upscaled/AlgetharAcademy/1_1.png b/Textures/Upscaled/AlgetharAcademy/1_1.png new file mode 100644 index 00000000..7660ce91 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_1.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_10.png b/Textures/Upscaled/AlgetharAcademy/1_10.png new file mode 100644 index 00000000..4b6b80d6 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_10.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_100.png b/Textures/Upscaled/AlgetharAcademy/1_100.png new file mode 100644 index 00000000..c95c72a1 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_100.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_101.png b/Textures/Upscaled/AlgetharAcademy/1_101.png new file mode 100644 index 00000000..0c1c38f2 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_101.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_102.png b/Textures/Upscaled/AlgetharAcademy/1_102.png new file mode 100644 index 00000000..a039ed60 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_102.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_103.png b/Textures/Upscaled/AlgetharAcademy/1_103.png new file mode 100644 index 00000000..c7781396 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_103.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_104.png b/Textures/Upscaled/AlgetharAcademy/1_104.png new file mode 100644 index 00000000..c6361080 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_104.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_105.png b/Textures/Upscaled/AlgetharAcademy/1_105.png new file mode 100644 index 00000000..4687e25d Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_105.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_106.png b/Textures/Upscaled/AlgetharAcademy/1_106.png new file mode 100644 index 00000000..5f2f751d Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_106.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_107.png b/Textures/Upscaled/AlgetharAcademy/1_107.png new file mode 100644 index 00000000..a24f2446 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_107.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_108.png b/Textures/Upscaled/AlgetharAcademy/1_108.png new file mode 100644 index 00000000..7b8f11e7 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_108.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_109.png b/Textures/Upscaled/AlgetharAcademy/1_109.png new file mode 100644 index 00000000..4534e755 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_109.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_11.png b/Textures/Upscaled/AlgetharAcademy/1_11.png new file mode 100644 index 00000000..ae2fc588 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_11.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_110.png b/Textures/Upscaled/AlgetharAcademy/1_110.png new file mode 100644 index 00000000..70293548 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_110.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_111.png b/Textures/Upscaled/AlgetharAcademy/1_111.png new file mode 100644 index 00000000..03ba078b Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_111.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_112.png b/Textures/Upscaled/AlgetharAcademy/1_112.png new file mode 100644 index 00000000..ae379cbd Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_112.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_113.png b/Textures/Upscaled/AlgetharAcademy/1_113.png new file mode 100644 index 00000000..952b082a Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_113.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_114.png b/Textures/Upscaled/AlgetharAcademy/1_114.png new file mode 100644 index 00000000..935114f2 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_114.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_115.png b/Textures/Upscaled/AlgetharAcademy/1_115.png new file mode 100644 index 00000000..525b7be5 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_115.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_116.png b/Textures/Upscaled/AlgetharAcademy/1_116.png new file mode 100644 index 00000000..8c335110 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_116.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_117.png b/Textures/Upscaled/AlgetharAcademy/1_117.png new file mode 100644 index 00000000..bdf6ab38 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_117.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_118.png b/Textures/Upscaled/AlgetharAcademy/1_118.png new file mode 100644 index 00000000..80bd0817 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_118.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_119.png b/Textures/Upscaled/AlgetharAcademy/1_119.png new file mode 100644 index 00000000..217d70ab Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_119.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_12.png b/Textures/Upscaled/AlgetharAcademy/1_12.png new file mode 100644 index 00000000..0563709c Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_12.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_120.png b/Textures/Upscaled/AlgetharAcademy/1_120.png new file mode 100644 index 00000000..72606fad Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_120.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_121.png b/Textures/Upscaled/AlgetharAcademy/1_121.png new file mode 100644 index 00000000..4b876a0a Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_121.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_122.png b/Textures/Upscaled/AlgetharAcademy/1_122.png new file mode 100644 index 00000000..9cfd1b9f Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_122.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_123.png b/Textures/Upscaled/AlgetharAcademy/1_123.png new file mode 100644 index 00000000..ce7c31ed Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_123.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_124.png b/Textures/Upscaled/AlgetharAcademy/1_124.png new file mode 100644 index 00000000..940c0c7b Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_124.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_125.png b/Textures/Upscaled/AlgetharAcademy/1_125.png new file mode 100644 index 00000000..949cb5c9 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_125.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_126.png b/Textures/Upscaled/AlgetharAcademy/1_126.png new file mode 100644 index 00000000..39d2b8c5 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_126.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_127.png b/Textures/Upscaled/AlgetharAcademy/1_127.png new file mode 100644 index 00000000..68496c83 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_127.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_128.png b/Textures/Upscaled/AlgetharAcademy/1_128.png new file mode 100644 index 00000000..63b43b5d Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_128.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_129.png b/Textures/Upscaled/AlgetharAcademy/1_129.png new file mode 100644 index 00000000..22fb4722 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_129.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_13.png b/Textures/Upscaled/AlgetharAcademy/1_13.png new file mode 100644 index 00000000..1d8863e2 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_13.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_130.png b/Textures/Upscaled/AlgetharAcademy/1_130.png new file mode 100644 index 00000000..b9d13211 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_130.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_131.png b/Textures/Upscaled/AlgetharAcademy/1_131.png new file mode 100644 index 00000000..627c704e Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_131.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_132.png b/Textures/Upscaled/AlgetharAcademy/1_132.png new file mode 100644 index 00000000..6a67de59 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_132.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_133.png b/Textures/Upscaled/AlgetharAcademy/1_133.png new file mode 100644 index 00000000..e6bc8dea Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_133.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_134.png b/Textures/Upscaled/AlgetharAcademy/1_134.png new file mode 100644 index 00000000..55a60f66 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_134.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_135.png b/Textures/Upscaled/AlgetharAcademy/1_135.png new file mode 100644 index 00000000..9e2f98c3 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_135.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_136.png b/Textures/Upscaled/AlgetharAcademy/1_136.png new file mode 100644 index 00000000..a03779c1 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_136.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_137.png b/Textures/Upscaled/AlgetharAcademy/1_137.png new file mode 100644 index 00000000..42dcefba Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_137.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_138.png b/Textures/Upscaled/AlgetharAcademy/1_138.png new file mode 100644 index 00000000..58a03fa6 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_138.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_139.png b/Textures/Upscaled/AlgetharAcademy/1_139.png new file mode 100644 index 00000000..5af49f8f Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_139.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_14.png b/Textures/Upscaled/AlgetharAcademy/1_14.png new file mode 100644 index 00000000..463c4528 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_14.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_140.png b/Textures/Upscaled/AlgetharAcademy/1_140.png new file mode 100644 index 00000000..986da489 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_140.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_141.png b/Textures/Upscaled/AlgetharAcademy/1_141.png new file mode 100644 index 00000000..5090a87d Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_141.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_142.png b/Textures/Upscaled/AlgetharAcademy/1_142.png new file mode 100644 index 00000000..9f03b5a7 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_142.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_143.png b/Textures/Upscaled/AlgetharAcademy/1_143.png new file mode 100644 index 00000000..2005e1d8 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_143.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_144.png b/Textures/Upscaled/AlgetharAcademy/1_144.png new file mode 100644 index 00000000..85a52d59 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_144.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_145.png b/Textures/Upscaled/AlgetharAcademy/1_145.png new file mode 100644 index 00000000..ff5c67bf Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_145.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_146.png b/Textures/Upscaled/AlgetharAcademy/1_146.png new file mode 100644 index 00000000..6c9639ab Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_146.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_147.png b/Textures/Upscaled/AlgetharAcademy/1_147.png new file mode 100644 index 00000000..3f99aea6 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_147.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_148.png b/Textures/Upscaled/AlgetharAcademy/1_148.png new file mode 100644 index 00000000..1d2768b7 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_148.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_149.png b/Textures/Upscaled/AlgetharAcademy/1_149.png new file mode 100644 index 00000000..28eee4c2 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_149.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_15.png b/Textures/Upscaled/AlgetharAcademy/1_15.png new file mode 100644 index 00000000..61d1a409 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_15.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_150.png b/Textures/Upscaled/AlgetharAcademy/1_150.png new file mode 100644 index 00000000..746256e1 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_150.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_16.png b/Textures/Upscaled/AlgetharAcademy/1_16.png new file mode 100644 index 00000000..562b7572 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_16.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_17.png b/Textures/Upscaled/AlgetharAcademy/1_17.png new file mode 100644 index 00000000..c0c42c10 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_17.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_18.png b/Textures/Upscaled/AlgetharAcademy/1_18.png new file mode 100644 index 00000000..b5dda150 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_18.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_19.png b/Textures/Upscaled/AlgetharAcademy/1_19.png new file mode 100644 index 00000000..d5e44b6e Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_19.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_2.png b/Textures/Upscaled/AlgetharAcademy/1_2.png new file mode 100644 index 00000000..c810b461 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_2.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_20.png b/Textures/Upscaled/AlgetharAcademy/1_20.png new file mode 100644 index 00000000..faeef1af Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_20.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_21.png b/Textures/Upscaled/AlgetharAcademy/1_21.png new file mode 100644 index 00000000..ccdc00d3 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_21.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_22.png b/Textures/Upscaled/AlgetharAcademy/1_22.png new file mode 100644 index 00000000..fac43a4d Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_22.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_23.png b/Textures/Upscaled/AlgetharAcademy/1_23.png new file mode 100644 index 00000000..5f2481e1 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_23.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_24.png b/Textures/Upscaled/AlgetharAcademy/1_24.png new file mode 100644 index 00000000..5f9d6d88 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_24.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_25.png b/Textures/Upscaled/AlgetharAcademy/1_25.png new file mode 100644 index 00000000..8ebc2265 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_25.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_26.png b/Textures/Upscaled/AlgetharAcademy/1_26.png new file mode 100644 index 00000000..a8dd7e4e Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_26.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_27.png b/Textures/Upscaled/AlgetharAcademy/1_27.png new file mode 100644 index 00000000..680b6a98 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_27.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_28.png b/Textures/Upscaled/AlgetharAcademy/1_28.png new file mode 100644 index 00000000..e9da0af6 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_28.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_29.png b/Textures/Upscaled/AlgetharAcademy/1_29.png new file mode 100644 index 00000000..929864ce Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_29.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_3.png b/Textures/Upscaled/AlgetharAcademy/1_3.png new file mode 100644 index 00000000..2a1469a3 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_3.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_30.png b/Textures/Upscaled/AlgetharAcademy/1_30.png new file mode 100644 index 00000000..d3cc0f80 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_30.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_31.png b/Textures/Upscaled/AlgetharAcademy/1_31.png new file mode 100644 index 00000000..f177db39 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_31.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_32.png b/Textures/Upscaled/AlgetharAcademy/1_32.png new file mode 100644 index 00000000..1445c81e Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_32.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_33.png b/Textures/Upscaled/AlgetharAcademy/1_33.png new file mode 100644 index 00000000..55885b01 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_33.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_34.png b/Textures/Upscaled/AlgetharAcademy/1_34.png new file mode 100644 index 00000000..3d204dcc Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_34.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_35.png b/Textures/Upscaled/AlgetharAcademy/1_35.png new file mode 100644 index 00000000..44c8bfe8 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_35.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_36.png b/Textures/Upscaled/AlgetharAcademy/1_36.png new file mode 100644 index 00000000..a5a94112 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_36.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_37.png b/Textures/Upscaled/AlgetharAcademy/1_37.png new file mode 100644 index 00000000..6a81b7df Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_37.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_38.png b/Textures/Upscaled/AlgetharAcademy/1_38.png new file mode 100644 index 00000000..f701f4ca Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_38.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_39.png b/Textures/Upscaled/AlgetharAcademy/1_39.png new file mode 100644 index 00000000..bf7cea61 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_39.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_4.png b/Textures/Upscaled/AlgetharAcademy/1_4.png new file mode 100644 index 00000000..7532565f Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_4.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_40.png b/Textures/Upscaled/AlgetharAcademy/1_40.png new file mode 100644 index 00000000..97873c58 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_40.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_41.png b/Textures/Upscaled/AlgetharAcademy/1_41.png new file mode 100644 index 00000000..d50e5634 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_41.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_42.png b/Textures/Upscaled/AlgetharAcademy/1_42.png new file mode 100644 index 00000000..16df1bf7 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_42.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_43.png b/Textures/Upscaled/AlgetharAcademy/1_43.png new file mode 100644 index 00000000..2aab4f2c Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_43.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_44.png b/Textures/Upscaled/AlgetharAcademy/1_44.png new file mode 100644 index 00000000..7ce3e8d4 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_44.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_45.png b/Textures/Upscaled/AlgetharAcademy/1_45.png new file mode 100644 index 00000000..d5957410 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_45.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_46.png b/Textures/Upscaled/AlgetharAcademy/1_46.png new file mode 100644 index 00000000..bbc73366 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_46.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_47.png b/Textures/Upscaled/AlgetharAcademy/1_47.png new file mode 100644 index 00000000..f42fb49d Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_47.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_48.png b/Textures/Upscaled/AlgetharAcademy/1_48.png new file mode 100644 index 00000000..8fdeef59 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_48.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_49.png b/Textures/Upscaled/AlgetharAcademy/1_49.png new file mode 100644 index 00000000..1776b76d Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_49.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_5.png b/Textures/Upscaled/AlgetharAcademy/1_5.png new file mode 100644 index 00000000..ca403c98 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_5.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_50.png b/Textures/Upscaled/AlgetharAcademy/1_50.png new file mode 100644 index 00000000..a20562de Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_50.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_51.png b/Textures/Upscaled/AlgetharAcademy/1_51.png new file mode 100644 index 00000000..b4189236 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_51.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_52.png b/Textures/Upscaled/AlgetharAcademy/1_52.png new file mode 100644 index 00000000..b3857baa Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_52.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_53.png b/Textures/Upscaled/AlgetharAcademy/1_53.png new file mode 100644 index 00000000..9f3f77a8 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_53.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_54.png b/Textures/Upscaled/AlgetharAcademy/1_54.png new file mode 100644 index 00000000..edefd02e Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_54.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_55.png b/Textures/Upscaled/AlgetharAcademy/1_55.png new file mode 100644 index 00000000..ea342124 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_55.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_56.png b/Textures/Upscaled/AlgetharAcademy/1_56.png new file mode 100644 index 00000000..d76d41a3 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_56.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_57.png b/Textures/Upscaled/AlgetharAcademy/1_57.png new file mode 100644 index 00000000..9ecb2e75 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_57.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_58.png b/Textures/Upscaled/AlgetharAcademy/1_58.png new file mode 100644 index 00000000..b2e642b9 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_58.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_59.png b/Textures/Upscaled/AlgetharAcademy/1_59.png new file mode 100644 index 00000000..f6c2f15c Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_59.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_6.png b/Textures/Upscaled/AlgetharAcademy/1_6.png new file mode 100644 index 00000000..065f9d0d Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_6.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_60.png b/Textures/Upscaled/AlgetharAcademy/1_60.png new file mode 100644 index 00000000..20101010 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_60.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_61.png b/Textures/Upscaled/AlgetharAcademy/1_61.png new file mode 100644 index 00000000..d3c72bd1 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_61.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_62.png b/Textures/Upscaled/AlgetharAcademy/1_62.png new file mode 100644 index 00000000..536b617d Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_62.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_63.png b/Textures/Upscaled/AlgetharAcademy/1_63.png new file mode 100644 index 00000000..c5759913 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_63.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_64.png b/Textures/Upscaled/AlgetharAcademy/1_64.png new file mode 100644 index 00000000..85adf074 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_64.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_65.png b/Textures/Upscaled/AlgetharAcademy/1_65.png new file mode 100644 index 00000000..555bc094 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_65.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_66.png b/Textures/Upscaled/AlgetharAcademy/1_66.png new file mode 100644 index 00000000..cd696bdc Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_66.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_67.png b/Textures/Upscaled/AlgetharAcademy/1_67.png new file mode 100644 index 00000000..254e2aa1 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_67.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_68.png b/Textures/Upscaled/AlgetharAcademy/1_68.png new file mode 100644 index 00000000..4e3b604b Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_68.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_69.png b/Textures/Upscaled/AlgetharAcademy/1_69.png new file mode 100644 index 00000000..c39e6ac8 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_69.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_7.png b/Textures/Upscaled/AlgetharAcademy/1_7.png new file mode 100644 index 00000000..ff49bfb7 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_7.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_70.png b/Textures/Upscaled/AlgetharAcademy/1_70.png new file mode 100644 index 00000000..6a5aeb98 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_70.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_71.png b/Textures/Upscaled/AlgetharAcademy/1_71.png new file mode 100644 index 00000000..8555b5e3 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_71.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_72.png b/Textures/Upscaled/AlgetharAcademy/1_72.png new file mode 100644 index 00000000..1d3d44f4 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_72.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_73.png b/Textures/Upscaled/AlgetharAcademy/1_73.png new file mode 100644 index 00000000..f650e3f3 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_73.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_74.png b/Textures/Upscaled/AlgetharAcademy/1_74.png new file mode 100644 index 00000000..a326fb94 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_74.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_75.png b/Textures/Upscaled/AlgetharAcademy/1_75.png new file mode 100644 index 00000000..2cc0bbd2 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_75.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_76.png b/Textures/Upscaled/AlgetharAcademy/1_76.png new file mode 100644 index 00000000..c7ea3c85 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_76.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_77.png b/Textures/Upscaled/AlgetharAcademy/1_77.png new file mode 100644 index 00000000..4b55b1c3 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_77.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_78.png b/Textures/Upscaled/AlgetharAcademy/1_78.png new file mode 100644 index 00000000..f0f3172b Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_78.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_79.png b/Textures/Upscaled/AlgetharAcademy/1_79.png new file mode 100644 index 00000000..bf815533 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_79.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_8.png b/Textures/Upscaled/AlgetharAcademy/1_8.png new file mode 100644 index 00000000..39032471 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_8.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_80.png b/Textures/Upscaled/AlgetharAcademy/1_80.png new file mode 100644 index 00000000..c133b782 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_80.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_81.png b/Textures/Upscaled/AlgetharAcademy/1_81.png new file mode 100644 index 00000000..3e67ec07 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_81.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_82.png b/Textures/Upscaled/AlgetharAcademy/1_82.png new file mode 100644 index 00000000..d47bb1a3 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_82.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_83.png b/Textures/Upscaled/AlgetharAcademy/1_83.png new file mode 100644 index 00000000..25c16379 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_83.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_84.png b/Textures/Upscaled/AlgetharAcademy/1_84.png new file mode 100644 index 00000000..6780caba Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_84.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_85.png b/Textures/Upscaled/AlgetharAcademy/1_85.png new file mode 100644 index 00000000..23d0b1e9 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_85.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_86.png b/Textures/Upscaled/AlgetharAcademy/1_86.png new file mode 100644 index 00000000..dbb3bee7 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_86.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_87.png b/Textures/Upscaled/AlgetharAcademy/1_87.png new file mode 100644 index 00000000..8c2d44c5 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_87.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_88.png b/Textures/Upscaled/AlgetharAcademy/1_88.png new file mode 100644 index 00000000..abf7d641 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_88.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_89.png b/Textures/Upscaled/AlgetharAcademy/1_89.png new file mode 100644 index 00000000..2f560ddc Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_89.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_9.png b/Textures/Upscaled/AlgetharAcademy/1_9.png new file mode 100644 index 00000000..1fb65845 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_9.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_90.png b/Textures/Upscaled/AlgetharAcademy/1_90.png new file mode 100644 index 00000000..45e98383 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_90.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_91.png b/Textures/Upscaled/AlgetharAcademy/1_91.png new file mode 100644 index 00000000..91658ba1 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_91.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_92.png b/Textures/Upscaled/AlgetharAcademy/1_92.png new file mode 100644 index 00000000..cdaa9b84 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_92.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_93.png b/Textures/Upscaled/AlgetharAcademy/1_93.png new file mode 100644 index 00000000..82ff730e Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_93.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_94.png b/Textures/Upscaled/AlgetharAcademy/1_94.png new file mode 100644 index 00000000..d3b94917 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_94.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_95.png b/Textures/Upscaled/AlgetharAcademy/1_95.png new file mode 100644 index 00000000..cb7758ee Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_95.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_96.png b/Textures/Upscaled/AlgetharAcademy/1_96.png new file mode 100644 index 00000000..e6ad4752 Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_96.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_97.png b/Textures/Upscaled/AlgetharAcademy/1_97.png new file mode 100644 index 00000000..fb36e71d Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_97.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_98.png b/Textures/Upscaled/AlgetharAcademy/1_98.png new file mode 100644 index 00000000..a1a3d32b Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_98.png differ diff --git a/Textures/Upscaled/AlgetharAcademy/1_99.png b/Textures/Upscaled/AlgetharAcademy/1_99.png new file mode 100644 index 00000000..3290a59f Binary files /dev/null and b/Textures/Upscaled/AlgetharAcademy/1_99.png differ diff --git a/Textures/Upscaled/AzureVault/1_1.png b/Textures/Upscaled/AzureVault/1_1.png new file mode 100644 index 00000000..4a955744 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_1.png differ diff --git a/Textures/Upscaled/AzureVault/1_10.png b/Textures/Upscaled/AzureVault/1_10.png new file mode 100644 index 00000000..f26dfcf5 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_10.png differ diff --git a/Textures/Upscaled/AzureVault/1_100.png b/Textures/Upscaled/AzureVault/1_100.png new file mode 100644 index 00000000..11b4493e Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_100.png differ diff --git a/Textures/Upscaled/AzureVault/1_101.png b/Textures/Upscaled/AzureVault/1_101.png new file mode 100644 index 00000000..1cebf873 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_101.png differ diff --git a/Textures/Upscaled/AzureVault/1_102.png b/Textures/Upscaled/AzureVault/1_102.png new file mode 100644 index 00000000..6079aeec Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_102.png differ diff --git a/Textures/Upscaled/AzureVault/1_103.png b/Textures/Upscaled/AzureVault/1_103.png new file mode 100644 index 00000000..00147c74 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_103.png differ diff --git a/Textures/Upscaled/AzureVault/1_104.png b/Textures/Upscaled/AzureVault/1_104.png new file mode 100644 index 00000000..0d7906fd Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_104.png differ diff --git a/Textures/Upscaled/AzureVault/1_105.png b/Textures/Upscaled/AzureVault/1_105.png new file mode 100644 index 00000000..e36ec528 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_105.png differ diff --git a/Textures/Upscaled/AzureVault/1_106.png b/Textures/Upscaled/AzureVault/1_106.png new file mode 100644 index 00000000..453edab5 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_106.png differ diff --git a/Textures/Upscaled/AzureVault/1_107.png b/Textures/Upscaled/AzureVault/1_107.png new file mode 100644 index 00000000..417f443c Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_107.png differ diff --git a/Textures/Upscaled/AzureVault/1_108.png b/Textures/Upscaled/AzureVault/1_108.png new file mode 100644 index 00000000..ca6adb69 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_108.png differ diff --git a/Textures/Upscaled/AzureVault/1_109.png b/Textures/Upscaled/AzureVault/1_109.png new file mode 100644 index 00000000..45e67d90 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_109.png differ diff --git a/Textures/Upscaled/AzureVault/1_11.png b/Textures/Upscaled/AzureVault/1_11.png new file mode 100644 index 00000000..09de69d4 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_11.png differ diff --git a/Textures/Upscaled/AzureVault/1_110.png b/Textures/Upscaled/AzureVault/1_110.png new file mode 100644 index 00000000..1c527785 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_110.png differ diff --git a/Textures/Upscaled/AzureVault/1_111.png b/Textures/Upscaled/AzureVault/1_111.png new file mode 100644 index 00000000..a3607944 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_111.png differ diff --git a/Textures/Upscaled/AzureVault/1_112.png b/Textures/Upscaled/AzureVault/1_112.png new file mode 100644 index 00000000..e1fc6e18 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_112.png differ diff --git a/Textures/Upscaled/AzureVault/1_113.png b/Textures/Upscaled/AzureVault/1_113.png new file mode 100644 index 00000000..535e828f Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_113.png differ diff --git a/Textures/Upscaled/AzureVault/1_114.png b/Textures/Upscaled/AzureVault/1_114.png new file mode 100644 index 00000000..51c7f9e9 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_114.png differ diff --git a/Textures/Upscaled/AzureVault/1_115.png b/Textures/Upscaled/AzureVault/1_115.png new file mode 100644 index 00000000..1e89d76a Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_115.png differ diff --git a/Textures/Upscaled/AzureVault/1_116.png b/Textures/Upscaled/AzureVault/1_116.png new file mode 100644 index 00000000..6de94b9b Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_116.png differ diff --git a/Textures/Upscaled/AzureVault/1_117.png b/Textures/Upscaled/AzureVault/1_117.png new file mode 100644 index 00000000..13b0a44c Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_117.png differ diff --git a/Textures/Upscaled/AzureVault/1_118.png b/Textures/Upscaled/AzureVault/1_118.png new file mode 100644 index 00000000..1234fac7 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_118.png differ diff --git a/Textures/Upscaled/AzureVault/1_119.png b/Textures/Upscaled/AzureVault/1_119.png new file mode 100644 index 00000000..2ad69b5e Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_119.png differ diff --git a/Textures/Upscaled/AzureVault/1_12.png b/Textures/Upscaled/AzureVault/1_12.png new file mode 100644 index 00000000..c6ad3b8b Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_12.png differ diff --git a/Textures/Upscaled/AzureVault/1_120.png b/Textures/Upscaled/AzureVault/1_120.png new file mode 100644 index 00000000..1393183c Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_120.png differ diff --git a/Textures/Upscaled/AzureVault/1_121.png b/Textures/Upscaled/AzureVault/1_121.png new file mode 100644 index 00000000..f95e0410 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_121.png differ diff --git a/Textures/Upscaled/AzureVault/1_122.png b/Textures/Upscaled/AzureVault/1_122.png new file mode 100644 index 00000000..ebaa9e5f Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_122.png differ diff --git a/Textures/Upscaled/AzureVault/1_123.png b/Textures/Upscaled/AzureVault/1_123.png new file mode 100644 index 00000000..ba3de89c Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_123.png differ diff --git a/Textures/Upscaled/AzureVault/1_124.png b/Textures/Upscaled/AzureVault/1_124.png new file mode 100644 index 00000000..cdecf2a3 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_124.png differ diff --git a/Textures/Upscaled/AzureVault/1_125.png b/Textures/Upscaled/AzureVault/1_125.png new file mode 100644 index 00000000..b0488093 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_125.png differ diff --git a/Textures/Upscaled/AzureVault/1_126.png b/Textures/Upscaled/AzureVault/1_126.png new file mode 100644 index 00000000..020463ec Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_126.png differ diff --git a/Textures/Upscaled/AzureVault/1_127.png b/Textures/Upscaled/AzureVault/1_127.png new file mode 100644 index 00000000..f680a8c3 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_127.png differ diff --git a/Textures/Upscaled/AzureVault/1_128.png b/Textures/Upscaled/AzureVault/1_128.png new file mode 100644 index 00000000..0f93a8cd Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_128.png differ diff --git a/Textures/Upscaled/AzureVault/1_129.png b/Textures/Upscaled/AzureVault/1_129.png new file mode 100644 index 00000000..832b2fd2 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_129.png differ diff --git a/Textures/Upscaled/AzureVault/1_13.png b/Textures/Upscaled/AzureVault/1_13.png new file mode 100644 index 00000000..2bc649f9 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_13.png differ diff --git a/Textures/Upscaled/AzureVault/1_130.png b/Textures/Upscaled/AzureVault/1_130.png new file mode 100644 index 00000000..2aa0b02d Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_130.png differ diff --git a/Textures/Upscaled/AzureVault/1_131.png b/Textures/Upscaled/AzureVault/1_131.png new file mode 100644 index 00000000..ccc3684b Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_131.png differ diff --git a/Textures/Upscaled/AzureVault/1_132.png b/Textures/Upscaled/AzureVault/1_132.png new file mode 100644 index 00000000..4abdf7db Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_132.png differ diff --git a/Textures/Upscaled/AzureVault/1_133.png b/Textures/Upscaled/AzureVault/1_133.png new file mode 100644 index 00000000..e78e5029 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_133.png differ diff --git a/Textures/Upscaled/AzureVault/1_134.png b/Textures/Upscaled/AzureVault/1_134.png new file mode 100644 index 00000000..acf03b1a Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_134.png differ diff --git a/Textures/Upscaled/AzureVault/1_135.png b/Textures/Upscaled/AzureVault/1_135.png new file mode 100644 index 00000000..d323f544 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_135.png differ diff --git a/Textures/Upscaled/AzureVault/1_136.png b/Textures/Upscaled/AzureVault/1_136.png new file mode 100644 index 00000000..b3c23d7d Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_136.png differ diff --git a/Textures/Upscaled/AzureVault/1_137.png b/Textures/Upscaled/AzureVault/1_137.png new file mode 100644 index 00000000..037f65ca Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_137.png differ diff --git a/Textures/Upscaled/AzureVault/1_138.png b/Textures/Upscaled/AzureVault/1_138.png new file mode 100644 index 00000000..94311826 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_138.png differ diff --git a/Textures/Upscaled/AzureVault/1_139.png b/Textures/Upscaled/AzureVault/1_139.png new file mode 100644 index 00000000..98769f04 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_139.png differ diff --git a/Textures/Upscaled/AzureVault/1_14.png b/Textures/Upscaled/AzureVault/1_14.png new file mode 100644 index 00000000..a4bb84bc Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_14.png differ diff --git a/Textures/Upscaled/AzureVault/1_140.png b/Textures/Upscaled/AzureVault/1_140.png new file mode 100644 index 00000000..8ebe6332 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_140.png differ diff --git a/Textures/Upscaled/AzureVault/1_141.png b/Textures/Upscaled/AzureVault/1_141.png new file mode 100644 index 00000000..c0308040 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_141.png differ diff --git a/Textures/Upscaled/AzureVault/1_142.png b/Textures/Upscaled/AzureVault/1_142.png new file mode 100644 index 00000000..9797ae62 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_142.png differ diff --git a/Textures/Upscaled/AzureVault/1_143.png b/Textures/Upscaled/AzureVault/1_143.png new file mode 100644 index 00000000..f2ffefcf Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_143.png differ diff --git a/Textures/Upscaled/AzureVault/1_144.png b/Textures/Upscaled/AzureVault/1_144.png new file mode 100644 index 00000000..9cda0889 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_144.png differ diff --git a/Textures/Upscaled/AzureVault/1_145.png b/Textures/Upscaled/AzureVault/1_145.png new file mode 100644 index 00000000..c7aba8b0 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_145.png differ diff --git a/Textures/Upscaled/AzureVault/1_146.png b/Textures/Upscaled/AzureVault/1_146.png new file mode 100644 index 00000000..e5b0dfc0 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_146.png differ diff --git a/Textures/Upscaled/AzureVault/1_147.png b/Textures/Upscaled/AzureVault/1_147.png new file mode 100644 index 00000000..d022cfec Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_147.png differ diff --git a/Textures/Upscaled/AzureVault/1_148.png b/Textures/Upscaled/AzureVault/1_148.png new file mode 100644 index 00000000..fedbdb26 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_148.png differ diff --git a/Textures/Upscaled/AzureVault/1_149.png b/Textures/Upscaled/AzureVault/1_149.png new file mode 100644 index 00000000..fa273a7d Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_149.png differ diff --git a/Textures/Upscaled/AzureVault/1_15.png b/Textures/Upscaled/AzureVault/1_15.png new file mode 100644 index 00000000..2f3404a5 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_15.png differ diff --git a/Textures/Upscaled/AzureVault/1_150.png b/Textures/Upscaled/AzureVault/1_150.png new file mode 100644 index 00000000..141a3bc3 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_150.png differ diff --git a/Textures/Upscaled/AzureVault/1_16.png b/Textures/Upscaled/AzureVault/1_16.png new file mode 100644 index 00000000..ebbebf3c Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_16.png differ diff --git a/Textures/Upscaled/AzureVault/1_17.png b/Textures/Upscaled/AzureVault/1_17.png new file mode 100644 index 00000000..7804874a Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_17.png differ diff --git a/Textures/Upscaled/AzureVault/1_18.png b/Textures/Upscaled/AzureVault/1_18.png new file mode 100644 index 00000000..aad7597e Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_18.png differ diff --git a/Textures/Upscaled/AzureVault/1_19.png b/Textures/Upscaled/AzureVault/1_19.png new file mode 100644 index 00000000..e42a8b2d Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_19.png differ diff --git a/Textures/Upscaled/AzureVault/1_2.png b/Textures/Upscaled/AzureVault/1_2.png new file mode 100644 index 00000000..17bbf2a5 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_2.png differ diff --git a/Textures/Upscaled/AzureVault/1_20.png b/Textures/Upscaled/AzureVault/1_20.png new file mode 100644 index 00000000..06272e17 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_20.png differ diff --git a/Textures/Upscaled/AzureVault/1_21.png b/Textures/Upscaled/AzureVault/1_21.png new file mode 100644 index 00000000..ae1c59a9 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_21.png differ diff --git a/Textures/Upscaled/AzureVault/1_22.png b/Textures/Upscaled/AzureVault/1_22.png new file mode 100644 index 00000000..543e25a6 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_22.png differ diff --git a/Textures/Upscaled/AzureVault/1_23.png b/Textures/Upscaled/AzureVault/1_23.png new file mode 100644 index 00000000..70325efc Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_23.png differ diff --git a/Textures/Upscaled/AzureVault/1_24.png b/Textures/Upscaled/AzureVault/1_24.png new file mode 100644 index 00000000..e9eeb335 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_24.png differ diff --git a/Textures/Upscaled/AzureVault/1_25.png b/Textures/Upscaled/AzureVault/1_25.png new file mode 100644 index 00000000..bf110fd0 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_25.png differ diff --git a/Textures/Upscaled/AzureVault/1_26.png b/Textures/Upscaled/AzureVault/1_26.png new file mode 100644 index 00000000..79c36cab Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_26.png differ diff --git a/Textures/Upscaled/AzureVault/1_27.png b/Textures/Upscaled/AzureVault/1_27.png new file mode 100644 index 00000000..7c8bb7ae Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_27.png differ diff --git a/Textures/Upscaled/AzureVault/1_28.png b/Textures/Upscaled/AzureVault/1_28.png new file mode 100644 index 00000000..9dffe05f Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_28.png differ diff --git a/Textures/Upscaled/AzureVault/1_29.png b/Textures/Upscaled/AzureVault/1_29.png new file mode 100644 index 00000000..d34ef849 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_29.png differ diff --git a/Textures/Upscaled/AzureVault/1_3.png b/Textures/Upscaled/AzureVault/1_3.png new file mode 100644 index 00000000..bb3f073f Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_3.png differ diff --git a/Textures/Upscaled/AzureVault/1_30.png b/Textures/Upscaled/AzureVault/1_30.png new file mode 100644 index 00000000..dc777a53 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_30.png differ diff --git a/Textures/Upscaled/AzureVault/1_31.png b/Textures/Upscaled/AzureVault/1_31.png new file mode 100644 index 00000000..1d141e0b Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_31.png differ diff --git a/Textures/Upscaled/AzureVault/1_32.png b/Textures/Upscaled/AzureVault/1_32.png new file mode 100644 index 00000000..19fdcfd7 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_32.png differ diff --git a/Textures/Upscaled/AzureVault/1_33.png b/Textures/Upscaled/AzureVault/1_33.png new file mode 100644 index 00000000..189f5314 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_33.png differ diff --git a/Textures/Upscaled/AzureVault/1_34.png b/Textures/Upscaled/AzureVault/1_34.png new file mode 100644 index 00000000..1145674b Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_34.png differ diff --git a/Textures/Upscaled/AzureVault/1_35.png b/Textures/Upscaled/AzureVault/1_35.png new file mode 100644 index 00000000..2a8a3e85 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_35.png differ diff --git a/Textures/Upscaled/AzureVault/1_36.png b/Textures/Upscaled/AzureVault/1_36.png new file mode 100644 index 00000000..1562e14b Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_36.png differ diff --git a/Textures/Upscaled/AzureVault/1_37.png b/Textures/Upscaled/AzureVault/1_37.png new file mode 100644 index 00000000..e1d0b048 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_37.png differ diff --git a/Textures/Upscaled/AzureVault/1_38.png b/Textures/Upscaled/AzureVault/1_38.png new file mode 100644 index 00000000..96ccff47 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_38.png differ diff --git a/Textures/Upscaled/AzureVault/1_39.png b/Textures/Upscaled/AzureVault/1_39.png new file mode 100644 index 00000000..eaedd74e Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_39.png differ diff --git a/Textures/Upscaled/AzureVault/1_4.png b/Textures/Upscaled/AzureVault/1_4.png new file mode 100644 index 00000000..af891ad9 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_4.png differ diff --git a/Textures/Upscaled/AzureVault/1_40.png b/Textures/Upscaled/AzureVault/1_40.png new file mode 100644 index 00000000..f52b92b4 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_40.png differ diff --git a/Textures/Upscaled/AzureVault/1_41.png b/Textures/Upscaled/AzureVault/1_41.png new file mode 100644 index 00000000..5b563bd2 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_41.png differ diff --git a/Textures/Upscaled/AzureVault/1_42.png b/Textures/Upscaled/AzureVault/1_42.png new file mode 100644 index 00000000..68ae5354 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_42.png differ diff --git a/Textures/Upscaled/AzureVault/1_43.png b/Textures/Upscaled/AzureVault/1_43.png new file mode 100644 index 00000000..2eba160b Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_43.png differ diff --git a/Textures/Upscaled/AzureVault/1_44.png b/Textures/Upscaled/AzureVault/1_44.png new file mode 100644 index 00000000..9d9dd113 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_44.png differ diff --git a/Textures/Upscaled/AzureVault/1_45.png b/Textures/Upscaled/AzureVault/1_45.png new file mode 100644 index 00000000..268f19c6 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_45.png differ diff --git a/Textures/Upscaled/AzureVault/1_46.png b/Textures/Upscaled/AzureVault/1_46.png new file mode 100644 index 00000000..66edf7b4 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_46.png differ diff --git a/Textures/Upscaled/AzureVault/1_47.png b/Textures/Upscaled/AzureVault/1_47.png new file mode 100644 index 00000000..0eeffa2e Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_47.png differ diff --git a/Textures/Upscaled/AzureVault/1_48.png b/Textures/Upscaled/AzureVault/1_48.png new file mode 100644 index 00000000..08cd632f Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_48.png differ diff --git a/Textures/Upscaled/AzureVault/1_49.png b/Textures/Upscaled/AzureVault/1_49.png new file mode 100644 index 00000000..9f4b72da Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_49.png differ diff --git a/Textures/Upscaled/AzureVault/1_5.png b/Textures/Upscaled/AzureVault/1_5.png new file mode 100644 index 00000000..50577373 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_5.png differ diff --git a/Textures/Upscaled/AzureVault/1_50.png b/Textures/Upscaled/AzureVault/1_50.png new file mode 100644 index 00000000..b6693d84 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_50.png differ diff --git a/Textures/Upscaled/AzureVault/1_51.png b/Textures/Upscaled/AzureVault/1_51.png new file mode 100644 index 00000000..90f4a1ff Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_51.png differ diff --git a/Textures/Upscaled/AzureVault/1_52.png b/Textures/Upscaled/AzureVault/1_52.png new file mode 100644 index 00000000..e9c3f8b8 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_52.png differ diff --git a/Textures/Upscaled/AzureVault/1_53.png b/Textures/Upscaled/AzureVault/1_53.png new file mode 100644 index 00000000..4d6ac4e0 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_53.png differ diff --git a/Textures/Upscaled/AzureVault/1_54.png b/Textures/Upscaled/AzureVault/1_54.png new file mode 100644 index 00000000..a87e69e1 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_54.png differ diff --git a/Textures/Upscaled/AzureVault/1_55.png b/Textures/Upscaled/AzureVault/1_55.png new file mode 100644 index 00000000..6e7abfc3 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_55.png differ diff --git a/Textures/Upscaled/AzureVault/1_56.png b/Textures/Upscaled/AzureVault/1_56.png new file mode 100644 index 00000000..4b812a27 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_56.png differ diff --git a/Textures/Upscaled/AzureVault/1_57.png b/Textures/Upscaled/AzureVault/1_57.png new file mode 100644 index 00000000..dc0717bd Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_57.png differ diff --git a/Textures/Upscaled/AzureVault/1_58.png b/Textures/Upscaled/AzureVault/1_58.png new file mode 100644 index 00000000..217caf20 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_58.png differ diff --git a/Textures/Upscaled/AzureVault/1_59.png b/Textures/Upscaled/AzureVault/1_59.png new file mode 100644 index 00000000..ccccbe83 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_59.png differ diff --git a/Textures/Upscaled/AzureVault/1_6.png b/Textures/Upscaled/AzureVault/1_6.png new file mode 100644 index 00000000..784d9d75 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_6.png differ diff --git a/Textures/Upscaled/AzureVault/1_60.png b/Textures/Upscaled/AzureVault/1_60.png new file mode 100644 index 00000000..383e0d2b Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_60.png differ diff --git a/Textures/Upscaled/AzureVault/1_61.png b/Textures/Upscaled/AzureVault/1_61.png new file mode 100644 index 00000000..2a2ded34 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_61.png differ diff --git a/Textures/Upscaled/AzureVault/1_62.png b/Textures/Upscaled/AzureVault/1_62.png new file mode 100644 index 00000000..9d795ebd Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_62.png differ diff --git a/Textures/Upscaled/AzureVault/1_63.png b/Textures/Upscaled/AzureVault/1_63.png new file mode 100644 index 00000000..826dffa3 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_63.png differ diff --git a/Textures/Upscaled/AzureVault/1_64.png b/Textures/Upscaled/AzureVault/1_64.png new file mode 100644 index 00000000..ca40908d Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_64.png differ diff --git a/Textures/Upscaled/AzureVault/1_65.png b/Textures/Upscaled/AzureVault/1_65.png new file mode 100644 index 00000000..71089a9e Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_65.png differ diff --git a/Textures/Upscaled/AzureVault/1_66.png b/Textures/Upscaled/AzureVault/1_66.png new file mode 100644 index 00000000..a37d9352 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_66.png differ diff --git a/Textures/Upscaled/AzureVault/1_67.png b/Textures/Upscaled/AzureVault/1_67.png new file mode 100644 index 00000000..24b4fb78 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_67.png differ diff --git a/Textures/Upscaled/AzureVault/1_68.png b/Textures/Upscaled/AzureVault/1_68.png new file mode 100644 index 00000000..f8c2bb14 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_68.png differ diff --git a/Textures/Upscaled/AzureVault/1_69.png b/Textures/Upscaled/AzureVault/1_69.png new file mode 100644 index 00000000..4fc8140d Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_69.png differ diff --git a/Textures/Upscaled/AzureVault/1_7.png b/Textures/Upscaled/AzureVault/1_7.png new file mode 100644 index 00000000..bc1cc25a Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_7.png differ diff --git a/Textures/Upscaled/AzureVault/1_70.png b/Textures/Upscaled/AzureVault/1_70.png new file mode 100644 index 00000000..b3dcf5cd Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_70.png differ diff --git a/Textures/Upscaled/AzureVault/1_71.png b/Textures/Upscaled/AzureVault/1_71.png new file mode 100644 index 00000000..8c63c303 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_71.png differ diff --git a/Textures/Upscaled/AzureVault/1_72.png b/Textures/Upscaled/AzureVault/1_72.png new file mode 100644 index 00000000..4287aef9 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_72.png differ diff --git a/Textures/Upscaled/AzureVault/1_73.png b/Textures/Upscaled/AzureVault/1_73.png new file mode 100644 index 00000000..55076fc3 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_73.png differ diff --git a/Textures/Upscaled/AzureVault/1_74.png b/Textures/Upscaled/AzureVault/1_74.png new file mode 100644 index 00000000..20eae362 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_74.png differ diff --git a/Textures/Upscaled/AzureVault/1_75.png b/Textures/Upscaled/AzureVault/1_75.png new file mode 100644 index 00000000..a9d5cbb6 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_75.png differ diff --git a/Textures/Upscaled/AzureVault/1_76.png b/Textures/Upscaled/AzureVault/1_76.png new file mode 100644 index 00000000..dd56d505 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_76.png differ diff --git a/Textures/Upscaled/AzureVault/1_77.png b/Textures/Upscaled/AzureVault/1_77.png new file mode 100644 index 00000000..ae541a0f Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_77.png differ diff --git a/Textures/Upscaled/AzureVault/1_78.png b/Textures/Upscaled/AzureVault/1_78.png new file mode 100644 index 00000000..df63b14f Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_78.png differ diff --git a/Textures/Upscaled/AzureVault/1_79.png b/Textures/Upscaled/AzureVault/1_79.png new file mode 100644 index 00000000..2b2323dc Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_79.png differ diff --git a/Textures/Upscaled/AzureVault/1_8.png b/Textures/Upscaled/AzureVault/1_8.png new file mode 100644 index 00000000..91ed594e Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_8.png differ diff --git a/Textures/Upscaled/AzureVault/1_80.png b/Textures/Upscaled/AzureVault/1_80.png new file mode 100644 index 00000000..eb45a80f Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_80.png differ diff --git a/Textures/Upscaled/AzureVault/1_81.png b/Textures/Upscaled/AzureVault/1_81.png new file mode 100644 index 00000000..cd75626e Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_81.png differ diff --git a/Textures/Upscaled/AzureVault/1_82.png b/Textures/Upscaled/AzureVault/1_82.png new file mode 100644 index 00000000..60ac8338 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_82.png differ diff --git a/Textures/Upscaled/AzureVault/1_83.png b/Textures/Upscaled/AzureVault/1_83.png new file mode 100644 index 00000000..b5d09da3 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_83.png differ diff --git a/Textures/Upscaled/AzureVault/1_84.png b/Textures/Upscaled/AzureVault/1_84.png new file mode 100644 index 00000000..b986d0d0 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_84.png differ diff --git a/Textures/Upscaled/AzureVault/1_85.png b/Textures/Upscaled/AzureVault/1_85.png new file mode 100644 index 00000000..3f7d68d9 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_85.png differ diff --git a/Textures/Upscaled/AzureVault/1_86.png b/Textures/Upscaled/AzureVault/1_86.png new file mode 100644 index 00000000..af3eaddc Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_86.png differ diff --git a/Textures/Upscaled/AzureVault/1_87.png b/Textures/Upscaled/AzureVault/1_87.png new file mode 100644 index 00000000..f2a76c19 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_87.png differ diff --git a/Textures/Upscaled/AzureVault/1_88.png b/Textures/Upscaled/AzureVault/1_88.png new file mode 100644 index 00000000..837713cc Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_88.png differ diff --git a/Textures/Upscaled/AzureVault/1_89.png b/Textures/Upscaled/AzureVault/1_89.png new file mode 100644 index 00000000..2a4d0751 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_89.png differ diff --git a/Textures/Upscaled/AzureVault/1_9.png b/Textures/Upscaled/AzureVault/1_9.png new file mode 100644 index 00000000..d9590ce8 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_9.png differ diff --git a/Textures/Upscaled/AzureVault/1_90.png b/Textures/Upscaled/AzureVault/1_90.png new file mode 100644 index 00000000..e85c8db8 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_90.png differ diff --git a/Textures/Upscaled/AzureVault/1_91.png b/Textures/Upscaled/AzureVault/1_91.png new file mode 100644 index 00000000..bbbb1fe8 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_91.png differ diff --git a/Textures/Upscaled/AzureVault/1_92.png b/Textures/Upscaled/AzureVault/1_92.png new file mode 100644 index 00000000..d9c6ca90 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_92.png differ diff --git a/Textures/Upscaled/AzureVault/1_93.png b/Textures/Upscaled/AzureVault/1_93.png new file mode 100644 index 00000000..9dd8430f Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_93.png differ diff --git a/Textures/Upscaled/AzureVault/1_94.png b/Textures/Upscaled/AzureVault/1_94.png new file mode 100644 index 00000000..e20d838c Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_94.png differ diff --git a/Textures/Upscaled/AzureVault/1_95.png b/Textures/Upscaled/AzureVault/1_95.png new file mode 100644 index 00000000..7ca3c0cd Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_95.png differ diff --git a/Textures/Upscaled/AzureVault/1_96.png b/Textures/Upscaled/AzureVault/1_96.png new file mode 100644 index 00000000..652d7ffd Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_96.png differ diff --git a/Textures/Upscaled/AzureVault/1_97.png b/Textures/Upscaled/AzureVault/1_97.png new file mode 100644 index 00000000..1aa7c7b2 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_97.png differ diff --git a/Textures/Upscaled/AzureVault/1_98.png b/Textures/Upscaled/AzureVault/1_98.png new file mode 100644 index 00000000..ad8d7b67 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_98.png differ diff --git a/Textures/Upscaled/AzureVault/1_99.png b/Textures/Upscaled/AzureVault/1_99.png new file mode 100644 index 00000000..62e30dc1 Binary files /dev/null and b/Textures/Upscaled/AzureVault/1_99.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_1.png b/Textures/Upscaled/BrackenhideHollow/1_1.png new file mode 100644 index 00000000..1037655f Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_1.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_10.png b/Textures/Upscaled/BrackenhideHollow/1_10.png new file mode 100644 index 00000000..a884f912 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_10.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_100.png b/Textures/Upscaled/BrackenhideHollow/1_100.png new file mode 100644 index 00000000..34c8d1f3 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_100.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_101.png b/Textures/Upscaled/BrackenhideHollow/1_101.png new file mode 100644 index 00000000..32fc2568 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_101.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_102.png b/Textures/Upscaled/BrackenhideHollow/1_102.png new file mode 100644 index 00000000..11b36f59 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_102.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_103.png b/Textures/Upscaled/BrackenhideHollow/1_103.png new file mode 100644 index 00000000..24abf3cc Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_103.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_104.png b/Textures/Upscaled/BrackenhideHollow/1_104.png new file mode 100644 index 00000000..aab08a34 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_104.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_105.png b/Textures/Upscaled/BrackenhideHollow/1_105.png new file mode 100644 index 00000000..462118fd Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_105.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_106.png b/Textures/Upscaled/BrackenhideHollow/1_106.png new file mode 100644 index 00000000..a7c556d5 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_106.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_107.png b/Textures/Upscaled/BrackenhideHollow/1_107.png new file mode 100644 index 00000000..de8a0a40 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_107.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_108.png b/Textures/Upscaled/BrackenhideHollow/1_108.png new file mode 100644 index 00000000..19a723e9 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_108.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_109.png b/Textures/Upscaled/BrackenhideHollow/1_109.png new file mode 100644 index 00000000..63b1a2df Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_109.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_11.png b/Textures/Upscaled/BrackenhideHollow/1_11.png new file mode 100644 index 00000000..0aa33313 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_11.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_110.png b/Textures/Upscaled/BrackenhideHollow/1_110.png new file mode 100644 index 00000000..683ccc23 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_110.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_111.png b/Textures/Upscaled/BrackenhideHollow/1_111.png new file mode 100644 index 00000000..7d33bacf Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_111.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_112.png b/Textures/Upscaled/BrackenhideHollow/1_112.png new file mode 100644 index 00000000..b3e01dc0 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_112.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_113.png b/Textures/Upscaled/BrackenhideHollow/1_113.png new file mode 100644 index 00000000..dcc1ea7f Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_113.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_114.png b/Textures/Upscaled/BrackenhideHollow/1_114.png new file mode 100644 index 00000000..05691028 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_114.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_115.png b/Textures/Upscaled/BrackenhideHollow/1_115.png new file mode 100644 index 00000000..7bbea52d Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_115.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_116.png b/Textures/Upscaled/BrackenhideHollow/1_116.png new file mode 100644 index 00000000..bbf86968 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_116.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_117.png b/Textures/Upscaled/BrackenhideHollow/1_117.png new file mode 100644 index 00000000..76feb5e1 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_117.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_118.png b/Textures/Upscaled/BrackenhideHollow/1_118.png new file mode 100644 index 00000000..316b4744 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_118.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_119.png b/Textures/Upscaled/BrackenhideHollow/1_119.png new file mode 100644 index 00000000..e2012a74 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_119.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_12.png b/Textures/Upscaled/BrackenhideHollow/1_12.png new file mode 100644 index 00000000..7ff78087 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_12.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_120.png b/Textures/Upscaled/BrackenhideHollow/1_120.png new file mode 100644 index 00000000..e8419d05 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_120.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_121.png b/Textures/Upscaled/BrackenhideHollow/1_121.png new file mode 100644 index 00000000..e7699bc5 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_121.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_122.png b/Textures/Upscaled/BrackenhideHollow/1_122.png new file mode 100644 index 00000000..9f35cf3a Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_122.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_123.png b/Textures/Upscaled/BrackenhideHollow/1_123.png new file mode 100644 index 00000000..b26187db Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_123.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_124.png b/Textures/Upscaled/BrackenhideHollow/1_124.png new file mode 100644 index 00000000..02b03b8c Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_124.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_125.png b/Textures/Upscaled/BrackenhideHollow/1_125.png new file mode 100644 index 00000000..82841914 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_125.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_126.png b/Textures/Upscaled/BrackenhideHollow/1_126.png new file mode 100644 index 00000000..c0bd8691 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_126.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_127.png b/Textures/Upscaled/BrackenhideHollow/1_127.png new file mode 100644 index 00000000..9137a5d3 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_127.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_128.png b/Textures/Upscaled/BrackenhideHollow/1_128.png new file mode 100644 index 00000000..6bdb873b Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_128.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_129.png b/Textures/Upscaled/BrackenhideHollow/1_129.png new file mode 100644 index 00000000..307a46ad Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_129.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_13.png b/Textures/Upscaled/BrackenhideHollow/1_13.png new file mode 100644 index 00000000..34e40599 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_13.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_130.png b/Textures/Upscaled/BrackenhideHollow/1_130.png new file mode 100644 index 00000000..bb0a8faa Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_130.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_131.png b/Textures/Upscaled/BrackenhideHollow/1_131.png new file mode 100644 index 00000000..a81e4357 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_131.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_132.png b/Textures/Upscaled/BrackenhideHollow/1_132.png new file mode 100644 index 00000000..dbd3067b Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_132.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_133.png b/Textures/Upscaled/BrackenhideHollow/1_133.png new file mode 100644 index 00000000..85110f80 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_133.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_134.png b/Textures/Upscaled/BrackenhideHollow/1_134.png new file mode 100644 index 00000000..8795eecb Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_134.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_135.png b/Textures/Upscaled/BrackenhideHollow/1_135.png new file mode 100644 index 00000000..cf6127eb Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_135.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_136.png b/Textures/Upscaled/BrackenhideHollow/1_136.png new file mode 100644 index 00000000..edbe6941 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_136.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_137.png b/Textures/Upscaled/BrackenhideHollow/1_137.png new file mode 100644 index 00000000..144e3fad Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_137.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_138.png b/Textures/Upscaled/BrackenhideHollow/1_138.png new file mode 100644 index 00000000..3a65dc4d Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_138.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_139.png b/Textures/Upscaled/BrackenhideHollow/1_139.png new file mode 100644 index 00000000..b7fe2e56 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_139.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_14.png b/Textures/Upscaled/BrackenhideHollow/1_14.png new file mode 100644 index 00000000..91869fd8 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_14.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_140.png b/Textures/Upscaled/BrackenhideHollow/1_140.png new file mode 100644 index 00000000..df7af7f7 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_140.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_141.png b/Textures/Upscaled/BrackenhideHollow/1_141.png new file mode 100644 index 00000000..4e14e60f Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_141.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_142.png b/Textures/Upscaled/BrackenhideHollow/1_142.png new file mode 100644 index 00000000..4eac9cf8 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_142.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_143.png b/Textures/Upscaled/BrackenhideHollow/1_143.png new file mode 100644 index 00000000..116b5620 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_143.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_144.png b/Textures/Upscaled/BrackenhideHollow/1_144.png new file mode 100644 index 00000000..7c06e614 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_144.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_145.png b/Textures/Upscaled/BrackenhideHollow/1_145.png new file mode 100644 index 00000000..44ed931e Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_145.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_146.png b/Textures/Upscaled/BrackenhideHollow/1_146.png new file mode 100644 index 00000000..11c09b19 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_146.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_147.png b/Textures/Upscaled/BrackenhideHollow/1_147.png new file mode 100644 index 00000000..832013e2 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_147.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_148.png b/Textures/Upscaled/BrackenhideHollow/1_148.png new file mode 100644 index 00000000..f3ec6a7c Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_148.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_149.png b/Textures/Upscaled/BrackenhideHollow/1_149.png new file mode 100644 index 00000000..9d93027d Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_149.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_15.png b/Textures/Upscaled/BrackenhideHollow/1_15.png new file mode 100644 index 00000000..f01c3162 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_15.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_150.png b/Textures/Upscaled/BrackenhideHollow/1_150.png new file mode 100644 index 00000000..89ff6993 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_150.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_16.png b/Textures/Upscaled/BrackenhideHollow/1_16.png new file mode 100644 index 00000000..7b984346 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_16.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_17.png b/Textures/Upscaled/BrackenhideHollow/1_17.png new file mode 100644 index 00000000..d69d95b4 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_17.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_18.png b/Textures/Upscaled/BrackenhideHollow/1_18.png new file mode 100644 index 00000000..ce32f3d3 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_18.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_19.png b/Textures/Upscaled/BrackenhideHollow/1_19.png new file mode 100644 index 00000000..adddf870 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_19.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_2.png b/Textures/Upscaled/BrackenhideHollow/1_2.png new file mode 100644 index 00000000..a346a716 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_2.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_20.png b/Textures/Upscaled/BrackenhideHollow/1_20.png new file mode 100644 index 00000000..391ba8b8 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_20.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_21.png b/Textures/Upscaled/BrackenhideHollow/1_21.png new file mode 100644 index 00000000..c779ea9a Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_21.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_22.png b/Textures/Upscaled/BrackenhideHollow/1_22.png new file mode 100644 index 00000000..6d2e5bc6 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_22.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_23.png b/Textures/Upscaled/BrackenhideHollow/1_23.png new file mode 100644 index 00000000..61662cea Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_23.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_24.png b/Textures/Upscaled/BrackenhideHollow/1_24.png new file mode 100644 index 00000000..42194c00 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_24.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_25.png b/Textures/Upscaled/BrackenhideHollow/1_25.png new file mode 100644 index 00000000..95515c3f Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_25.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_26.png b/Textures/Upscaled/BrackenhideHollow/1_26.png new file mode 100644 index 00000000..38e2bfa3 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_26.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_27.png b/Textures/Upscaled/BrackenhideHollow/1_27.png new file mode 100644 index 00000000..ea9b8d9e Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_27.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_28.png b/Textures/Upscaled/BrackenhideHollow/1_28.png new file mode 100644 index 00000000..c30c6900 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_28.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_29.png b/Textures/Upscaled/BrackenhideHollow/1_29.png new file mode 100644 index 00000000..9de2ad87 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_29.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_3.png b/Textures/Upscaled/BrackenhideHollow/1_3.png new file mode 100644 index 00000000..3ade18ff Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_3.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_30.png b/Textures/Upscaled/BrackenhideHollow/1_30.png new file mode 100644 index 00000000..b1a85a42 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_30.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_31.png b/Textures/Upscaled/BrackenhideHollow/1_31.png new file mode 100644 index 00000000..840ce632 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_31.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_32.png b/Textures/Upscaled/BrackenhideHollow/1_32.png new file mode 100644 index 00000000..bb8723c1 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_32.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_33.png b/Textures/Upscaled/BrackenhideHollow/1_33.png new file mode 100644 index 00000000..3b8c4df9 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_33.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_34.png b/Textures/Upscaled/BrackenhideHollow/1_34.png new file mode 100644 index 00000000..5c88bf3c Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_34.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_35.png b/Textures/Upscaled/BrackenhideHollow/1_35.png new file mode 100644 index 00000000..4b494538 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_35.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_36.png b/Textures/Upscaled/BrackenhideHollow/1_36.png new file mode 100644 index 00000000..22c3ce56 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_36.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_37.png b/Textures/Upscaled/BrackenhideHollow/1_37.png new file mode 100644 index 00000000..6c6b9a00 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_37.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_38.png b/Textures/Upscaled/BrackenhideHollow/1_38.png new file mode 100644 index 00000000..f1ba4c65 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_38.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_39.png b/Textures/Upscaled/BrackenhideHollow/1_39.png new file mode 100644 index 00000000..71d795f0 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_39.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_4.png b/Textures/Upscaled/BrackenhideHollow/1_4.png new file mode 100644 index 00000000..e97b91d4 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_4.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_40.png b/Textures/Upscaled/BrackenhideHollow/1_40.png new file mode 100644 index 00000000..18664e61 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_40.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_41.png b/Textures/Upscaled/BrackenhideHollow/1_41.png new file mode 100644 index 00000000..14be2379 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_41.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_42.png b/Textures/Upscaled/BrackenhideHollow/1_42.png new file mode 100644 index 00000000..4fdbcbfc Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_42.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_43.png b/Textures/Upscaled/BrackenhideHollow/1_43.png new file mode 100644 index 00000000..66834797 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_43.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_44.png b/Textures/Upscaled/BrackenhideHollow/1_44.png new file mode 100644 index 00000000..4f9ddec4 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_44.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_45.png b/Textures/Upscaled/BrackenhideHollow/1_45.png new file mode 100644 index 00000000..54de1e83 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_45.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_46.png b/Textures/Upscaled/BrackenhideHollow/1_46.png new file mode 100644 index 00000000..6734b764 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_46.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_47.png b/Textures/Upscaled/BrackenhideHollow/1_47.png new file mode 100644 index 00000000..33942e45 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_47.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_48.png b/Textures/Upscaled/BrackenhideHollow/1_48.png new file mode 100644 index 00000000..76856a8d Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_48.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_49.png b/Textures/Upscaled/BrackenhideHollow/1_49.png new file mode 100644 index 00000000..c8b2730a Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_49.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_5.png b/Textures/Upscaled/BrackenhideHollow/1_5.png new file mode 100644 index 00000000..128abe32 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_5.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_50.png b/Textures/Upscaled/BrackenhideHollow/1_50.png new file mode 100644 index 00000000..69f73b06 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_50.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_51.png b/Textures/Upscaled/BrackenhideHollow/1_51.png new file mode 100644 index 00000000..800cbe13 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_51.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_52.png b/Textures/Upscaled/BrackenhideHollow/1_52.png new file mode 100644 index 00000000..18ab4ed4 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_52.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_53.png b/Textures/Upscaled/BrackenhideHollow/1_53.png new file mode 100644 index 00000000..abe5f59b Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_53.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_54.png b/Textures/Upscaled/BrackenhideHollow/1_54.png new file mode 100644 index 00000000..1fcccbd4 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_54.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_55.png b/Textures/Upscaled/BrackenhideHollow/1_55.png new file mode 100644 index 00000000..ed2ee41e Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_55.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_56.png b/Textures/Upscaled/BrackenhideHollow/1_56.png new file mode 100644 index 00000000..0e212f5c Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_56.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_57.png b/Textures/Upscaled/BrackenhideHollow/1_57.png new file mode 100644 index 00000000..616f7932 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_57.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_58.png b/Textures/Upscaled/BrackenhideHollow/1_58.png new file mode 100644 index 00000000..788a5e0c Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_58.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_59.png b/Textures/Upscaled/BrackenhideHollow/1_59.png new file mode 100644 index 00000000..86ee522c Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_59.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_6.png b/Textures/Upscaled/BrackenhideHollow/1_6.png new file mode 100644 index 00000000..64c74650 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_6.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_60.png b/Textures/Upscaled/BrackenhideHollow/1_60.png new file mode 100644 index 00000000..25619ce0 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_60.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_61.png b/Textures/Upscaled/BrackenhideHollow/1_61.png new file mode 100644 index 00000000..7c621bf7 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_61.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_62.png b/Textures/Upscaled/BrackenhideHollow/1_62.png new file mode 100644 index 00000000..0567395b Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_62.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_63.png b/Textures/Upscaled/BrackenhideHollow/1_63.png new file mode 100644 index 00000000..d11afea7 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_63.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_64.png b/Textures/Upscaled/BrackenhideHollow/1_64.png new file mode 100644 index 00000000..5c09853b Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_64.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_65.png b/Textures/Upscaled/BrackenhideHollow/1_65.png new file mode 100644 index 00000000..f21ab8b1 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_65.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_66.png b/Textures/Upscaled/BrackenhideHollow/1_66.png new file mode 100644 index 00000000..b611ded2 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_66.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_67.png b/Textures/Upscaled/BrackenhideHollow/1_67.png new file mode 100644 index 00000000..386e8d7f Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_67.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_68.png b/Textures/Upscaled/BrackenhideHollow/1_68.png new file mode 100644 index 00000000..cb0d9c50 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_68.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_69.png b/Textures/Upscaled/BrackenhideHollow/1_69.png new file mode 100644 index 00000000..5b7e305d Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_69.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_7.png b/Textures/Upscaled/BrackenhideHollow/1_7.png new file mode 100644 index 00000000..01808e4e Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_7.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_70.png b/Textures/Upscaled/BrackenhideHollow/1_70.png new file mode 100644 index 00000000..85fa3655 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_70.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_71.png b/Textures/Upscaled/BrackenhideHollow/1_71.png new file mode 100644 index 00000000..d9dba4d7 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_71.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_72.png b/Textures/Upscaled/BrackenhideHollow/1_72.png new file mode 100644 index 00000000..b248b433 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_72.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_73.png b/Textures/Upscaled/BrackenhideHollow/1_73.png new file mode 100644 index 00000000..770e9509 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_73.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_74.png b/Textures/Upscaled/BrackenhideHollow/1_74.png new file mode 100644 index 00000000..61ddee9b Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_74.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_75.png b/Textures/Upscaled/BrackenhideHollow/1_75.png new file mode 100644 index 00000000..7b2bf94d Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_75.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_76.png b/Textures/Upscaled/BrackenhideHollow/1_76.png new file mode 100644 index 00000000..204e5a29 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_76.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_77.png b/Textures/Upscaled/BrackenhideHollow/1_77.png new file mode 100644 index 00000000..cc8e07db Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_77.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_78.png b/Textures/Upscaled/BrackenhideHollow/1_78.png new file mode 100644 index 00000000..e2d6478c Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_78.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_79.png b/Textures/Upscaled/BrackenhideHollow/1_79.png new file mode 100644 index 00000000..47b48a42 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_79.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_8.png b/Textures/Upscaled/BrackenhideHollow/1_8.png new file mode 100644 index 00000000..5e64affc Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_8.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_80.png b/Textures/Upscaled/BrackenhideHollow/1_80.png new file mode 100644 index 00000000..e6882233 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_80.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_81.png b/Textures/Upscaled/BrackenhideHollow/1_81.png new file mode 100644 index 00000000..8ffbd892 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_81.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_82.png b/Textures/Upscaled/BrackenhideHollow/1_82.png new file mode 100644 index 00000000..f1a1477c Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_82.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_83.png b/Textures/Upscaled/BrackenhideHollow/1_83.png new file mode 100644 index 00000000..85752e0e Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_83.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_84.png b/Textures/Upscaled/BrackenhideHollow/1_84.png new file mode 100644 index 00000000..4ed2e0c9 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_84.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_85.png b/Textures/Upscaled/BrackenhideHollow/1_85.png new file mode 100644 index 00000000..a01d4c02 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_85.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_86.png b/Textures/Upscaled/BrackenhideHollow/1_86.png new file mode 100644 index 00000000..8aafa241 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_86.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_87.png b/Textures/Upscaled/BrackenhideHollow/1_87.png new file mode 100644 index 00000000..5aad035f Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_87.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_88.png b/Textures/Upscaled/BrackenhideHollow/1_88.png new file mode 100644 index 00000000..3c679d38 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_88.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_89.png b/Textures/Upscaled/BrackenhideHollow/1_89.png new file mode 100644 index 00000000..aff40e2b Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_89.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_9.png b/Textures/Upscaled/BrackenhideHollow/1_9.png new file mode 100644 index 00000000..5b10786b Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_9.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_90.png b/Textures/Upscaled/BrackenhideHollow/1_90.png new file mode 100644 index 00000000..c5d1738e Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_90.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_91.png b/Textures/Upscaled/BrackenhideHollow/1_91.png new file mode 100644 index 00000000..31104bde Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_91.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_92.png b/Textures/Upscaled/BrackenhideHollow/1_92.png new file mode 100644 index 00000000..0894be1c Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_92.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_93.png b/Textures/Upscaled/BrackenhideHollow/1_93.png new file mode 100644 index 00000000..e817eba6 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_93.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_94.png b/Textures/Upscaled/BrackenhideHollow/1_94.png new file mode 100644 index 00000000..82656bd7 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_94.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_95.png b/Textures/Upscaled/BrackenhideHollow/1_95.png new file mode 100644 index 00000000..92a987ad Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_95.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_96.png b/Textures/Upscaled/BrackenhideHollow/1_96.png new file mode 100644 index 00000000..5fdf2ab8 Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_96.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_97.png b/Textures/Upscaled/BrackenhideHollow/1_97.png new file mode 100644 index 00000000..afb100af Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_97.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_98.png b/Textures/Upscaled/BrackenhideHollow/1_98.png new file mode 100644 index 00000000..4aba3adc Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_98.png differ diff --git a/Textures/Upscaled/BrackenhideHollow/1_99.png b/Textures/Upscaled/BrackenhideHollow/1_99.png new file mode 100644 index 00000000..d9494c9e Binary files /dev/null and b/Textures/Upscaled/BrackenhideHollow/1_99.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_1.png b/Textures/Upscaled/HallsofInfusion/1_1.png new file mode 100644 index 00000000..2bf1b062 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_1.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_10.png b/Textures/Upscaled/HallsofInfusion/1_10.png new file mode 100644 index 00000000..6b77e1c6 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_10.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_100.png b/Textures/Upscaled/HallsofInfusion/1_100.png new file mode 100644 index 00000000..317bacbe Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_100.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_101.png b/Textures/Upscaled/HallsofInfusion/1_101.png new file mode 100644 index 00000000..2d69eadb Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_101.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_102.png b/Textures/Upscaled/HallsofInfusion/1_102.png new file mode 100644 index 00000000..7f772f5c Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_102.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_103.png b/Textures/Upscaled/HallsofInfusion/1_103.png new file mode 100644 index 00000000..5111cb03 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_103.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_104.png b/Textures/Upscaled/HallsofInfusion/1_104.png new file mode 100644 index 00000000..39706512 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_104.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_105.png b/Textures/Upscaled/HallsofInfusion/1_105.png new file mode 100644 index 00000000..149c36d6 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_105.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_106.png b/Textures/Upscaled/HallsofInfusion/1_106.png new file mode 100644 index 00000000..15f3eb41 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_106.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_107.png b/Textures/Upscaled/HallsofInfusion/1_107.png new file mode 100644 index 00000000..20e2ce77 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_107.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_108.png b/Textures/Upscaled/HallsofInfusion/1_108.png new file mode 100644 index 00000000..caf8e7e0 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_108.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_109.png b/Textures/Upscaled/HallsofInfusion/1_109.png new file mode 100644 index 00000000..80bd8ecd Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_109.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_11.png b/Textures/Upscaled/HallsofInfusion/1_11.png new file mode 100644 index 00000000..20c00589 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_11.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_110.png b/Textures/Upscaled/HallsofInfusion/1_110.png new file mode 100644 index 00000000..b31bc498 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_110.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_111.png b/Textures/Upscaled/HallsofInfusion/1_111.png new file mode 100644 index 00000000..4f4e4eec Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_111.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_112.png b/Textures/Upscaled/HallsofInfusion/1_112.png new file mode 100644 index 00000000..9895433f Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_112.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_113.png b/Textures/Upscaled/HallsofInfusion/1_113.png new file mode 100644 index 00000000..104b9aec Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_113.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_114.png b/Textures/Upscaled/HallsofInfusion/1_114.png new file mode 100644 index 00000000..e1f16a41 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_114.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_115.png b/Textures/Upscaled/HallsofInfusion/1_115.png new file mode 100644 index 00000000..de732438 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_115.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_116.png b/Textures/Upscaled/HallsofInfusion/1_116.png new file mode 100644 index 00000000..c114d1c4 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_116.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_117.png b/Textures/Upscaled/HallsofInfusion/1_117.png new file mode 100644 index 00000000..70335f22 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_117.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_118.png b/Textures/Upscaled/HallsofInfusion/1_118.png new file mode 100644 index 00000000..51896289 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_118.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_119.png b/Textures/Upscaled/HallsofInfusion/1_119.png new file mode 100644 index 00000000..439e3938 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_119.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_12.png b/Textures/Upscaled/HallsofInfusion/1_12.png new file mode 100644 index 00000000..238db7ff Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_12.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_120.png b/Textures/Upscaled/HallsofInfusion/1_120.png new file mode 100644 index 00000000..84baa9a9 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_120.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_121.png b/Textures/Upscaled/HallsofInfusion/1_121.png new file mode 100644 index 00000000..c02a3081 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_121.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_122.png b/Textures/Upscaled/HallsofInfusion/1_122.png new file mode 100644 index 00000000..787bc2be Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_122.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_123.png b/Textures/Upscaled/HallsofInfusion/1_123.png new file mode 100644 index 00000000..01275aab Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_123.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_124.png b/Textures/Upscaled/HallsofInfusion/1_124.png new file mode 100644 index 00000000..af402e32 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_124.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_125.png b/Textures/Upscaled/HallsofInfusion/1_125.png new file mode 100644 index 00000000..3a9ece2a Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_125.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_126.png b/Textures/Upscaled/HallsofInfusion/1_126.png new file mode 100644 index 00000000..bb8bbfdc Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_126.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_127.png b/Textures/Upscaled/HallsofInfusion/1_127.png new file mode 100644 index 00000000..d3a714e3 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_127.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_128.png b/Textures/Upscaled/HallsofInfusion/1_128.png new file mode 100644 index 00000000..caeaa833 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_128.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_129.png b/Textures/Upscaled/HallsofInfusion/1_129.png new file mode 100644 index 00000000..e2a5d0ea Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_129.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_13.png b/Textures/Upscaled/HallsofInfusion/1_13.png new file mode 100644 index 00000000..d92a6387 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_13.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_130.png b/Textures/Upscaled/HallsofInfusion/1_130.png new file mode 100644 index 00000000..ac906d66 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_130.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_131.png b/Textures/Upscaled/HallsofInfusion/1_131.png new file mode 100644 index 00000000..7323bb6c Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_131.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_132.png b/Textures/Upscaled/HallsofInfusion/1_132.png new file mode 100644 index 00000000..b11def71 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_132.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_133.png b/Textures/Upscaled/HallsofInfusion/1_133.png new file mode 100644 index 00000000..c301b6a6 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_133.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_134.png b/Textures/Upscaled/HallsofInfusion/1_134.png new file mode 100644 index 00000000..158ad8fe Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_134.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_135.png b/Textures/Upscaled/HallsofInfusion/1_135.png new file mode 100644 index 00000000..1e2807eb Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_135.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_136.png b/Textures/Upscaled/HallsofInfusion/1_136.png new file mode 100644 index 00000000..b3c23d7d Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_136.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_137.png b/Textures/Upscaled/HallsofInfusion/1_137.png new file mode 100644 index 00000000..fba46bc9 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_137.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_138.png b/Textures/Upscaled/HallsofInfusion/1_138.png new file mode 100644 index 00000000..514d756c Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_138.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_139.png b/Textures/Upscaled/HallsofInfusion/1_139.png new file mode 100644 index 00000000..d98c4102 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_139.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_14.png b/Textures/Upscaled/HallsofInfusion/1_14.png new file mode 100644 index 00000000..d7bb7065 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_14.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_140.png b/Textures/Upscaled/HallsofInfusion/1_140.png new file mode 100644 index 00000000..795ef7e3 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_140.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_141.png b/Textures/Upscaled/HallsofInfusion/1_141.png new file mode 100644 index 00000000..ded74a6f Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_141.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_142.png b/Textures/Upscaled/HallsofInfusion/1_142.png new file mode 100644 index 00000000..d0e44abb Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_142.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_143.png b/Textures/Upscaled/HallsofInfusion/1_143.png new file mode 100644 index 00000000..636f2b69 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_143.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_144.png b/Textures/Upscaled/HallsofInfusion/1_144.png new file mode 100644 index 00000000..0643d7cf Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_144.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_145.png b/Textures/Upscaled/HallsofInfusion/1_145.png new file mode 100644 index 00000000..0776bd9a Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_145.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_146.png b/Textures/Upscaled/HallsofInfusion/1_146.png new file mode 100644 index 00000000..74e673ad Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_146.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_147.png b/Textures/Upscaled/HallsofInfusion/1_147.png new file mode 100644 index 00000000..c83ec7b3 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_147.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_148.png b/Textures/Upscaled/HallsofInfusion/1_148.png new file mode 100644 index 00000000..a810efcc Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_148.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_149.png b/Textures/Upscaled/HallsofInfusion/1_149.png new file mode 100644 index 00000000..fe3cdeda Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_149.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_15.png b/Textures/Upscaled/HallsofInfusion/1_15.png new file mode 100644 index 00000000..2f3404a5 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_15.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_150.png b/Textures/Upscaled/HallsofInfusion/1_150.png new file mode 100644 index 00000000..349bf996 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_150.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_16.png b/Textures/Upscaled/HallsofInfusion/1_16.png new file mode 100644 index 00000000..1fece7ec Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_16.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_17.png b/Textures/Upscaled/HallsofInfusion/1_17.png new file mode 100644 index 00000000..d51642f5 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_17.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_18.png b/Textures/Upscaled/HallsofInfusion/1_18.png new file mode 100644 index 00000000..1e9b5f19 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_18.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_19.png b/Textures/Upscaled/HallsofInfusion/1_19.png new file mode 100644 index 00000000..a2e8bc14 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_19.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_2.png b/Textures/Upscaled/HallsofInfusion/1_2.png new file mode 100644 index 00000000..2b4fd1c7 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_2.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_20.png b/Textures/Upscaled/HallsofInfusion/1_20.png new file mode 100644 index 00000000..84cbc497 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_20.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_21.png b/Textures/Upscaled/HallsofInfusion/1_21.png new file mode 100644 index 00000000..b46b4a21 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_21.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_22.png b/Textures/Upscaled/HallsofInfusion/1_22.png new file mode 100644 index 00000000..a352ab48 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_22.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_23.png b/Textures/Upscaled/HallsofInfusion/1_23.png new file mode 100644 index 00000000..6ce18a2d Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_23.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_24.png b/Textures/Upscaled/HallsofInfusion/1_24.png new file mode 100644 index 00000000..9f0cab50 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_24.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_25.png b/Textures/Upscaled/HallsofInfusion/1_25.png new file mode 100644 index 00000000..fd7f2d52 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_25.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_26.png b/Textures/Upscaled/HallsofInfusion/1_26.png new file mode 100644 index 00000000..437589db Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_26.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_27.png b/Textures/Upscaled/HallsofInfusion/1_27.png new file mode 100644 index 00000000..b92033ff Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_27.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_28.png b/Textures/Upscaled/HallsofInfusion/1_28.png new file mode 100644 index 00000000..7e5911ca Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_28.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_29.png b/Textures/Upscaled/HallsofInfusion/1_29.png new file mode 100644 index 00000000..9cf3132b Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_29.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_3.png b/Textures/Upscaled/HallsofInfusion/1_3.png new file mode 100644 index 00000000..ba234c2e Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_3.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_30.png b/Textures/Upscaled/HallsofInfusion/1_30.png new file mode 100644 index 00000000..6a922128 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_30.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_31.png b/Textures/Upscaled/HallsofInfusion/1_31.png new file mode 100644 index 00000000..90f78b4b Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_31.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_32.png b/Textures/Upscaled/HallsofInfusion/1_32.png new file mode 100644 index 00000000..c59d86b9 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_32.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_33.png b/Textures/Upscaled/HallsofInfusion/1_33.png new file mode 100644 index 00000000..4ba483b7 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_33.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_34.png b/Textures/Upscaled/HallsofInfusion/1_34.png new file mode 100644 index 00000000..03db97db Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_34.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_35.png b/Textures/Upscaled/HallsofInfusion/1_35.png new file mode 100644 index 00000000..af9a00b0 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_35.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_36.png b/Textures/Upscaled/HallsofInfusion/1_36.png new file mode 100644 index 00000000..c2aeb49d Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_36.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_37.png b/Textures/Upscaled/HallsofInfusion/1_37.png new file mode 100644 index 00000000..28986407 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_37.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_38.png b/Textures/Upscaled/HallsofInfusion/1_38.png new file mode 100644 index 00000000..701f2d6b Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_38.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_39.png b/Textures/Upscaled/HallsofInfusion/1_39.png new file mode 100644 index 00000000..c09992b5 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_39.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_4.png b/Textures/Upscaled/HallsofInfusion/1_4.png new file mode 100644 index 00000000..2f10a703 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_4.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_40.png b/Textures/Upscaled/HallsofInfusion/1_40.png new file mode 100644 index 00000000..982f3e15 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_40.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_41.png b/Textures/Upscaled/HallsofInfusion/1_41.png new file mode 100644 index 00000000..e12b59d9 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_41.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_42.png b/Textures/Upscaled/HallsofInfusion/1_42.png new file mode 100644 index 00000000..5e542bcb Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_42.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_43.png b/Textures/Upscaled/HallsofInfusion/1_43.png new file mode 100644 index 00000000..c76b7ed5 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_43.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_44.png b/Textures/Upscaled/HallsofInfusion/1_44.png new file mode 100644 index 00000000..727fd415 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_44.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_45.png b/Textures/Upscaled/HallsofInfusion/1_45.png new file mode 100644 index 00000000..cf8e0527 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_45.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_46.png b/Textures/Upscaled/HallsofInfusion/1_46.png new file mode 100644 index 00000000..af440b90 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_46.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_47.png b/Textures/Upscaled/HallsofInfusion/1_47.png new file mode 100644 index 00000000..7d5f4a24 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_47.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_48.png b/Textures/Upscaled/HallsofInfusion/1_48.png new file mode 100644 index 00000000..c2400370 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_48.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_49.png b/Textures/Upscaled/HallsofInfusion/1_49.png new file mode 100644 index 00000000..f235f546 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_49.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_5.png b/Textures/Upscaled/HallsofInfusion/1_5.png new file mode 100644 index 00000000..9d598f52 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_5.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_50.png b/Textures/Upscaled/HallsofInfusion/1_50.png new file mode 100644 index 00000000..e8919027 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_50.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_51.png b/Textures/Upscaled/HallsofInfusion/1_51.png new file mode 100644 index 00000000..67edb78f Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_51.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_52.png b/Textures/Upscaled/HallsofInfusion/1_52.png new file mode 100644 index 00000000..71815aa0 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_52.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_53.png b/Textures/Upscaled/HallsofInfusion/1_53.png new file mode 100644 index 00000000..5533862a Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_53.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_54.png b/Textures/Upscaled/HallsofInfusion/1_54.png new file mode 100644 index 00000000..739f72b1 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_54.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_55.png b/Textures/Upscaled/HallsofInfusion/1_55.png new file mode 100644 index 00000000..e9335f2a Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_55.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_56.png b/Textures/Upscaled/HallsofInfusion/1_56.png new file mode 100644 index 00000000..4203f574 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_56.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_57.png b/Textures/Upscaled/HallsofInfusion/1_57.png new file mode 100644 index 00000000..5fddf882 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_57.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_58.png b/Textures/Upscaled/HallsofInfusion/1_58.png new file mode 100644 index 00000000..256c86b1 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_58.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_59.png b/Textures/Upscaled/HallsofInfusion/1_59.png new file mode 100644 index 00000000..f4e14e7c Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_59.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_6.png b/Textures/Upscaled/HallsofInfusion/1_6.png new file mode 100644 index 00000000..10e70e29 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_6.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_60.png b/Textures/Upscaled/HallsofInfusion/1_60.png new file mode 100644 index 00000000..20c554ae Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_60.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_61.png b/Textures/Upscaled/HallsofInfusion/1_61.png new file mode 100644 index 00000000..cd1ee863 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_61.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_62.png b/Textures/Upscaled/HallsofInfusion/1_62.png new file mode 100644 index 00000000..b9059bb7 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_62.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_63.png b/Textures/Upscaled/HallsofInfusion/1_63.png new file mode 100644 index 00000000..08bbf058 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_63.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_64.png b/Textures/Upscaled/HallsofInfusion/1_64.png new file mode 100644 index 00000000..733859de Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_64.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_65.png b/Textures/Upscaled/HallsofInfusion/1_65.png new file mode 100644 index 00000000..d507e738 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_65.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_66.png b/Textures/Upscaled/HallsofInfusion/1_66.png new file mode 100644 index 00000000..530b0207 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_66.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_67.png b/Textures/Upscaled/HallsofInfusion/1_67.png new file mode 100644 index 00000000..fa8221d6 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_67.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_68.png b/Textures/Upscaled/HallsofInfusion/1_68.png new file mode 100644 index 00000000..4434d7f9 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_68.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_69.png b/Textures/Upscaled/HallsofInfusion/1_69.png new file mode 100644 index 00000000..a9cb1837 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_69.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_7.png b/Textures/Upscaled/HallsofInfusion/1_7.png new file mode 100644 index 00000000..fb8c0cb2 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_7.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_70.png b/Textures/Upscaled/HallsofInfusion/1_70.png new file mode 100644 index 00000000..43002d59 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_70.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_71.png b/Textures/Upscaled/HallsofInfusion/1_71.png new file mode 100644 index 00000000..19b308b1 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_71.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_72.png b/Textures/Upscaled/HallsofInfusion/1_72.png new file mode 100644 index 00000000..173e6d0c Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_72.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_73.png b/Textures/Upscaled/HallsofInfusion/1_73.png new file mode 100644 index 00000000..16767e2b Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_73.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_74.png b/Textures/Upscaled/HallsofInfusion/1_74.png new file mode 100644 index 00000000..629b8829 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_74.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_75.png b/Textures/Upscaled/HallsofInfusion/1_75.png new file mode 100644 index 00000000..83f6fd23 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_75.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_76.png b/Textures/Upscaled/HallsofInfusion/1_76.png new file mode 100644 index 00000000..bc60c602 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_76.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_77.png b/Textures/Upscaled/HallsofInfusion/1_77.png new file mode 100644 index 00000000..1012546d Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_77.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_78.png b/Textures/Upscaled/HallsofInfusion/1_78.png new file mode 100644 index 00000000..aeef241c Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_78.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_79.png b/Textures/Upscaled/HallsofInfusion/1_79.png new file mode 100644 index 00000000..e8e252e9 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_79.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_8.png b/Textures/Upscaled/HallsofInfusion/1_8.png new file mode 100644 index 00000000..51873c8e Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_8.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_80.png b/Textures/Upscaled/HallsofInfusion/1_80.png new file mode 100644 index 00000000..2e2aae50 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_80.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_81.png b/Textures/Upscaled/HallsofInfusion/1_81.png new file mode 100644 index 00000000..d6e020bf Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_81.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_82.png b/Textures/Upscaled/HallsofInfusion/1_82.png new file mode 100644 index 00000000..b757b73a Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_82.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_83.png b/Textures/Upscaled/HallsofInfusion/1_83.png new file mode 100644 index 00000000..a0ec6fed Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_83.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_84.png b/Textures/Upscaled/HallsofInfusion/1_84.png new file mode 100644 index 00000000..f2ecece9 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_84.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_85.png b/Textures/Upscaled/HallsofInfusion/1_85.png new file mode 100644 index 00000000..9fb2a3bc Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_85.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_86.png b/Textures/Upscaled/HallsofInfusion/1_86.png new file mode 100644 index 00000000..001935fd Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_86.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_87.png b/Textures/Upscaled/HallsofInfusion/1_87.png new file mode 100644 index 00000000..8c0573ad Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_87.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_88.png b/Textures/Upscaled/HallsofInfusion/1_88.png new file mode 100644 index 00000000..132d7f0b Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_88.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_89.png b/Textures/Upscaled/HallsofInfusion/1_89.png new file mode 100644 index 00000000..3d5831d4 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_89.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_9.png b/Textures/Upscaled/HallsofInfusion/1_9.png new file mode 100644 index 00000000..43f4d628 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_9.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_90.png b/Textures/Upscaled/HallsofInfusion/1_90.png new file mode 100644 index 00000000..9fe1732d Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_90.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_91.png b/Textures/Upscaled/HallsofInfusion/1_91.png new file mode 100644 index 00000000..fce401ec Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_91.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_92.png b/Textures/Upscaled/HallsofInfusion/1_92.png new file mode 100644 index 00000000..8eb465e6 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_92.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_93.png b/Textures/Upscaled/HallsofInfusion/1_93.png new file mode 100644 index 00000000..d2b2a8d3 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_93.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_94.png b/Textures/Upscaled/HallsofInfusion/1_94.png new file mode 100644 index 00000000..71fa44e0 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_94.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_95.png b/Textures/Upscaled/HallsofInfusion/1_95.png new file mode 100644 index 00000000..932e933d Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_95.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_96.png b/Textures/Upscaled/HallsofInfusion/1_96.png new file mode 100644 index 00000000..ae93eae6 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_96.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_97.png b/Textures/Upscaled/HallsofInfusion/1_97.png new file mode 100644 index 00000000..b44629cf Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_97.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_98.png b/Textures/Upscaled/HallsofInfusion/1_98.png new file mode 100644 index 00000000..db4efe47 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_98.png differ diff --git a/Textures/Upscaled/HallsofInfusion/1_99.png b/Textures/Upscaled/HallsofInfusion/1_99.png new file mode 100644 index 00000000..dd2a6a48 Binary files /dev/null and b/Textures/Upscaled/HallsofInfusion/1_99.png differ diff --git a/Textures/Upscaled/Neltharus/1_1.png b/Textures/Upscaled/Neltharus/1_1.png new file mode 100644 index 00000000..2bf1b062 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_1.png differ diff --git a/Textures/Upscaled/Neltharus/1_10.png b/Textures/Upscaled/Neltharus/1_10.png new file mode 100644 index 00000000..ae08d24d Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_10.png differ diff --git a/Textures/Upscaled/Neltharus/1_100.png b/Textures/Upscaled/Neltharus/1_100.png new file mode 100644 index 00000000..d4072c21 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_100.png differ diff --git a/Textures/Upscaled/Neltharus/1_101.png b/Textures/Upscaled/Neltharus/1_101.png new file mode 100644 index 00000000..62c86f13 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_101.png differ diff --git a/Textures/Upscaled/Neltharus/1_102.png b/Textures/Upscaled/Neltharus/1_102.png new file mode 100644 index 00000000..9a816b4d Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_102.png differ diff --git a/Textures/Upscaled/Neltharus/1_103.png b/Textures/Upscaled/Neltharus/1_103.png new file mode 100644 index 00000000..5f575a07 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_103.png differ diff --git a/Textures/Upscaled/Neltharus/1_104.png b/Textures/Upscaled/Neltharus/1_104.png new file mode 100644 index 00000000..be329f0f Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_104.png differ diff --git a/Textures/Upscaled/Neltharus/1_105.png b/Textures/Upscaled/Neltharus/1_105.png new file mode 100644 index 00000000..046fce26 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_105.png differ diff --git a/Textures/Upscaled/Neltharus/1_106.png b/Textures/Upscaled/Neltharus/1_106.png new file mode 100644 index 00000000..c0faa736 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_106.png differ diff --git a/Textures/Upscaled/Neltharus/1_107.png b/Textures/Upscaled/Neltharus/1_107.png new file mode 100644 index 00000000..074ef844 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_107.png differ diff --git a/Textures/Upscaled/Neltharus/1_108.png b/Textures/Upscaled/Neltharus/1_108.png new file mode 100644 index 00000000..1fa05534 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_108.png differ diff --git a/Textures/Upscaled/Neltharus/1_109.png b/Textures/Upscaled/Neltharus/1_109.png new file mode 100644 index 00000000..423a6e53 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_109.png differ diff --git a/Textures/Upscaled/Neltharus/1_11.png b/Textures/Upscaled/Neltharus/1_11.png new file mode 100644 index 00000000..f8e9f021 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_11.png differ diff --git a/Textures/Upscaled/Neltharus/1_110.png b/Textures/Upscaled/Neltharus/1_110.png new file mode 100644 index 00000000..89cec370 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_110.png differ diff --git a/Textures/Upscaled/Neltharus/1_111.png b/Textures/Upscaled/Neltharus/1_111.png new file mode 100644 index 00000000..5a091c51 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_111.png differ diff --git a/Textures/Upscaled/Neltharus/1_112.png b/Textures/Upscaled/Neltharus/1_112.png new file mode 100644 index 00000000..0232dba3 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_112.png differ diff --git a/Textures/Upscaled/Neltharus/1_113.png b/Textures/Upscaled/Neltharus/1_113.png new file mode 100644 index 00000000..fd4d69ee Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_113.png differ diff --git a/Textures/Upscaled/Neltharus/1_114.png b/Textures/Upscaled/Neltharus/1_114.png new file mode 100644 index 00000000..95c50c4a Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_114.png differ diff --git a/Textures/Upscaled/Neltharus/1_115.png b/Textures/Upscaled/Neltharus/1_115.png new file mode 100644 index 00000000..3b045003 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_115.png differ diff --git a/Textures/Upscaled/Neltharus/1_116.png b/Textures/Upscaled/Neltharus/1_116.png new file mode 100644 index 00000000..df6f2df0 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_116.png differ diff --git a/Textures/Upscaled/Neltharus/1_117.png b/Textures/Upscaled/Neltharus/1_117.png new file mode 100644 index 00000000..6d0c2090 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_117.png differ diff --git a/Textures/Upscaled/Neltharus/1_118.png b/Textures/Upscaled/Neltharus/1_118.png new file mode 100644 index 00000000..1a19e37e Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_118.png differ diff --git a/Textures/Upscaled/Neltharus/1_119.png b/Textures/Upscaled/Neltharus/1_119.png new file mode 100644 index 00000000..f8e6cb9c Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_119.png differ diff --git a/Textures/Upscaled/Neltharus/1_12.png b/Textures/Upscaled/Neltharus/1_12.png new file mode 100644 index 00000000..a0d1bde9 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_12.png differ diff --git a/Textures/Upscaled/Neltharus/1_120.png b/Textures/Upscaled/Neltharus/1_120.png new file mode 100644 index 00000000..d6c38bcb Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_120.png differ diff --git a/Textures/Upscaled/Neltharus/1_121.png b/Textures/Upscaled/Neltharus/1_121.png new file mode 100644 index 00000000..c02a3081 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_121.png differ diff --git a/Textures/Upscaled/Neltharus/1_122.png b/Textures/Upscaled/Neltharus/1_122.png new file mode 100644 index 00000000..e5d9fdb3 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_122.png differ diff --git a/Textures/Upscaled/Neltharus/1_123.png b/Textures/Upscaled/Neltharus/1_123.png new file mode 100644 index 00000000..0ffa8a73 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_123.png differ diff --git a/Textures/Upscaled/Neltharus/1_124.png b/Textures/Upscaled/Neltharus/1_124.png new file mode 100644 index 00000000..341c4623 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_124.png differ diff --git a/Textures/Upscaled/Neltharus/1_125.png b/Textures/Upscaled/Neltharus/1_125.png new file mode 100644 index 00000000..e269d889 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_125.png differ diff --git a/Textures/Upscaled/Neltharus/1_126.png b/Textures/Upscaled/Neltharus/1_126.png new file mode 100644 index 00000000..a0a5ddd5 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_126.png differ diff --git a/Textures/Upscaled/Neltharus/1_127.png b/Textures/Upscaled/Neltharus/1_127.png new file mode 100644 index 00000000..78d20243 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_127.png differ diff --git a/Textures/Upscaled/Neltharus/1_128.png b/Textures/Upscaled/Neltharus/1_128.png new file mode 100644 index 00000000..71a156dc Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_128.png differ diff --git a/Textures/Upscaled/Neltharus/1_129.png b/Textures/Upscaled/Neltharus/1_129.png new file mode 100644 index 00000000..a52ff876 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_129.png differ diff --git a/Textures/Upscaled/Neltharus/1_13.png b/Textures/Upscaled/Neltharus/1_13.png new file mode 100644 index 00000000..cd1cf251 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_13.png differ diff --git a/Textures/Upscaled/Neltharus/1_130.png b/Textures/Upscaled/Neltharus/1_130.png new file mode 100644 index 00000000..b7bdd6d2 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_130.png differ diff --git a/Textures/Upscaled/Neltharus/1_131.png b/Textures/Upscaled/Neltharus/1_131.png new file mode 100644 index 00000000..0716f346 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_131.png differ diff --git a/Textures/Upscaled/Neltharus/1_132.png b/Textures/Upscaled/Neltharus/1_132.png new file mode 100644 index 00000000..b5b1bdbb Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_132.png differ diff --git a/Textures/Upscaled/Neltharus/1_133.png b/Textures/Upscaled/Neltharus/1_133.png new file mode 100644 index 00000000..7cb0c0a3 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_133.png differ diff --git a/Textures/Upscaled/Neltharus/1_134.png b/Textures/Upscaled/Neltharus/1_134.png new file mode 100644 index 00000000..788da8f4 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_134.png differ diff --git a/Textures/Upscaled/Neltharus/1_135.png b/Textures/Upscaled/Neltharus/1_135.png new file mode 100644 index 00000000..90cda3ba Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_135.png differ diff --git a/Textures/Upscaled/Neltharus/1_136.png b/Textures/Upscaled/Neltharus/1_136.png new file mode 100644 index 00000000..b3c23d7d Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_136.png differ diff --git a/Textures/Upscaled/Neltharus/1_137.png b/Textures/Upscaled/Neltharus/1_137.png new file mode 100644 index 00000000..9130db2f Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_137.png differ diff --git a/Textures/Upscaled/Neltharus/1_138.png b/Textures/Upscaled/Neltharus/1_138.png new file mode 100644 index 00000000..4c57c1f1 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_138.png differ diff --git a/Textures/Upscaled/Neltharus/1_139.png b/Textures/Upscaled/Neltharus/1_139.png new file mode 100644 index 00000000..6bb31fe8 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_139.png differ diff --git a/Textures/Upscaled/Neltharus/1_14.png b/Textures/Upscaled/Neltharus/1_14.png new file mode 100644 index 00000000..75060fca Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_14.png differ diff --git a/Textures/Upscaled/Neltharus/1_140.png b/Textures/Upscaled/Neltharus/1_140.png new file mode 100644 index 00000000..75d4d12f Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_140.png differ diff --git a/Textures/Upscaled/Neltharus/1_141.png b/Textures/Upscaled/Neltharus/1_141.png new file mode 100644 index 00000000..8520713d Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_141.png differ diff --git a/Textures/Upscaled/Neltharus/1_142.png b/Textures/Upscaled/Neltharus/1_142.png new file mode 100644 index 00000000..1a4b377d Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_142.png differ diff --git a/Textures/Upscaled/Neltharus/1_143.png b/Textures/Upscaled/Neltharus/1_143.png new file mode 100644 index 00000000..c5dbb238 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_143.png differ diff --git a/Textures/Upscaled/Neltharus/1_144.png b/Textures/Upscaled/Neltharus/1_144.png new file mode 100644 index 00000000..1d6a9e11 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_144.png differ diff --git a/Textures/Upscaled/Neltharus/1_145.png b/Textures/Upscaled/Neltharus/1_145.png new file mode 100644 index 00000000..1f57909c Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_145.png differ diff --git a/Textures/Upscaled/Neltharus/1_146.png b/Textures/Upscaled/Neltharus/1_146.png new file mode 100644 index 00000000..38fcf9dc Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_146.png differ diff --git a/Textures/Upscaled/Neltharus/1_147.png b/Textures/Upscaled/Neltharus/1_147.png new file mode 100644 index 00000000..27292384 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_147.png differ diff --git a/Textures/Upscaled/Neltharus/1_148.png b/Textures/Upscaled/Neltharus/1_148.png new file mode 100644 index 00000000..e105e3f2 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_148.png differ diff --git a/Textures/Upscaled/Neltharus/1_149.png b/Textures/Upscaled/Neltharus/1_149.png new file mode 100644 index 00000000..d0250b20 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_149.png differ diff --git a/Textures/Upscaled/Neltharus/1_15.png b/Textures/Upscaled/Neltharus/1_15.png new file mode 100644 index 00000000..7c902652 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_15.png differ diff --git a/Textures/Upscaled/Neltharus/1_150.png b/Textures/Upscaled/Neltharus/1_150.png new file mode 100644 index 00000000..141a3bc3 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_150.png differ diff --git a/Textures/Upscaled/Neltharus/1_16.png b/Textures/Upscaled/Neltharus/1_16.png new file mode 100644 index 00000000..c3aaeced Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_16.png differ diff --git a/Textures/Upscaled/Neltharus/1_17.png b/Textures/Upscaled/Neltharus/1_17.png new file mode 100644 index 00000000..544cca7b Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_17.png differ diff --git a/Textures/Upscaled/Neltharus/1_18.png b/Textures/Upscaled/Neltharus/1_18.png new file mode 100644 index 00000000..981a6496 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_18.png differ diff --git a/Textures/Upscaled/Neltharus/1_19.png b/Textures/Upscaled/Neltharus/1_19.png new file mode 100644 index 00000000..c4282443 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_19.png differ diff --git a/Textures/Upscaled/Neltharus/1_2.png b/Textures/Upscaled/Neltharus/1_2.png new file mode 100644 index 00000000..2b4fd1c7 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_2.png differ diff --git a/Textures/Upscaled/Neltharus/1_20.png b/Textures/Upscaled/Neltharus/1_20.png new file mode 100644 index 00000000..2bb89470 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_20.png differ diff --git a/Textures/Upscaled/Neltharus/1_21.png b/Textures/Upscaled/Neltharus/1_21.png new file mode 100644 index 00000000..ebf2b27a Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_21.png differ diff --git a/Textures/Upscaled/Neltharus/1_22.png b/Textures/Upscaled/Neltharus/1_22.png new file mode 100644 index 00000000..ef8bb139 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_22.png differ diff --git a/Textures/Upscaled/Neltharus/1_23.png b/Textures/Upscaled/Neltharus/1_23.png new file mode 100644 index 00000000..28618242 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_23.png differ diff --git a/Textures/Upscaled/Neltharus/1_24.png b/Textures/Upscaled/Neltharus/1_24.png new file mode 100644 index 00000000..2452f312 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_24.png differ diff --git a/Textures/Upscaled/Neltharus/1_25.png b/Textures/Upscaled/Neltharus/1_25.png new file mode 100644 index 00000000..fce9b54f Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_25.png differ diff --git a/Textures/Upscaled/Neltharus/1_26.png b/Textures/Upscaled/Neltharus/1_26.png new file mode 100644 index 00000000..f1588dd3 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_26.png differ diff --git a/Textures/Upscaled/Neltharus/1_27.png b/Textures/Upscaled/Neltharus/1_27.png new file mode 100644 index 00000000..e6b80c0f Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_27.png differ diff --git a/Textures/Upscaled/Neltharus/1_28.png b/Textures/Upscaled/Neltharus/1_28.png new file mode 100644 index 00000000..d7a38a2f Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_28.png differ diff --git a/Textures/Upscaled/Neltharus/1_29.png b/Textures/Upscaled/Neltharus/1_29.png new file mode 100644 index 00000000..07bd1518 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_29.png differ diff --git a/Textures/Upscaled/Neltharus/1_3.png b/Textures/Upscaled/Neltharus/1_3.png new file mode 100644 index 00000000..cc5ecbe6 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_3.png differ diff --git a/Textures/Upscaled/Neltharus/1_30.png b/Textures/Upscaled/Neltharus/1_30.png new file mode 100644 index 00000000..9b75a3fb Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_30.png differ diff --git a/Textures/Upscaled/Neltharus/1_31.png b/Textures/Upscaled/Neltharus/1_31.png new file mode 100644 index 00000000..9afc9872 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_31.png differ diff --git a/Textures/Upscaled/Neltharus/1_32.png b/Textures/Upscaled/Neltharus/1_32.png new file mode 100644 index 00000000..ed9105c6 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_32.png differ diff --git a/Textures/Upscaled/Neltharus/1_33.png b/Textures/Upscaled/Neltharus/1_33.png new file mode 100644 index 00000000..cf6aa941 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_33.png differ diff --git a/Textures/Upscaled/Neltharus/1_34.png b/Textures/Upscaled/Neltharus/1_34.png new file mode 100644 index 00000000..7378b5f8 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_34.png differ diff --git a/Textures/Upscaled/Neltharus/1_35.png b/Textures/Upscaled/Neltharus/1_35.png new file mode 100644 index 00000000..30466f20 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_35.png differ diff --git a/Textures/Upscaled/Neltharus/1_36.png b/Textures/Upscaled/Neltharus/1_36.png new file mode 100644 index 00000000..9bf536b3 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_36.png differ diff --git a/Textures/Upscaled/Neltharus/1_37.png b/Textures/Upscaled/Neltharus/1_37.png new file mode 100644 index 00000000..a00620a3 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_37.png differ diff --git a/Textures/Upscaled/Neltharus/1_38.png b/Textures/Upscaled/Neltharus/1_38.png new file mode 100644 index 00000000..dc8ba681 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_38.png differ diff --git a/Textures/Upscaled/Neltharus/1_39.png b/Textures/Upscaled/Neltharus/1_39.png new file mode 100644 index 00000000..7fea9294 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_39.png differ diff --git a/Textures/Upscaled/Neltharus/1_4.png b/Textures/Upscaled/Neltharus/1_4.png new file mode 100644 index 00000000..3636342c Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_4.png differ diff --git a/Textures/Upscaled/Neltharus/1_40.png b/Textures/Upscaled/Neltharus/1_40.png new file mode 100644 index 00000000..c6db5078 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_40.png differ diff --git a/Textures/Upscaled/Neltharus/1_41.png b/Textures/Upscaled/Neltharus/1_41.png new file mode 100644 index 00000000..b8e07f70 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_41.png differ diff --git a/Textures/Upscaled/Neltharus/1_42.png b/Textures/Upscaled/Neltharus/1_42.png new file mode 100644 index 00000000..0d4ce44d Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_42.png differ diff --git a/Textures/Upscaled/Neltharus/1_43.png b/Textures/Upscaled/Neltharus/1_43.png new file mode 100644 index 00000000..6491fcbf Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_43.png differ diff --git a/Textures/Upscaled/Neltharus/1_44.png b/Textures/Upscaled/Neltharus/1_44.png new file mode 100644 index 00000000..cb91eae8 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_44.png differ diff --git a/Textures/Upscaled/Neltharus/1_45.png b/Textures/Upscaled/Neltharus/1_45.png new file mode 100644 index 00000000..256f783a Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_45.png differ diff --git a/Textures/Upscaled/Neltharus/1_46.png b/Textures/Upscaled/Neltharus/1_46.png new file mode 100644 index 00000000..2a38a5de Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_46.png differ diff --git a/Textures/Upscaled/Neltharus/1_47.png b/Textures/Upscaled/Neltharus/1_47.png new file mode 100644 index 00000000..56f06480 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_47.png differ diff --git a/Textures/Upscaled/Neltharus/1_48.png b/Textures/Upscaled/Neltharus/1_48.png new file mode 100644 index 00000000..9213ca34 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_48.png differ diff --git a/Textures/Upscaled/Neltharus/1_49.png b/Textures/Upscaled/Neltharus/1_49.png new file mode 100644 index 00000000..2d903399 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_49.png differ diff --git a/Textures/Upscaled/Neltharus/1_5.png b/Textures/Upscaled/Neltharus/1_5.png new file mode 100644 index 00000000..35e4b178 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_5.png differ diff --git a/Textures/Upscaled/Neltharus/1_50.png b/Textures/Upscaled/Neltharus/1_50.png new file mode 100644 index 00000000..e4453295 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_50.png differ diff --git a/Textures/Upscaled/Neltharus/1_51.png b/Textures/Upscaled/Neltharus/1_51.png new file mode 100644 index 00000000..58d90140 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_51.png differ diff --git a/Textures/Upscaled/Neltharus/1_52.png b/Textures/Upscaled/Neltharus/1_52.png new file mode 100644 index 00000000..72fc4f94 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_52.png differ diff --git a/Textures/Upscaled/Neltharus/1_53.png b/Textures/Upscaled/Neltharus/1_53.png new file mode 100644 index 00000000..2dcb1faa Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_53.png differ diff --git a/Textures/Upscaled/Neltharus/1_54.png b/Textures/Upscaled/Neltharus/1_54.png new file mode 100644 index 00000000..8f164224 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_54.png differ diff --git a/Textures/Upscaled/Neltharus/1_55.png b/Textures/Upscaled/Neltharus/1_55.png new file mode 100644 index 00000000..43b2a74e Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_55.png differ diff --git a/Textures/Upscaled/Neltharus/1_56.png b/Textures/Upscaled/Neltharus/1_56.png new file mode 100644 index 00000000..5b32b6b6 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_56.png differ diff --git a/Textures/Upscaled/Neltharus/1_57.png b/Textures/Upscaled/Neltharus/1_57.png new file mode 100644 index 00000000..3ffd0fea Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_57.png differ diff --git a/Textures/Upscaled/Neltharus/1_58.png b/Textures/Upscaled/Neltharus/1_58.png new file mode 100644 index 00000000..6081c6ed Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_58.png differ diff --git a/Textures/Upscaled/Neltharus/1_59.png b/Textures/Upscaled/Neltharus/1_59.png new file mode 100644 index 00000000..c9bd2bcd Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_59.png differ diff --git a/Textures/Upscaled/Neltharus/1_6.png b/Textures/Upscaled/Neltharus/1_6.png new file mode 100644 index 00000000..987ea84e Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_6.png differ diff --git a/Textures/Upscaled/Neltharus/1_60.png b/Textures/Upscaled/Neltharus/1_60.png new file mode 100644 index 00000000..24d6ff70 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_60.png differ diff --git a/Textures/Upscaled/Neltharus/1_61.png b/Textures/Upscaled/Neltharus/1_61.png new file mode 100644 index 00000000..4e8fabb4 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_61.png differ diff --git a/Textures/Upscaled/Neltharus/1_62.png b/Textures/Upscaled/Neltharus/1_62.png new file mode 100644 index 00000000..45cd0970 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_62.png differ diff --git a/Textures/Upscaled/Neltharus/1_63.png b/Textures/Upscaled/Neltharus/1_63.png new file mode 100644 index 00000000..6d3aaa59 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_63.png differ diff --git a/Textures/Upscaled/Neltharus/1_64.png b/Textures/Upscaled/Neltharus/1_64.png new file mode 100644 index 00000000..59bd23af Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_64.png differ diff --git a/Textures/Upscaled/Neltharus/1_65.png b/Textures/Upscaled/Neltharus/1_65.png new file mode 100644 index 00000000..854128a8 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_65.png differ diff --git a/Textures/Upscaled/Neltharus/1_66.png b/Textures/Upscaled/Neltharus/1_66.png new file mode 100644 index 00000000..9bc21d7b Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_66.png differ diff --git a/Textures/Upscaled/Neltharus/1_67.png b/Textures/Upscaled/Neltharus/1_67.png new file mode 100644 index 00000000..f2b0379e Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_67.png differ diff --git a/Textures/Upscaled/Neltharus/1_68.png b/Textures/Upscaled/Neltharus/1_68.png new file mode 100644 index 00000000..3f133a22 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_68.png differ diff --git a/Textures/Upscaled/Neltharus/1_69.png b/Textures/Upscaled/Neltharus/1_69.png new file mode 100644 index 00000000..2324607e Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_69.png differ diff --git a/Textures/Upscaled/Neltharus/1_7.png b/Textures/Upscaled/Neltharus/1_7.png new file mode 100644 index 00000000..26fa0ed1 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_7.png differ diff --git a/Textures/Upscaled/Neltharus/1_70.png b/Textures/Upscaled/Neltharus/1_70.png new file mode 100644 index 00000000..854c2089 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_70.png differ diff --git a/Textures/Upscaled/Neltharus/1_71.png b/Textures/Upscaled/Neltharus/1_71.png new file mode 100644 index 00000000..ceaa32fb Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_71.png differ diff --git a/Textures/Upscaled/Neltharus/1_72.png b/Textures/Upscaled/Neltharus/1_72.png new file mode 100644 index 00000000..060c631c Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_72.png differ diff --git a/Textures/Upscaled/Neltharus/1_73.png b/Textures/Upscaled/Neltharus/1_73.png new file mode 100644 index 00000000..f7a2d03f Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_73.png differ diff --git a/Textures/Upscaled/Neltharus/1_74.png b/Textures/Upscaled/Neltharus/1_74.png new file mode 100644 index 00000000..533c4afe Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_74.png differ diff --git a/Textures/Upscaled/Neltharus/1_75.png b/Textures/Upscaled/Neltharus/1_75.png new file mode 100644 index 00000000..42de6866 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_75.png differ diff --git a/Textures/Upscaled/Neltharus/1_76.png b/Textures/Upscaled/Neltharus/1_76.png new file mode 100644 index 00000000..0d09578b Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_76.png differ diff --git a/Textures/Upscaled/Neltharus/1_77.png b/Textures/Upscaled/Neltharus/1_77.png new file mode 100644 index 00000000..c644501b Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_77.png differ diff --git a/Textures/Upscaled/Neltharus/1_78.png b/Textures/Upscaled/Neltharus/1_78.png new file mode 100644 index 00000000..59d60099 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_78.png differ diff --git a/Textures/Upscaled/Neltharus/1_79.png b/Textures/Upscaled/Neltharus/1_79.png new file mode 100644 index 00000000..85d4333b Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_79.png differ diff --git a/Textures/Upscaled/Neltharus/1_8.png b/Textures/Upscaled/Neltharus/1_8.png new file mode 100644 index 00000000..0665d3c8 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_8.png differ diff --git a/Textures/Upscaled/Neltharus/1_80.png b/Textures/Upscaled/Neltharus/1_80.png new file mode 100644 index 00000000..da46c84d Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_80.png differ diff --git a/Textures/Upscaled/Neltharus/1_81.png b/Textures/Upscaled/Neltharus/1_81.png new file mode 100644 index 00000000..6864352e Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_81.png differ diff --git a/Textures/Upscaled/Neltharus/1_82.png b/Textures/Upscaled/Neltharus/1_82.png new file mode 100644 index 00000000..a2ee6f23 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_82.png differ diff --git a/Textures/Upscaled/Neltharus/1_83.png b/Textures/Upscaled/Neltharus/1_83.png new file mode 100644 index 00000000..2473fec2 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_83.png differ diff --git a/Textures/Upscaled/Neltharus/1_84.png b/Textures/Upscaled/Neltharus/1_84.png new file mode 100644 index 00000000..02a11683 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_84.png differ diff --git a/Textures/Upscaled/Neltharus/1_85.png b/Textures/Upscaled/Neltharus/1_85.png new file mode 100644 index 00000000..556e614f Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_85.png differ diff --git a/Textures/Upscaled/Neltharus/1_86.png b/Textures/Upscaled/Neltharus/1_86.png new file mode 100644 index 00000000..1823ab25 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_86.png differ diff --git a/Textures/Upscaled/Neltharus/1_87.png b/Textures/Upscaled/Neltharus/1_87.png new file mode 100644 index 00000000..68afb49c Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_87.png differ diff --git a/Textures/Upscaled/Neltharus/1_88.png b/Textures/Upscaled/Neltharus/1_88.png new file mode 100644 index 00000000..06f1caed Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_88.png differ diff --git a/Textures/Upscaled/Neltharus/1_89.png b/Textures/Upscaled/Neltharus/1_89.png new file mode 100644 index 00000000..ad820b11 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_89.png differ diff --git a/Textures/Upscaled/Neltharus/1_9.png b/Textures/Upscaled/Neltharus/1_9.png new file mode 100644 index 00000000..06a67638 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_9.png differ diff --git a/Textures/Upscaled/Neltharus/1_90.png b/Textures/Upscaled/Neltharus/1_90.png new file mode 100644 index 00000000..e90107f3 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_90.png differ diff --git a/Textures/Upscaled/Neltharus/1_91.png b/Textures/Upscaled/Neltharus/1_91.png new file mode 100644 index 00000000..4796943b Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_91.png differ diff --git a/Textures/Upscaled/Neltharus/1_92.png b/Textures/Upscaled/Neltharus/1_92.png new file mode 100644 index 00000000..5577b2e7 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_92.png differ diff --git a/Textures/Upscaled/Neltharus/1_93.png b/Textures/Upscaled/Neltharus/1_93.png new file mode 100644 index 00000000..be7d80f3 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_93.png differ diff --git a/Textures/Upscaled/Neltharus/1_94.png b/Textures/Upscaled/Neltharus/1_94.png new file mode 100644 index 00000000..8a9834f3 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_94.png differ diff --git a/Textures/Upscaled/Neltharus/1_95.png b/Textures/Upscaled/Neltharus/1_95.png new file mode 100644 index 00000000..6cdea538 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_95.png differ diff --git a/Textures/Upscaled/Neltharus/1_96.png b/Textures/Upscaled/Neltharus/1_96.png new file mode 100644 index 00000000..b74bafc6 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_96.png differ diff --git a/Textures/Upscaled/Neltharus/1_97.png b/Textures/Upscaled/Neltharus/1_97.png new file mode 100644 index 00000000..ae659bbd Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_97.png differ diff --git a/Textures/Upscaled/Neltharus/1_98.png b/Textures/Upscaled/Neltharus/1_98.png new file mode 100644 index 00000000..3c0ce03e Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_98.png differ diff --git a/Textures/Upscaled/Neltharus/1_99.png b/Textures/Upscaled/Neltharus/1_99.png new file mode 100644 index 00000000..2125b1a4 Binary files /dev/null and b/Textures/Upscaled/Neltharus/1_99.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_1.png b/Textures/Upscaled/NokhudOffensive/1_1.png new file mode 100644 index 00000000..abbca880 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_1.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_10.png b/Textures/Upscaled/NokhudOffensive/1_10.png new file mode 100644 index 00000000..0adfbe2d Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_10.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_100.png b/Textures/Upscaled/NokhudOffensive/1_100.png new file mode 100644 index 00000000..ae5bcbab Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_100.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_101.png b/Textures/Upscaled/NokhudOffensive/1_101.png new file mode 100644 index 00000000..76c3ae6d Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_101.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_102.png b/Textures/Upscaled/NokhudOffensive/1_102.png new file mode 100644 index 00000000..ae3fd228 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_102.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_103.png b/Textures/Upscaled/NokhudOffensive/1_103.png new file mode 100644 index 00000000..328670a6 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_103.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_104.png b/Textures/Upscaled/NokhudOffensive/1_104.png new file mode 100644 index 00000000..bfb4208e Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_104.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_105.png b/Textures/Upscaled/NokhudOffensive/1_105.png new file mode 100644 index 00000000..9258ae48 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_105.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_106.png b/Textures/Upscaled/NokhudOffensive/1_106.png new file mode 100644 index 00000000..3074ed4f Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_106.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_107.png b/Textures/Upscaled/NokhudOffensive/1_107.png new file mode 100644 index 00000000..401dde01 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_107.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_108.png b/Textures/Upscaled/NokhudOffensive/1_108.png new file mode 100644 index 00000000..06bacd45 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_108.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_109.png b/Textures/Upscaled/NokhudOffensive/1_109.png new file mode 100644 index 00000000..ff760015 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_109.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_11.png b/Textures/Upscaled/NokhudOffensive/1_11.png new file mode 100644 index 00000000..81cbaaad Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_11.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_110.png b/Textures/Upscaled/NokhudOffensive/1_110.png new file mode 100644 index 00000000..7c7af7da Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_110.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_111.png b/Textures/Upscaled/NokhudOffensive/1_111.png new file mode 100644 index 00000000..e9dcf976 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_111.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_112.png b/Textures/Upscaled/NokhudOffensive/1_112.png new file mode 100644 index 00000000..48c55db8 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_112.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_113.png b/Textures/Upscaled/NokhudOffensive/1_113.png new file mode 100644 index 00000000..22fbae22 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_113.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_114.png b/Textures/Upscaled/NokhudOffensive/1_114.png new file mode 100644 index 00000000..a9e50726 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_114.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_115.png b/Textures/Upscaled/NokhudOffensive/1_115.png new file mode 100644 index 00000000..f2482e0e Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_115.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_116.png b/Textures/Upscaled/NokhudOffensive/1_116.png new file mode 100644 index 00000000..c6c6d0a0 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_116.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_117.png b/Textures/Upscaled/NokhudOffensive/1_117.png new file mode 100644 index 00000000..8e102ed9 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_117.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_118.png b/Textures/Upscaled/NokhudOffensive/1_118.png new file mode 100644 index 00000000..e9aba673 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_118.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_119.png b/Textures/Upscaled/NokhudOffensive/1_119.png new file mode 100644 index 00000000..9a95ea94 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_119.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_12.png b/Textures/Upscaled/NokhudOffensive/1_12.png new file mode 100644 index 00000000..1fb781f0 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_12.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_120.png b/Textures/Upscaled/NokhudOffensive/1_120.png new file mode 100644 index 00000000..8d0b5592 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_120.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_121.png b/Textures/Upscaled/NokhudOffensive/1_121.png new file mode 100644 index 00000000..3b9890b7 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_121.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_122.png b/Textures/Upscaled/NokhudOffensive/1_122.png new file mode 100644 index 00000000..6dffe7e9 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_122.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_123.png b/Textures/Upscaled/NokhudOffensive/1_123.png new file mode 100644 index 00000000..7c4d5e49 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_123.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_124.png b/Textures/Upscaled/NokhudOffensive/1_124.png new file mode 100644 index 00000000..0fe6e065 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_124.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_125.png b/Textures/Upscaled/NokhudOffensive/1_125.png new file mode 100644 index 00000000..92d463cf Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_125.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_126.png b/Textures/Upscaled/NokhudOffensive/1_126.png new file mode 100644 index 00000000..efd55344 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_126.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_127.png b/Textures/Upscaled/NokhudOffensive/1_127.png new file mode 100644 index 00000000..2f7e4067 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_127.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_128.png b/Textures/Upscaled/NokhudOffensive/1_128.png new file mode 100644 index 00000000..20abcae8 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_128.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_129.png b/Textures/Upscaled/NokhudOffensive/1_129.png new file mode 100644 index 00000000..aed4c954 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_129.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_13.png b/Textures/Upscaled/NokhudOffensive/1_13.png new file mode 100644 index 00000000..59d82aa8 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_13.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_130.png b/Textures/Upscaled/NokhudOffensive/1_130.png new file mode 100644 index 00000000..d6d4f1e3 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_130.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_131.png b/Textures/Upscaled/NokhudOffensive/1_131.png new file mode 100644 index 00000000..7a37517d Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_131.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_132.png b/Textures/Upscaled/NokhudOffensive/1_132.png new file mode 100644 index 00000000..44c4ad0e Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_132.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_133.png b/Textures/Upscaled/NokhudOffensive/1_133.png new file mode 100644 index 00000000..e814acf6 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_133.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_134.png b/Textures/Upscaled/NokhudOffensive/1_134.png new file mode 100644 index 00000000..8ba44bd6 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_134.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_135.png b/Textures/Upscaled/NokhudOffensive/1_135.png new file mode 100644 index 00000000..bd7762d0 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_135.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_136.png b/Textures/Upscaled/NokhudOffensive/1_136.png new file mode 100644 index 00000000..ca04edba Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_136.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_137.png b/Textures/Upscaled/NokhudOffensive/1_137.png new file mode 100644 index 00000000..0ffa7666 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_137.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_138.png b/Textures/Upscaled/NokhudOffensive/1_138.png new file mode 100644 index 00000000..3a31a78a Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_138.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_139.png b/Textures/Upscaled/NokhudOffensive/1_139.png new file mode 100644 index 00000000..cd40e50f Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_139.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_14.png b/Textures/Upscaled/NokhudOffensive/1_14.png new file mode 100644 index 00000000..fccb95ce Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_14.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_140.png b/Textures/Upscaled/NokhudOffensive/1_140.png new file mode 100644 index 00000000..737548a1 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_140.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_141.png b/Textures/Upscaled/NokhudOffensive/1_141.png new file mode 100644 index 00000000..410b1190 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_141.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_142.png b/Textures/Upscaled/NokhudOffensive/1_142.png new file mode 100644 index 00000000..10f68e29 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_142.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_143.png b/Textures/Upscaled/NokhudOffensive/1_143.png new file mode 100644 index 00000000..65580f33 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_143.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_144.png b/Textures/Upscaled/NokhudOffensive/1_144.png new file mode 100644 index 00000000..c8e997a8 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_144.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_145.png b/Textures/Upscaled/NokhudOffensive/1_145.png new file mode 100644 index 00000000..7669ec91 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_145.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_146.png b/Textures/Upscaled/NokhudOffensive/1_146.png new file mode 100644 index 00000000..db5b95b9 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_146.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_147.png b/Textures/Upscaled/NokhudOffensive/1_147.png new file mode 100644 index 00000000..5d6cfca4 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_147.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_148.png b/Textures/Upscaled/NokhudOffensive/1_148.png new file mode 100644 index 00000000..6be68c19 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_148.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_149.png b/Textures/Upscaled/NokhudOffensive/1_149.png new file mode 100644 index 00000000..109a8c26 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_149.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_15.png b/Textures/Upscaled/NokhudOffensive/1_15.png new file mode 100644 index 00000000..4c73c5f9 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_15.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_150.png b/Textures/Upscaled/NokhudOffensive/1_150.png new file mode 100644 index 00000000..c4be58b5 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_150.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_16.png b/Textures/Upscaled/NokhudOffensive/1_16.png new file mode 100644 index 00000000..250f22f2 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_16.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_17.png b/Textures/Upscaled/NokhudOffensive/1_17.png new file mode 100644 index 00000000..d6c58773 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_17.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_18.png b/Textures/Upscaled/NokhudOffensive/1_18.png new file mode 100644 index 00000000..f5e0c9f2 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_18.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_19.png b/Textures/Upscaled/NokhudOffensive/1_19.png new file mode 100644 index 00000000..4770c039 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_19.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_2.png b/Textures/Upscaled/NokhudOffensive/1_2.png new file mode 100644 index 00000000..7d2fdf4f Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_2.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_20.png b/Textures/Upscaled/NokhudOffensive/1_20.png new file mode 100644 index 00000000..ef7d71aa Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_20.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_21.png b/Textures/Upscaled/NokhudOffensive/1_21.png new file mode 100644 index 00000000..71d7cb0b Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_21.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_22.png b/Textures/Upscaled/NokhudOffensive/1_22.png new file mode 100644 index 00000000..520f6371 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_22.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_23.png b/Textures/Upscaled/NokhudOffensive/1_23.png new file mode 100644 index 00000000..09311544 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_23.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_24.png b/Textures/Upscaled/NokhudOffensive/1_24.png new file mode 100644 index 00000000..134ccefb Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_24.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_25.png b/Textures/Upscaled/NokhudOffensive/1_25.png new file mode 100644 index 00000000..29d2523d Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_25.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_26.png b/Textures/Upscaled/NokhudOffensive/1_26.png new file mode 100644 index 00000000..8555b246 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_26.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_27.png b/Textures/Upscaled/NokhudOffensive/1_27.png new file mode 100644 index 00000000..f87818dc Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_27.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_28.png b/Textures/Upscaled/NokhudOffensive/1_28.png new file mode 100644 index 00000000..8bc4043a Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_28.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_29.png b/Textures/Upscaled/NokhudOffensive/1_29.png new file mode 100644 index 00000000..8f50732c Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_29.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_3.png b/Textures/Upscaled/NokhudOffensive/1_3.png new file mode 100644 index 00000000..b0e2fe93 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_3.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_30.png b/Textures/Upscaled/NokhudOffensive/1_30.png new file mode 100644 index 00000000..ca572d3d Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_30.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_31.png b/Textures/Upscaled/NokhudOffensive/1_31.png new file mode 100644 index 00000000..0697c3f1 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_31.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_32.png b/Textures/Upscaled/NokhudOffensive/1_32.png new file mode 100644 index 00000000..7852faa4 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_32.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_33.png b/Textures/Upscaled/NokhudOffensive/1_33.png new file mode 100644 index 00000000..a2d53ec5 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_33.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_34.png b/Textures/Upscaled/NokhudOffensive/1_34.png new file mode 100644 index 00000000..2b9e807e Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_34.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_35.png b/Textures/Upscaled/NokhudOffensive/1_35.png new file mode 100644 index 00000000..0649bdba Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_35.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_36.png b/Textures/Upscaled/NokhudOffensive/1_36.png new file mode 100644 index 00000000..776841c1 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_36.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_37.png b/Textures/Upscaled/NokhudOffensive/1_37.png new file mode 100644 index 00000000..4114b747 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_37.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_38.png b/Textures/Upscaled/NokhudOffensive/1_38.png new file mode 100644 index 00000000..1b08fb42 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_38.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_39.png b/Textures/Upscaled/NokhudOffensive/1_39.png new file mode 100644 index 00000000..d3a8abb2 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_39.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_4.png b/Textures/Upscaled/NokhudOffensive/1_4.png new file mode 100644 index 00000000..18854c07 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_4.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_40.png b/Textures/Upscaled/NokhudOffensive/1_40.png new file mode 100644 index 00000000..620b387c Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_40.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_41.png b/Textures/Upscaled/NokhudOffensive/1_41.png new file mode 100644 index 00000000..e2d03f89 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_41.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_42.png b/Textures/Upscaled/NokhudOffensive/1_42.png new file mode 100644 index 00000000..8f4060ae Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_42.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_43.png b/Textures/Upscaled/NokhudOffensive/1_43.png new file mode 100644 index 00000000..dd503906 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_43.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_44.png b/Textures/Upscaled/NokhudOffensive/1_44.png new file mode 100644 index 00000000..e2fffdb4 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_44.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_45.png b/Textures/Upscaled/NokhudOffensive/1_45.png new file mode 100644 index 00000000..c65e0d3b Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_45.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_46.png b/Textures/Upscaled/NokhudOffensive/1_46.png new file mode 100644 index 00000000..e8d14f91 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_46.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_47.png b/Textures/Upscaled/NokhudOffensive/1_47.png new file mode 100644 index 00000000..99ca932a Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_47.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_48.png b/Textures/Upscaled/NokhudOffensive/1_48.png new file mode 100644 index 00000000..c9c5770d Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_48.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_49.png b/Textures/Upscaled/NokhudOffensive/1_49.png new file mode 100644 index 00000000..df43b96c Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_49.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_5.png b/Textures/Upscaled/NokhudOffensive/1_5.png new file mode 100644 index 00000000..3f3d63db Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_5.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_50.png b/Textures/Upscaled/NokhudOffensive/1_50.png new file mode 100644 index 00000000..8bb44bf9 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_50.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_51.png b/Textures/Upscaled/NokhudOffensive/1_51.png new file mode 100644 index 00000000..58c22a69 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_51.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_52.png b/Textures/Upscaled/NokhudOffensive/1_52.png new file mode 100644 index 00000000..a1c693aa Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_52.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_53.png b/Textures/Upscaled/NokhudOffensive/1_53.png new file mode 100644 index 00000000..e667c1c4 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_53.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_54.png b/Textures/Upscaled/NokhudOffensive/1_54.png new file mode 100644 index 00000000..fff1533a Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_54.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_55.png b/Textures/Upscaled/NokhudOffensive/1_55.png new file mode 100644 index 00000000..eabb0390 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_55.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_56.png b/Textures/Upscaled/NokhudOffensive/1_56.png new file mode 100644 index 00000000..5f7cf591 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_56.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_57.png b/Textures/Upscaled/NokhudOffensive/1_57.png new file mode 100644 index 00000000..37419cee Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_57.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_58.png b/Textures/Upscaled/NokhudOffensive/1_58.png new file mode 100644 index 00000000..2c815769 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_58.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_59.png b/Textures/Upscaled/NokhudOffensive/1_59.png new file mode 100644 index 00000000..27313e11 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_59.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_6.png b/Textures/Upscaled/NokhudOffensive/1_6.png new file mode 100644 index 00000000..124b91ba Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_6.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_60.png b/Textures/Upscaled/NokhudOffensive/1_60.png new file mode 100644 index 00000000..993ebc0e Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_60.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_61.png b/Textures/Upscaled/NokhudOffensive/1_61.png new file mode 100644 index 00000000..e8b3cb42 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_61.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_62.png b/Textures/Upscaled/NokhudOffensive/1_62.png new file mode 100644 index 00000000..a06003fa Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_62.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_63.png b/Textures/Upscaled/NokhudOffensive/1_63.png new file mode 100644 index 00000000..bf59c2ae Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_63.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_64.png b/Textures/Upscaled/NokhudOffensive/1_64.png new file mode 100644 index 00000000..8ccc7412 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_64.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_65.png b/Textures/Upscaled/NokhudOffensive/1_65.png new file mode 100644 index 00000000..815909d3 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_65.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_66.png b/Textures/Upscaled/NokhudOffensive/1_66.png new file mode 100644 index 00000000..2d402c94 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_66.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_67.png b/Textures/Upscaled/NokhudOffensive/1_67.png new file mode 100644 index 00000000..e8de8495 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_67.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_68.png b/Textures/Upscaled/NokhudOffensive/1_68.png new file mode 100644 index 00000000..f083e8eb Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_68.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_69.png b/Textures/Upscaled/NokhudOffensive/1_69.png new file mode 100644 index 00000000..71a855f6 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_69.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_7.png b/Textures/Upscaled/NokhudOffensive/1_7.png new file mode 100644 index 00000000..83c6301a Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_7.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_70.png b/Textures/Upscaled/NokhudOffensive/1_70.png new file mode 100644 index 00000000..abc74d08 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_70.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_71.png b/Textures/Upscaled/NokhudOffensive/1_71.png new file mode 100644 index 00000000..adf838ec Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_71.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_72.png b/Textures/Upscaled/NokhudOffensive/1_72.png new file mode 100644 index 00000000..c2489807 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_72.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_73.png b/Textures/Upscaled/NokhudOffensive/1_73.png new file mode 100644 index 00000000..e55269c3 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_73.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_74.png b/Textures/Upscaled/NokhudOffensive/1_74.png new file mode 100644 index 00000000..52834c02 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_74.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_75.png b/Textures/Upscaled/NokhudOffensive/1_75.png new file mode 100644 index 00000000..19bdcfc2 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_75.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_76.png b/Textures/Upscaled/NokhudOffensive/1_76.png new file mode 100644 index 00000000..9aa1fb8a Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_76.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_77.png b/Textures/Upscaled/NokhudOffensive/1_77.png new file mode 100644 index 00000000..d02d7af9 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_77.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_78.png b/Textures/Upscaled/NokhudOffensive/1_78.png new file mode 100644 index 00000000..2d49cebd Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_78.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_79.png b/Textures/Upscaled/NokhudOffensive/1_79.png new file mode 100644 index 00000000..5700cd86 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_79.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_8.png b/Textures/Upscaled/NokhudOffensive/1_8.png new file mode 100644 index 00000000..55887406 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_8.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_80.png b/Textures/Upscaled/NokhudOffensive/1_80.png new file mode 100644 index 00000000..9bfb9175 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_80.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_81.png b/Textures/Upscaled/NokhudOffensive/1_81.png new file mode 100644 index 00000000..c4593120 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_81.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_82.png b/Textures/Upscaled/NokhudOffensive/1_82.png new file mode 100644 index 00000000..c12be569 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_82.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_83.png b/Textures/Upscaled/NokhudOffensive/1_83.png new file mode 100644 index 00000000..91d91a46 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_83.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_84.png b/Textures/Upscaled/NokhudOffensive/1_84.png new file mode 100644 index 00000000..350e6455 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_84.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_85.png b/Textures/Upscaled/NokhudOffensive/1_85.png new file mode 100644 index 00000000..7079fe49 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_85.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_86.png b/Textures/Upscaled/NokhudOffensive/1_86.png new file mode 100644 index 00000000..2709a53a Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_86.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_87.png b/Textures/Upscaled/NokhudOffensive/1_87.png new file mode 100644 index 00000000..2bab2a22 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_87.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_88.png b/Textures/Upscaled/NokhudOffensive/1_88.png new file mode 100644 index 00000000..92f73ffc Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_88.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_89.png b/Textures/Upscaled/NokhudOffensive/1_89.png new file mode 100644 index 00000000..a2a47eb2 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_89.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_9.png b/Textures/Upscaled/NokhudOffensive/1_9.png new file mode 100644 index 00000000..e672c838 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_9.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_90.png b/Textures/Upscaled/NokhudOffensive/1_90.png new file mode 100644 index 00000000..98e2b36b Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_90.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_91.png b/Textures/Upscaled/NokhudOffensive/1_91.png new file mode 100644 index 00000000..d37fdcf6 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_91.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_92.png b/Textures/Upscaled/NokhudOffensive/1_92.png new file mode 100644 index 00000000..a3b02d0b Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_92.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_93.png b/Textures/Upscaled/NokhudOffensive/1_93.png new file mode 100644 index 00000000..c75a77e5 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_93.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_94.png b/Textures/Upscaled/NokhudOffensive/1_94.png new file mode 100644 index 00000000..c1019605 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_94.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_95.png b/Textures/Upscaled/NokhudOffensive/1_95.png new file mode 100644 index 00000000..c507d7a1 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_95.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_96.png b/Textures/Upscaled/NokhudOffensive/1_96.png new file mode 100644 index 00000000..8f2d7ec2 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_96.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_97.png b/Textures/Upscaled/NokhudOffensive/1_97.png new file mode 100644 index 00000000..aebd2c5a Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_97.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_98.png b/Textures/Upscaled/NokhudOffensive/1_98.png new file mode 100644 index 00000000..e2665179 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_98.png differ diff --git a/Textures/Upscaled/NokhudOffensive/1_99.png b/Textures/Upscaled/NokhudOffensive/1_99.png new file mode 100644 index 00000000..76697539 Binary files /dev/null and b/Textures/Upscaled/NokhudOffensive/1_99.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_1.png b/Textures/Upscaled/RubyLifePools/1_1.png new file mode 100644 index 00000000..2bf1b062 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_1.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_10.png b/Textures/Upscaled/RubyLifePools/1_10.png new file mode 100644 index 00000000..29200208 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_10.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_100.png b/Textures/Upscaled/RubyLifePools/1_100.png new file mode 100644 index 00000000..08520c08 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_100.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_101.png b/Textures/Upscaled/RubyLifePools/1_101.png new file mode 100644 index 00000000..7584f590 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_101.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_102.png b/Textures/Upscaled/RubyLifePools/1_102.png new file mode 100644 index 00000000..eea30ba6 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_102.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_103.png b/Textures/Upscaled/RubyLifePools/1_103.png new file mode 100644 index 00000000..d55224bc Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_103.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_104.png b/Textures/Upscaled/RubyLifePools/1_104.png new file mode 100644 index 00000000..b034c715 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_104.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_105.png b/Textures/Upscaled/RubyLifePools/1_105.png new file mode 100644 index 00000000..144472a6 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_105.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_106.png b/Textures/Upscaled/RubyLifePools/1_106.png new file mode 100644 index 00000000..750e1e77 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_106.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_107.png b/Textures/Upscaled/RubyLifePools/1_107.png new file mode 100644 index 00000000..683ff58b Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_107.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_108.png b/Textures/Upscaled/RubyLifePools/1_108.png new file mode 100644 index 00000000..f482bfdd Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_108.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_109.png b/Textures/Upscaled/RubyLifePools/1_109.png new file mode 100644 index 00000000..08615238 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_109.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_11.png b/Textures/Upscaled/RubyLifePools/1_11.png new file mode 100644 index 00000000..0c61fd32 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_11.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_110.png b/Textures/Upscaled/RubyLifePools/1_110.png new file mode 100644 index 00000000..9ed36cfd Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_110.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_111.png b/Textures/Upscaled/RubyLifePools/1_111.png new file mode 100644 index 00000000..223ef11f Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_111.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_112.png b/Textures/Upscaled/RubyLifePools/1_112.png new file mode 100644 index 00000000..03e862ae Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_112.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_113.png b/Textures/Upscaled/RubyLifePools/1_113.png new file mode 100644 index 00000000..bde5f2a3 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_113.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_114.png b/Textures/Upscaled/RubyLifePools/1_114.png new file mode 100644 index 00000000..3e466729 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_114.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_115.png b/Textures/Upscaled/RubyLifePools/1_115.png new file mode 100644 index 00000000..8a3a2eb4 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_115.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_116.png b/Textures/Upscaled/RubyLifePools/1_116.png new file mode 100644 index 00000000..e73e20f6 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_116.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_117.png b/Textures/Upscaled/RubyLifePools/1_117.png new file mode 100644 index 00000000..07ef629c Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_117.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_118.png b/Textures/Upscaled/RubyLifePools/1_118.png new file mode 100644 index 00000000..6d1260a9 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_118.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_119.png b/Textures/Upscaled/RubyLifePools/1_119.png new file mode 100644 index 00000000..43c23b20 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_119.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_12.png b/Textures/Upscaled/RubyLifePools/1_12.png new file mode 100644 index 00000000..b5c2d083 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_12.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_120.png b/Textures/Upscaled/RubyLifePools/1_120.png new file mode 100644 index 00000000..32a507e7 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_120.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_121.png b/Textures/Upscaled/RubyLifePools/1_121.png new file mode 100644 index 00000000..b1ef0be8 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_121.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_122.png b/Textures/Upscaled/RubyLifePools/1_122.png new file mode 100644 index 00000000..c18e6bb8 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_122.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_123.png b/Textures/Upscaled/RubyLifePools/1_123.png new file mode 100644 index 00000000..b4e0de9a Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_123.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_124.png b/Textures/Upscaled/RubyLifePools/1_124.png new file mode 100644 index 00000000..8d380897 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_124.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_125.png b/Textures/Upscaled/RubyLifePools/1_125.png new file mode 100644 index 00000000..c3d7754d Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_125.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_126.png b/Textures/Upscaled/RubyLifePools/1_126.png new file mode 100644 index 00000000..7dee9c6a Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_126.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_127.png b/Textures/Upscaled/RubyLifePools/1_127.png new file mode 100644 index 00000000..6ee9b921 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_127.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_128.png b/Textures/Upscaled/RubyLifePools/1_128.png new file mode 100644 index 00000000..b6a4dd7b Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_128.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_129.png b/Textures/Upscaled/RubyLifePools/1_129.png new file mode 100644 index 00000000..6921c636 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_129.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_13.png b/Textures/Upscaled/RubyLifePools/1_13.png new file mode 100644 index 00000000..2b6a027c Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_13.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_130.png b/Textures/Upscaled/RubyLifePools/1_130.png new file mode 100644 index 00000000..6c62abf8 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_130.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_131.png b/Textures/Upscaled/RubyLifePools/1_131.png new file mode 100644 index 00000000..ec6176e2 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_131.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_132.png b/Textures/Upscaled/RubyLifePools/1_132.png new file mode 100644 index 00000000..6c1e5e8d Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_132.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_133.png b/Textures/Upscaled/RubyLifePools/1_133.png new file mode 100644 index 00000000..58315bd6 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_133.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_134.png b/Textures/Upscaled/RubyLifePools/1_134.png new file mode 100644 index 00000000..4b4f55b4 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_134.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_135.png b/Textures/Upscaled/RubyLifePools/1_135.png new file mode 100644 index 00000000..ac9ad806 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_135.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_136.png b/Textures/Upscaled/RubyLifePools/1_136.png new file mode 100644 index 00000000..abd2e6da Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_136.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_137.png b/Textures/Upscaled/RubyLifePools/1_137.png new file mode 100644 index 00000000..5d204992 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_137.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_138.png b/Textures/Upscaled/RubyLifePools/1_138.png new file mode 100644 index 00000000..ff647929 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_138.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_139.png b/Textures/Upscaled/RubyLifePools/1_139.png new file mode 100644 index 00000000..5801d312 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_139.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_14.png b/Textures/Upscaled/RubyLifePools/1_14.png new file mode 100644 index 00000000..501dc742 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_14.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_140.png b/Textures/Upscaled/RubyLifePools/1_140.png new file mode 100644 index 00000000..96eb79ad Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_140.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_141.png b/Textures/Upscaled/RubyLifePools/1_141.png new file mode 100644 index 00000000..c0308040 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_141.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_142.png b/Textures/Upscaled/RubyLifePools/1_142.png new file mode 100644 index 00000000..9797ae62 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_142.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_143.png b/Textures/Upscaled/RubyLifePools/1_143.png new file mode 100644 index 00000000..566f0e57 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_143.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_144.png b/Textures/Upscaled/RubyLifePools/1_144.png new file mode 100644 index 00000000..7a33bb15 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_144.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_145.png b/Textures/Upscaled/RubyLifePools/1_145.png new file mode 100644 index 00000000..341c2289 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_145.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_146.png b/Textures/Upscaled/RubyLifePools/1_146.png new file mode 100644 index 00000000..bb2b1d56 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_146.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_147.png b/Textures/Upscaled/RubyLifePools/1_147.png new file mode 100644 index 00000000..6c8ad700 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_147.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_148.png b/Textures/Upscaled/RubyLifePools/1_148.png new file mode 100644 index 00000000..24aa9196 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_148.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_149.png b/Textures/Upscaled/RubyLifePools/1_149.png new file mode 100644 index 00000000..745ff47c Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_149.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_15.png b/Textures/Upscaled/RubyLifePools/1_15.png new file mode 100644 index 00000000..7e5a5c18 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_15.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_150.png b/Textures/Upscaled/RubyLifePools/1_150.png new file mode 100644 index 00000000..141a3bc3 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_150.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_16.png b/Textures/Upscaled/RubyLifePools/1_16.png new file mode 100644 index 00000000..c3aaeced Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_16.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_17.png b/Textures/Upscaled/RubyLifePools/1_17.png new file mode 100644 index 00000000..a19595a5 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_17.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_18.png b/Textures/Upscaled/RubyLifePools/1_18.png new file mode 100644 index 00000000..9161961a Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_18.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_19.png b/Textures/Upscaled/RubyLifePools/1_19.png new file mode 100644 index 00000000..bc3799cc Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_19.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_2.png b/Textures/Upscaled/RubyLifePools/1_2.png new file mode 100644 index 00000000..2b4fd1c7 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_2.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_20.png b/Textures/Upscaled/RubyLifePools/1_20.png new file mode 100644 index 00000000..e0500c49 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_20.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_21.png b/Textures/Upscaled/RubyLifePools/1_21.png new file mode 100644 index 00000000..39f17a52 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_21.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_22.png b/Textures/Upscaled/RubyLifePools/1_22.png new file mode 100644 index 00000000..a91f1fc7 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_22.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_23.png b/Textures/Upscaled/RubyLifePools/1_23.png new file mode 100644 index 00000000..5b8aef3f Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_23.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_24.png b/Textures/Upscaled/RubyLifePools/1_24.png new file mode 100644 index 00000000..b68a387d Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_24.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_25.png b/Textures/Upscaled/RubyLifePools/1_25.png new file mode 100644 index 00000000..2edd9b5c Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_25.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_26.png b/Textures/Upscaled/RubyLifePools/1_26.png new file mode 100644 index 00000000..79793f0d Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_26.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_27.png b/Textures/Upscaled/RubyLifePools/1_27.png new file mode 100644 index 00000000..4665439f Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_27.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_28.png b/Textures/Upscaled/RubyLifePools/1_28.png new file mode 100644 index 00000000..630d01a2 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_28.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_29.png b/Textures/Upscaled/RubyLifePools/1_29.png new file mode 100644 index 00000000..0900373f Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_29.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_3.png b/Textures/Upscaled/RubyLifePools/1_3.png new file mode 100644 index 00000000..ba234c2e Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_3.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_30.png b/Textures/Upscaled/RubyLifePools/1_30.png new file mode 100644 index 00000000..75559c31 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_30.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_31.png b/Textures/Upscaled/RubyLifePools/1_31.png new file mode 100644 index 00000000..4bca3607 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_31.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_32.png b/Textures/Upscaled/RubyLifePools/1_32.png new file mode 100644 index 00000000..886f96b0 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_32.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_33.png b/Textures/Upscaled/RubyLifePools/1_33.png new file mode 100644 index 00000000..b8f42040 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_33.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_34.png b/Textures/Upscaled/RubyLifePools/1_34.png new file mode 100644 index 00000000..b9dce756 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_34.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_35.png b/Textures/Upscaled/RubyLifePools/1_35.png new file mode 100644 index 00000000..d07afdff Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_35.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_36.png b/Textures/Upscaled/RubyLifePools/1_36.png new file mode 100644 index 00000000..f91c800c Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_36.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_37.png b/Textures/Upscaled/RubyLifePools/1_37.png new file mode 100644 index 00000000..9271e5b7 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_37.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_38.png b/Textures/Upscaled/RubyLifePools/1_38.png new file mode 100644 index 00000000..1e8d73f9 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_38.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_39.png b/Textures/Upscaled/RubyLifePools/1_39.png new file mode 100644 index 00000000..e1d7fa1a Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_39.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_4.png b/Textures/Upscaled/RubyLifePools/1_4.png new file mode 100644 index 00000000..ea92b419 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_4.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_40.png b/Textures/Upscaled/RubyLifePools/1_40.png new file mode 100644 index 00000000..276cc482 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_40.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_41.png b/Textures/Upscaled/RubyLifePools/1_41.png new file mode 100644 index 00000000..14a3b5f7 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_41.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_42.png b/Textures/Upscaled/RubyLifePools/1_42.png new file mode 100644 index 00000000..50eacab1 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_42.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_43.png b/Textures/Upscaled/RubyLifePools/1_43.png new file mode 100644 index 00000000..3a671509 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_43.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_44.png b/Textures/Upscaled/RubyLifePools/1_44.png new file mode 100644 index 00000000..7fa9d1b7 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_44.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_45.png b/Textures/Upscaled/RubyLifePools/1_45.png new file mode 100644 index 00000000..b07a0466 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_45.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_46.png b/Textures/Upscaled/RubyLifePools/1_46.png new file mode 100644 index 00000000..a6a0de60 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_46.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_47.png b/Textures/Upscaled/RubyLifePools/1_47.png new file mode 100644 index 00000000..af655661 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_47.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_48.png b/Textures/Upscaled/RubyLifePools/1_48.png new file mode 100644 index 00000000..72556551 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_48.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_49.png b/Textures/Upscaled/RubyLifePools/1_49.png new file mode 100644 index 00000000..85d9ee28 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_49.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_5.png b/Textures/Upscaled/RubyLifePools/1_5.png new file mode 100644 index 00000000..4f164c8a Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_5.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_50.png b/Textures/Upscaled/RubyLifePools/1_50.png new file mode 100644 index 00000000..7da3bedb Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_50.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_51.png b/Textures/Upscaled/RubyLifePools/1_51.png new file mode 100644 index 00000000..49dfa2b9 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_51.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_52.png b/Textures/Upscaled/RubyLifePools/1_52.png new file mode 100644 index 00000000..88a97bbf Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_52.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_53.png b/Textures/Upscaled/RubyLifePools/1_53.png new file mode 100644 index 00000000..0c372ed4 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_53.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_54.png b/Textures/Upscaled/RubyLifePools/1_54.png new file mode 100644 index 00000000..58c3a0f8 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_54.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_55.png b/Textures/Upscaled/RubyLifePools/1_55.png new file mode 100644 index 00000000..5b87322e Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_55.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_56.png b/Textures/Upscaled/RubyLifePools/1_56.png new file mode 100644 index 00000000..9765cde4 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_56.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_57.png b/Textures/Upscaled/RubyLifePools/1_57.png new file mode 100644 index 00000000..22f3431e Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_57.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_58.png b/Textures/Upscaled/RubyLifePools/1_58.png new file mode 100644 index 00000000..a8586370 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_58.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_59.png b/Textures/Upscaled/RubyLifePools/1_59.png new file mode 100644 index 00000000..53d4af9e Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_59.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_6.png b/Textures/Upscaled/RubyLifePools/1_6.png new file mode 100644 index 00000000..c442b446 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_6.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_60.png b/Textures/Upscaled/RubyLifePools/1_60.png new file mode 100644 index 00000000..4a605c6e Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_60.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_61.png b/Textures/Upscaled/RubyLifePools/1_61.png new file mode 100644 index 00000000..ec0c366e Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_61.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_62.png b/Textures/Upscaled/RubyLifePools/1_62.png new file mode 100644 index 00000000..8559782f Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_62.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_63.png b/Textures/Upscaled/RubyLifePools/1_63.png new file mode 100644 index 00000000..ddb90b0f Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_63.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_64.png b/Textures/Upscaled/RubyLifePools/1_64.png new file mode 100644 index 00000000..d1683291 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_64.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_65.png b/Textures/Upscaled/RubyLifePools/1_65.png new file mode 100644 index 00000000..1d69cf47 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_65.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_66.png b/Textures/Upscaled/RubyLifePools/1_66.png new file mode 100644 index 00000000..b9105fea Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_66.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_67.png b/Textures/Upscaled/RubyLifePools/1_67.png new file mode 100644 index 00000000..832e74a3 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_67.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_68.png b/Textures/Upscaled/RubyLifePools/1_68.png new file mode 100644 index 00000000..a78b3fe2 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_68.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_69.png b/Textures/Upscaled/RubyLifePools/1_69.png new file mode 100644 index 00000000..112c2e26 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_69.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_7.png b/Textures/Upscaled/RubyLifePools/1_7.png new file mode 100644 index 00000000..9f74ad5c Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_7.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_70.png b/Textures/Upscaled/RubyLifePools/1_70.png new file mode 100644 index 00000000..03f558a1 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_70.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_71.png b/Textures/Upscaled/RubyLifePools/1_71.png new file mode 100644 index 00000000..bba5025a Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_71.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_72.png b/Textures/Upscaled/RubyLifePools/1_72.png new file mode 100644 index 00000000..0f06c2c6 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_72.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_73.png b/Textures/Upscaled/RubyLifePools/1_73.png new file mode 100644 index 00000000..954338ce Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_73.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_74.png b/Textures/Upscaled/RubyLifePools/1_74.png new file mode 100644 index 00000000..42d375cb Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_74.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_75.png b/Textures/Upscaled/RubyLifePools/1_75.png new file mode 100644 index 00000000..27bb3e64 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_75.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_76.png b/Textures/Upscaled/RubyLifePools/1_76.png new file mode 100644 index 00000000..427607cb Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_76.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_77.png b/Textures/Upscaled/RubyLifePools/1_77.png new file mode 100644 index 00000000..82cb435b Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_77.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_78.png b/Textures/Upscaled/RubyLifePools/1_78.png new file mode 100644 index 00000000..2a756d98 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_78.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_79.png b/Textures/Upscaled/RubyLifePools/1_79.png new file mode 100644 index 00000000..cf5c7053 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_79.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_8.png b/Textures/Upscaled/RubyLifePools/1_8.png new file mode 100644 index 00000000..90e9a32f Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_8.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_80.png b/Textures/Upscaled/RubyLifePools/1_80.png new file mode 100644 index 00000000..1071b887 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_80.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_81.png b/Textures/Upscaled/RubyLifePools/1_81.png new file mode 100644 index 00000000..23625f66 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_81.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_82.png b/Textures/Upscaled/RubyLifePools/1_82.png new file mode 100644 index 00000000..2f2962a1 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_82.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_83.png b/Textures/Upscaled/RubyLifePools/1_83.png new file mode 100644 index 00000000..5087b716 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_83.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_84.png b/Textures/Upscaled/RubyLifePools/1_84.png new file mode 100644 index 00000000..27be7969 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_84.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_85.png b/Textures/Upscaled/RubyLifePools/1_85.png new file mode 100644 index 00000000..6190e2f9 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_85.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_86.png b/Textures/Upscaled/RubyLifePools/1_86.png new file mode 100644 index 00000000..0cbefaa1 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_86.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_87.png b/Textures/Upscaled/RubyLifePools/1_87.png new file mode 100644 index 00000000..2493de8a Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_87.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_88.png b/Textures/Upscaled/RubyLifePools/1_88.png new file mode 100644 index 00000000..d57d26ef Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_88.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_89.png b/Textures/Upscaled/RubyLifePools/1_89.png new file mode 100644 index 00000000..f0f62e89 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_89.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_9.png b/Textures/Upscaled/RubyLifePools/1_9.png new file mode 100644 index 00000000..4758978e Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_9.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_90.png b/Textures/Upscaled/RubyLifePools/1_90.png new file mode 100644 index 00000000..79744d07 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_90.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_91.png b/Textures/Upscaled/RubyLifePools/1_91.png new file mode 100644 index 00000000..faf0aa30 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_91.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_92.png b/Textures/Upscaled/RubyLifePools/1_92.png new file mode 100644 index 00000000..4486c4f2 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_92.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_93.png b/Textures/Upscaled/RubyLifePools/1_93.png new file mode 100644 index 00000000..177ab647 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_93.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_94.png b/Textures/Upscaled/RubyLifePools/1_94.png new file mode 100644 index 00000000..0e645fe0 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_94.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_95.png b/Textures/Upscaled/RubyLifePools/1_95.png new file mode 100644 index 00000000..9108670f Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_95.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_96.png b/Textures/Upscaled/RubyLifePools/1_96.png new file mode 100644 index 00000000..188ff740 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_96.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_97.png b/Textures/Upscaled/RubyLifePools/1_97.png new file mode 100644 index 00000000..07334a32 Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_97.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_98.png b/Textures/Upscaled/RubyLifePools/1_98.png new file mode 100644 index 00000000..9b5c9dcf Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_98.png differ diff --git a/Textures/Upscaled/RubyLifePools/1_99.png b/Textures/Upscaled/RubyLifePools/1_99.png new file mode 100644 index 00000000..0bdd303c Binary files /dev/null and b/Textures/Upscaled/RubyLifePools/1_99.png differ diff --git a/Textures/Upscaled/Uldaman/1_1.png b/Textures/Upscaled/Uldaman/1_1.png new file mode 100644 index 00000000..2bf1b062 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_1.png differ diff --git a/Textures/Upscaled/Uldaman/1_10.png b/Textures/Upscaled/Uldaman/1_10.png new file mode 100644 index 00000000..a3e71ac8 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_10.png differ diff --git a/Textures/Upscaled/Uldaman/1_100.png b/Textures/Upscaled/Uldaman/1_100.png new file mode 100644 index 00000000..77c2a346 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_100.png differ diff --git a/Textures/Upscaled/Uldaman/1_101.png b/Textures/Upscaled/Uldaman/1_101.png new file mode 100644 index 00000000..66c94963 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_101.png differ diff --git a/Textures/Upscaled/Uldaman/1_102.png b/Textures/Upscaled/Uldaman/1_102.png new file mode 100644 index 00000000..b7fbc09f Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_102.png differ diff --git a/Textures/Upscaled/Uldaman/1_103.png b/Textures/Upscaled/Uldaman/1_103.png new file mode 100644 index 00000000..3f675bb7 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_103.png differ diff --git a/Textures/Upscaled/Uldaman/1_104.png b/Textures/Upscaled/Uldaman/1_104.png new file mode 100644 index 00000000..cb444368 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_104.png differ diff --git a/Textures/Upscaled/Uldaman/1_105.png b/Textures/Upscaled/Uldaman/1_105.png new file mode 100644 index 00000000..e36ec528 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_105.png differ diff --git a/Textures/Upscaled/Uldaman/1_106.png b/Textures/Upscaled/Uldaman/1_106.png new file mode 100644 index 00000000..15f3eb41 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_106.png differ diff --git a/Textures/Upscaled/Uldaman/1_107.png b/Textures/Upscaled/Uldaman/1_107.png new file mode 100644 index 00000000..20e2ce77 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_107.png differ diff --git a/Textures/Upscaled/Uldaman/1_108.png b/Textures/Upscaled/Uldaman/1_108.png new file mode 100644 index 00000000..7ae0bf3a Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_108.png differ diff --git a/Textures/Upscaled/Uldaman/1_109.png b/Textures/Upscaled/Uldaman/1_109.png new file mode 100644 index 00000000..cdc9f72e Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_109.png differ diff --git a/Textures/Upscaled/Uldaman/1_11.png b/Textures/Upscaled/Uldaman/1_11.png new file mode 100644 index 00000000..dbafc480 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_11.png differ diff --git a/Textures/Upscaled/Uldaman/1_110.png b/Textures/Upscaled/Uldaman/1_110.png new file mode 100644 index 00000000..d1335cf5 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_110.png differ diff --git a/Textures/Upscaled/Uldaman/1_111.png b/Textures/Upscaled/Uldaman/1_111.png new file mode 100644 index 00000000..e59b9ce0 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_111.png differ diff --git a/Textures/Upscaled/Uldaman/1_112.png b/Textures/Upscaled/Uldaman/1_112.png new file mode 100644 index 00000000..da8e513f Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_112.png differ diff --git a/Textures/Upscaled/Uldaman/1_113.png b/Textures/Upscaled/Uldaman/1_113.png new file mode 100644 index 00000000..1b501be3 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_113.png differ diff --git a/Textures/Upscaled/Uldaman/1_114.png b/Textures/Upscaled/Uldaman/1_114.png new file mode 100644 index 00000000..4d523d07 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_114.png differ diff --git a/Textures/Upscaled/Uldaman/1_115.png b/Textures/Upscaled/Uldaman/1_115.png new file mode 100644 index 00000000..261ddfbc Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_115.png differ diff --git a/Textures/Upscaled/Uldaman/1_116.png b/Textures/Upscaled/Uldaman/1_116.png new file mode 100644 index 00000000..cac4b118 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_116.png differ diff --git a/Textures/Upscaled/Uldaman/1_117.png b/Textures/Upscaled/Uldaman/1_117.png new file mode 100644 index 00000000..f427183e Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_117.png differ diff --git a/Textures/Upscaled/Uldaman/1_118.png b/Textures/Upscaled/Uldaman/1_118.png new file mode 100644 index 00000000..4424ef06 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_118.png differ diff --git a/Textures/Upscaled/Uldaman/1_119.png b/Textures/Upscaled/Uldaman/1_119.png new file mode 100644 index 00000000..b3890f81 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_119.png differ diff --git a/Textures/Upscaled/Uldaman/1_12.png b/Textures/Upscaled/Uldaman/1_12.png new file mode 100644 index 00000000..48d72bc1 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_12.png differ diff --git a/Textures/Upscaled/Uldaman/1_120.png b/Textures/Upscaled/Uldaman/1_120.png new file mode 100644 index 00000000..50f9f76f Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_120.png differ diff --git a/Textures/Upscaled/Uldaman/1_121.png b/Textures/Upscaled/Uldaman/1_121.png new file mode 100644 index 00000000..c02a3081 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_121.png differ diff --git a/Textures/Upscaled/Uldaman/1_122.png b/Textures/Upscaled/Uldaman/1_122.png new file mode 100644 index 00000000..8c9c6bf5 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_122.png differ diff --git a/Textures/Upscaled/Uldaman/1_123.png b/Textures/Upscaled/Uldaman/1_123.png new file mode 100644 index 00000000..a13f4f72 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_123.png differ diff --git a/Textures/Upscaled/Uldaman/1_124.png b/Textures/Upscaled/Uldaman/1_124.png new file mode 100644 index 00000000..c84b4b54 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_124.png differ diff --git a/Textures/Upscaled/Uldaman/1_125.png b/Textures/Upscaled/Uldaman/1_125.png new file mode 100644 index 00000000..6cd88afa Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_125.png differ diff --git a/Textures/Upscaled/Uldaman/1_126.png b/Textures/Upscaled/Uldaman/1_126.png new file mode 100644 index 00000000..3bce2b6c Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_126.png differ diff --git a/Textures/Upscaled/Uldaman/1_127.png b/Textures/Upscaled/Uldaman/1_127.png new file mode 100644 index 00000000..767accd3 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_127.png differ diff --git a/Textures/Upscaled/Uldaman/1_128.png b/Textures/Upscaled/Uldaman/1_128.png new file mode 100644 index 00000000..4d96c0d2 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_128.png differ diff --git a/Textures/Upscaled/Uldaman/1_129.png b/Textures/Upscaled/Uldaman/1_129.png new file mode 100644 index 00000000..93d0f2a6 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_129.png differ diff --git a/Textures/Upscaled/Uldaman/1_13.png b/Textures/Upscaled/Uldaman/1_13.png new file mode 100644 index 00000000..4151c241 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_13.png differ diff --git a/Textures/Upscaled/Uldaman/1_130.png b/Textures/Upscaled/Uldaman/1_130.png new file mode 100644 index 00000000..d965217c Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_130.png differ diff --git a/Textures/Upscaled/Uldaman/1_131.png b/Textures/Upscaled/Uldaman/1_131.png new file mode 100644 index 00000000..b75115d0 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_131.png differ diff --git a/Textures/Upscaled/Uldaman/1_132.png b/Textures/Upscaled/Uldaman/1_132.png new file mode 100644 index 00000000..79e10c54 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_132.png differ diff --git a/Textures/Upscaled/Uldaman/1_133.png b/Textures/Upscaled/Uldaman/1_133.png new file mode 100644 index 00000000..90f1fca5 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_133.png differ diff --git a/Textures/Upscaled/Uldaman/1_134.png b/Textures/Upscaled/Uldaman/1_134.png new file mode 100644 index 00000000..6962806a Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_134.png differ diff --git a/Textures/Upscaled/Uldaman/1_135.png b/Textures/Upscaled/Uldaman/1_135.png new file mode 100644 index 00000000..d9778fe8 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_135.png differ diff --git a/Textures/Upscaled/Uldaman/1_136.png b/Textures/Upscaled/Uldaman/1_136.png new file mode 100644 index 00000000..b3c23d7d Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_136.png differ diff --git a/Textures/Upscaled/Uldaman/1_137.png b/Textures/Upscaled/Uldaman/1_137.png new file mode 100644 index 00000000..9130db2f Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_137.png differ diff --git a/Textures/Upscaled/Uldaman/1_138.png b/Textures/Upscaled/Uldaman/1_138.png new file mode 100644 index 00000000..54d1a2fb Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_138.png differ diff --git a/Textures/Upscaled/Uldaman/1_139.png b/Textures/Upscaled/Uldaman/1_139.png new file mode 100644 index 00000000..3c98e38e Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_139.png differ diff --git a/Textures/Upscaled/Uldaman/1_14.png b/Textures/Upscaled/Uldaman/1_14.png new file mode 100644 index 00000000..12c70579 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_14.png differ diff --git a/Textures/Upscaled/Uldaman/1_140.png b/Textures/Upscaled/Uldaman/1_140.png new file mode 100644 index 00000000..907c415d Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_140.png differ diff --git a/Textures/Upscaled/Uldaman/1_141.png b/Textures/Upscaled/Uldaman/1_141.png new file mode 100644 index 00000000..fac4a3d7 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_141.png differ diff --git a/Textures/Upscaled/Uldaman/1_142.png b/Textures/Upscaled/Uldaman/1_142.png new file mode 100644 index 00000000..85215a89 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_142.png differ diff --git a/Textures/Upscaled/Uldaman/1_143.png b/Textures/Upscaled/Uldaman/1_143.png new file mode 100644 index 00000000..031c927d Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_143.png differ diff --git a/Textures/Upscaled/Uldaman/1_144.png b/Textures/Upscaled/Uldaman/1_144.png new file mode 100644 index 00000000..4c145331 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_144.png differ diff --git a/Textures/Upscaled/Uldaman/1_145.png b/Textures/Upscaled/Uldaman/1_145.png new file mode 100644 index 00000000..39eeac5a Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_145.png differ diff --git a/Textures/Upscaled/Uldaman/1_146.png b/Textures/Upscaled/Uldaman/1_146.png new file mode 100644 index 00000000..67dd18f5 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_146.png differ diff --git a/Textures/Upscaled/Uldaman/1_147.png b/Textures/Upscaled/Uldaman/1_147.png new file mode 100644 index 00000000..5d0e24a0 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_147.png differ diff --git a/Textures/Upscaled/Uldaman/1_148.png b/Textures/Upscaled/Uldaman/1_148.png new file mode 100644 index 00000000..d1a2dd66 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_148.png differ diff --git a/Textures/Upscaled/Uldaman/1_149.png b/Textures/Upscaled/Uldaman/1_149.png new file mode 100644 index 00000000..e31bf6d9 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_149.png differ diff --git a/Textures/Upscaled/Uldaman/1_15.png b/Textures/Upscaled/Uldaman/1_15.png new file mode 100644 index 00000000..11b932d2 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_15.png differ diff --git a/Textures/Upscaled/Uldaman/1_150.png b/Textures/Upscaled/Uldaman/1_150.png new file mode 100644 index 00000000..141a3bc3 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_150.png differ diff --git a/Textures/Upscaled/Uldaman/1_16.png b/Textures/Upscaled/Uldaman/1_16.png new file mode 100644 index 00000000..c3aaeced Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_16.png differ diff --git a/Textures/Upscaled/Uldaman/1_17.png b/Textures/Upscaled/Uldaman/1_17.png new file mode 100644 index 00000000..bffd8653 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_17.png differ diff --git a/Textures/Upscaled/Uldaman/1_18.png b/Textures/Upscaled/Uldaman/1_18.png new file mode 100644 index 00000000..07cb3d78 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_18.png differ diff --git a/Textures/Upscaled/Uldaman/1_19.png b/Textures/Upscaled/Uldaman/1_19.png new file mode 100644 index 00000000..834369cd Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_19.png differ diff --git a/Textures/Upscaled/Uldaman/1_2.png b/Textures/Upscaled/Uldaman/1_2.png new file mode 100644 index 00000000..5f51d6cb Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_2.png differ diff --git a/Textures/Upscaled/Uldaman/1_20.png b/Textures/Upscaled/Uldaman/1_20.png new file mode 100644 index 00000000..fac90733 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_20.png differ diff --git a/Textures/Upscaled/Uldaman/1_21.png b/Textures/Upscaled/Uldaman/1_21.png new file mode 100644 index 00000000..146ecac9 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_21.png differ diff --git a/Textures/Upscaled/Uldaman/1_22.png b/Textures/Upscaled/Uldaman/1_22.png new file mode 100644 index 00000000..215b1d5b Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_22.png differ diff --git a/Textures/Upscaled/Uldaman/1_23.png b/Textures/Upscaled/Uldaman/1_23.png new file mode 100644 index 00000000..bf6c344a Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_23.png differ diff --git a/Textures/Upscaled/Uldaman/1_24.png b/Textures/Upscaled/Uldaman/1_24.png new file mode 100644 index 00000000..f693a748 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_24.png differ diff --git a/Textures/Upscaled/Uldaman/1_25.png b/Textures/Upscaled/Uldaman/1_25.png new file mode 100644 index 00000000..1936f120 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_25.png differ diff --git a/Textures/Upscaled/Uldaman/1_26.png b/Textures/Upscaled/Uldaman/1_26.png new file mode 100644 index 00000000..ed945a01 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_26.png differ diff --git a/Textures/Upscaled/Uldaman/1_27.png b/Textures/Upscaled/Uldaman/1_27.png new file mode 100644 index 00000000..0b9b9e28 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_27.png differ diff --git a/Textures/Upscaled/Uldaman/1_28.png b/Textures/Upscaled/Uldaman/1_28.png new file mode 100644 index 00000000..944445d6 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_28.png differ diff --git a/Textures/Upscaled/Uldaman/1_29.png b/Textures/Upscaled/Uldaman/1_29.png new file mode 100644 index 00000000..860a90e6 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_29.png differ diff --git a/Textures/Upscaled/Uldaman/1_3.png b/Textures/Upscaled/Uldaman/1_3.png new file mode 100644 index 00000000..fe25da29 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_3.png differ diff --git a/Textures/Upscaled/Uldaman/1_30.png b/Textures/Upscaled/Uldaman/1_30.png new file mode 100644 index 00000000..18548849 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_30.png differ diff --git a/Textures/Upscaled/Uldaman/1_31.png b/Textures/Upscaled/Uldaman/1_31.png new file mode 100644 index 00000000..ef3a0610 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_31.png differ diff --git a/Textures/Upscaled/Uldaman/1_32.png b/Textures/Upscaled/Uldaman/1_32.png new file mode 100644 index 00000000..cb1fe29c Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_32.png differ diff --git a/Textures/Upscaled/Uldaman/1_33.png b/Textures/Upscaled/Uldaman/1_33.png new file mode 100644 index 00000000..ad3c67c9 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_33.png differ diff --git a/Textures/Upscaled/Uldaman/1_34.png b/Textures/Upscaled/Uldaman/1_34.png new file mode 100644 index 00000000..a784acb9 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_34.png differ diff --git a/Textures/Upscaled/Uldaman/1_35.png b/Textures/Upscaled/Uldaman/1_35.png new file mode 100644 index 00000000..031ac21a Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_35.png differ diff --git a/Textures/Upscaled/Uldaman/1_36.png b/Textures/Upscaled/Uldaman/1_36.png new file mode 100644 index 00000000..fb663b36 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_36.png differ diff --git a/Textures/Upscaled/Uldaman/1_37.png b/Textures/Upscaled/Uldaman/1_37.png new file mode 100644 index 00000000..730b181a Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_37.png differ diff --git a/Textures/Upscaled/Uldaman/1_38.png b/Textures/Upscaled/Uldaman/1_38.png new file mode 100644 index 00000000..7b4ac942 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_38.png differ diff --git a/Textures/Upscaled/Uldaman/1_39.png b/Textures/Upscaled/Uldaman/1_39.png new file mode 100644 index 00000000..557bbfba Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_39.png differ diff --git a/Textures/Upscaled/Uldaman/1_4.png b/Textures/Upscaled/Uldaman/1_4.png new file mode 100644 index 00000000..3f1eb077 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_4.png differ diff --git a/Textures/Upscaled/Uldaman/1_40.png b/Textures/Upscaled/Uldaman/1_40.png new file mode 100644 index 00000000..c10a3bde Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_40.png differ diff --git a/Textures/Upscaled/Uldaman/1_41.png b/Textures/Upscaled/Uldaman/1_41.png new file mode 100644 index 00000000..9fb7127e Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_41.png differ diff --git a/Textures/Upscaled/Uldaman/1_42.png b/Textures/Upscaled/Uldaman/1_42.png new file mode 100644 index 00000000..5b336a0f Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_42.png differ diff --git a/Textures/Upscaled/Uldaman/1_43.png b/Textures/Upscaled/Uldaman/1_43.png new file mode 100644 index 00000000..da92426a Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_43.png differ diff --git a/Textures/Upscaled/Uldaman/1_44.png b/Textures/Upscaled/Uldaman/1_44.png new file mode 100644 index 00000000..727fd415 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_44.png differ diff --git a/Textures/Upscaled/Uldaman/1_45.png b/Textures/Upscaled/Uldaman/1_45.png new file mode 100644 index 00000000..cf8e0527 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_45.png differ diff --git a/Textures/Upscaled/Uldaman/1_46.png b/Textures/Upscaled/Uldaman/1_46.png new file mode 100644 index 00000000..9b904bf1 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_46.png differ diff --git a/Textures/Upscaled/Uldaman/1_47.png b/Textures/Upscaled/Uldaman/1_47.png new file mode 100644 index 00000000..0c73a6e1 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_47.png differ diff --git a/Textures/Upscaled/Uldaman/1_48.png b/Textures/Upscaled/Uldaman/1_48.png new file mode 100644 index 00000000..74aedd4f Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_48.png differ diff --git a/Textures/Upscaled/Uldaman/1_49.png b/Textures/Upscaled/Uldaman/1_49.png new file mode 100644 index 00000000..418c99ec Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_49.png differ diff --git a/Textures/Upscaled/Uldaman/1_5.png b/Textures/Upscaled/Uldaman/1_5.png new file mode 100644 index 00000000..c3e3a4ab Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_5.png differ diff --git a/Textures/Upscaled/Uldaman/1_50.png b/Textures/Upscaled/Uldaman/1_50.png new file mode 100644 index 00000000..7297a1bf Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_50.png differ diff --git a/Textures/Upscaled/Uldaman/1_51.png b/Textures/Upscaled/Uldaman/1_51.png new file mode 100644 index 00000000..9c880253 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_51.png differ diff --git a/Textures/Upscaled/Uldaman/1_52.png b/Textures/Upscaled/Uldaman/1_52.png new file mode 100644 index 00000000..b59fd022 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_52.png differ diff --git a/Textures/Upscaled/Uldaman/1_53.png b/Textures/Upscaled/Uldaman/1_53.png new file mode 100644 index 00000000..29641b3c Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_53.png differ diff --git a/Textures/Upscaled/Uldaman/1_54.png b/Textures/Upscaled/Uldaman/1_54.png new file mode 100644 index 00000000..d99bda92 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_54.png differ diff --git a/Textures/Upscaled/Uldaman/1_55.png b/Textures/Upscaled/Uldaman/1_55.png new file mode 100644 index 00000000..b802392b Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_55.png differ diff --git a/Textures/Upscaled/Uldaman/1_56.png b/Textures/Upscaled/Uldaman/1_56.png new file mode 100644 index 00000000..c92cacdd Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_56.png differ diff --git a/Textures/Upscaled/Uldaman/1_57.png b/Textures/Upscaled/Uldaman/1_57.png new file mode 100644 index 00000000..1e8f74c5 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_57.png differ diff --git a/Textures/Upscaled/Uldaman/1_58.png b/Textures/Upscaled/Uldaman/1_58.png new file mode 100644 index 00000000..7b665970 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_58.png differ diff --git a/Textures/Upscaled/Uldaman/1_59.png b/Textures/Upscaled/Uldaman/1_59.png new file mode 100644 index 00000000..0f2c1b09 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_59.png differ diff --git a/Textures/Upscaled/Uldaman/1_6.png b/Textures/Upscaled/Uldaman/1_6.png new file mode 100644 index 00000000..65a190d1 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_6.png differ diff --git a/Textures/Upscaled/Uldaman/1_60.png b/Textures/Upscaled/Uldaman/1_60.png new file mode 100644 index 00000000..720082e4 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_60.png differ diff --git a/Textures/Upscaled/Uldaman/1_61.png b/Textures/Upscaled/Uldaman/1_61.png new file mode 100644 index 00000000..715c4bc0 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_61.png differ diff --git a/Textures/Upscaled/Uldaman/1_62.png b/Textures/Upscaled/Uldaman/1_62.png new file mode 100644 index 00000000..90a5a2a4 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_62.png differ diff --git a/Textures/Upscaled/Uldaman/1_63.png b/Textures/Upscaled/Uldaman/1_63.png new file mode 100644 index 00000000..ab00735f Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_63.png differ diff --git a/Textures/Upscaled/Uldaman/1_64.png b/Textures/Upscaled/Uldaman/1_64.png new file mode 100644 index 00000000..89b00de5 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_64.png differ diff --git a/Textures/Upscaled/Uldaman/1_65.png b/Textures/Upscaled/Uldaman/1_65.png new file mode 100644 index 00000000..00a6e743 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_65.png differ diff --git a/Textures/Upscaled/Uldaman/1_66.png b/Textures/Upscaled/Uldaman/1_66.png new file mode 100644 index 00000000..b076694d Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_66.png differ diff --git a/Textures/Upscaled/Uldaman/1_67.png b/Textures/Upscaled/Uldaman/1_67.png new file mode 100644 index 00000000..9b0518de Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_67.png differ diff --git a/Textures/Upscaled/Uldaman/1_68.png b/Textures/Upscaled/Uldaman/1_68.png new file mode 100644 index 00000000..5fd90027 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_68.png differ diff --git a/Textures/Upscaled/Uldaman/1_69.png b/Textures/Upscaled/Uldaman/1_69.png new file mode 100644 index 00000000..37e98df2 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_69.png differ diff --git a/Textures/Upscaled/Uldaman/1_7.png b/Textures/Upscaled/Uldaman/1_7.png new file mode 100644 index 00000000..8f24961a Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_7.png differ diff --git a/Textures/Upscaled/Uldaman/1_70.png b/Textures/Upscaled/Uldaman/1_70.png new file mode 100644 index 00000000..20f0ee71 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_70.png differ diff --git a/Textures/Upscaled/Uldaman/1_71.png b/Textures/Upscaled/Uldaman/1_71.png new file mode 100644 index 00000000..a8f67bd5 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_71.png differ diff --git a/Textures/Upscaled/Uldaman/1_72.png b/Textures/Upscaled/Uldaman/1_72.png new file mode 100644 index 00000000..c66d80ea Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_72.png differ diff --git a/Textures/Upscaled/Uldaman/1_73.png b/Textures/Upscaled/Uldaman/1_73.png new file mode 100644 index 00000000..57233164 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_73.png differ diff --git a/Textures/Upscaled/Uldaman/1_74.png b/Textures/Upscaled/Uldaman/1_74.png new file mode 100644 index 00000000..93e6fd36 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_74.png differ diff --git a/Textures/Upscaled/Uldaman/1_75.png b/Textures/Upscaled/Uldaman/1_75.png new file mode 100644 index 00000000..2d246a42 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_75.png differ diff --git a/Textures/Upscaled/Uldaman/1_76.png b/Textures/Upscaled/Uldaman/1_76.png new file mode 100644 index 00000000..7071db07 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_76.png differ diff --git a/Textures/Upscaled/Uldaman/1_77.png b/Textures/Upscaled/Uldaman/1_77.png new file mode 100644 index 00000000..93d7bb52 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_77.png differ diff --git a/Textures/Upscaled/Uldaman/1_78.png b/Textures/Upscaled/Uldaman/1_78.png new file mode 100644 index 00000000..17939825 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_78.png differ diff --git a/Textures/Upscaled/Uldaman/1_79.png b/Textures/Upscaled/Uldaman/1_79.png new file mode 100644 index 00000000..1c05c508 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_79.png differ diff --git a/Textures/Upscaled/Uldaman/1_8.png b/Textures/Upscaled/Uldaman/1_8.png new file mode 100644 index 00000000..0665d3c8 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_8.png differ diff --git a/Textures/Upscaled/Uldaman/1_80.png b/Textures/Upscaled/Uldaman/1_80.png new file mode 100644 index 00000000..6e5a308e Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_80.png differ diff --git a/Textures/Upscaled/Uldaman/1_81.png b/Textures/Upscaled/Uldaman/1_81.png new file mode 100644 index 00000000..2010bd06 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_81.png differ diff --git a/Textures/Upscaled/Uldaman/1_82.png b/Textures/Upscaled/Uldaman/1_82.png new file mode 100644 index 00000000..137b6584 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_82.png differ diff --git a/Textures/Upscaled/Uldaman/1_83.png b/Textures/Upscaled/Uldaman/1_83.png new file mode 100644 index 00000000..440b42ab Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_83.png differ diff --git a/Textures/Upscaled/Uldaman/1_84.png b/Textures/Upscaled/Uldaman/1_84.png new file mode 100644 index 00000000..f94ae8c8 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_84.png differ diff --git a/Textures/Upscaled/Uldaman/1_85.png b/Textures/Upscaled/Uldaman/1_85.png new file mode 100644 index 00000000..72cea7c3 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_85.png differ diff --git a/Textures/Upscaled/Uldaman/1_86.png b/Textures/Upscaled/Uldaman/1_86.png new file mode 100644 index 00000000..74713670 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_86.png differ diff --git a/Textures/Upscaled/Uldaman/1_87.png b/Textures/Upscaled/Uldaman/1_87.png new file mode 100644 index 00000000..d063b46f Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_87.png differ diff --git a/Textures/Upscaled/Uldaman/1_88.png b/Textures/Upscaled/Uldaman/1_88.png new file mode 100644 index 00000000..78cc18bd Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_88.png differ diff --git a/Textures/Upscaled/Uldaman/1_89.png b/Textures/Upscaled/Uldaman/1_89.png new file mode 100644 index 00000000..4d47991d Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_89.png differ diff --git a/Textures/Upscaled/Uldaman/1_9.png b/Textures/Upscaled/Uldaman/1_9.png new file mode 100644 index 00000000..b47e0577 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_9.png differ diff --git a/Textures/Upscaled/Uldaman/1_90.png b/Textures/Upscaled/Uldaman/1_90.png new file mode 100644 index 00000000..e85c8db8 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_90.png differ diff --git a/Textures/Upscaled/Uldaman/1_91.png b/Textures/Upscaled/Uldaman/1_91.png new file mode 100644 index 00000000..fce401ec Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_91.png differ diff --git a/Textures/Upscaled/Uldaman/1_92.png b/Textures/Upscaled/Uldaman/1_92.png new file mode 100644 index 00000000..ae6c8b2b Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_92.png differ diff --git a/Textures/Upscaled/Uldaman/1_93.png b/Textures/Upscaled/Uldaman/1_93.png new file mode 100644 index 00000000..51ee6a78 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_93.png differ diff --git a/Textures/Upscaled/Uldaman/1_94.png b/Textures/Upscaled/Uldaman/1_94.png new file mode 100644 index 00000000..baf9e557 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_94.png differ diff --git a/Textures/Upscaled/Uldaman/1_95.png b/Textures/Upscaled/Uldaman/1_95.png new file mode 100644 index 00000000..8090ab6a Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_95.png differ diff --git a/Textures/Upscaled/Uldaman/1_96.png b/Textures/Upscaled/Uldaman/1_96.png new file mode 100644 index 00000000..51520355 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_96.png differ diff --git a/Textures/Upscaled/Uldaman/1_97.png b/Textures/Upscaled/Uldaman/1_97.png new file mode 100644 index 00000000..49f21425 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_97.png differ diff --git a/Textures/Upscaled/Uldaman/1_98.png b/Textures/Upscaled/Uldaman/1_98.png new file mode 100644 index 00000000..68010fa1 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_98.png differ diff --git a/Textures/Upscaled/Uldaman/1_99.png b/Textures/Upscaled/Uldaman/1_99.png new file mode 100644 index 00000000..f4d482b6 Binary files /dev/null and b/Textures/Upscaled/Uldaman/1_99.png differ diff --git a/Utility.lua b/Utility.lua index 5762a05c..05c19e75 100644 --- a/Utility.lua +++ b/Utility.lua @@ -142,6 +142,18 @@ U.GetGroupMembers = function() return groupMembers end +U.GetClassColoredClassNames = function() + local res = {} + for class, localizedClass in pairs(LOCALIZED_CLASS_NAMES_MALE) do + if class ~= "Adventurer" then + local _, _, _, classHexString = GetClassColor(class) + local coloredName = "|c"..classHexString..localizedClass.."|r" + tinsert(res, coloredName) + end + end + return res +end + local bytetoB64 = { [0] = "a", "b", diff --git a/python/update_dungeon_count.py b/python/update_dungeon_count.py index 89aae0bf..18485f3a 100644 --- a/python/update_dungeon_count.py +++ b/python/update_dungeon_count.py @@ -12,7 +12,7 @@ # 2. Set the variable GAME_VERSION to the desired game version (eg. "9.2.7") # Latest db files will be downloaded from the corresponding game version. # If GAME_VERSION is set to None, the latest RETAIL db files will be downloaded. -GAME_VERSION = "10.2.0" # <--- Set this variable +GAME_VERSION = "None" # <--- Set this variable # 3. Run the script, it writes directly to the files automatically. wowtools_files = ["criteria", "criteriatree", "journalencounter"]